jiajunwang commented on a change in pull request #834: Complete the Routing
Table Provider for CustomizedView
URL: https://github.com/apache/helix/pull/834#discussion_r390008345
##########
File path:
helix-core/src/main/java/org/apache/helix/spectator/RoutingTableProvider.java
##########
@@ -64,15 +67,15 @@
public class RoutingTableProvider
implements ExternalViewChangeListener, InstanceConfigChangeListener,
ConfigChangeListener,
- LiveInstanceChangeListener, CurrentStateChangeListener {
+ LiveInstanceChangeListener, CurrentStateChangeListener,
CustomizedViewChangeListener {
private static final Logger logger =
LoggerFactory.getLogger(RoutingTableProvider.class);
private static final long DEFAULT_PERIODIC_REFRESH_INTERVAL = 300000L; // 5
minutes
- private final AtomicReference<RoutingTable> _routingTableRef;
+ private final Map<String, AtomicReference<RoutingTable>> _routingTableRef;
Review comment:
_routingTableRefMap
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]