Revision d34e015417c33c1aa398d2020c44bce90c2db22d authored by Cheng Chang on 23 July 2020, 20:48:17 UTC, committed by Facebook GitHub Bot on 23 July 2020, 20:50:00 UTC
Summary:
There is a typo in TryMerge which may cause MultiRead to internally read more data than expected, but won't affect MultiRead results' correctness.

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

Test Plan: make random_access_file_reader_test && ./random_access_file_reader_test

Reviewed By: siying

Differential Revision: D22670257

Pulled By: cheng-chang

fbshipit-source-id: d261289455a65aa496b348c6e5582b48b12963b7
1 parent 7af1fab
History
File Mode Size
composite_env_wrapper.h -rw-r--r-- 40.1 KB
env.cc -rw-r--r-- 13.4 KB
env_basic_test.cc -rw-r--r-- 13.3 KB
env_chroot.cc -rw-r--r-- 12.6 KB
env_chroot.h -rw-r--r-- 704 bytes
env_encryption.cc -rw-r--r-- 33.9 KB
env_hdfs.cc -rw-r--r-- 19.6 KB
env_posix.cc -rw-r--r-- 16.5 KB
env_test.cc -rw-r--r-- 69.1 KB
file_system.cc -rw-r--r-- 4.4 KB
file_system_tracer.cc -rw-r--r-- 13.3 KB
file_system_tracer.h -rw-r--r-- 12.4 KB
fs_posix.cc -rw-r--r-- 33.2 KB
io_posix.cc -rw-r--r-- 44.9 KB
io_posix.h -rw-r--r-- 13.9 KB
io_posix_test.cc -rw-r--r-- 4.2 KB
mock_env.cc -rw-r--r-- 20.5 KB
mock_env.h -rw-r--r-- 4.0 KB
mock_env_test.cc -rw-r--r-- 2.7 KB

back to top