Commit Graph

7648 Commits (0aa17c1002ea146c89c61e7fe2f3a1e95585ca6c)
 

Author SHA1 Message Date
Maysam Yabandeh 0aa17c1002 Fix flaky test DBCompactionTest::DeleteFileRange (#4776) 6 years ago
DorianZheng 4862720e08 Expose column family id to `FlushJobInfo` 6 years ago
Siying Dong ae25546a7a Direct I/O Close() shouldn't rewrite the last block (#4771) 6 years ago
Tathagata Das 49666d76cf Fix swallowing of exception in Java RocksDB when loading native library (#4728) 6 years ago
Abhishek Madan cad248f5c6 Prepare FragmentedRangeTombstoneIterator for use in compaction (#4740) 6 years ago
Adam Retter d3daa0db8b RocksJava must compile on JDK7 (#4768) 6 years ago
Sagar Vemuri dde3ef1116 Change directory where ExternalSSTFileBasicTest runs (#4766) 6 years ago
Adam Retter f8943ec003 Fix issues with RocksJava dropColumnFamily (#4770) 6 years ago
Ben Clay 8261e0026b Promote CompactionFilter* accessors to ColumnFamilyOptionsInterface (#3461) 6 years ago
Abhishek Madan 64aabc9183 Properly set smallest key of subcompaction output (#4723) 6 years ago
Adam Singer 10e7de7705 Reduce javadoc warnings (#4764) 6 years ago
Maysam Yabandeh 21fca397cc Fix inline comments for assumed_tracked (#4762) 6 years ago
Yanqin Jin f307479ba6 Enable checkpoint of read-only db (#4681) 6 years ago
Anand Ananthabhotla 1b01d23be2 Add PerfContext counters for index/filter block cache stats (#4540) 6 years ago
Adam Retter 4048762cbe Updated the CentOS 6 Docker build for RocksJava to a newer GCC toolchain (#4756) 6 years ago
Sagar Vemuri 0463f61837 Refactor BlockBasedTable::Open (#4636) 6 years ago
Pengchao Wang c41c60be13 fix tombstone collectable test (#4755) 6 years ago
Maysam Yabandeh b878f93c70 Extend Transaction::GetForUpdate with do_validate (#4680) 6 years ago
Yanqin Jin 1d679e35fd Update HISTORY.md (#4753) 6 years ago
Yanqin Jin 9be3e6b488 Allow file-ingest-triggered flush to skip waiting for write-stall clear (#4751) 6 years ago
Yanqin Jin b96fccb1e6 Move a function to critical section (#4752) 6 years ago
anand76 e58d76955a Fix buck dev mode fbcode builds (#4747) 6 years ago
Zhongyi Xie 2f1ca4e838 Revert "BaseDeltaIterator: always check valid() before accessing key(… (#4744) 6 years ago
Fosco Marotto 55479eb572 Update History for fast-forwarded 5.18 branch 6 years ago
Zhongyi Xie 3a18bb3e15 BaseDeltaIterator: always check valid() before accessing key() (#4702) 6 years ago
Siying Dong 6e938c904f Make NewBloomFilterPolicy() use full filter by default (#4735) 6 years ago
Zhongyi Xie b0f3d9b478 fix unused param "options" error in jemalloc_nodump_allocator.cc (#4738) 6 years ago
Maysam Yabandeh f1b0841f06 WritePrepared: followup fix for snapshot double release issue (#4734) 6 years ago
Yi Wu cf1df5d3cb JemallocNodumpAllocator: option to limit tcache memory usage (#4736) 6 years ago
Sagar Vemuri 70645355ad Move FIFOCompactionPicker to a separate file (#4724) 6 years ago
Yanqin Jin 8d7bc76f36 Fix a flaky test DBFlushTest.SyncFail (#4633) 6 years ago
Kefu Chai 7dbee38716 db/repair: reset Repair::db_lock_ in ctor (#4683) 6 years ago
anand76 8d9b4d9741 Fix failure of sst_file_reader_test in LITE mode regression test (#4725) 6 years ago
Maysam Yabandeh 1a5a93ff74 WritePrepared: Fix double snapshot release issue (#4727) 6 years ago
Yi Wu 512a5e3ef8 Fix BlockBasedTable not always using memory allocator if available (#4678) 6 years ago
Abhishek Madan 8fe1e06ca0 Clean up FragmentedRangeTombstoneList (#4692) 6 years ago
Zhichao Cao 7125e24619 Add the max trace file size limitation option to Tracing (#4610) 6 years ago
Sagar Vemuri c94f073e5e Fix Mac build break in casting (#4722) 6 years ago
Huachao Huang 5e72bc113a Add SstFileReader to read sst files (#4717) 6 years ago
Adam Singer 3fa80f0e85 Remove enable_internal_stats (#4714) 6 years ago
Abhishek Madan e76448185c Remove DeleteRange experimental comment (#4709) 6 years ago
Adam Singer 1db4a096d4 Test mapping of Histograms and HistogramsNameMap (#4720) 6 years ago
Sagar Vemuri a2dec2ed08 Fix Java to C++ ticker conversions (#4719) 6 years ago
Po-Chuan Hsieh 60deb4485e Fix build with ROCKSDB_LITE and -Wunused-private-field (#4715) 6 years ago
Soli f1837595a3 FIX #3278: Move global const object definitions from .h to .cc (#4691) 6 years ago
Sagar Vemuri 0d65315cb1 RocksJava: Add the missing FIFO compaction options (#4609) 6 years ago
Abhishek Madan 85394a96ca Speed up range scans with range tombstones (#4677) 6 years ago
Zhongyi Xie a21cb22ee3 Revert "apply ReadOptions.iterate_upper_bound to transaction iterator… (#4705) 6 years ago
Andrew Kryczka e9372dcb3d DeleteRange blog post (#4711) 6 years ago
Andrew Kryczka 07cf0ee589 Fix ticker stat for number files closed (#4703) 6 years ago