[FLINK-5173] [RocksDB backend] Upgrade RocksDB version to 4.11.2

This fixes some bugs in RocksDB that may cause data corruption in some cases
(observed for very long values) and also adds support for Microsoft Windows.


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/6377ef00
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/6377ef00
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/6377ef00

Branch: refs/heads/release-1.1
Commit: 6377ef00feb0244276d6f409baa46112714bab30
Parents: 9410d57
Author: Stephan Ewen <[email protected]>
Authored: Mon Nov 28 11:38:37 2016 +0100
Committer: Stephan Ewen <[email protected]>
Committed: Mon Nov 28 11:38:37 2016 +0100

----------------------------------------------------------------------
 flink-contrib/flink-statebackend-rocksdb/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/6377ef00/flink-contrib/flink-statebackend-rocksdb/pom.xml
----------------------------------------------------------------------
diff --git a/flink-contrib/flink-statebackend-rocksdb/pom.xml 
b/flink-contrib/flink-statebackend-rocksdb/pom.xml
index 0647e40..7ce07f3 100644
--- a/flink-contrib/flink-statebackend-rocksdb/pom.xml
+++ b/flink-contrib/flink-statebackend-rocksdb/pom.xml
@@ -57,7 +57,7 @@ under the License.
                <dependency>
                        <groupId>org.rocksdb</groupId>
                        <artifactId>rocksdbjni</artifactId>
-                       <version>4.5.1</version>
+                       <version>4.11.2</version>
                </dependency>
 
                <!-- test dependencies -->

Reply via email to