Revision 44ebc24dcae1a2f2fd0100a673887f2461e50d5d authored by Zhichao Cao on 27 December 2020, 06:05:42 UTC, committed by Facebook GitHub Bot on 27 December 2020, 06:07:24 UTC
Summary:
In GenerateOneFileChecksum(), RocksDB reads the file and computes its checksum. A rate limiter can be passed to the constructor of RandomAccessFileReader so that read I/O can be rate limited.

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

Test Plan: make check

Reviewed By: cheng-chang

Differential Revision: D25699896

Pulled By: zhichao-cao

fbshipit-source-id: e2688bc1126c543979a3bcf91dda784bd7b74164
1 parent 601585b
Raw File
.lgtm.yml
extraction:
  cpp:
    index:
      build_command: make static_lib
back to top