Home
last modified time | relevance | path

Searched refs:error_msg (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/db/
Derror_handler_fs_test.cc199 IOStatus error_msg = IOStatus::IOError("Retryable IO Error"); in TEST_F() local
200 error_msg.SetRetryable(true); in TEST_F()
308 IOStatus error_msg = IOStatus::IOError("Retryable IO Error"); in TEST_F() local
309 error_msg.SetRetryable(true); in TEST_F()
475 IOStatus error_msg = IOStatus::IOError("Retryable IO Error"); in TEST_F() local
476 error_msg.SetRetryable(true); in TEST_F()
571 IOStatus error_msg = IOStatus::IOError("Retryable IO Error"); in TEST_F() local
572 error_msg.SetRetryable(true); in TEST_F()
796 IOStatus error_msg = IOStatus::IOError("Retryable IO Error"); in TEST_F() local
797 error_msg.SetRetryable(true); in TEST_F()
[all …]
/rocksdb-6.9/build_tools/
Derror_filter.py171 error_msg = error_parser.parse_error(line)
172 if error_msg is not None:
173 print(error_msg)
/rocksdb-6.9/table/block_based/
Dfilter_block.h152 std::string error_msg("Unsupported filter \n"); in ToString()
153 return error_msg; in ToString()
/rocksdb-6.9/table/
Dmeta_blocks.cc307 auto error_msg = in ReadProperties() local
310 ROCKS_LOG_ERROR(ioptions.info_log, "%s", error_msg.c_str()); in ReadProperties()