Home
last modified time | relevance | path

Searched refs:ROCKS_LOG_DEBUG (Results 1 – 14 of 14) sorted by relevance

/rocksdb-6.9/env/
Denv_hdfs.cc66 ROCKS_LOG_DEBUG(mylog, in HdfsReadableFile()
109 ROCKS_LOG_DEBUG(mylog, "[hdfs] HdfsReadableFile read %s\n", in Read()
129 ROCKS_LOG_DEBUG(mylog, "[hdfs] HdfsReadableFile pread %s\n", in Read()
140 ROCKS_LOG_DEBUG(mylog, "[hdfs] HdfsReadableFile skip %s\n", in Skip()
160 ROCKS_LOG_DEBUG(mylog, "[hdfs] HdfsReadableFile feof %s\n", in feof()
201 ROCKS_LOG_DEBUG(mylog, "[hdfs] HdfsWritableFile opened %s\n", in HdfsWritableFile()
228 ROCKS_LOG_DEBUG(mylog, "[hdfs] HdfsWritableFile Append %s\n", in Append()
247 ROCKS_LOG_DEBUG(mylog, "[hdfs] HdfsWritableFile Sync %s\n", in Sync()
255 ROCKS_LOG_DEBUG(mylog, "[hdfs] HdfsWritableFile Synced %s\n", in Sync()
289 ROCKS_LOG_DEBUG(mylog, "[hdfs] HdfsLogger closed %s\n", in HdfsCloseHelper()
[all …]
/rocksdb-6.9/test_util/
Dtransaction_test_util.cc185 ROCKS_LOG_DEBUG(db->GetDBOptions().info_log, in DoInsert()
201 ROCKS_LOG_DEBUG(db->GetDBOptions().info_log, in DoInsert()
216 ROCKS_LOG_DEBUG(db->GetDBOptions().info_log, in DoInsert()
222 ROCKS_LOG_DEBUG(db->GetDBOptions().info_log, in DoInsert()
261 ROCKS_LOG_DEBUG(db->GetDBOptions().info_log, "Error %s for txn %s", in DoInsert()
342 ROCKS_LOG_DEBUG( in Verify()
367 ROCKS_LOG_DEBUG( in Verify()
/rocksdb-6.9/utilities/persistent_cache/
Dblock_cache_tier_file.cc211 ROCKS_LOG_DEBUG(log_, "Opening cache file %s", Path().c_str()); in OpenImpl()
293 ROCKS_LOG_DEBUG(log_, "Creating new cache %s (max size is %d B)", in Create()
330 ROCKS_LOG_DEBUG(log_, "Error expanding buffers. size=%d", rec_size); in Append()
375 ROCKS_LOG_DEBUG(log_, "Unable to allocate buffers"); in ExpandBuffer()
Dblock_cache_tier.cc113 ROCKS_LOG_DEBUG(opt_.log, "Skipping file %s", file.c_str()); in CleanupCacheFolder()
237 ROCKS_LOG_DEBUG(opt_.log, "Error inserting to cache file %d", in InsertImpl()
/rocksdb-6.9/table/plain/
Dplain_table_index.cc156 ROCKS_LOG_DEBUG(ioptions_.info_log, in FillIndexes()
201 ROCKS_LOG_DEBUG(ioptions_.info_log, in FillIndexes()
/rocksdb-6.9/logging/
Dlogging.h31 #define ROCKS_LOG_DEBUG(LGR, FMT, ...) \ macro
Dauto_roll_logger_test.cc507 ROCKS_LOG_DEBUG(&logger, "%s", kSampleMessage.c_str()); in TEST_F()
545 ROCKS_LOG_DEBUG(&logger, "%s", kSampleMessage.c_str()); in TEST_F()
/rocksdb-6.9/utilities/blob_db/
Dblob_db_impl.cc670 ROCKS_LOG_DEBUG(db_options_.info_log, "New blob file created: %s reason='%s'", in NewBlobFile()
708 ROCKS_LOG_DEBUG(db_options_.info_log, in CreateWriterLocked()
1505 ROCKS_LOG_DEBUG( in GetRawBlobFromFile()
1514 ROCKS_LOG_DEBUG( in GetRawBlobFromFile()
1530 ROCKS_LOG_DEBUG( in GetRawBlobFromFile()
/rocksdb-6.9/db/db_impl/
Ddb_impl_secondary.cc518 ROCKS_LOG_DEBUG(immutable_db_options_.info_log, "[%s] is dropped\n", in TryCatchUpWithPrimary()
523 ROCKS_LOG_DEBUG(immutable_db_options_.info_log, in TryCatchUpWithPrimary()
Ddb_impl_compaction_flush.cc1304 ROCKS_LOG_DEBUG(immutable_db_options_.info_log, in ReFitLevel()
1319 ROCKS_LOG_DEBUG(immutable_db_options_.info_log, in ReFitLevel()
1327 ROCKS_LOG_DEBUG(immutable_db_options_.info_log, "[%s] LogAndApply: %s\n", in ReFitLevel()
1331 ROCKS_LOG_DEBUG(immutable_db_options_.info_log, in ReFitLevel()
Ddb_impl_files.cc271 ROCKS_LOG_DEBUG(immutable_db_options_.info_log, in DeleteObsoleteFileImpl()
Ddb_impl_open.cc1208 ROCKS_LOG_DEBUG(immutable_db_options_.info_log, in WriteLevel0TableForRecovery()
1256 ROCKS_LOG_DEBUG(immutable_db_options_.info_log, in WriteLevel0TableForRecovery()
Ddb_impl.cc1171 ROCKS_LOG_DEBUG(immutable_db_options_.info_log, "FlushWAL sync=false"); in FlushWAL()
1179 ROCKS_LOG_DEBUG(immutable_db_options_.info_log, "FlushWAL sync=true"); in FlushWAL()
/rocksdb-6.9/utilities/transactions/
Dwrite_prepared_txn_db.cc521 ROCKS_LOG_DEBUG(info_log_, in AddCommitted()