Hi,

We have a bunch of tests extending AbstractFullDistribZkTestBase on 6.0 and our 
builds sometimes fail with the following message:

org.apache.solr.common.SolrException: Could not load collection from ZK: 
collection1 
at io.....
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /collections/collection1/state.json 
at io....

Strange thing is, the line where it failed is after 
waitForThingsToLevelOut(45); and waitForRecoveriesToFinish(false); ánd having 
indexed a few thousand documents! These sporadic failures are a nuisance 
because it raises red flags in our Jenkins. Is there anything we can do to 
prevent these things from happening? 

Many thanks!
Markus

Reply via email to