]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/log
rocksdb.git
8 years agorocksdb:Fixes for http://tracker.ceph.com/issues/20529 wip-alt-crc-fix 20/head
oliveiradan [Fri, 4 Aug 2017 22:55:55 +0000 (16:55 -0600)]
rocksdb:Fixes for http://tracker.ceph.com/issues/20529

8 years agobump version to 5.6
Aaron Gao [Mon, 5 Jun 2017 22:55:55 +0000 (15:55 -0700)]
bump version to 5.6

Summary:
Bump version to 5.6 beforehand in master
Closes https://github.com/facebook/rocksdb/pull/2411

Differential Revision: D5186896

Pulled By: lightmark

fbshipit-source-id: 079538e621b1a959c2dc99dada894e9cdb99ef95

8 years agoForce travis to build with clang on MacOS
Yi Wu [Mon, 5 Jun 2017 22:34:40 +0000 (15:34 -0700)]
Force travis to build with clang on MacOS

Summary:
Attempt to force travis to build with clang on MacOS
Closes https://github.com/facebook/rocksdb/pull/2408

Differential Revision: D5186635

Pulled By: yiwu-arbug

fbshipit-source-id: dbb779eff07b1cb7dbd2092631303cf946316656

8 years agoFix warnings while generating RocksJava documentation
Sagar Vemuri [Mon, 5 Jun 2017 22:16:37 +0000 (15:16 -0700)]
Fix warnings while generating RocksJava documentation

Summary:
There are a couple of warnings while building RocksJava, coming from Javadoc generation.
```
Generating target/apidocs/org/rocksdb/RocksDB.html...
src/main/java/org/rocksdb/RocksDB.java:2139: warning: no throws for org.rocksdb.RocksDBException
  public void ingestExternalFile(final List<String> filePathList,
              ^
src/main/java/org/rocksdb/RocksDB.java:2162: warning: no throws for org.rocksdb.RocksDBException
  public void ingestExternalFile(final ColumnFamilyHandle columnFamilyHandle,
              ^
```
Closes https://github.com/facebook/rocksdb/pull/2396

Differential Revision: D5178388

Pulled By: sagar0

fbshipit-source-id: a0ab6696d6de78d089a9a860a559f64cc320019e

8 years agoWriteOptions.low_pri which can throttle low pri writes if needed
Siying Dong [Mon, 5 Jun 2017 21:42:34 +0000 (14:42 -0700)]
WriteOptions.low_pri which can throttle low pri writes if needed

Summary:
If ReadOptions.low_pri=true and compaction is behind, the write will either return immediate or be slowed down based on ReadOptions.no_slowdown.
Closes https://github.com/facebook/rocksdb/pull/2369

Differential Revision: D5127619

Pulled By: siying

fbshipit-source-id: d30e1cff515890af0eff32dfb869d2e4c9545eb0

8 years agoSwitch from CentOS 5 to CentOS 6 for crossbuilding RocksJava
Adam Retter [Mon, 5 Jun 2017 19:16:02 +0000 (12:16 -0700)]
Switch from CentOS 5 to CentOS 6 for crossbuilding RocksJava

Summary:
Updates the statically linked libraries from linking against glibc 2.5, to linking against glibc 2.12.
Closes https://github.com/facebook/rocksdb/pull/2405

Differential Revision: D5184132

Pulled By: sagar0

fbshipit-source-id: 7a8ad4cf7e737ca62f29e58938bd49fa02114541

8 years agoFix db_write_test clang/windows build failure
Yi Wu [Mon, 5 Jun 2017 19:06:23 +0000 (12:06 -0700)]
Fix db_write_test clang/windows build failure

Summary:
Fix db_write_test clang/windows build failure. Explicitly cast size_t (unsigned long) to uint32_t (unsigned int).
Closes https://github.com/facebook/rocksdb/pull/2407

Differential Revision: D5182995

Pulled By: yiwu-arbug

fbshipit-source-id: aba225a9fccb12d5bfbdc2cd6efc11040706a9d2

8 years agofixed typo
hyunwoo [Mon, 5 Jun 2017 18:23:31 +0000 (11:23 -0700)]
fixed typo

Summary:
fixed typo
Closes https://github.com/facebook/rocksdb/pull/2376

Differential Revision: D5183630

Pulled By: ajkr

fbshipit-source-id: 133cfd0445959e70aa2cd1a12151bf3c0c5c3ac5

8 years agoFix the Java build which was broken by a4d9c02
Adam Retter [Mon, 5 Jun 2017 01:40:37 +0000 (18:40 -0700)]
Fix the Java build which was broken by a4d9c02

Summary: Closes https://github.com/facebook/rocksdb/pull/2406

Differential Revision: D5181091

Pulled By: ajkr

fbshipit-source-id: fd72525da4fb1d50143080a210f8d824cbb968d6

8 years agoremove test dir before exit when current regression is running
Aaron Gao [Sat, 3 Jun 2017 00:12:52 +0000 (17:12 -0700)]
remove test dir before exit when current regression is running

Summary:
clean up the current test dir if the last regression test is still running.
Closes https://github.com/facebook/rocksdb/pull/2401

Differential Revision: D5177882

Pulled By: lightmark

fbshipit-source-id: 91d899fcc2bde841948eae71af8584d4bdb35468