You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "wangxianghu (Jira)" <ji...@apache.org> on 2020/03/20 03:55:00 UTC

[jira] [Created] (HUDI-725) Remove or rewrite init log in DeltaSync

wangxianghu created HUDI-725:
--------------------------------

             Summary: Remove or rewrite  init log in DeltaSync
                 Key: HUDI-725
                 URL: https://issues.apache.org/jira/browse/HUDI-725
             Project: Apache Hudi (incubating)
          Issue Type: Improvement
            Reporter: wangxianghu


When initializing HoodieDeltaStreamer,  DeltaSyncService and DeltaSync are initialized in turn. Both of which printed the init config log, the same log.

org/apache/hudi/utilities/deltastreamer/HoodieDeltaStreamer.java:363

{color:#9876aa}LOG{color}.info({color:#6a8759}"Creating delta streamer with configs : " {color}+ {color:#9876aa}props{color}.toString()){color:#cc7832};{color}

{color:#cc7832}org/apache/hudi/utilities/deltastreamer/DeltaSync.java:171{color}

{color:#9876aa}LOG{color}.info({color:#6a8759}"Creating delta streamer with configs : " {color}+ props.toString()){color:#cc7832};{color}

{color:#172b4d}So, I think the log at {color:#cc7832}org/apache/hudi/utilities/deltastreamer/DeltaSync.java:171{color} can be removed or rewrited.{color}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)