Re: CloudSolrServer dependency on ZkController in the cloud branch

2010-03-24 Thread Mark Miller
On 03/24/2010 06:43 PM, Igor Motov wrote: I was experimenting with the latest (r919455) revision of the cloud branch and noticed a dependency between CloudSolrServer and ZkController. It looks like CloudSolrServer is still using two constants from ZkController: NODE_NAME and URL_PROP. After movin

CloudSolrServer dependency on ZkController in the cloud branch

2010-03-24 Thread Igor Motov
I was experimenting with the latest (r919455) revision of the cloud branch and noticed a dependency between CloudSolrServer and ZkController. It looks like CloudSolrServer is still using two constants from ZkController: NODE_NAME and URL_PROP. After moving these two constants to ZkStateReader, I wa