@@ -13835,12 +13835,10 @@ struct rocksdb_status_counters_t {
1383513835 uint64_t block_cache_index_hit;
1383613836 uint64_t block_cache_index_add;
1383713837 uint64_t block_cache_index_bytes_insert;
13838- uint64_t block_cache_index_bytes_evict;
1383913838 uint64_t block_cache_filter_miss;
1384013839 uint64_t block_cache_filter_hit;
1384113840 uint64_t block_cache_filter_add;
1384213841 uint64_t block_cache_filter_bytes_insert;
13843- uint64_t block_cache_filter_bytes_evict;
1384413842 uint64_t block_cache_bytes_read;
1384513843 uint64_t block_cache_bytes_write;
1384613844 uint64_t block_cache_data_bytes_insert;
@@ -13870,15 +13868,12 @@ struct rocksdb_status_counters_t {
1387013868 uint64_t number_db_prev;
1387113869 uint64_t number_db_prev_found;
1387213870 uint64_t iter_bytes_read;
13873- uint64_t no_file_closes;
1387413871 uint64_t no_file_opens;
1387513872 uint64_t no_file_errors;
1387613873 uint64_t stall_micros;
13877- uint64_t num_iterators;
1387813874 uint64_t number_multiget_get;
1387913875 uint64_t number_multiget_keys_read;
1388013876 uint64_t number_multiget_bytes_read;
13881- uint64_t number_deletes_filtered;
1388213877 uint64_t number_merge_failures;
1388313878 uint64_t bloom_filter_prefix_checked;
1388413879 uint64_t bloom_filter_prefix_useful;
@@ -13890,7 +13885,6 @@ struct rocksdb_status_counters_t {
1389013885 uint64_t wal_bytes;
1389113886 uint64_t write_self;
1389213887 uint64_t write_other;
13893- uint64_t write_timedout;
1389413888 uint64_t write_wal;
1389513889 uint64_t flush_write_bytes;
1389613890 uint64_t compact_read_bytes;
@@ -13911,12 +13905,10 @@ DEF_SHOW_FUNC(block_cache_index_miss, BLOCK_CACHE_INDEX_MISS)
1391113905DEF_SHOW_FUNC(block_cache_index_hit, BLOCK_CACHE_INDEX_HIT)
1391213906DEF_SHOW_FUNC(block_cache_index_add, BLOCK_CACHE_INDEX_ADD)
1391313907DEF_SHOW_FUNC(block_cache_index_bytes_insert, BLOCK_CACHE_INDEX_BYTES_INSERT)
13914- DEF_SHOW_FUNC(block_cache_index_bytes_evict, BLOCK_CACHE_INDEX_BYTES_EVICT)
1391513908DEF_SHOW_FUNC(block_cache_filter_miss, BLOCK_CACHE_FILTER_MISS)
1391613909DEF_SHOW_FUNC(block_cache_filter_hit, BLOCK_CACHE_FILTER_HIT)
1391713910DEF_SHOW_FUNC(block_cache_filter_add, BLOCK_CACHE_FILTER_ADD)
1391813911DEF_SHOW_FUNC(block_cache_filter_bytes_insert, BLOCK_CACHE_FILTER_BYTES_INSERT)
13919- DEF_SHOW_FUNC(block_cache_filter_bytes_evict, BLOCK_CACHE_FILTER_BYTES_EVICT)
1392013912DEF_SHOW_FUNC(block_cache_bytes_read, BLOCK_CACHE_BYTES_READ)
1392113913DEF_SHOW_FUNC(block_cache_bytes_write, BLOCK_CACHE_BYTES_WRITE)
1392213914DEF_SHOW_FUNC(block_cache_data_bytes_insert, BLOCK_CACHE_DATA_BYTES_INSERT)
@@ -13946,15 +13938,12 @@ DEF_SHOW_FUNC(number_db_next_found, NUMBER_DB_NEXT_FOUND)
1394613938DEF_SHOW_FUNC(number_db_prev, NUMBER_DB_PREV)
1394713939DEF_SHOW_FUNC(number_db_prev_found, NUMBER_DB_PREV_FOUND)
1394813940DEF_SHOW_FUNC(iter_bytes_read, ITER_BYTES_READ)
13949- DEF_SHOW_FUNC(no_file_closes, NO_FILE_CLOSES)
1395013941DEF_SHOW_FUNC(no_file_opens, NO_FILE_OPENS)
1395113942DEF_SHOW_FUNC(no_file_errors, NO_FILE_ERRORS)
1395213943DEF_SHOW_FUNC(stall_micros, STALL_MICROS)
13953- DEF_SHOW_FUNC(num_iterators, NO_ITERATORS)
1395413944DEF_SHOW_FUNC(number_multiget_get, NUMBER_MULTIGET_CALLS)
1395513945DEF_SHOW_FUNC(number_multiget_keys_read, NUMBER_MULTIGET_KEYS_READ)
1395613946DEF_SHOW_FUNC(number_multiget_bytes_read, NUMBER_MULTIGET_BYTES_READ)
13957- DEF_SHOW_FUNC(number_deletes_filtered, NUMBER_FILTERED_DELETES)
1395813947DEF_SHOW_FUNC(number_merge_failures, NUMBER_MERGE_FAILURES)
1395913948DEF_SHOW_FUNC(bloom_filter_prefix_checked, BLOOM_FILTER_PREFIX_CHECKED)
1396013949DEF_SHOW_FUNC(bloom_filter_prefix_useful, BLOOM_FILTER_PREFIX_USEFUL)
@@ -13966,7 +13955,6 @@ DEF_SHOW_FUNC(wal_synced, WAL_FILE_SYNCED)
1396613955DEF_SHOW_FUNC(wal_bytes, WAL_FILE_BYTES)
1396713956DEF_SHOW_FUNC(write_self, WRITE_DONE_BY_SELF)
1396813957DEF_SHOW_FUNC(write_other, WRITE_DONE_BY_OTHER)
13969- DEF_SHOW_FUNC(write_timedout, WRITE_TIMEDOUT)
1397013958DEF_SHOW_FUNC(write_wal, WRITE_WITH_WAL)
1397113959DEF_SHOW_FUNC(flush_write_bytes, FLUSH_WRITE_BYTES)
1397213960DEF_SHOW_FUNC(compact_read_bytes, COMPACT_READ_BYTES)
@@ -14168,12 +14156,10 @@ static SHOW_VAR rocksdb_status_vars[] = {
1416814156 DEF_STATUS_VAR(block_cache_index_hit),
1416914157 DEF_STATUS_VAR(block_cache_index_add),
1417014158 DEF_STATUS_VAR(block_cache_index_bytes_insert),
14171- DEF_STATUS_VAR(block_cache_index_bytes_evict),
1417214159 DEF_STATUS_VAR(block_cache_filter_miss),
1417314160 DEF_STATUS_VAR(block_cache_filter_hit),
1417414161 DEF_STATUS_VAR(block_cache_filter_add),
1417514162 DEF_STATUS_VAR(block_cache_filter_bytes_insert),
14176- DEF_STATUS_VAR(block_cache_filter_bytes_evict),
1417714163 DEF_STATUS_VAR(block_cache_bytes_read),
1417814164 DEF_STATUS_VAR(block_cache_bytes_write),
1417914165 DEF_STATUS_VAR(block_cache_data_bytes_insert),
@@ -14203,15 +14189,12 @@ static SHOW_VAR rocksdb_status_vars[] = {
1420314189 DEF_STATUS_VAR(number_db_prev),
1420414190 DEF_STATUS_VAR(number_db_prev_found),
1420514191 DEF_STATUS_VAR(iter_bytes_read),
14206- DEF_STATUS_VAR(no_file_closes),
1420714192 DEF_STATUS_VAR(no_file_opens),
1420814193 DEF_STATUS_VAR(no_file_errors),
1420914194 DEF_STATUS_VAR(stall_micros),
14210- DEF_STATUS_VAR(num_iterators),
1421114195 DEF_STATUS_VAR(number_multiget_get),
1421214196 DEF_STATUS_VAR(number_multiget_keys_read),
1421314197 DEF_STATUS_VAR(number_multiget_bytes_read),
14214- DEF_STATUS_VAR(number_deletes_filtered),
1421514198 DEF_STATUS_VAR(number_merge_failures),
1421614199 DEF_STATUS_VAR(bloom_filter_prefix_checked),
1421714200 DEF_STATUS_VAR(bloom_filter_prefix_useful),
@@ -14223,7 +14206,6 @@ static SHOW_VAR rocksdb_status_vars[] = {
1422314206 DEF_STATUS_VAR(wal_bytes),
1422414207 DEF_STATUS_VAR(write_self),
1422514208 DEF_STATUS_VAR(write_other),
14226- DEF_STATUS_VAR(write_timedout),
1422714209 DEF_STATUS_VAR(write_wal),
1422814210 DEF_STATUS_VAR(flush_write_bytes),
1422914211 DEF_STATUS_VAR(compact_read_bytes),
0 commit comments