You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ad...@apache.org on 2021/05/14 06:30:54 UTC

[ozone] branch master updated: HDDS-5208. bump rocksdb version to 6.20.3 (#2235)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new eff4914  HDDS-5208. bump rocksdb version to 6.20.3 (#2235)
eff4914 is described below

commit eff4914eb88f770cc91dbf1630d840f3e8aacc78
Author: Jackson Yao <ja...@tencent.com>
AuthorDate: Fri May 14 14:30:29 2021 +0800

    HDDS-5208. bump rocksdb version to 6.20.3 (#2235)
---
 .../java/org/apache/hadoop/ozone/om/TestOzoneManagerRocksDBLogging.java | 2 +-
 pom.xml                                                                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerRocksDBLogging.java b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerRocksDBLogging.java
index 5499c81..1f770b9 100644
--- a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerRocksDBLogging.java
+++ b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerRocksDBLogging.java
@@ -91,7 +91,7 @@ public class TestOzoneManagerRocksDBLogging {
       throws TimeoutException, InterruptedException {
     GenericTestUtils.waitFor(() -> logCapturer.getOutput()
             .contains("db_impl.cc"),
-        1000, 10000);
+        1000, 30000);
   }
 
 }
diff --git a/pom.xml b/pom.xml
index b039d99..dda2f92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1602,7 +1602,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
       <dependency>
         <groupId>org.rocksdb</groupId>
         <artifactId>rocksdbjni</artifactId>
-        <version>6.8.1</version>
+        <version>6.20.3</version>
       </dependency>
       <dependency>
         <groupId>org.xerial</groupId>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org