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

szetszwo 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 0b849981a9 HDDS-11594. Update batchPut buffer log for rocksdb. (#7356)
0b849981a9 is described below

commit 0b849981a97e20a1f735863eb6d61fd98cc17a7a
Author: Ashish Kumar <[email protected]>
AuthorDate: Fri Oct 25 20:40:24 2024 +0530

    HDDS-11594. Update batchPut buffer log for rocksdb. (#7356)
---
 .../src/main/java/org/apache/hadoop/hdds/utils/db/RocksDatabase.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/utils/db/RocksDatabase.java
 
b/hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/utils/db/RocksDatabase.java
index c156b8e4d6..945138b8b8 100644
--- 
a/hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/utils/db/RocksDatabase.java
+++ 
b/hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/utils/db/RocksDatabase.java
@@ -306,7 +306,7 @@ public final class RocksDatabase implements Closeable {
         ByteBuffer value) throws IOException {
       if (LOG.isDebugEnabled()) {
         LOG.debug("batchPut buffer key {}", bytes2String(key.duplicate()));
-        LOG.debug("batchPut buffer value {}", bytes2String(value.duplicate()));
+        LOG.debug("batchPut buffer value size {}", value.remaining());
       }
 
       try (UncheckedAutoCloseable ignored = acquire()) {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to