1. 06 4月, 2017 7 次提交
    • S
      Move some files under util/ to separate dirs · d2dce561
      Siying Dong 提交于
      Summary:
      Move some files under util/ to new directories env/, monitoring/ options/ and cache/
      Closes https://github.com/facebook/rocksdb/pull/2090
      
      Differential Revision: D4833681
      
      Pulled By: siying
      
      fbshipit-source-id: 2fd8bef
      d2dce561
    • I
      Use a human readable size for level report · c50e3750
      Islam AbdelRahman 提交于
      Summary:
      Current
      ```
      ** Compaction Stats [default] **
      Level    Files   Size(MB} Score Read(GB}  Rn(GB} Rnp1(GB} Write(GB} Wnew(GB} Moved(GB} W-Amp Rd(MB/s} Wr(MB/s} Comp(sec} Comp(cnt} Avg(sec} KeyIn KeyDrop
      ----------------------------------------------------------------------------------------------------------------------------------------------------------
        L0      2/0      49.02   0.5      0.0     0.0      0.0       0.0      0.0       0.0   0.0      0.0     76.1         1         2    0.322       0      0
       Sum      2/0      49.02   0.0      0.0     0.0      0.0       0.0      0.0       0.0   1.0      0.0     76.1         1         2    0.322       0      0
       Int      0/0       0.00   0.0      0.0     0.0      0.0       0.0      0.0       0.0   1.0      0.0     76.1         1         2    0.322       0      0
      ```
      
      New
      ```
      ** Compaction Stats [default] **
      Level    Files   Size     Score Read(GB)  Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) Comp(cnt) Avg(sec) KeyIn Key
      Closes https://github.com/facebook/rocksdb/pull/2055
      
      Differential Revision: D4804576
      
      Pulled By: IslamAbdelRahman
      
      fbshipit-source-id: 719be6a
      c50e3750
    • S
      Divide db/db_impl.cc · ce64b8b7
      Siying Dong 提交于
      Summary:
      db_impl.cc is too large to manage. Divide db_impl.cc into db/db_impl.cc, db/db_impl_compaction_flush.cc, db/db_impl_files.cc, db/db_impl_open.cc and db/db_impl_write.cc.
      Closes https://github.com/facebook/rocksdb/pull/2095
      
      Differential Revision: D4838188
      
      Pulled By: siying
      
      fbshipit-source-id: c5f3059
      ce64b8b7
    • A
      Revert "delete fallocate with punch_hole" · 02799ad7
      Aaron Gao 提交于
      Summary:
      This reverts commit 0fd57492.
      It breaks tmpfs on kernel 4.0 or earlier. We will wait for the fix before remove this part
      Closes https://github.com/facebook/rocksdb/pull/2096
      
      Differential Revision: D4839661
      
      Pulled By: lightmark
      
      fbshipit-source-id: 574a51f
      02799ad7
    • M
      Release note for partition filters · e2a7b202
      Maysam Yabandeh 提交于
      Summary:
      I tagged it experimental since the configuring the filter partitions by size will not be ready for this release.
      Closes https://github.com/facebook/rocksdb/pull/2049
      
      Differential Revision: D4831575
      
      Pulled By: maysamyabandeh
      
      fbshipit-source-id: fcc2d25
      e2a7b202
    • A
      build db every monday · af256eb2
      Aaron Gao 提交于
      Summary:
      Rebuilding regression db at the first run every monday.
      Closes https://github.com/facebook/rocksdb/pull/2093
      
      Differential Revision: D4836961
      
      Pulled By: lightmark
      
      fbshipit-source-id: 22d6c25
      af256eb2
    • D
      Rework test running script. · e5a1372b
      Dmitri Smirnov 提交于
      Summary:
      Rework test running script.
        New options SuiteRun - runs specified executables as google suite
        test cases in parallel.
        Run - this option now runs executables in parallel the same as 'tests'
        RunAll - scans for test executables and attempts to run them all
        as suites except those mentiones in RunOnly (hardcoded in the script)
        or specified either in $ExcludeTestCases $ExcludeTestExe
      Closes https://github.com/facebook/rocksdb/pull/2089
      
      Differential Revision: D4832212
      
      Pulled By: yiwu-arbug
      
      fbshipit-source-id: 954990c
      e5a1372b
  2. 05 4月, 2017 8 次提交
  3. 04 4月, 2017 8 次提交
  4. 01 4月, 2017 4 次提交
  5. 31 3月, 2017 8 次提交
  6. 30 3月, 2017 5 次提交