On Sat, Feb 18, 2012 at 7:35 AM, Apache Jenkins Server <[email protected]> wrote: > https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12447/ [...]
Hmmm, so it looks like getSlices() returns null Map<String,Slice> slices = zkController.getCloudState().getSlices(collection); Presumably due to the previous ZK errors, and then finally: 2012-2-18 5:30:12 org.apache.solr.core.CoreContainer registerInZk SEVERE: java.lang.RuntimeException: No registered leader was found, collection:control_collection slice:control_shard Is null a valid thing to return here? -Yonik lucidimagination.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
