aljoscha commented on a change in pull request #10265: [FLINK-14862][runtime]
Fuse initializeState and open
URL: https://github.com/apache/flink/pull/10265#discussion_r348478656
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/StreamTask.java
##########
@@ -968,13 +967,14 @@ private void checkpointState(
checkpointingOperation.executeCheckpointing();
}
- private void initializeState() throws Exception {
+ private void initializeStateAndOpen() throws Exception {
Review comment:
The `openAllOperators()` method is now unused and should be removed. We
should also move the comment that explains the order of initialization/opening
from `openAllOperators()` to 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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services