You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by si...@apache.org on 2022/04/04 18:20:21 UTC

[ozone] branch master updated: HDDS-6456 Update RocksDB Version to 7.0.4 (#3199)

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

siyao 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 a6b09e777e HDDS-6456 Update RocksDB Version to 7.0.4 (#3199)
a6b09e777e is described below

commit a6b09e777e9a629d64ce5579d904c9974875f1e2
Author: Ritesh H Shukla <ke...@gmail.com>
AuthorDate: Mon Apr 4 11:20:16 2022 -0700

    HDDS-6456 Update RocksDB Version to 7.0.4 (#3199)
---
 .../org/apache/hadoop/ozone/recon/tasks/OMDBUpdatesHandler.java  | 9 +++++++++
 pom.xml                                                          | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/tasks/OMDBUpdatesHandler.java b/hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/tasks/OMDBUpdatesHandler.java
index fce450b6e5..7fa9a32c1a 100644
--- a/hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/tasks/OMDBUpdatesHandler.java
+++ b/hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/tasks/OMDBUpdatesHandler.java
@@ -268,6 +268,15 @@ public class OMDBUpdatesHandler extends WriteBatch.Handler {
      */
   }
 
+  public void markCommitWithTimestamp(final byte[] xid, final byte[] ts)
+      throws RocksDBException {
+    /**
+     * There are no use cases yet for this method in Recon. These will be
+     * implemented as and when need arises.
+     */
+
+  }
+
   /**
    * Get List of events.
    * @return List of events.
diff --git a/pom.xml b/pom.xml
index a745233db4..a4edf572ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1636,7 +1636,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.25.3</version>
+        <version>7.0.4</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