1. 09 4月, 2014 7 次提交
    • I
      Fix GetProperty() test · 731e55c0
      Igor Canadi 提交于
      Summary:
      GetProperty test is flakey.
      Before this diff: P8635927
      After: P8635945
      
      We need to make sure the thread is done before we destruct sleeping tasks. Otherwise, bad things happen.
      
      Test Plan: See summary
      
      Reviewers: ljin, sdong, haobo, dhruba
      
      Reviewed By: ljin
      
      CC: leveldb
      
      Differential Revision: https://reviews.facebook.net/D17595
      731e55c0
    • I
      Fix Mac OS compile issues · 34455deb
      Igor Canadi 提交于
      34455deb
    • I
      Remove env_ from MergingIterator · 5b345b76
      Igor Canadi 提交于
      Summary: env_ is not used. Compiling for iOS complains.
      
      Test Plan: compiles now
      
      Reviewers: ljin, haobo, sdong, dhruba
      
      Reviewed By: ljin
      
      CC: leveldb
      
      Differential Revision: https://reviews.facebook.net/D17589
      5b345b76
    • L
      db_bench cleanup · 0c1126d4
      Lei Jin 提交于
      Summary:
      clean up the db_bench a little bit. also avoid allocating memory for key
      in the loop
      
      Test Plan:
      I verified a run with filluniquerandom & readrandom. Iterator seek will be used lot
      to measure performance. Will fix whatever comes up
      
      Reviewers: haobo, igor, yhchiang
      
      Reviewed By: igor
      
      CC: leveldb
      
      Differential Revision: https://reviews.facebook.net/D17559
      0c1126d4
    • I
      Small speedup of CompactionFilterV2 · beeee9dc
      Igor Canadi 提交于
      Summary: ToString() is expensive. Profiling shows that most compaction threads are stuck in jemalloc, allocating a new string. This will help out a litte.
      
      Test Plan: make check
      
      Reviewers: haobo, danguo
      
      Reviewed By: danguo
      
      CC: leveldb
      
      Differential Revision: https://reviews.facebook.net/D17583
      beeee9dc
    • L
      macros for perf_context · 92c1eb02
      Lei Jin 提交于
      Summary: This will allow us to disable them completely for iOS or for better performance
      
      Test Plan: will run make all check
      
      Reviewers: igor, haobo, dhruba
      
      Reviewed By: haobo
      
      CC: leveldb
      
      Differential Revision: https://reviews.facebook.net/D17511
      92c1eb02
    • Y
      [JNI] Fixed a column family related compile error. · 5abae2c8
      Yueh-Hsuan Chiang 提交于
      Summary:
      Fixed the following column family related compile error.
      
      ./java/rocksjni/write_batch.cc:211:66: error: cannot initialize a parameter of type 'rocksdb::ColumnFamilyMemTables *' with an lvalue of type 'rocksdb::MemTable *'
        rocksdb::Status s = rocksdb::WriteBatchInternal::InsertInto(b, mem, &options);
                                                                         ^~~
      
      Test Plan:
      make jni
      make jtest
      
      Reviewers: igor, haobo
      
      CC: leveldb
      
      Differential Revision: https://reviews.facebook.net/D17577
      5abae2c8
  2. 08 4月, 2014 11 次提交
  3. 05 4月, 2014 9 次提交
  4. 04 4月, 2014 10 次提交
  5. 03 4月, 2014 3 次提交