You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/09/20 15:21:14 UTC

[GitHub] [iceberg] stevenzwu commented on issue #5803: flink1.15.2 or 1.15.1 stream read ,it is pending

stevenzwu commented on issue #5803:
URL: https://github.com/apache/iceberg/issues/5803#issuecomment-1252518941

   @zixiao144 maybe a dumb question. is there any snapshots after the startSnapshotId?
   
   also can you enable DEBUG level logging for `StreamingMonitorFunction` class? then we can see the split discovery logs. e.g.
   
   ```
         LOG.debug(
             "Start discovering splits from {} (exclusive) to {} (inclusive)",
             lastSnapshotId,
             snapshotId);
         long start = System.currentTimeMillis();
         FlinkInputSplit[] splits =
             FlinkSplitPlanner.planInputSplits(table, newScanContext, workerPool);
         LOG.debug(
             "Discovered {} splits, time elapsed {}ms",
             splits.length,
             System.currentTimeMillis() - start);
   ```


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org