Jiayi-Liao commented on pull request #11567: URL: https://github.com/apache/flink/pull/11567#issuecomment-619328666
@pnowojski I've updated the codes and here are the latest changes: 1. rename `getNewBufferBuilder(int)` to `requestNewBufferBuilder(int)`. 2. add `numSubpartitions`(equals to 0 if not set) and `maxBuffersPerChannel`(equals to Integer.MAX_VALUE if not set) into the constructor of `LocalBufferPool`. 3. keep `requestBufferBuilder()` and `requestBufferBuilderBlocking()` and make `UNKNOWN_CHANNEL` only visible inside `LocalBufferPool`. 4. optimize the tests. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org