This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-2.10 by this push:
new 1c001545b7e [fix] [broker] [branch-2.10] Upgrade rocksDB version to
6.16.4 to keep sync with BookKeeper 4.14.7 (#20312)
1c001545b7e is described below
commit 1c001545b7ea07d4a41bfdf597f3d566d9a836b2
Author: Hang Chen <[email protected]>
AuthorDate: Fri May 12 20:09:25 2023 +0800
[fix] [broker] [branch-2.10] Upgrade rocksDB version to 6.16.4 to keep sync
with BookKeeper 4.14.7 (#20312)
---
distribution/server/src/assemble/LICENSE.bin.txt | 2 +-
pom.xml | 2 +-
pulsar-sql/presto-distribution/LICENSE | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/distribution/server/src/assemble/LICENSE.bin.txt
b/distribution/server/src/assemble/LICENSE.bin.txt
index 49fea8189ab..eeebeb15ba2 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -450,7 +450,7 @@ The Apache Software License, Version 2.0
- org.eclipse.jetty-jetty-alpn-conscrypt-server-9.4.51.v20230217.jar
- org.eclipse.jetty-jetty-alpn-server-9.4.51.v20230217.jar
* SnakeYaml -- org.yaml-snakeyaml-2.0.jar
- * RocksDB - org.rocksdb-rocksdbjni-6.10.2.jar
+ * RocksDB - org.rocksdb-rocksdbjni-6.16.4.jar
* Google Error Prone Annotations -
com.google.errorprone-error_prone_annotations-2.5.1.jar
* Apache Thrift - org.apache.thrift-libthrift-0.14.2.jar
* OkHttp3
diff --git a/pom.xml b/pom.xml
index 41f7a79a434..9b3bd1e0880 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,7 +118,7 @@ flexible messaging model and an intuitive client
API.</description>
<athenz.version>1.10.50</athenz.version>
<prometheus.version>0.5.0</prometheus.version>
<vertx.version>3.9.8</vertx.version>
- <rocksdb.version>6.10.2</rocksdb.version>
+ <rocksdb.version>6.16.4</rocksdb.version>
<slf4j.version>1.7.32</slf4j.version>
<commons.collections.version>3.2.2</commons.collections.version>
<log4j2.version>2.18.0</log4j2.version>
diff --git a/pulsar-sql/presto-distribution/LICENSE
b/pulsar-sql/presto-distribution/LICENSE
index 4c59ab739e2..aff504d3de2 100644
--- a/pulsar-sql/presto-distribution/LICENSE
+++ b/pulsar-sql/presto-distribution/LICENSE
@@ -411,7 +411,7 @@ The Apache Software License, Version 2.0
- presto-spi-332.jar
- presto-record-decoder-332.jar
* RocksDB JNI
- - rocksdbjni-6.10.2.jar
+ - rocksdbjni-6.16.4.jar
* SnakeYAML
- snakeyaml-2.0.jar
* Bean Validation API