NealSun96 commented on a change in pull request #731: Add TrieRoutingData
constructor
URL: https://github.com/apache/helix/pull/731#discussion_r376162324
##########
File path:
helix-rest/src/main/java/org/apache/helix/rest/metadatastore/ZkMetadataStoreDirectory.java
##########
@@ -179,10 +179,10 @@ public void refreshRoutingData(String namespace) {
}
if (_routingDataMap != null) {
- MetadataStoreRoutingData newRoutingData =
- new TrieRoutingData(new TrieRoutingData.TrieNode(null, null, false,
null));
+// MetadataStoreRoutingData newRoutingData =
+// new TrieRoutingData(new TrieRoutingData.TrieNode(null, null,
false, null));
// TODO call constructRoutingData() here.
- _routingDataMap.put(namespace, newRoutingData);
+// _routingDataMap.put(namespace, newRoutingData);
Review comment:
It's not unnecessary, it just doesn't work anymore after the changes I made
in the PR. @narendly Letting you know that this no longer compiles because
TrieNode is converted to private as planned. I'm not entirely sure on how to
change it so I'm leaving it up to you.
----------------------------------------------------------------
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]