chenyuzhi459 commented on PR #956: URL: https://github.com/apache/flink-kubernetes-operator/pull/956#issuecomment-2921169602
Because `flink.client.io.threads=60` specifies the number of EventExecutors that handle event in NioEventLoopGroup, when creating NioEventLoopGroup, a corresponding number of EventExecutors will be created in the construction method of the parent class MultithreadEventExecutorGroup. In MultithreadEventExecutorGroup class, the implementation of EventExecutor is NioEventLoop. When NioEventLoop is created, temporary files will be created through openSelector method.  -- 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