Home
last modified time | relevance | path

Searched refs:ROCKS_LOG_ERROR (Results 1 – 25 of 27) sorted by relevance

12

/rocksdb-6.9/utilities/blob_db/
Dblob_file.cc214 ROCKS_LOG_ERROR(info_log_, in GetReader()
237 ROCKS_LOG_ERROR(info_log_, in ReadMetadata()
244 ROCKS_LOG_ERROR(info_log_, in ReadMetadata()
255 ROCKS_LOG_ERROR(info_log_, in ReadMetadata()
277 ROCKS_LOG_ERROR(info_log_, in ReadMetadata()
286 ROCKS_LOG_ERROR(info_log_, in ReadMetadata()
319 ROCKS_LOG_ERROR(info_log_, in ReadMetadata()
Dblob_db_impl.cc175 ROCKS_LOG_ERROR(db_options_.info_log, in Open()
181 ROCKS_LOG_ERROR(db_options_.info_log, in Open()
227 ROCKS_LOG_ERROR( in Open()
274 ROCKS_LOG_ERROR(db_options_.info_log, in GetAllBlobFiles()
694 ROCKS_LOG_ERROR(db_options_.info_log, in CreateWriterLocked()
796 ROCKS_LOG_ERROR(db_options_.info_log, in CreateBlobFileAndWriter()
806 ROCKS_LOG_ERROR(db_options_.info_log, in CreateBlobFileAndWriter()
1079 ROCKS_LOG_ERROR( in PutBlobValue()
1189 ROCKS_LOG_ERROR( in UpdateLiveSSTSize()
1409 ROCKS_LOG_ERROR( in GetBlobValue()
[all …]
Dblob_compaction_filter.cc165 ROCKS_LOG_ERROR(blob_db_impl->db_options_.info_log, in OpenNewBlobFileIfNeeded()
191 ROCKS_LOG_ERROR(blob_db_impl->db_options_.info_log, in ReadBlobFromOldFile()
221 ROCKS_LOG_ERROR( in WriteBlobToNewFile()
274 ROCKS_LOG_ERROR(blob_db_impl->db_options_.info_log, in CloseAndRegisterNewBlobFile()
/rocksdb-6.9/utilities/ttl/
Ddb_ttl_impl.h250 ROCKS_LOG_ERROR(merge_in.logger, in FullMergeV2()
259 ROCKS_LOG_ERROR( in FullMergeV2()
300 ROCKS_LOG_ERROR( in FullMergeV2()
322 ROCKS_LOG_ERROR(logger, in PartialMergeMulti()
341 ROCKS_LOG_ERROR( in PartialMergeMulti()
/rocksdb-6.9/db/
Ddb_iter.cc112 ROCKS_LOG_ERROR(logger_, "corrupted internal key in DBIter: %s", in ParseKey()
323 ROCKS_LOG_ERROR(logger_, "Encounter unexpected blob index."); in FindNextUserEntryInternal()
453 ROCKS_LOG_ERROR(logger_, "Options::merge_operator is null."); in MergeValuesNewToOld()
512 ROCKS_LOG_ERROR(logger_, "Encounter unexpected blob index."); in MergeValuesNewToOld()
826 ROCKS_LOG_ERROR(logger_, "Encounter unexpected blob index."); in FindValueForCurrentKey()
849 ROCKS_LOG_ERROR(logger_, "Encounter unexpected blob index."); in FindValueForCurrentKey()
927 ROCKS_LOG_ERROR(logger_, "Encounter unexpected blob index."); in FindValueForCurrentKeyUsingSeek()
989 ROCKS_LOG_ERROR(logger_, "Encounter unexpected blob index."); in FindValueForCurrentKeyUsingSeek()
Dwal_manager.cc146 ROCKS_LOG_ERROR(db_options_.info_log, "Can't get current time: %s", in PurgeObsoleteWALFiles()
166 ROCKS_LOG_ERROR(db_options_.info_log, "Can't get archive files: %s", in PurgeObsoleteWALFiles()
208 ROCKS_LOG_ERROR(db_options_.info_log, in PurgeObsoleteWALFiles()
375 ROCKS_LOG_ERROR(db_options_.info_log, "[WalManger] Unknown file type %s", in ReadFirstRecord()
Drepair.cc339 ROCKS_LOG_ERROR(info_log, "Log #%" PRIu64 ": dropping %d bytes; %s", in ConvertLogToTable()
512 ROCKS_LOG_ERROR( in ScanTable()
537 ROCKS_LOG_ERROR(db_options_.info_log, in ScanTable()
Ddb_filesnapshot.cc115 ROCKS_LOG_ERROR(immutable_db_options_.info_log, "Cannot Flush data %s\n", in GetLiveFiles()
Dtransaction_log_impl.h97 ROCKS_LOG_ERROR(info_log, "dropping %" ROCKSDB_PRIszt " bytes; %s", bytes, in Corruption()
Dcolumn_family.cc532 ROCKS_LOG_ERROR( in ColumnFamilyData()
568 ROCKS_LOG_ERROR(ioptions_.info_log, in ColumnFamilyData()
637 ROCKS_LOG_ERROR( in ~ColumnFamilyData()
Dversion_set.cc1838 ROCKS_LOG_ERROR(info_log_, "Encounter unexpected blob index."); in Get()
2009 ROCKS_LOG_ERROR(info_log_, "Encounter unexpected blob index."); in MultiGet()
2096 ROCKS_LOG_ERROR(vset_->db_options_->info_log, in MaybeInitializeFileMetaData()
3923 ROCKS_LOG_ERROR(db_options_->info_log, "MANIFEST write %s\n", in ProcessManifestWrites()
4018 ROCKS_LOG_ERROR(db_options_->info_log, in ProcessManifestWrites()
Dmemtable.cc671 ROCKS_LOG_ERROR(s->logger, "Encounter unexpected blob index."); in SaveValue()
/rocksdb-6.9/file/
Dsst_file_manager_impl.cc203 ROCKS_LOG_ERROR(logger_, in EnoughRoomForCompaction()
286 ROCKS_LOG_ERROR(logger_, in ClearError()
291 ROCKS_LOG_ERROR(logger_, "Cannot clear hard error\n"); in ClearError()
Ddelete_scheduler.cc77 ROCKS_LOG_ERROR(info_log_, "Failed to mark %s as trash -- %s", in DeleteFile()
338 ROCKS_LOG_ERROR(info_log_, "Failed to delete %s from trash -- %s", in DeleteTrashFile()
/rocksdb-6.9/utilities/merge_operators/
Duint64add.cc51 ROCKS_LOG_ERROR(logger, "uint64 value corruption, size: %" ROCKSDB_PRIszt in DecodeInteger()
/rocksdb-6.9/logging/
Dlogging.h46 #define ROCKS_LOG_ERROR(LGR, FMT, ...) \ macro
Dauto_roll_logger_test.cc510 ROCKS_LOG_ERROR(&logger, "%s", kSampleMessage.c_str()); in TEST_F()
548 ROCKS_LOG_ERROR(&logger, "%s", kSampleMessage.c_str()); in TEST_F()
/rocksdb-6.9/db/db_impl/
Ddb_impl.cc1162 ROCKS_LOG_ERROR(immutable_db_options_.info_log, "WAL flush error %s", in FlushWAL()
1233 ROCKS_LOG_ERROR(immutable_db_options_.info_log, "WAL Sync error %s", in SyncWAL()
1259 ROCKS_LOG_ERROR(immutable_db_options_.info_log, "WAL flush error %s", in LockWAL()
2384 ROCKS_LOG_ERROR(immutable_db_options_.info_log, in CreateColumnFamilyImpl()
2487 ROCKS_LOG_ERROR(immutable_db_options_.info_log, in DropColumnFamilyImpl()
3173 ROCKS_LOG_ERROR(immutable_db_options_.info_log, in DeleteFile()
3180 ROCKS_LOG_ERROR(immutable_db_options_.info_log, in DeleteFile()
3875 ROCKS_LOG_ERROR(immutable_db_options_.info_log, in GetLatestSequenceForKey()
3902 ROCKS_LOG_ERROR(immutable_db_options_.info_log, in GetLatestSequenceForKey()
3929 ROCKS_LOG_ERROR( in GetLatestSequenceForKey()
[all …]
Ddb_impl_files.cc283 ROCKS_LOG_ERROR(immutable_db_options_.info_log, in DeleteObsoleteFileImpl()
544 ROCKS_LOG_ERROR(immutable_db_options_.info_log, in PurgeObsoleteFiles()
/rocksdb-6.9/table/
Dmeta_blocks.cc145 ROCKS_LOG_ERROR(info_log, "%s", msg.c_str()); in LogPropertiesCollectionError()
310 ROCKS_LOG_ERROR(ioptions.info_log, "%s", error_msg.c_str()); in ReadProperties()
/rocksdb-6.9/utilities/transactions/
Dwrite_prepared_txn_db.cc462 ROCKS_LOG_ERROR( in AddPrepared()
532 ROCKS_LOG_ERROR(info_log_, in AddCommitted()
Dwrite_unprepared_txn_db.cc448 ROCKS_LOG_ERROR(info_log_, in NewIterator()
/rocksdb-6.9/db/compaction/
Dcompaction_job.cc1423 ROCKS_LOG_ERROR(db_options_.info_log, "[%s] [JOB %d] Compaction %s aborted", in InstallCompactionResults()
1486 ROCKS_LOG_ERROR( in OpenCompactionOutputFile()
/rocksdb-6.9/table/block_based/
Dblock_based_table_reader.cc814 ROCKS_LOG_ERROR(rep_->ioptions.info_log, in ReadPropertiesBlock()
856 ROCKS_LOG_ERROR(rep_->ioptions.info_log, "%s", s.ToString().c_str()); in ReadPropertiesBlock()
1075 ROCKS_LOG_ERROR(rep_->ioptions.info_log, in ReadMetaIndexBlock()
Dblock_based_table_builder.cc675 ROCKS_LOG_ERROR(r->ioptions.info_log, in WriteBlock()

12