Revision 4028eba67b2d424a39f249cabd863bb52695b291 authored by Chao Zhao on 10 March 2020, 20:37:37 UTC, committed by Facebook Github Bot on 10 March 2020, 20:40:18 UTC
Summary:
Add sequence_number_ptr to the checkpoint interface to expose the sequence number during taking the checkpoint. The number will be consistent with the seq # in rocksdb log.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/5528

Test Plan: make check -j64

Reviewed By: Winger1994

Differential Revision: D16080209

fbshipit-source-id: 6dc3c7680287ee97d673c5e61f89aae1f43e33df
1 parent fd1da22
History
File Mode Size
adaptive
block_based
cuckoo
plain
block_fetcher.cc -rw-r--r-- 9.8 KB
block_fetcher.h -rw-r--r-- 4.4 KB
cleanable_test.cc -rw-r--r-- 6.4 KB
format.cc -rw-r--r-- 17.0 KB
format.h -rw-r--r-- 12.6 KB
get_context.cc -rw-r--r-- 14.2 KB
get_context.h -rw-r--r-- 8.1 KB
internal_iterator.h -rw-r--r-- 6.7 KB
iter_heap.h -rw-r--r-- 1.3 KB
iterator.cc -rw-r--r-- 6.7 KB
iterator_wrapper.h -rw-r--r-- 3.6 KB
merger_test.cc -rw-r--r-- 4.6 KB
merging_iterator.cc -rw-r--r-- 13.6 KB
merging_iterator.h -rw-r--r-- 2.1 KB
meta_blocks.cc -rw-r--r-- 19.6 KB
meta_blocks.h -rw-r--r-- 6.2 KB
mock_table.cc -rw-r--r-- 4.6 KB
mock_table.h -rw-r--r-- 6.4 KB
multiget_context.h -rw-r--r-- 8.3 KB
persistent_cache_helper.cc -rw-r--r-- 4.2 KB
persistent_cache_helper.h -rw-r--r-- 1.5 KB
persistent_cache_options.h -rw-r--r-- 1.1 KB
scoped_arena_iterator.h -rw-r--r-- 1.6 KB
sst_file_reader.cc -rw-r--r-- 3.1 KB
sst_file_reader_test.cc -rw-r--r-- 5.0 KB
sst_file_writer.cc -rw-r--r-- 11.1 KB
sst_file_writer_collectors.h -rw-r--r-- 3.1 KB
table_builder.h -rw-r--r-- 6.8 KB
table_properties.cc -rw-r--r-- 10.5 KB
table_properties_internal.h -rw-r--r-- 1.1 KB
table_reader.h -rw-r--r-- 5.8 KB
table_reader_bench.cc -rw-r--r-- 12.8 KB
table_reader_caller.h -rw-r--r-- 1.5 KB
table_test.cc -rw-r--r-- 170.2 KB
two_level_iterator.cc -rw-r--r-- 6.3 KB
two_level_iterator.h -rw-r--r-- 1.7 KB

back to top