1. 27 Aug, 2019 1 commit
    • yiwu-arbug's avatar
      Upgrade RocksDB to 6.4 (#61) · c99cf9d2
      yiwu-arbug authored
      Summary:
      Update the code to base off RocksDB 6.4.x. There are a few internal interface changes and files moving around from 5.18 to 6.4. titandb_bench is also updated to base off the version in 6.4.x.
      
      Test Plan:
      Travis
      c99cf9d2
  2. 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
  3. 05 Aug, 2019 1 commit
  4. 31 Jul, 2019 1 commit
  5. 29 Jul, 2019 2 commits
  6. 25 Jul, 2019 3 commits
  7. 22 Jul, 2019 2 commits
  8. 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
  9. 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
  10. 11 Jul, 2019 2 commits
  11. 28 Jun, 2019 1 commit
  12. 26 Jun, 2019 1 commit
  13. 24 Jun, 2019 8 commits
  14. 23 Jun, 2019 1 commit
  15. 19 Jun, 2019 1 commit
  16. 17 Jun, 2019 1 commit
  17. 14 Jun, 2019 1 commit
  18. 13 Jun, 2019 2 commits
  19. 05 Jun, 2019 1 commit
    • Xinye Tao's avatar
      Add Titan internal stats and metrics for blob file and live value (#15) · ec440e2a
      Xinye Tao authored
      * Add Titan internal stats
      
      * add metrics for blob monitoring
      
      * add override quantifier
      
      * address comments
      
      * fix minor issue
      
      * address comments
      
      * address comments
      
      * address comments
      
      * merge master
      
      * turn on test output
      
      * fix merge issue
      
      * fix segfault in background gc
      
      * fix loop
      
      * remove loop
      ec440e2a
  20. 04 Jun, 2019 1 commit
    • Xinye Tao's avatar
      Add blob-run-mode for downgrading Titan (#11) · 70dc779b
      Xinye Tao authored
      * Add blob-run-mode for downgrading Titan
      
      * fix format issue
      
      * address comment
      
      * change string req to kabab-case
      
      * address comments
      
      * address comments
      
      * fix bug from merge
      
      * address comments
      
      * address comments
      
      * address comments
      
      * address comment
      
      * address comment
      
      * pick comments from mutex-fix
      
      * remove mutex fix
      
      * fix mutex issue in blob storage
      70dc779b
  21. 03 Jun, 2019 1 commit
  22. 25 May, 2019 1 commit
  23. 24 May, 2019 1 commit
  24. 16 May, 2019 1 commit
  25. 15 May, 2019 1 commit