fredia commented on code in PR #24633:
URL: https://github.com/apache/flink/pull/24633#discussion_r1560594744
##########
flink-runtime/src/main/java/org/apache/flink/runtime/asyncprocessing/AsyncExecutionController.java:
##########
@@ -165,6 +215,31 @@ <IN, OUT> void insertBlockingBuffer(StateRequest<K, IN,
OUT> request) {
* @param force whether to trigger requests in force.
*/
void triggerIfNeeded(boolean force) {
- // TODO: implement the trigger logic.
+ if (!force && stateRequestsBuffer.activeQueueSize() < batchSize) {
Review Comment:
Thanks for the reminder👍, added.
--
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]