1. 17 Mar, 2020 1 commit
  2. 17 Jan, 2020 1 commit
  3. 09 Jan, 2020 1 commit
    • yiwu-arbug's avatar
      Update rocksdb to cb7efe6d7 (#419) · e552e09f
      yiwu-arbug authored
      Update rocksdb with the following changes:
      ```
      cb7efe6d7 2020-01-08 zbk602423539@gmail.. Add oldest snapshot sequence property (#6228) (#141)
      c7d775168 2020-01-07 zbk602423539@gmail.. statistics: make ticker and histogram extendible (#136)
      ebec1bd8a 2020-01-07 bupt2013211450@gma.. add multibatch write into memtable (#131)
      4dcfb8789 2020-01-07 zbk602423539@gmail.. fix invalid register for .seh_savexmm (#140)
      ```
      Signed-off-by: 's avatarYi Wu <yiwu@pingcap.com>
      e552e09f
  4. 31 Dec, 2019 1 commit
  5. 23 Dec, 2019 1 commit
  6. 19 Dec, 2019 1 commit
  7. 18 Dec, 2019 2 commits
    • 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
    • Fu Chen's avatar
      bindgen: pre-generate bindings (#402) · 809c1dc9
      Fu Chen authored
      809c1dc9
  8. 16 Dec, 2019 1 commit
  9. 11 Dec, 2019 1 commit
  10. 10 Dec, 2019 1 commit
  11. 06 Dec, 2019 1 commit
  12. 03 Dec, 2019 1 commit
  13. 29 Nov, 2019 1 commit
  14. 28 Nov, 2019 1 commit
  15. 27 Nov, 2019 1 commit
  16. 26 Nov, 2019 1 commit
  17. 21 Nov, 2019 2 commits
  18. 19 Nov, 2019 1 commit
  19. 13 Nov, 2019 1 commit
  20. 12 Nov, 2019 1 commit
  21. 06 Nov, 2019 1 commit
  22. 05 Nov, 2019 1 commit
    • yiwu-arbug's avatar
      Update rocksdb (#376) · 51073a75
      yiwu-arbug authored
      Update rocksdb to include the following changes:
      ```
      d9ac7463e 2019-10-29 yiwu@pingcap.com     Cherry-pick compile error fixes (#129)
      8a63fcbfe 2019-10-29 yiwu@pingcap.com     Fix OnFlushCompleted fired before flush result write to MANIFEST (#5908) (#127)
      ```
      Signed-off-by: 's avatarYi Wu <yiwu@pingcap.com>
      51073a75
  23. 04 Nov, 2019 2 commits
  24. 03 Nov, 2019 1 commit
  25. 02 Nov, 2019 1 commit
  26. 01 Nov, 2019 2 commits
  27. 31 Oct, 2019 1 commit
  28. 30 Oct, 2019 1 commit
  29. 25 Oct, 2019 1 commit
  30. 22 Oct, 2019 1 commit
  31. 16 Oct, 2019 1 commit
    • yiwu-arbug's avatar
      Temp fix Titan missing blob issue (#355) · 123e9edf
      yiwu-arbug authored
      Update rocksdb and titan with the following changes. The main change is to fix Titan missing blob file issue.
      rocksdb:
      ```
      9ab5a5f9e 2019-10-15 yiwu@pingcap.com     Make WaitForFlushMemTable public (#126)
      ```
      
      titan:
      ```
      0a3f87a 2019-10-15 yiwu@pingcap.com     Temp fix for data loss caused by concurrent flush (#96)
      8ac5003 2019-10-16 zbk602423539@gmail.. merge BackgroundGC with TEST_StartGC (#94)
      b9915d9 2019-10-07 zbk602423539@gmail.. check nullptr (#91)
      280b59d 2019-09-27 yiwu@pingcap.com     Adjust daily benchmark script (#84)
      ```
      Signed-off-by: 's avatarYi Wu <yiwu@pingcap.com>
      123e9edf
  32. 11 Oct, 2019 1 commit
  33. 27 Sep, 2019 2 commits
  34. 25 Sep, 2019 2 commits