GitHub user narendly opened a pull request:
https://github.com/apache/helix/pull/252
Expose ExternalViews in RoutingTable and RoutingTableSnapâ¦
â¦shot
Exposing ExternalViews in RoutingTable allows users an easy access to
ExternalViews to track resource/partition/replica status.
Changelist:
1. Add getExternalViews() in RoutingTable
2. Add getExternalViews() in RoutingTableProvider
3. Cache ExternalViews in RoutingTable
4. Add an ExternalView test in TestRoutingTableSnapshot
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/narendly/helix master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/helix/pull/252.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 #252
----
commit 8315cdd6ffe271bff0910860f54d0a370e9f8d46
Author: Hunter Lee <narendly@...>
Date: 2018-07-16T22:59:30Z
[HELIX-737] Expose ExternalViews in RoutingTable and RoutingTableSnapshot
Exposing ExternalViews in RoutingTable allows users an easy access to
ExternalViews to track resource/partition/replica status.
Changelist:
1. Add getExternalViews() in RoutingTable
2. Add getExternalViews() in RoutingTableProvider
3. Cache ExternalViews in RoutingTable
4. Add an ExternalView test in TestRoutingTableSnapshot
----
---