Zakelly commented on code in PR #25968: URL: https://github.com/apache/flink/pull/25968#discussion_r1914196723
########## flink-runtime/src/main/java/org/apache/flink/runtime/asyncprocessing/AsyncExecutionController.java: ########## @@ -377,7 +392,7 @@ public void triggerIfNeeded(boolean force) { stateRequestsBuffer.advanceSeq(); } - private void seizeCapacity() { + private void seizeCapacity(boolean allowOverdraft) { Review Comment: This is a private method with detailed comments, so I thought javadoc is not necessary. But I will add one. -- 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