rocksdb/monitoring
Yuchi Chen 78a6e07c83 Fix compilation errors for 32bits/LITE/ios build. (#5220)
Summary:
When I build RocksDB for 32bits/LITE/iOS environment, some errors like the following.

`
table/block_based_table_reader.cc:971:44: error: implicit conversion loses integer precision: 'uint64_t'
      (aka 'unsigned long long') to 'size_t' (aka 'unsigned long') [-Werror,-Wshorten-64-to-32]
    size_t block_size = props_block_handle.size();
           ~~~~~~~~~~   ~~~~~~~~~~~~~~~~~~~^~~~~~

./util/file_reader_writer.h:177:8: error: private field 'env_' is not used [-Werror,-Wunused-private-field]
  Env* env_;
       ^
`
Pull Request resolved: https://github.com/facebook/rocksdb/pull/5220

Differential Revision: D15023481

Pulled By: siying

fbshipit-source-id: 1b5d121d3016f2b0a8a9a2cc1bd638479357f9f7
2019-04-22 16:02:16 -07:00
..
file_read_sample.h
histogram.cc Add getMin, getMax, getCount, getSum to HistogramData class object. (#4742) 2018-12-14 14:28:44 -08:00
histogram.h
histogram_test.cc
histogram_windowing.cc
histogram_windowing.h
instrumented_mutex.cc Make statistics's stats_level change thread-safe (#5030) 2019-03-01 10:42:09 -08:00
instrumented_mutex.h
iostats_context.cc
iostats_context_imp.h Fix compilation errors for 32bits/LITE/ios build. (#5220) 2019-04-22 16:02:16 -07:00
iostats_context_test.cc
perf_context.cc Introduce CPU timers for iterator seek and next (#5076) 2019-03-26 16:32:13 -07:00
perf_context_imp.h Introduce a CPU time counter in perf_context (#4741) 2018-12-20 12:03:44 -08:00
perf_level.cc
perf_level_imp.h
perf_step_timer.h Introduce a CPU time counter in perf_context (#4741) 2018-12-20 12:03:44 -08:00
statistics.cc Introduce a new MultiGet batching implementation (#5011) 2019-04-11 14:28:26 -07:00
statistics.h Still implement StatisticsImpl::measureTime() (#5181) 2019-04-12 11:00:35 -07:00
statistics_test.cc
thread_status_impl.cc
thread_status_updater.cc
thread_status_updater.h
thread_status_updater_debug.cc
thread_status_util.cc
thread_status_util.h
thread_status_util_debug.cc