pvcnt commented on code in PR #1973:
URL: https://github.com/apache/solr/pull/1973#discussion_r1362377622


##########
solr/solr-ref-guide/modules/deployment-guide/pages/collection-management.adoc:
##########
@@ -250,6 +250,7 @@ If `true` the states of individual replicas will be 
maintained as individual chi
 +
 Set core property _name_ to _value_.
 See the section xref:configuration-guide:core-discovery.adoc[] for details on 
supported properties and values.

Review Comment:
   If I understood well, those arbitrary properties can later be used as 
substitutions. Another use (which were my original motivation) is that since 
they would now be stored in state.json, they can be later examined by plugins 
to inject custom behaviour. And pushing them inside the `core.properties` means 
they are available really easily without having to query the upper layers 
(replica/shard/collection) in a consistent way between cloud and non cloud 
setups.



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

Reply via email to