Home
last modified time | relevance | path

Searched refs:Error (Results 1 – 9 of 9) sorted by relevance

/rocksdb-6.9/utilities/persistent_cache/
Dblock_cache_tier.cc35 Error(opt_.log, "Invalid block cache options"); in Open()
42 Error(opt_.log, "Error creating directory %s. %s", opt_.path.c_str(), in Open()
54 Error(opt_.log, "Error creating directory %s. %s", opt_.path.c_str(), in Open()
64 Error(opt_.log, "Error creating new file %s. %s", opt_.path.c_str(), in Open()
96 Error(opt_.log, "Error getting files for %s. %s", folder.c_str(), in CleanupCacheFolder()
108 Error(opt_.log, "Error deleting file %s. %s", file.c_str(), in CleanupCacheFolder()
349 Error(opt_.log, "Error inserting to metadata"); in NewCacheFile()
Dblock_cache_tier_file.cc217 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()
455 Error(log_, "Error reading from buffer. cache=%d off=%d", cache_id_, in ReadBuffer()
/rocksdb-6.9/db/
Ddb_info_dumper.cc37 Error(options.info_log, in DumpDBFileSummary()
78 Error(options.info_log, in DumpDBFileSummary()
102 Error(options.info_log, in DumpDBFileSummary()
Dversion_set.cc2584 Error(info_log, "Adding new file %" PRIu64 in AddFile()
/rocksdb-6.9/tools/
Dcheck_format_compatible.sh67 echo ==== Error loading data from $2 to $1 ====
89 echo ==== Error writing external SST file using data from $1 to $3 ====
100 echo ==== Error ingesting external SST in $2 to DB at $1 ====
/rocksdb-6.9/docs/_sass/
D_syntax-highlighting.scss5 .rougeHighlight .err { color: #93a1a1 } /* Error */
19 .rougeHighlight .gr { color: #dc322f } /* Generic.Error */
/rocksdb-6.9/CMakeFiles/
DCMakeConfigureLog.yaml527 …make[1]: *** [CMakeFiles/cmTC_be1f3.dir/build.make:79: CMakeFiles/cmTC_be1f3.dir/src.cxx.o] Error 1
529 gmake: *** [Makefile:127: cmTC_be1f3/fast] Error 2
563 …make[1]: *** [CMakeFiles/cmTC_57365.dir/build.make:79: CMakeFiles/cmTC_57365.dir/src.cxx.o] Error 1
565 gmake: *** [Makefile:127: cmTC_57365/fast] Error 2
698 …CMakeFiles/cmTC_bcb93.dir/build.make:79: CMakeFiles/cmTC_bcb93.dir/CheckSymbolExists.cxx.o] Error 1
700 gmake: *** [Makefile:127: cmTC_bcb93/fast] Error 2
739 gmake[1]: *** [CMakeFiles/cmTC_75b74.dir/build.make:100: cmTC_75b74] Error 1
741 gmake: *** [Makefile:127: cmTC_75b74/fast] Error 2
777 gmake[1]: *** [CMakeFiles/cmTC_c6ea7.dir/build.make:100: cmTC_c6ea7] Error 1
779 gmake: *** [Makefile:127: cmTC_c6ea7/fast] Error 2
/rocksdb-6.9/env/
Denv.cc289 void Error(Logger* info_log, const char* format, ...) { in Error() function
349 void Error(const std::shared_ptr<Logger>& info_log, const char* format, ...) { in Error() function
/rocksdb-6.9/include/rocksdb/
Denv.h1097 extern void Error(const std::shared_ptr<Logger>& info_log, const char* format,
1125 extern void Error(Logger* info_log, const char* format, ...)