akalash commented on pull request #17591: URL: https://github.com/apache/flink/pull/17591#issuecomment-955752048
> could you double check/confirm that RemoteInputChannel does not have/does not need to consider the same problem! I also thought about that but this problem doesn't exist for `RemoteInputChannel` since `getBuffersInUseCount` is sum of `receivedBuffers` (which is always not null) and `bufferManager#getNumberOfRequiredBuffers` (which is also initialized in constructor) -- 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]
