xishuaidelin commented on code in PR #26708:
URL: https://github.com/apache/flink/pull/26708#discussion_r2160610791


##########
flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/operators/join/lookup/keyordered/TableAsyncExecutionController.java:
##########
@@ -161,6 +161,7 @@ public void submitRecord(StreamRecord<IN> record, @Nullable 
Epoch<OUT> epoch, in
         if (epoch != null) {
             // only for recovery in case finding proper epoch in epochManager
             currentEpoch = epoch;
+            epoch.incrementCount();

Review Comment:
   How about adding a check for ongoingRecord in the epoch?



-- 
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-unsubscr...@flink.apache.org

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

Reply via email to