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 f34cf34d85 HDDS-11857. Freon log flooded by HSync message (#7613)
f34cf34d85 is described below
commit f34cf34d85ec15b64cc22acdc675173d87c6ec56
Author: Chia-Chuan Yu <[email protected]>
AuthorDate: Wed Dec 25 02:18:50 2024 +0800
HDDS-11857. Freon log flooded by HSync message (#7613)
---
.../src/main/java/org/apache/hadoop/ozone/common/ChecksumCache.java | 2 +-
.../src/main/java/org/apache/hadoop/ozone/om/helpers/OzoneFSUtils.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/common/ChecksumCache.java
b/hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/common/ChecksumCache.java
index 0f6482919a..fffcf9c09e 100644
---
a/hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/common/ChecksumCache.java
+++
b/hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/common/ChecksumCache.java
@@ -46,7 +46,7 @@ public class ChecksumCache {
private static final int BLOCK_CHUNK_SIZE = 4 * 1024 * 1024; // 4 MB
public ChecksumCache(int bytesPerChecksum) {
- LOG.info("Initializing ChecksumCache with bytesPerChecksum = {}",
bytesPerChecksum);
+ LOG.debug("Initializing ChecksumCache with bytesPerChecksum = {}",
bytesPerChecksum);
this.prevChunkLength = 0;
this.bytesPerChecksum = bytesPerChecksum;
// Set initialCapacity to avoid costly resizes
diff --git
a/hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/helpers/OzoneFSUtils.java
b/hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/helpers/OzoneFSUtils.java
index bf4ffa9d8d..5c258ab670 100644
---
a/hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/helpers/OzoneFSUtils.java
+++
b/hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/helpers/OzoneFSUtils.java
@@ -318,7 +318,7 @@ public final class OzoneFSUtils {
return confHsyncEnabled;
} else {
if (confHsyncEnabled) {
- LOG.warn("Ignoring {} = {} because HBase enhancements are disallowed.
To enable it, set {} = true as well.",
+ LOG.debug("Ignoring {} = {} because HBase enhancements are disallowed.
To enable it, set {} = true as well.",
OzoneConfigKeys.OZONE_FS_HSYNC_ENABLED, true,
confKey);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]