zhangmeng916 commented on a change in pull request #729: Implement Helix API 
for updating customized state
URL: https://github.com/apache/helix/pull/729#discussion_r377833786
 
 

 ##########
 File path: helix-core/src/main/java/org/apache/helix/PropertyPathBuilder.java
 ##########
 @@ -112,6 +115,12 @@
         
"/{clusterName}/INSTANCES/{instanceName}/CURRENTSTATES/{sessionId}/{resourceName}");
     addEntry(PropertyType.CURRENTSTATES, 5,
         
"/{clusterName}/INSTANCES/{instanceName}/CURRENTSTATES/{sessionId}/{resourceName}/{bucketName}");
+    addEntry(PropertyType.CUSTOMIZEDSTATES, 2,
 
 Review comment:
   Actually this one is not deprecated. It's used in initialization. If I 
remove this one, the path is not created. 

----------------------------------------------------------------
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]

Reply via email to