HoustonPutman commented on code in PR #4069:
URL: https://github.com/apache/solr/pull/4069#discussion_r2933578861
##########
solr/solrj/src/java/org/apache/solr/common/cloud/ZkCoreNodeProps.java:
##########
@@ -47,6 +47,10 @@ public String getCoreName() {
return nodeProps.getStr(ReplicaStateProps.CORE_NAME);
}
+ public String getCoreNodeName() {
Review Comment:
This is generally the same as replica name, but coreNodeName is used very
widely across the codebase, so I'm not sure javadocs are really necessary here,
since none of the other methods have any.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]