GitHub user lei-xia opened a pull request: https://github.com/apache/helix/pull/178
A few minor fixes. You can merge this pull request into a Git repository by running: $ git pull https://github.com/lei-xia/helix master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/helix/pull/178.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 #178 ---- commit a2fc41a3c3df396995637d50c8b7737a477799b0 Author: Lei Xia <lxia@...> Date: 2018-04-02T21:33:29Z Wrap these high frequent called debug log statements with debug level check to reduce memory footprint. commit 538a49b724ab0fbe2590b2fcccc98f159199d7e1 Author: Harry Zhang <zhan849@...> Date: 2018-03-28T18:42:44Z Remove excessive logs about controller message cleanup commit 92ad02f1e0f939dea221842514a8b395e9b73fc5 Author: Lei Xia <lxia@...> Date: 2018-04-03T21:01:07Z Fix NPE exception in CurrentStateOutput when getting currentstate for a task. commit cc4ced0ef718460d27416c806534ba07987e22ad Author: Lei Xia <lxia@...> Date: 2018-04-04T00:24:30Z Fix NPE in TestRoutingTableProvider. commit 4201f6d56d88dfbf22f92157d1c73c9a493404d9 Author: Lei Xia <lxia@...> Date: 2018-04-03T20:46:05Z Add error->offline state transition callback in DistClusterControllerStateModel. ---- ---