Hi,
I'm getting the same error on 4.4.0 (just downloaded) reproducibly with
these steps:
# curl
'http://localhost:8983/solr/admin/cores?action=CREATE&collection=sockmonkey&name=sockmonkeycore1&numShards=1&shard=shard1&replicationFactor=1'
# curl
'http://localhost:8983/solr/admin/cores?action=CREA
Hey guys, I filed a jira for this and apparently this problem has been fixed
in Lucene but didn't make it into the 4.4 release. Please see jira for more
info about patches: https://issues.apache.org/jira/browse/SOLR-5144.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Shard
Hey guys,
We just hit a deadlock similar to this one on 4.5, and it seems to be
related to leaked connections probably due to
https://issues.apache.org/jira/browse/SOLR-4327. We're going to apply the
suggested change to add "method.abort()" in the finally block and see if it
fixes things.
Jessica