RocMarshal commented on code in PR #21999:
URL: https://github.com/apache/flink/pull/21999#discussion_r1114503782
##########
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/StreamTask.java:
##########
@@ -689,6 +695,7 @@ void restoreInternal() throws Exception {
LOG.debug("Re-restore attempt rejected.");
return;
}
+ isInitializing = true;
Review Comment:
So sorry for this & Thanks for your quick reply.
I indeed missed the line during migration & I added the `false-set` for
`isInitializing`.
--
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]