Abacn commented on code in PR #39253:
URL: https://github.com/apache/beam/pull/39253#discussion_r3580416791
##########
runners/direct-java/src/main/java/org/apache/beam/runners/direct/UnboundedReadEvaluatorFactory.java:
##########
@@ -173,16 +173,17 @@ public void processElement(
} else {
Instant watermark = reader.getWatermark();
if (watermark.isBefore(BoundedWindow.TIMESTAMP_MAX_VALUE)) {
- // If the reader had no elements available, but the shard is not
done, reuse it later
- // Might be better to finalize old checkpoint.
+ // If the reader had no elements available, but the shard is not
done, reuse it later.
Review Comment:
Will follow up on Dataflow runner (need a remote ActiveMQ deployement)
The original report where this issue was observed was on Direct runner:
https://github.com/apache/beam/pull/30218#issuecomment-2037595552
--
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]