mynameborat opened a new pull request, #1690: URL: https://github.com/apache/samza/pull/1690
**Description** As part of [SAMZA-2781](https://issues.apache.org/jira/browse/SAMZA-2781), we introduced operator executors to manage operator handoff execution. However, the threads created by the executor service are non-daemon and hence prevent the JVM from shutting down. **Changes** Make the threads spawned by the operator executor to be non-daemon **Tests** None **API Changes** None **Upgrade Instructions** None **Usage Instructions** None -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
