chenyuzhi459 commented on PR #956: URL: https://github.com/apache/flink-kubernetes-operator/pull/956#issuecomment-2904106838
I think the default value of `flink.client.io.threads=60` new parameter is too big in the test environment, because multiple FlinkResourceContextFactory and flinkClientEventLoopGroup will be created simultaneously in parallel tests, which leads to too many files; but there is only one FlinkResourceContextFactory/flinkClientEventLoopGroup in production environment; Is there any way to differentiate between the test and the production environment for this param, casue I am not very familiar with the test of operator, I hope it can be helped -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org