rocksdb/monitoring
anand76 c21fe1a47f Add ticker stats for read corruption retries (#12923)
Summary:
Add a couple of ticker stats for corruption retry count and successful retries. This PR also eliminates an extra read attempt when there's a checksum mismatch in a block read from the prefetch buffer.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/12923

Test Plan: Update existing tests

Reviewed By: jowlyzhang

Differential Revision: D61024687

Pulled By: anand1976

fbshipit-source-id: 3a08403580ab244000e0d480b7ee0f5a03d76b06
2024-08-12 15:32:07 -07:00
..
file_read_sample.h
histogram.cc
histogram.h Remove 'virtual' when implied by 'override' (#12319) 2024-01-31 13:14:42 -08:00
histogram_test.cc
histogram_windowing.cc
histogram_windowing.h Remove 'virtual' when implied by 'override' (#12319) 2024-01-31 13:14:42 -08:00
in_memory_stats_history.cc
in_memory_stats_history.h
instrumented_mutex.cc
instrumented_mutex.h
iostats_context.cc
iostats_context_imp.h
iostats_context_test.cc
perf_context.cc New PerfContext counters for block cache bytes read (#12459) 2024-03-21 10:46:46 -07:00
perf_context_imp.h Add a perf level for measuring user thread block time (#12368) 2024-02-22 12:14:53 -08:00
perf_level.cc
perf_level_imp.h
perf_step_timer.h
persistent_stats_history.cc
persistent_stats_history.h
statistics.cc Add ticker stats for read corruption retries (#12923) 2024-08-12 15:32:07 -07:00
statistics_impl.h Remove 'virtual' when implied by 'override' (#12319) 2024-01-31 13:14:42 -08:00
statistics_test.cc
stats_history_test.cc Prefer static_cast in place of most reinterpret_cast (#12308) 2024-02-07 10:44:11 -08:00
thread_status_impl.cc
thread_status_updater.cc
thread_status_updater.h
thread_status_updater_debug.cc
thread_status_util.cc fix linking without thread status support (#12400) 2024-03-04 17:39:03 -08:00
thread_status_util.h
thread_status_util_debug.cc