zentol opened a new pull request #16252: URL: https://github.com/apache/flink/pull/16252
The Executors(ThreadFactory) are useful tools and required by both the scala-free runtime and the akka code, because of which we need to move them to some location where both can access them. Flink-core seems like the only natural choice. Unfortunately the executors are intertwined with other classes a fair bit, like the FatalExceptionHandler, and by extension the FlinkSecurityManager, which now also had to be moved. -- 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]
