1. 05 11月, 2014 11 次提交
  2. 04 11月, 2014 5 次提交
    • S
      DB::Open() to automatically increase thread pool size if it is smaller than... · 09899f0b
      sdong 提交于
      DB::Open() to automatically increase thread pool size if it is smaller than max number of parallel compactions or flushes
      
      Summary:
      With the patch, thread pool size will be automatically increased if DB's options ask for more parallelism of compactions or flushes.
      
      Too many users have been confused by the API. Change it to make it harder for users to make mistakes
      
      Test Plan: Add two unit tests to cover the function.
      
      Reviewers: yhchiang, rven, igor, MarkCallaghan, ljin
      
      Reviewed By: ljin
      
      Subscribers: dhruba, leveldb
      
      Differential Revision: https://reviews.facebook.net/D27555
      09899f0b
    • I
      Fix coverage script · 636e57b5
      Igor Canadi 提交于
      636e57b5
    • I
      Revamp our build tools · 30ca3752
      Igor Canadi 提交于
      Summary:
      This diff is revamping our build tools:
      1) Use third-party2 instead of third-party
      2) consolidate clang and gcc scripts together, lots of duplication there
      3) remove hdfs libs, we never compile rocksdb with them
      
      clang compilation doesn't work yet. It doesn't work in master either. I plan to fix it soon, but I just spent 2 hours trying to make it work and failed. I'll ask experts.
      
      Test Plan: compiles with gcc
      
      Reviewers: ljin, yhchiang, rven, sdong
      
      Reviewed By: sdong
      
      Subscribers: dhruba, leveldb
      
      Differential Revision: https://reviews.facebook.net/D28047
      30ca3752
    • I
      Merge pull request #378 from baotiao/master · 051c67ff
      Igor Canadi 提交于
      add make clean in examples makefile
      051c67ff
    • I
      Merge pull request #379 from fyrz/RocksJavaBuildFix · d0e7e49a
      Igor Canadi 提交于
      [RocksJava] Build fix after options refactoring
      d0e7e49a
  3. 03 11月, 2014 3 次提交
  4. 01 11月, 2014 21 次提交