You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by fo...@apache.org on 2023/01/04 03:32:47 UTC

[hudi] 37/45: remove ZhiyanReporter's report print

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

forwardxu pushed a commit to branch release-0.12.1
in repository https://gitbox.apache.org/repos/asf/hudi.git

commit adc8aa6ebd082788e55519cefc54669c1ad68546
Author: XuQianJin-Stars <fo...@apache.com>
AuthorDate: Thu Dec 8 21:30:54 2022 +0800

    remove ZhiyanReporter's report print
---
 .../src/main/java/org/apache/hudi/metrics/zhiyan/ZhiyanReporter.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metrics/zhiyan/ZhiyanReporter.java b/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metrics/zhiyan/ZhiyanReporter.java
index 4e5d416989..d0bea0705a 100644
--- a/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metrics/zhiyan/ZhiyanReporter.java
+++ b/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metrics/zhiyan/ZhiyanReporter.java
@@ -81,7 +81,6 @@ public class ZhiyanReporter extends ScheduledReporter {
 
     String payload = builder.build();
 
-    LOG.info("Payload is:" + payload);
     try {
       client.post(payload);
     } catch (Exception e) {