1. 27 Nov, 2019 3 commits
  2. 26 Nov, 2019 1 commit
  3. 21 Nov, 2019 2 commits
  4. 19 Nov, 2019 1 commit
  5. 13 Nov, 2019 1 commit
  6. 12 Nov, 2019 1 commit
  7. 06 Nov, 2019 1 commit
  8. 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
  9. 04 Nov, 2019 2 commits
  10. 03 Nov, 2019 1 commit
  11. 02 Nov, 2019 1 commit
  12. 01 Nov, 2019 2 commits
  13. 31 Oct, 2019 1 commit
  14. 30 Oct, 2019 1 commit
  15. 25 Oct, 2019 1 commit
  16. 22 Oct, 2019 1 commit
  17. 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
  18. 11 Oct, 2019 1 commit
  19. 27 Sep, 2019 2 commits
  20. 25 Sep, 2019 2 commits
  21. 23 Sep, 2019 1 commit
  22. 17 Sep, 2019 1 commit
  23. 03 Sep, 2019 1 commit
  24. 14 Aug, 2019 1 commit
  25. 07 Aug, 2019 1 commit
  26. 06 Aug, 2019 2 commits
  27. 05 Aug, 2019 1 commit
  28. 31 Jul, 2019 1 commit
  29. 25 Jul, 2019 2 commits
    • yiwu-arbug's avatar
      Avoid build require system zlib (#303) · 6ead62ca
      yiwu-arbug authored
      `register_dep("Z")` correctly set the include path for zlib, but fail to set the path to libz.a. RocksDB cmake script expect libz.a be place under ${DEP_Z_ROOT}/lib, but libz-sys place it under ${DEP_Z_ROOT}/build. Fixed it.
      
      Also added a test to make sure possible compression types are all linked.
      Signed-off-by: 's avatarYi Wu <yiwu@pingcap.com>
      6ead62ca
    • Wenxuan's avatar
      Skip jemalloc options on specific platform (#324) · 9246b9c5
      Wenxuan authored
      On some platforms jemalloc-sys adds a prefix when building its jemalloc. Thus it is not suitable to use jemalloc-sys to provide a jemalloc in such platforms, otherwise this will lead to a link error.
      9246b9c5
  30. 24 Jul, 2019 1 commit
    • yiwu-arbug's avatar
      Update rocksdb with cherry-picks (#323) · a0d3b924
      yiwu-arbug authored
      Update rocksdb with the following changes:
      
      7a03c83ed 2019-07-23 psergey@askmonty.org Fix MyRocks compile warnings-treated-as-errors on Fedora 30, gcc 9.1.1 (#5553)
      f21404420 2019-06-19 yiwu@pingcap.com     Fix ingested file and direcotry not being sync (#96) (#99)
      a0d3b924
  31. 23 Jul, 2019 1 commit