This is an automated email from the ASF dual-hosted git repository.
ritesh 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 d9e9dbe9aa HDDS-8656. Do not log zero byte object creation (#4742)
d9e9dbe9aa is described below
commit d9e9dbe9aac73d1c843ebdb7f4256e6e3c4074e4
Author: Ritesh H Shukla <[email protected]>
AuthorDate: Fri May 19 10:40:28 2023 -0700
HDDS-8656. Do not log zero byte object creation (#4742)
---
.../main/java/org/apache/hadoop/ozone/om/request/key/OMKeyRequest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/key/OMKeyRequest.java
b/hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/key/OMKeyRequest.java
index d8ec4637e2..a3845fb2b1 100644
---
a/hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/key/OMKeyRequest.java
+++
b/hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/key/OMKeyRequest.java
@@ -826,7 +826,7 @@ public abstract class OMKeyRequest extends OMClientRequest {
if (uncommitted.isEmpty()) {
return null;
}
- LOG.info("Detect allocated but uncommitted blocks {} in key {}.",
+ LOG.debug("Detect allocated but uncommitted blocks {} in key {}.",
uncommitted, omKeyInfo.getKeyName());
OmKeyInfo pseudoKeyInfo = omKeyInfo.copyObject();
// This is a special marker to indicate that SnapshotDeletingService
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]