Commit Graph

7575 Commits (5945e16dfc6e99522c607841cfd387eebed256fc)
 

Author SHA1 Message Date
moozzyk f45c0d20de JNI support for ReadOptions::iterate_lower_bound (#4444) 6 years ago
jsteemann 517d3b8b77 fix typo in error message, twice (#4457) 6 years ago
Jiri Appl b0026e1f5f Enable building of ARM32 (#4349) 6 years ago
Abhishek Madan 3a4bd36fed Truncate range tombstones by leveraging InternalKeys (#4432) 6 years ago
Zhongyi Xie 283a700f5d add locking around calls to RecalculateWriteStallConditions in column_family_test (#4474) 6 years ago
Zhongyi Xie cac87fcf57 move dump stats to a separate thread (#4382) 6 years ago
Fosco Marotto 35f26beca5 Update version macro for 5.17 (#4472) 6 years ago
DorianZheng 27090ae8f6 Fix DBImpl::GetColumnFamilyHandleUnlocked race condition (#4391) 6 years ago
DorianZheng e0f05754ba Expose column family id to OnCompactionCompleted (#4466) 6 years ago
DorianZheng 7487a7628c Fix return status of DBImpl::GetLatestSequenceForKey 6 years ago
Fosco Marotto b787cf9e42 Update HISTORY.md to current status (#4471) 6 years ago
Ben Clay c9048021ad RocksJava: memory_util support (#4446) 6 years ago
Maysam Yabandeh 21b51dfec4 Add inline comments to flush job (#4464) 6 years ago
Maysam Yabandeh 1fb6805527 Fix snprintf buffer overflow bug (#4465) 6 years ago
Dmitry Alimov e13d8dcbbb Fix typos in comments (#4456) 6 years ago
Andrew Gallagher 897fe6a4a3 rocksdb: put `#pragma once` before `#ifdef` 6 years ago
Yanqin Jin b41b2d431e Improve error message when opening file for truncation (#4454) 6 years ago
Zhongyi Xie ce1fc5af09 fix unused param `allocator` in compression.h (#4453) 6 years ago
JiYou a1f6142f38 VersionSet: GetOverlappingInputs() fix overflow and optimize. (#4385) 6 years ago
Igor Canadi 1cf5deb8fd Introduce CacheAllocator, a custom allocator for cache blocks (#4437) 6 years ago
Yanqin Jin 4e58b2ea3d Check for compression lib support before test exec (#4443) 6 years ago
Jakub Cech d78b2893bc Adding IOTA Foundation to USERS.MD (#4436) 6 years ago
Gihwan Oh 477107d6f9 Add proper newline markdown (#4434) 6 years ago
Yanqin Jin be5cc4c7b8 Remove a race condition between lsdir and rm (#4440) 6 years ago
Andrew Kryczka ac6f435a9a Fix CompactFiles support for kDisableCompressionOption (#4438) 6 years ago
Yi Wu d6f2ecf49c Utility to run task periodically in a thread (#4423) 6 years ago
JiYou 75ca13875c FindFile: use std::lower_bound reduce the repeated code. (#4372) 6 years ago
Sagar Vemuri b1dad4cfcc assert in PosixEnv::FileExists should be based on errno (#4427) 6 years ago
Andrew Kryczka d56070d875 Fix benchmark script with vector memtable (#4428) 6 years ago
Yi Wu dc813e4b85 Improve log handling when recover without flush (#4405) 6 years ago
Nikhil Benesch 17edc82a4b Handle tombstones at the same seqno in the CollapsedRangeDelMap (#4424) 6 years ago
Yi Wu 31d46993cc Update TARGETS file template (#4426) 6 years ago
Abhishek Madan 3c350a7cf0 Improve RangeDelAggregator benchmarks (#4395) 6 years ago
Yi Wu 04d373b260 BlobDB: handle IO error on read (#4410) 6 years ago
Anand Ananthabhotla 72712f4e28 Allow dynamic modification of window size and deletion trigger (#4403) 6 years ago
Chen, You 02dc074916 add GetAggregatedLongProperty for Java API (#4379) 6 years ago
Abhishek Madan 519f8b145f Generate appropriate number of keys in db_bench (#4404) 6 years ago
Zhongyi Xie 9b3cf908a6 add missing range in random.choice argument (#4397) 6 years ago
Maysam Yabandeh a0ebec3804 Extend crash test with index_block_restart_interval (#4383) 6 years ago
Fosco Marotto 886766c31d Fix issue with docs/feed.xml validation (#4392) 6 years ago
Andrew Kryczka 990b52e95b Unit test for custom comparator RangeDelAggregator (#4388) 6 years ago
jsteemann 27221b0cc2 use specified comparator in CollapsedRangeDelMap (#4386) 6 years ago
Maysam Yabandeh 65ac72edd9 Fix bug in partition filters with format_version=4 (#4381) 6 years ago
Abhishek Madan 1626f6ab6b Add RangeDelAggregator microbenchmarks (#4363) 6 years ago
Anand Ananthabhotla 30c21df97c Fix regression test failures introduced by PR #4164 (#4375) 6 years ago
Andrew Kryczka 8c25204633 Support manual flush in stress/crash tests (#4368) 6 years ago
Sagar Vemuri ac46790374 Fix sync-point comment in Block destructor (#4380) 6 years ago
Anand Ananthabhotla dfda91027b Remove trace_analyzer_tool.cc from rocksdb_lib buck target (#4371) 6 years ago
Anand Ananthabhotla a27fce408e Auto recovery from out of space errors (#4164) 6 years ago
Sagar Vemuri 3db584059c Remove sync point from Block destructor (#4370) 6 years ago