You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by bh...@apache.org on 2023/01/10 00:30:27 UTC

[samza] branch master updated: Update RocksDB to version 7.8.3 to reduce write amplification (#1648)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a0d12da6e Update RocksDB to version 7.8.3 to reduce write amplification (#1648)
a0d12da6e is described below

commit a0d12da6eba7279fe0882a92ac282e935810dee1
Author: shekhars-li <72...@users.noreply.github.com>
AuthorDate: Mon Jan 9 16:30:21 2023 -0800

    Update RocksDB to version 7.8.3 to reduce write amplification (#1648)
---
 gradle/dependency-versions.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/dependency-versions.gradle b/gradle/dependency-versions.gradle
index 1896a3716..f12eca4cf 100644
--- a/gradle/dependency-versions.gradle
+++ b/gradle/dependency-versions.gradle
@@ -42,7 +42,7 @@
   metricsVersion = "2.2.0"
   mockitoVersion = "1.10.19"
   powerMockVersion = "1.6.6"
-  rocksdbVersion = "7.0.3"
+  rocksdbVersion = "7.8.3"
   scalaTestVersion = "3.0.1"
   slf4jVersion = "1.7.7"
   yarnVersion = "2.10.1"