Ok, so I am pretty sure this information is not available. What is the most appropriate way to add information like this to ZK? I can obviously look for the system properties enable.master and enable.slave, but that won't be fool proof since someone could put this in the config file instead and not as a system property. Is there a way to determine this quickly programatically without having to go through all of the request handlers in the solrCore?
On Mon, Oct 3, 2011 at 5:52 PM, Jamie Johnson <jej2...@gmail.com> wrote: > Is it possible to determine if a solr instance is a master or a slave > in replication terms based on the information that is placed in ZK in > SolrCloud? >