This is an automated email from the ASF dual-hosted git repository.

sewen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit dd82989e6cba7cd2dee1fdf013a67a163dfcb849
Author: Yun Tang <myas...@live.com>
AuthorDate: Tue Dec 3 21:50:28 2019 +0800

    [FLINK-15034][state-backends] Bump FRocksDB version to support better 
control over used memory
---
 flink-dist/src/main/resources/META-INF/NOTICE           | 2 +-
 flink-state-backends/flink-statebackend-rocksdb/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/flink-dist/src/main/resources/META-INF/NOTICE 
b/flink-dist/src/main/resources/META-INF/NOTICE
index 3866aae..2714eda 100644
--- a/flink-dist/src/main/resources/META-INF/NOTICE
+++ b/flink-dist/src/main/resources/META-INF/NOTICE
@@ -6,7 +6,7 @@ The Apache Software Foundation (http://www.apache.org/).
 
 This project bundles the following dependencies under the Apache Software 
License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
 
-- com.data-artisans:frocksdbjni:5.17.2-artisans-1.0
+- com.data-artisans:frocksdbjni:5.17.2-artisans-2.0
 - com.google.code.findbugs:jsr305:1.3.9
 - com.twitter:chill-java:0.7.6
 - com.twitter:chill_2.11:0.7.6
diff --git a/flink-state-backends/flink-statebackend-rocksdb/pom.xml 
b/flink-state-backends/flink-statebackend-rocksdb/pom.xml
index 1f0da38..fd307b8 100644
--- a/flink-state-backends/flink-statebackend-rocksdb/pom.xml
+++ b/flink-state-backends/flink-statebackend-rocksdb/pom.xml
@@ -57,7 +57,7 @@ under the License.
                <dependency>
                        <groupId>com.data-artisans</groupId>
                        <artifactId>frocksdbjni</artifactId>
-                       <version>5.17.2-artisans-1.0</version>
+                       <version>5.17.2-artisans-2.0</version>
                </dependency>
 
                <!-- test dependencies -->

Reply via email to