GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/433
Misc. minor cleanup. 1. Added a meaningful name for the container thread pool threads. 2. Made the thread names for framework threads consistent. 3. Made a couple of monitoring/metrics threads daemon. 4. Fixed a few checkstyle warning about missing param/throws documentation. You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza container-thread-pool-name Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/433.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #433 ---- commit fd24b32659b8f2014f1fd00f01a1f38aea6f2788 Author: Prateek Maheshwari <pmaheshw@...> Date: 2018-02-23T22:04:23Z Minor cleanup. ---- ---