GitHub user narendly opened a pull request:
https://github.com/apache/helix/pull/269
[HELIX-752] Add missing shutdown for RoutingTableProvider
Changelist:
1. Add a missing shutdown() call to avoid having a background thread keep
printing out error messages
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/narendly/helix e8e5770
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/helix/pull/269.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 #269
----
commit 355e4d4e1e678d13793f39d044a51e7be76abed8
Author: Hunter Lee <hulee@...>
Date: 2018-09-19T17:50:48Z
[HELIX-752] Add missing shutdown for RoutingTableProvider
Changelist:
1. Add a missing shutdown() call to avoid having a background thread keep
printing out error messages
----
---