• yiwu-arbug's avatar
    update rocksdb for master (#408) · 3f34060d
    yiwu-arbug authored
    Update rocksdb for master branch with following changes:
    
    Cherry-picking flaky test fix:
    ```
    8c436ff96 2019-12-16 yiwu@pingcap.com     Fix DBFlushTest::FireOnFlushCompletedAfterCommittedResult hang (#6018)
    ```
    
    Cherry-picking titan iterator fix:
    ```
    74a1cac78 2019-11-25 xy.tao@outlook.com   Fix blob context when db_iter uses seek (#6051)
    ```
    
    Cherry-picking intra-L0 fixes:
    ```
    193cded5a 2019-11-25 bupt2013211450@gma.. fix unstable unittest caused by #5958 (#6061)
    7f67659af 2019-11-25 bupt2013211450@gma.. Fix corruption with intra-L0 on ingested files (#5958)
    ```
    
    Cherry-picking unordered_write fixes:
    ```
    165702113 2019-11-25 bupt2013211450@gma.. Fix IngestExternalFile's bug with two_write_queue (#5976)
    720acf34a 2019-12-16 zbk602423539@gmail.. wait pending memtable writes on file ingestion or compact range (#6113)
    380779db1 2019-12-16 siying.d@fb.com      Move pipeline write waiting logic into WaitForPendingWrites() (#5716)
    ```
    
    Upgrade from rocksdb 6.4.4 to 6.4.6:
    ```
    2c55ed1e3 2019-11-25 myabandeh@fb.com     Bump up the version to 6.4.6
    5fe5d4b90 2019-11-25 myabandeh@fb.com     Update HISTORY for SeekForPrev bug fix (#5925)
    dee7a8cb6 2019-11-25 myabandeh@fb.com     Fix SeekForPrev bug with Partitioned Filters and Prefix (#5907)
    aa28dae99 2019-11-25 anand76@devvm1373... Update HISTORY.md with a bug fix
    b626c6a2a 2019-11-25 anand76@devvm1373... Fix data block upper bound checking for iterator reseek case (#5883)
    c4801798b 2019-11-25 siying.d@fb.com      Fix a bug of the previous fix.
    da1af09f7 2019-11-25 siying.d@fb.com      Bump up the version to 6.4.5
    47526f4c9 2019-11-25 siying.d@fb.com      Revert "Merging iterator to avoid child iterator reseek for some cases (#5286)" (#5871)
    ```
    Signed-off-by: 's avatarYi Wu <yiwu@pingcap.com>
    3f34060d
Name
Last commit
Last update
benches Loading commit data...
librocksdb_sys Loading commit data...
scripts Loading commit data...
src Loading commit data...
tests Loading commit data...
travis-build Loading commit data...
.clang-format Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
.travis.yml Loading commit data...
Cargo.toml Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
rustfmt.toml Loading commit data...