Revision 088b9844d41ecb4ecc4ee899459a1c6d6d25e859 authored by Yanqin Jin on 16 September 2022, 03:21:07 UTC, committed by Facebook GitHub Bot on 16 September 2022, 03:21:07 UTC
Summary:
Hopefully, we can re-enable the combination of user-defined timestamp and subcompactions
after https://github.com/facebook/rocksdb/issues/10658.

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

Test Plan:
Make sure the following succeeds on devserver.
make crash_test_with_ts

Reviewed By: ltamasi

Differential Revision: D39556558

Pulled By: riversand963

fbshipit-source-id: 4695f420b1bc9ebf3b24640b693746f4db82c149
1 parent c206aeb
History
File Mode Size
adaptive
block_based
cuckoo
plain
block_fetcher.cc -rw-r--r-- 14.7 KB
block_fetcher.h -rw-r--r-- 5.5 KB
block_fetcher_test.cc -rw-r--r-- 20.3 KB
cleanable_test.cc -rw-r--r-- 9.2 KB
format.cc -rw-r--r-- 20.6 KB
format.h -rw-r--r-- 13.6 KB
get_context.cc -rw-r--r-- 17.7 KB
get_context.h -rw-r--r-- 8.9 KB
internal_iterator.h -rw-r--r-- 8.8 KB
iter_heap.h -rw-r--r-- 1.3 KB
iterator.cc -rw-r--r-- 4.2 KB
iterator_wrapper.h -rw-r--r-- 4.6 KB
merger_test.cc -rw-r--r-- 4.6 KB
merging_iterator.cc -rw-r--r-- 51.2 KB
merging_iterator.h -rw-r--r-- 3.2 KB
meta_blocks.cc -rw-r--r-- 22.4 KB
meta_blocks.h -rw-r--r-- 6.9 KB
mock_table.cc -rw-r--r-- 10.4 KB
mock_table.h -rw-r--r-- 3.0 KB
multiget_context.h -rw-r--r-- 13.1 KB
persistent_cache_helper.cc -rw-r--r-- 3.4 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_dumper.cc -rw-r--r-- 18.9 KB
sst_file_dumper.h -rw-r--r-- 3.7 KB
sst_file_reader.cc -rw-r--r-- 3.4 KB
sst_file_reader_test.cc -rw-r--r-- 14.0 KB
sst_file_writer.cc -rw-r--r-- 14.3 KB
sst_file_writer_collectors.h -rw-r--r-- 3.2 KB
table_builder.h -rw-r--r-- 8.2 KB
table_factory.cc -rw-r--r-- 2.4 KB
table_properties.cc -rw-r--r-- 14.1 KB
table_properties_internal.h -rw-r--r-- 462 bytes
table_reader.h -rw-r--r-- 7.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-- 210.3 KB
two_level_iterator.cc -rw-r--r-- 6.6 KB
two_level_iterator.h -rw-r--r-- 1.7 KB
unique_id.cc -rw-r--r-- 7.3 KB
unique_id_impl.h -rw-r--r-- 3.8 KB

back to top