danny0405 commented on a change in pull request #3046:
URL: https://github.com/apache/hudi/pull/3046#discussion_r647922129
##########
File path: hudi-flink/src/main/java/org/apache/hudi/util/StreamerUtil.java
##########
@@ -218,7 +218,7 @@ public static HoodieWriteConfig
getHoodieClientConfig(Configuration conf) {
.logFileDataBlockMaxSize(conf.getInteger(FlinkOptions.WRITE_LOG_BLOCK_SIZE) *
1024 * 1024)
.logFileMaxSize(conf.getInteger(FlinkOptions.WRITE_LOG_MAX_SIZE) * 1024 * 1024)
.build())
- .withEmbeddedTimelineServerReuseEnabled(true) // make write client
embedded timeline service singleton
+ .withEmbeddedTimelineServerReuseEnabled(true) // make write
client embedded timeline service singleton
.withAutoCommit(false)
Review comment:
Unnecessary change.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]