wsry commented on pull request #13595: URL: https://github.com/apache/flink/pull/13595#issuecomment-717622807
@StephanEwen It is a really good point. If the "min-parallelism" is larger than the "min-buffers", the network buffers will be always satisfied. Then what do you think if we give a smaller default value for "min-buffers", for example 64. If so, we do not need to change the default mini-cluster configuration, besides, if there are more available buffers in the global network buffer pool, we can also use them, because the max number of buffer can be used by the local buffer pool is Integer.MAX. ---------------------------------------------------------------- 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: [email protected]
