Home
last modified time | relevance | path

Searched refs:log_ (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/utilities/persistent_cache/
Dblock_cache_tier_file.cc211 ROCKS_LOG_DEBUG(log_, "Opening cache file %s", Path().c_str()); in OpenImpl()
217 Error(log_, "Error opening random access file %s. %s", Path().c_str(), in OpenImpl()
240 Error(log_, "Error reading from file %s. %s", Path().c_str(), in Read()
257 Error(log_, "Error de-serializing record from file %s off %d", in ParseRec()
293 ROCKS_LOG_DEBUG(log_, "Creating new cache %s (max size is %d B)", in Create()
300 ROCKS_LOG_WARN(log_, "File %s already exists. %s", Path().c_str(), in Create()
306 ROCKS_LOG_WARN(log_, "Unable to create file %s. %s", Path().c_str(), 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()
455 Error(log_, "Error reading from buffer. cache=%d off=%d", cache_id_, in ReadBuffer()
[all …]
Dblock_cache_tier_file.h154 : BlockCacheFile(env, dir, cache_id), log_(log) {} in RandomAccessCacheFile()
170 std::shared_ptr<Logger> log_; // log file variable
Dpersistent_cache_test.h213 std::shared_ptr<Logger> log_; variable