On 8/8/2013 3:03 PM, Joshi, Shital wrote:
We did quite a bit of testing and we think bug
https://issues.apache.org/jira/browse/SOLR-4899 is not resolved in Solr 4.4
The commit for SOLR-4899 was made to branch_4x on June 10th.
lucene_solr_4_4 code branch was created from branch_4x on July 8th.
The change is definitely present in 4.4. It's an extremely simple
one-line change - instead of waiting for DEFAULT_CLIENT_CONNECT_TIMEOUT,
a zookeeper reconnect will wait for Long.MAX_VALUE milliseconds.
http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/solrj/src/java/org/apache/solr/common/cloud/ConnectionManager.java?r1=1491451&r2=1491450&pathrev=1491451
Either you are having a problem that's unrelated to the change committed
by SOLR-4899 or there's something strange going on.
Can you describe exactly what you are trying, what you are seeing, and
what you expect to see?
Thanks,
Shawn