GitHub user lei-xia opened a pull request:
https://github.com/apache/helix/pull/172
Fix performance issue in ClusterDataCache by using set instead of list.
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/172.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 #172
----
commit 3561845fafbda75055e22f4393c939645d515a4e
Author: Lei Xia <lxia@...>
Date: 2018-03-28T20:38:23Z
Fix performance issue in ClusterDataCache by using set instead of list.
----
---