You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/11/02 07:57:48 UTC

[GitHub] zhijiangW commented on issue #6992: [FLINK-10747] Update SingleInputGate#requestedPartitionsFlag under lock

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:
users@infra.apache.org


With regards,
Apache Git Services