[ 
https://issues.apache.org/jira/browse/HUDI-725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

wangxianghu updated HUDI-725:
-----------------------------
    Description: 
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 - 
LOG.info("Creating delta streamer with configs : " + props.toString());

org/apache/hudi/utilities/deltastreamer/DeltaSync.java:171 - LOG.info("Creating 
delta streamer with configs : " + props.toString());

So, I think the log at 
org/apache/hudi/utilities/deltastreamer/DeltaSync.java:171 can be removed or 
rewrited.

  was:
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

LOG.info("Creating delta streamer with configs : " + props.toString());

org/apache/hudi/utilities/deltastreamer/DeltaSync.java:171

LOG.info("Creating delta streamer with configs : " + props.toString());

So, I think the log at 
org/apache/hudi/utilities/deltastreamer/DeltaSync.java:171 can be removed or 
rewrited.


> 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
>            Priority: Trivial
>
> 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 - 
> LOG.info("Creating delta streamer with configs : " + props.toString());
> org/apache/hudi/utilities/deltastreamer/DeltaSync.java:171 - 
> LOG.info("Creating delta streamer with configs : " + props.toString());
> So, I think the log at 
> org/apache/hudi/utilities/deltastreamer/DeltaSync.java:171 can be removed or 
> rewrited.



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

Reply via email to