1. 29 May, 2020 1 commit
  2. 05 Feb, 2020 1 commit
  3. 01 Feb, 2020 1 commit
  4. 17 Jan, 2020 1 commit
  5. 21 Nov, 2019 1 commit
  6. 19 Nov, 2019 1 commit
  7. 16 Oct, 2019 1 commit
    • yiwu-arbug's avatar
      Fix Titan missing blob issue (#97) · 43225d44
      yiwu-arbug authored
      Cherry-picking the following patches for fixing #93 
      ```
      0a3f87a2 2019-10-15 yiwu@pingcap.com     Temp fix for data loss caused by concurrent flush (#96)
      8ac5003c 2019-10-16 zbk602423539@gmail.. merge BackgroundGC with TEST_StartGC (#94)
      b9915d9b 2019-10-07 zbk602423539@gmail.. check nullptr (#91)
      ```
      43225d44
  8. 24 Sep, 2019 2 commits
  9. 20 Aug, 2019 2 commits
    • yiwu-arbug's avatar
      cmake auto clone rocksdb (#60) · 19ea115a
      yiwu-arbug authored
      Summary:
      We require passing `ROCKSDB_DIR` to cmake command, which is not easy to use. Update cmake script to make it clone rocksdb (currently pointing to pingcap/rocksdb tikv-3.0 branch) to make development use easier.
      
      Test Plan:
      local test + travis
      19ea115a
    • YangKeao's avatar
      Add benchmark script (#57) · f0964aac
      YangKeao authored
      * Add benchmark script
      f0964aac
  10. 05 Aug, 2019 1 commit
  11. 31 Jul, 2019 1 commit
  12. 29 Jul, 2019 2 commits
  13. 25 Jul, 2019 3 commits
  14. 22 Jul, 2019 2 commits
  15. 18 Jul, 2019 1 commit
    • Wu Jiayu's avatar
      Turn titan into read-only on error during gc and version_change (#42) · 8ee2e794
      Wu Jiayu authored
      - Set background error if encountered a critical error. Now it's set for two cases
          - BackgroundGC() error
          - LogAndApply() error after generate new blob file
      - If background error is set, all following foreground write operations will be refused and return background error status
      8ee2e794
  16. 16 Jul, 2019 2 commits
    • Wu Jiayu's avatar
      Fix mac build (#41) · 53c1096f
      Wu Jiayu authored
      - There is no libatomic in MacOS clang(and maybe some other environment), so check if libatomic existed before link.
      - Added MacOS build to travis. For TSAN build , a unused-command-line-argument is defined in RocksDB cmake file, witch will fail compilation on MacOS, skip it.
      53c1096f
    • Wu Jiayu's avatar
      Fix blob file iterator (#45) · d9761046
      Wu Jiayu authored
      * fix iterator
      
      * fix
      
      * fmt
      d9761046
  17. 11 Jul, 2019 2 commits
  18. 28 Jun, 2019 1 commit
  19. 26 Jun, 2019 1 commit
  20. 24 Jun, 2019 8 commits
  21. 23 Jun, 2019 1 commit
  22. 19 Jun, 2019 1 commit
  23. 17 Jun, 2019 1 commit
  24. 14 Jun, 2019 1 commit
  25. 13 Jun, 2019 1 commit