Skip to content

Commit

Permalink
MINOR: Upgrade RocksDB to 5.13.4 (apache#5309)
Browse files Browse the repository at this point in the history
Reviewers: Bill Bejeck <[email protected]>, Matthias J. Sax <[email protected]>
  • Loading branch information
guozhangwang authored Jun 29, 2018
1 parent 98e5466 commit 7947c94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ versions += [
// PowerMock 1.x doesn't support Java 9, so use PowerMock 2.0.0 beta
powermock: "2.0.0-beta.5",
reflections: "0.9.11",
rocksDB: "5.7.3",
rocksDB: "5.13.4",
scalatest: "3.0.5",
scoverage: "1.3.1",
slf4j: "1.7.25",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -248,11 +248,6 @@ public boolean accept(final File dir, final String name) {
} catch (final RocksDBException e) {
throw new ProcessorStateException("Error while range compacting during restoring store " + this.name, e);
}

// we need to re-open with the old num.levels again, this is a workaround
// until https://github.com/facebook/rocksdb/pull/2740 is merged in rocksdb
close();
openDB(internalProcessorContext);
}
}

Expand Down

0 comments on commit 7947c94

Please sign in to comment.