1. 19 Nov, 2019 1 commit
  2. 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
  3. 24 Sep, 2019 2 commits
  4. 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
  5. 05 Aug, 2019 1 commit
  6. 31 Jul, 2019 1 commit
  7. 29 Jul, 2019 2 commits
  8. 25 Jul, 2019 3 commits
  9. 22 Jul, 2019 2 commits
  10. 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
  11. 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
  12. 11 Jul, 2019 2 commits
  13. 28 Jun, 2019 1 commit
  14. 26 Jun, 2019 1 commit
  15. 24 Jun, 2019 8 commits
  16. 23 Jun, 2019 1 commit
  17. 19 Jun, 2019 1 commit
  18. 17 Jun, 2019 1 commit
  19. 14 Jun, 2019 1 commit
  20. 13 Jun, 2019 2 commits
  21. 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
  22. 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
  23. 03 Jun, 2019 1 commit
  24. 25 May, 2019 1 commit