1996fanrui commented on code in PR #24653: URL: https://github.com/apache/flink/pull/24653#discussion_r1590796688
########## flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/channel/ChannelStateWriteRequestDispatcherImpl.java: ########## @@ -213,14 +205,13 @@ private void failAndClearWriter( writer = null; } - private ChannelStateCheckpointWriter buildWriter(CheckpointStartRequest request) + protected ChannelStateCheckpointWriter buildWriter(CheckpointStartRequest request) Review Comment: Hi @fredia , it's still protected, is there any reason for it? -- 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