rkhachatryan commented on a change in pull request #13928:
URL: https://github.com/apache/flink/pull/13928#discussion_r517888974
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/PipelinedApproximateSubpartition.java
##########
@@ -92,6 +94,11 @@ private void releaseView() {
}
}
+ @Override
+ public void finishReadRecoveredState(boolean
notifyAndBlockOnCompletion) throws IOException {
+ // The Approximate Local Recovery can not work with unaligned
checkpoint for now, so no need to recover channel state
Review comment:
Hey @curcur , thanks for the explanation.
I approved the changes.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]