kbendick commented on code in PR #4943:
URL: https://github.com/apache/iceberg/pull/4943#discussion_r889652793
##########
flink/v1.15/flink/src/main/java/org/apache/iceberg/flink/source/StreamingMonitorFunction.java:
##########
@@ -134,11 +135,17 @@ public void snapshotState(FunctionSnapshotContext
context) throws Exception {
public void run(SourceContext<FlinkInputSplit> ctx) throws Exception {
this.sourceContext = ctx;
while (isRunning) {
+ LOG.info("Start polling snapshots from snapshot id: {}, monitor snapshot
number {}", lastSnapshotId,
Review Comment:
Yeah this could get very excessive very quickly.
This should be a debug log as users can opt in via their logging
configuration if need be.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]