akalash commented on code in PR #21999:
URL: https://github.com/apache/flink/pull/21999#discussion_r1115732271
##########
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/StreamTask.java:
##########
@@ -1018,6 +1023,11 @@ public final boolean isRunning() {
return isRunning;
}
+ @VisibleForTesting
+ public final boolean isRestoring() {
Review Comment:
I actually don't see that this is used in tests. I think you can remove this
method
--
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]