zhijiangW commented on issue #6992: [FLINK-10747] Update SingleInputGate#requestedPartitionsFlag under lock URL: https://github.com/apache/flink/pull/6992#issuecomment-435299863 If we want to avoid the overhead by calling `requestPartitions` on each `getNextBufferOrEvent`, we can change to trigger the request in the construction of `InputGate`. Then it will be called only once for initialization to avoid additional check each buffer level. Maybe it is not the scope of this issue. :)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
