]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Add Java-API-Changes section to History
authorSagar Vemuri <svemuri@fb.com>
Fri, 23 Mar 2018 19:13:00 +0000 (12:13 -0700)
committerSagar Vemuri <svemuri@fb.com>
Fri, 23 Mar 2018 21:56:44 +0000 (14:56 -0700)
Summary:
We have not been updating our HISTORY.md change log with the RocksJava changes. Going forward, lets add Java changes also to HISTORY.md.
There is an old java/HISTORY-JAVA.md, but it hasn't been updated in years. It is much easier to remember to update the change log in a single file, HISTORY.md.

I added information about shared block cache here, which was introduced in #3623.
Closes https://github.com/facebook/rocksdb/pull/3647

Differential Revision: D7384448

Pulled By: sagar0

fbshipit-source-id: 9b6e569f44e6df5cb7ba06413d9975df0b517d20

HISTORY.md

index 56e6dd9055cfa25bf716840e5a67d38719c2313c..9792601f96aefda35e1afb99305ce5944d442268 100644 (file)
@@ -7,6 +7,9 @@
 ### Bug Fixes
 * Fsync after writing global seq number to the ingestion file in ExternalSstFileIngestionJob.
 
+### Java API Changes
+* Add `BlockBasedTableConfig.setBlockCache` to allow sharing a block cache across DB instances.
+
 ## 5.13.0 (3/20/2018)
 ### Public API Change
 * RocksDBOptionsParser::Parse()'s `ignore_unknown_options` argument will only be effective if the option file shows it is generated using a higher version of RocksDB than the current version.