You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2015/06/04 12:26:44 UTC

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 2382 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/2382/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=1698, name=collection0, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=1698, name=collection0, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
	at __randomizedtesting.SeedInfo.seed([D1112070731C8049:59451FAADDE0EDB1]:0)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:64717/ed/br: Could not find collection : awholynewstresscollection_collection0_0
	at __randomizedtesting.SeedInfo.seed([D1112070731C8049]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:560)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:235)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:227)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:376)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:328)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1086)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:856)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:799)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:902)




Build Log:
[...truncated 9561 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest D1112070731C8049-001/init-core-data-001
   [junit4]   2> 289094 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[D1112070731C8049]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 289095 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[D1112070731C8049]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /ed/br
   [junit4]   2> 289099 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 289100 INFO  (Thread-586) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 289100 INFO  (Thread-586) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 289201 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.ZkTestServer start zk server on port:64707
   [junit4]   2> 289201 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 289205 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 289223 INFO  (zkCallback-122-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@59ad8950 name:ZooKeeperConnection Watcher:127.0.0.1:64707 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 289227 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 289231 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 289232 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 289243 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 289243 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x14dbdee57ff0000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 289245 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 289252 INFO  (zkCallback-123-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@11abdddf name:ZooKeeperConnection Watcher:127.0.0.1:64707/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 289252 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 289252 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 289252 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 289263 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 289271 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 289276 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 289284 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 289285 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 289292 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 289293 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 289299 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 289299 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 289305 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 289305 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 289311 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 289312 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 289317 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 289318 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 289323 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 289324 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 289330 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 289331 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 289337 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 289338 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 289344 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 289344 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 289353 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 289353 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 289360 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 289362 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 289365 INFO  (zkCallback-124-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@36c42630 name:ZooKeeperConnection Watcher:127.0.0.1:64707/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 289365 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 289366 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 289371 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 289372 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 289376 INFO  (zkCallback-125-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@b922fe name:ZooKeeperConnection Watcher:127.0.0.1:64707 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 289376 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 289377 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 289377 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 289384 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 289385 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 289388 INFO  (zkCallback-126-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5e6ba65d name:ZooKeeperConnection Watcher:127.0.0.1:64707/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 289389 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 289389 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 289390 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf2/solrconfig.xml
   [junit4]   2> 289391 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/solrconfig.xml
   [junit4]   2> 289399 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf2/schema.xml
   [junit4]   2> 289400 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/schema.xml
   [junit4]   2> 289405 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf2/enumsConfig.xml
   [junit4]   2> 289406 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/enumsConfig.xml
   [junit4]   2> 289411 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 289411 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 289417 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf2/stopwords.txt
   [junit4]   2> 289417 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/stopwords.txt
   [junit4]   2> 289423 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf2/protwords.txt
   [junit4]   2> 289423 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/protwords.txt
   [junit4]   2> 289429 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf2/currency.xml
   [junit4]   2> 289430 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/currency.xml
   [junit4]   2> 289438 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf2/open-exchange-rates.json
   [junit4]   2> 289438 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/open-exchange-rates.json
   [junit4]   2> 289444 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 289444 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 289449 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf2/old_synonyms.txt
   [junit4]   2> 289450 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/old_synonyms.txt
   [junit4]   2> 289456 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf2/synonyms.txt
   [junit4]   2> 289457 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/synonyms.txt
   [junit4]   2> 289462 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/elevate.xml to /configs/conf2/elevate.xml
   [junit4]   2> 289462 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/elevate.xml
   [junit4]   2> 289991 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest D1112070731C8049-001/control-001/cores/collection1
   [junit4]   2> 290060 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.e.j.s.Server jetty-9.2.10.v20150310
   [junit4]   2> 290067 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@a7dfdbd{/ed/br,null,AVAILABLE}
   [junit4]   2> 290375 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.e.j.s.ServerConnector Started ServerConnector@e35ffd8{SSL-http/1.1}{127.0.0.1:64713}
   [junit4]   2> 290375 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.e.j.s.Server Started @296335ms
   [junit4]   2> 290375 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest D1112070731C8049-001/tempDir-001/control/data, hostContext=/ed/br, hostPort=64713, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest D1112070731C8049-001/control-001/cores}
   [junit4]   2> 290380 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@74a14482
   [junit4]   2> 290380 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest D1112070731C8049-001/control-001/'
   [junit4]   2> 290451 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest D1112070731C8049-001/control-001/solr.xml
   [junit4]   2> 290502 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest D1112070731C8049-001/control-001/cores
   [junit4]   2> 290503 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.CoreContainer New CoreContainer 1297943876
   [junit4]   2> 290503 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest D1112070731C8049-001/control-001/]
   [junit4]   2> 290503 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.CoreContainer loading shared library: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest D1112070731C8049-001/control-001/lib
   [junit4]   2> 290504 WARN  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest D1112070731C8049-001/control-001/lib).
   [junit4]   2> 290521 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 290529 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 290534 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 290534 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 290534 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64707/solr
   [junit4]   2> 290534 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 290534 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 290537 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 290542 INFO  (zkCallback-128-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4e9c4754 name:ZooKeeperConnection Watcher:127.0.0.1:64707 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 290543 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 290544 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 290554 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 290559 INFO  (zkCallback-129-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4bf84c96 name:ZooKeeperConnection Watcher:127.0.0.1:64707/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 290560 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 290566 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 290574 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 290584 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 290596 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 290603 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 290615 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 290622 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 290627 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 290632 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64713_ed%2Fbr
   [junit4]   2> 290633 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:64713_ed%2Fbr
   [junit4]   2> 290638 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 290643 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 290649 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 290654 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:64713_ed%2Fbr
   [junit4]   2> 290654 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 290659 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.Overseer Overseer (id=93939998620844038-127.0.0.1:64713_ed%2Fbr-n_0000000000) starting
   [junit4]   2> 290668 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 290693 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 290694 INFO  (OverseerCollectionProcessor-93939998620844038-127.0.0.1:64713_ed%2Fbr-n_0000000000) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.OverseerCollectionProcessor Process current queue of collection creations
   [junit4]   2> 290695 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 290696 INFO  (OverseerStateUpdate-93939998620844038-127.0.0.1:64713_ed%2Fbr-n_0000000000) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 290711 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 290713 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 290715 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.CoresLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest D1112070731C8049-001/control-001/cores
   [junit4]   2> 290717 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest D1112070731C8049-001/control-001/cores/collection1, collection=control_collection, absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest D1112070731C8049-001/control-001/cores/collection1/, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 290717 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.CoresLocator Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest D1112070731C8049-001/control-001/cores/collection1/
   [junit4]   2> 290718 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 290722 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 290722 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 290725 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 290725 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 290727 INFO  (zkCallback-129-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 290728 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 290733 INFO  (OverseerStateUpdate-93939998620844038-127.0.0.1:64713_ed%2Fbr-n_0000000000) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:64713/ed/br",
   [junit4]   2>   "node_name":"127.0.0.1:64713_ed%2Fbr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 290737 INFO  (OverseerStateUpdate-93939998620844038-127.0.0.1:64713_ed%2Fbr-n_0000000000) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:64713/ed/br",
   [junit4]   2>   "node_name":"127.0.0.1:64713_ed%2Fbr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 290737 INFO  (OverseerStateUpdate-93939998620844038-127.0.0.1:64713_ed%2Fbr-n_0000000000) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 290737 INFO  (OverseerStateUpdate-93939998620844038-127.0.0.1:64713_ed%2Fbr-n_0000000000) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 290742 INFO  (zkCallback-129-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 290754 INFO  (zkCallback-129-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 1
   [junit4]   2> 291730 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 291730 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 291732 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 291732 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/control_collection
   [junit4]   2> 291734 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 291734 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest D1112070731C8049-001/control-001/cores/collection1/'
   [junit4]   2> 291757 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 291768 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 291772 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 291781 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection   x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 291784 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection   x:collection1] o.a.s.s.IndexSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 291789 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 291916 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 291930 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 291931 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 291951 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 291956 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 291960 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 291962 WARN  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 291962 WARN  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 291962 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 291965 WARN  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 291966 WARN  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 291966 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 291966 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 291966 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest D1112070731C8049-001/control-001/cores/collection1/], dataDir=[null]
   [junit4]   2> 291966 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@11f86867
   [junit4]   2> 291967 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest D1112070731C8049-001/control-001/cores/collection1/data
   [junit4]   2> 291967 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest D1112070731C8049-001/control-001/cores/collection1/data/index/
   [junit4]   2> 291967 WARN  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest D1112070731C8049-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 291967 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest D1112070731C8049-001/control-001/cores/collection1/data/index
   [junit4]   2> 291967 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=84.9833984375, floorSegmentMB=0.419921875, forceMergeDeletesPctAllowed=9.529418798093092, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8478618303822553
   [junit4]   2> 291968 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6ffc6c9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4bc58053),segFN=segments_1,generation=1}
   [junit4]   2> 291968 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 291973 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 291974 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 291974 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 291974 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 291975 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 291975 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 291976 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 291976 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 291976 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 291982 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 291983 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 291984 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 291987 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 291991 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 291991 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 291993 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 291993 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 291996 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 291996 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 291997 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=54.2001953125, floorSegmentMB=0.935546875, forceMergeDeletesPctAllowed=0.3094437364801894, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 291997 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6ffc6c9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4bc58053),segFN=segments_1,generation=1}
   [junit4]   2> 291997 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 291997 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@b4d7dff[collection1] main
   [junit4]   2> 291998 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/control_collection
   [junit4]   2> 292000 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 292000 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 292001 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 292001 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 292002 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 292004 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 292004 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 292005 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 292005 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 292005 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 292005 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 292005 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 292005 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1503039980976472064
   [junit4]   2> 292006 INFO  (searcherExecutor-675-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@b4d7dff[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 292007 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 2 ms to seed version buckets with highest version 1503039980976472064
   [junit4]   2> 292007 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 292010 INFO  (coreLoadExecutor-674-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 292011 INFO  (coreZkRegister-668-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:https://127.0.0.1:64713/ed/br collection:control_collection shard:shard1
   [junit4]   2> 292015 INFO  (coreZkRegister-668-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 292026 INFO  (coreZkRegister-668-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard shard1
   [junit4]   2> 292029 INFO  (zkCallback-129-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 292030 INFO  (coreZkRegister-668-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 292030 INFO  (coreZkRegister-668-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 292031 INFO  (coreZkRegister-668-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:64713/ed/br/collection1/
   [junit4]   2> 292031 INFO  (coreZkRegister-668-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 292031 INFO  (coreZkRegister-668-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy https://127.0.0.1:64713/ed/br/collection1/ has no replicas
   [junit4]   2> 292031 INFO  (coreZkRegister-668-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:64713/ed/br/collection1/ shard1
   [junit4]   2> 292031 INFO  (coreZkRegister-668-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 292034 INFO  (OverseerStateUpdate-93939998620844038-127.0.0.1:64713_ed%2Fbr-n_0000000000) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 292051 INFO  (zkCallback-129-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 292055 INFO  (OverseerStateUpdate-93939998620844038-127.0.0.1:64713_ed%2Fbr-n_0000000000) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"https://127.0.0.1:64713/ed/br",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 292165 INFO  (zkCallback-129-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 292173 INFO  (zkCallback-129-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 2
   [junit4]   2> 292207 INFO  (coreZkRegister-668-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are https://127.0.0.1:64713/ed/br/collection1/ and leader is https://127.0.0.1:64713/ed/br/collection1/
   [junit4]   2> 292208 INFO  (coreZkRegister-668-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:64713/ed/br
   [junit4]   2> 292208 INFO  (coreZkRegister-668-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 292208 INFO  (coreZkRegister-668-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 292208 INFO  (coreZkRegister-668-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:64713_ed%2Fbr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 292212 INFO  (zkCallback-129-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 292215 INFO  (OverseerStateUpdate-93939998620844038-127.0.0.1:64713_ed%2Fbr-n_0000000000) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:64713/ed/br",
   [junit4]   2>   "node_name":"127.0.0.1:64713_ed%2Fbr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 292218 INFO  (OverseerStateUpdate-93939998620844038-127.0.0.1:64713_ed%2Fbr-n_0000000000) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:64713/ed/br",
   [junit4]   2>   "node_name":"127.0.0.1:64713_ed%2Fbr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 292235 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 292237 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 292244 INFO  (zkCallback-131-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@55a39d9f name:ZooKeeperConnection Watcher:127.0.0.1:64707/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 292245 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 292245 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 292245 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 292264 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 292330 INFO  (zkCallback-129-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 292331 INFO  (zkCallback-131-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 292339 INFO  (zkCallback-131-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 3
   [junit4]   2> 292341 INFO  (zkCallback-129-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 3
   [junit4]   2> 292785 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest D1112070731C8049-001/shard-1-001/cores/collection1
   [junit4]   2> 292790 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest D1112070731C8049-001/shard-1-001
   [junit4]   2> 292791 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.e.j.s.Server jetty-9.2.10.v20150310
   [junit4]   2> 292796 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4935db02{/ed/br,null,AVAILABLE}
   [junit4]   2> 292810 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.e.j.s.ServerConnector Started ServerConnector@2c47864a{SSL-http/1.1}{127.0.0.1:64717}
   [junit4]   2> 292810 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.e.j.s.Server Started @298769ms
   [junit4]   2> 292810 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest D1112070731C8049-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/ed/br, hostPort=64717, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest D1112070731C8049-001/shard-1-001/cores}
   [junit4]   2> 292814 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@74a14482
   [junit4]   2> 292814 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest D1112070731C8049-001/shard-1-001/'
   [junit4]   2> 292866 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest D1112070731C8049-001/shard-1-001/solr.xml
   [junit4]   2> 292880 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest D1112070731C8049-001/shard-1-001/cores
   [junit4]   2> 292880 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.CoreContainer New CoreContainer 1375922506
   [junit4]   2> 292880 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest D1112070731C8049-001/shard-1-001/]
   [junit4]   2> 292880 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.CoreContainer loading shared library: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest D1112070731C8049-001/shard-1-001/lib
   [junit4]   2> 292881 WARN  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest D1112070731C8049-001/shard-1-001/lib).
   [junit4]   2> 292896 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 292906 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 292909 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 292909 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 292909 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64707/solr
   [junit4]   2> 292909 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 292910 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 292911 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 292922 INFO  (zkCallback-133-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3b068a30 name:ZooKeeperConnection Watcher:127.0.0.1:64707 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 292923 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 292923 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 292929 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64717_ed%2Fbr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 292936 INFO  (zkCallback-134-thread-1-processing-n:127.0.0.1:64717_ed%2Fbr) [n:127.0.0.1:64717_ed%2Fbr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6188b7a3 name:ZooKeeperConnection Watcher:127.0.0.1:64707/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 292936 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64717_ed%2Fbr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 292960 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64717_ed%2Fbr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 293974 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64717_ed%2Fbr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64717_ed%2Fbr
   [junit4]   2> 293976 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64717_ed%2Fbr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:64717_ed%2Fbr
   [junit4]   2> 293984 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64717_ed%2Fbr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 293990 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64717_ed%2Fbr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 293992 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64717_ed%2Fbr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 293996 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64717_ed%2Fbr    ] o.a.s.c.CoresLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest D1112070731C8049-001/shard-1-001/cores
   [junit4]   2> 293997 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64717_ed%2Fbr    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest D1112070731C8049-001/shard-1-001/cores/collection1, collection=collection1, absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest D1112070731C8049-001/shard-1-001/cores/collection1/, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 293997 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64717_ed%2Fbr    ] o.a.s.c.CoresLocator Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest D1112070731C8049-001/shard-1-001/cores/collection1/
   [junit4]   2> 293997 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64717_ed%2Fbr    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 294003 INFO  (coreLoadExecutor-685-thread-1-processing-n:127.0.0.1:64717_ed%2Fbr) [n:127.0.0.1:64717_ed%2Fbr c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 294003 INFO  (coreLoadExecutor-685-thread-1-processing-n:127.0.0.1:64717_ed%2Fbr) [n:127.0.0.1:64717_ed%2Fbr c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 294003 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64717_ed%2Fbr    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 294003 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64717_ed%2Fbr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 294005 INFO  (zkCallback-129-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 294006 INFO  (coreLoadExecutor-685-thread-1-processing-n:127.0.0.1:64717_ed%2Fbr) [n:127.0.0.1:64717_ed%2Fbr c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 294009 INFO  (OverseerStateUpdate-93939998620844038-127.0.0.1:64713_ed%2Fbr-n_0000000000) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:64717/ed/br",
   [junit4]   2>   "node_name":"127.0.0.1:64717_ed%2Fbr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 3
   [junit4]   2> 294011 INFO  (OverseerStateUpdate-93939998620844038-127.0.0.1:64713_ed%2Fbr-n_0000000000) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:64717/ed/br",
   [junit4]   2>   "node_name":"127.0.0.1:64717_ed%2Fbr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 294012 INFO  (OverseerStateUpdate-93939998620844038-127.0.0.1:64713_ed%2Fbr-n_0000000000) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 294012 INFO  (OverseerStateUpdate-93939998620844038-127.0.0.1:64713_ed%2Fbr-n_0000000000) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 294015 INFO  (zkCallback-129-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 294017 INFO  (zkCallback-131-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 294022 INFO  (zkCallback-134-thread-1-processing-n:127.0.0.1:64717_ed%2Fbr) [n:127.0.0.1:64717_ed%2Fbr    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 294025 INFO  (zkCallback-131-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 4
   [junit4]   2> 294026 INFO  (zkCallback-129-thread-1-processing-n:127.0.0.1:64713_ed%2Fbr) [n:127.0.0.1:64713_ed%2Fbr    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 4
   [junit4]   2> 294032 INFO  (zkCallback-134-thread-1-processing-n:127.0.0.1:64717_ed%2Fbr) [n:127.0.0.1:64717_ed%2Fbr    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 4
   [junit4]   2> 295008 INFO  (coreLoadExecutor-685-thread-1-processing-n:127.0.0.1:64717_ed%2Fbr) [n:127.0.0.1:64717_ed%2Fbr c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 295009 INFO  (coreLoadExecutor-685-thread-1-processing-n:127.0.0.1:64717_ed%2Fbr) [n:127.0.0.1:64717_ed%2Fbr c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 295011 INFO  (coreLoadExecutor-685-thread-1-processing-n:127.0.0.1:64717_ed%2Fbr) [n:127.0.0.1:64717_ed%2Fbr c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 295011 INFO  (coreLoadExecutor-685-thread-1-processing-n:127.0.0.1:64717_ed%2Fbr) [n:127.0.0.1:64717_ed%2Fbr c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/collection1
   [junit4]   2> 295013 INFO  (coreLoadExecutor-685-thread-1-processing-n:127.0.0.1:64717_ed%2Fbr) [n:127.0.0.1:64717_ed%2Fbr c:collection1   x:collection1] o.a.s.c.c.ZkStateReader path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 295014 INFO  (coreLoadExecutor-685-thread-1-processing-n:127.0.0.1:64717_ed%2Fbr) [n:127.0.0.1:64717_ed%2Fbr c:collection1   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest D1112070731C8049-001/shard-1-001/cores/collection1/'
   [junit4]   2> 295049 INFO  (coreLoadExecutor-685-thread-1-processing-n:127.0.0.1:64717_ed%2Fbr) [n:127.0.0.1:64717_ed%2Fbr c:collection1   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 295064 INFO  (coreLoadExecutor-685-thread-1-processing-n:127.0.0.1:64717_ed%2Fbr) [n:127.0.0.1:64717_ed%2Fbr c:collection1   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 295070 INFO  (coreLoadExecutor-685-thread-1-processing-n:127.0.0.1:64717_ed%2Fbr) [n:127.0.0.1:64717_ed%2Fbr c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 295080 INFO  (coreLoadExecutor-685-thread-1-processing-n:127.0.0.1:64717_ed%2Fbr) [n:127.0.0.1:64717_ed%2Fbr c:collection1   x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 295083 INFO  (coreLoadExecutor-685-thread-1-processing-n:127.0.0.1:64717_ed%2Fbr) [n:127.0.0.1:64717_ed%2Fbr c:collection1   x:collection1] o.a.s.s.IndexSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 295087 INFO  (coreLoadExecutor-685-thread-1-processing-n:127.0.0.1:64717_ed%2Fbr) [n:127.0.0.1:64717_ed%2Fbr c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 295219 INFO  (coreLoadExecutor-685-thread-1-processing-n:127.0.0.1:64717_ed%2Fbr) [n:127.0.0.1:64717_ed%2Fbr c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 295233 INFO  (coreLoadExecutor-685-thread-1-processing-n:127.0.0.1:64717_ed%2Fbr) [n:127.0.0.1:64717_ed%2Fbr c:collection1   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 295236 INFO  (coreLoadExecutor-685-thread-1-processing-n:127.0.0.1:64717_ed%2Fbr) [n:127.0.0.1:64717_ed%2Fbr c:collection1   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 295309 INFO  (coreLoadExecutor-685-thread-1-processing-n:127.0.0.1:64717_ed%2Fbr) [n:127.0.0.1:64717_ed%2Fbr c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 295316 INFO  (coreLoadExecutor-685-thread-1-processing-n:127.0.0.1:64717_ed%2Fbr) [n:127.0.0.1:64717_ed%2Fbr c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 295320 INFO  (coreLoadExecutor-685-thread-1-processing-n:127.0.0.1:64717_ed%2Fbr) [n:127.0.0.1:64717_ed%2Fbr c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 295323 WARN  (coreLoadExecutor-685-thread-1-processing-n:127.0.0.1:64717_ed%2Fbr) [n:127.0.0.1:64717_ed%2Fbr c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 295323 WARN  (coreLoadExecutor-685-thread-1-processing-n:127.0.0.1:64717_ed%2Fbr) [n:127.0.0.1:64717_ed%2Fbr c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 295323 INFO  (coreLoadExecutor-685-thread-1-processing-n:127.0.0.1:64717_ed%2Fbr) [n:127.0.0.1:64717_ed%2Fbr c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 295328 WARN  (coreLoadExecutor-685-thread-1-processing-n:127.0.0.1:64717_ed%2Fbr) [n:127.0.0.1:64717_ed%2Fbr c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 295328 WARN  (coreLoadExecutor-685-thread-1-processing-n:127.0.0.1:64717_ed%2Fbr) [n:127.0.0.1:64717_ed%2Fbr c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 295329 INFO  (coreLoadExecutor-685-thread-1-processing-n:127.0.0.1:64717_ed%2Fbr) [n:127.0.0.1:64717_ed%2Fbr c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 295329 INFO  (coreLoadExecutor-685-thread-1-processing-n:127.0.0.1:64717_ed%2Fbr) [n:127.0.0.1:64717_ed%2Fbr c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 295329 INFO  (coreLoadExecutor-685-thread-1-processing-n:127.0.0.1:64717_ed%2Fbr) [n:127.0.0.1:64717_ed%2Fbr c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest D1112070731C8049-001/shard-1-001/cores/collection1/], dataDir=[null]
   [junit4]   2> 295329 INFO  (coreLoadExecutor-685-thread-1-processing-n:127.0.0.1:64717_ed%2Fbr) [n:127.0.0.1:64717_ed%2Fbr c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@11f86867
   [junit4]   2> 295330 INFO  (coreLoadExecutor-685-thread-1-processing-n:127.0.0.1:64717_ed%2Fbr) [n:127.0.0.1:64717_ed%2Fbr c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest D1112070731C8049-001/shard-1-001/cores/collection1/data
   [junit4]   2> 295330 INFO  (coreLoadExecutor-685-thread-1-processing-n:127.0.0.1:64717_ed%2Fbr) [n:127.0.0.1:64717_ed%2Fbr c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-

[...truncated too long message...]

create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$9.execute(SolrZkClient.java:388)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$9.execute(SolrZkClient.java:385)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:61)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:385)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer.createOverseerNode(Overseer.java:927)
   [junit4]   2> 	... 20 more
   [junit4]   2> 524114 WARN  (zkCallback-154-thread-11-processing-n:127.0.0.1:64728_ed%2Fbr) [n:127.0.0.1:64728_ed%2Fbr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 524116 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@47d45c6{SSL-http/1.1}{127.0.0.1:64728}
   [junit4]   2> 524117 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7219a62e{/ed/br,null,UNAVAILABLE}
   [junit4]   2> 524123 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64728_ed%2Fbr c:addReplicaColl s:shard2 r:core_node6 x:addReplicaColl_shard2_replica3] o.a.s.c.ChaosMonkey monkey: stop shard! 64713
   [junit4]   2> 524125 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[D1112070731C8049]) [n:127.0.0.1:64728_ed%2Fbr c:addReplicaColl s:shard2 r:core_node6 x:addReplicaColl_shard2_replica3] o.a.s.c.ZkTestServer connecting to 127.0.0.1:64707 64707
   [junit4]   2> 524130 INFO  (Thread-675) [n:127.0.0.1:64728_ed%2Fbr c:awholynewcollection_0 s:shard1 r:core_node4 x:awholynewcollection_0_shard1_replica1] o.a.s.c.ZkTestServer connecting to 127.0.0.1:64707 64707
   [junit4]   2> 525266 WARN  (Thread-675) [n:127.0.0.1:64728_ed%2Fbr c:awholynewcollection_0 s:shard1 r:core_node4 x:awholynewcollection_0_shard1_replica1] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/configs/conf2
   [junit4]   2> 	2	/solr/collections/acollectionafterbaddelete/state.json
   [junit4]   2> 	2	/solr/collections/halfdeletedcollection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections/awholynewstresscollection_collection1_0/leader_elect/shard3/election/93939998620844051-core_node10-n_0000000000
   [junit4]   2> 	3	/solr/collections/awholynewstresscollection_collection1_0/leader_elect/shard2/election/93939998620844041-core_node6-n_0000000000
   [junit4]   2> 	3	/solr/collections/awholynewstresscollection_collection1_0/leader_elect/shard9/election/93939998620844041-core_node14-n_0000000000
   [junit4]   2> 	3	/solr/collections/awholynewstresscollection_collection0_0/leader_elect/shard8/election/93939998620844043-core_node22-n_0000000000
   [junit4]   2> 	3	/solr/collections/awholynewstresscollection_collection1_0/leader_elect/shard8/election/93939998620844038-core_node9-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/93939998620844038-127.0.0.1:64713_ed%2Fbr-n_0000000000
   [junit4]   2> 	2	/solr/collections/awholynewstresscollection_collection0_0/leader_elect/shard4/election/93939998620844051-core_node25-n_0000000001
   [junit4]   2> 	2	/solr/collections/addReplicaColl/leader_elect/shard2/election/93939998620844045-core_node3-n_0000000000
   [junit4]   2> 	2	/solr/collections/awholynewstresscollection_collection0_0/leader_elect/shard9/election/93939998620844045-core_node5-n_0000000001
   [junit4]   2> 	2	/solr/collections/awholynewstresscollection_collection1_0/leader_elect/shard3/election/93939998620844041-core_node4-n_0000000001
   [junit4]   2> 	2	/solr/collections/halfdeletedcollection2/leader_elect/shard1/election/93939998620844051-core_node3-n_0000000000
   [junit4]   2> 	2	/solr/collections/awholynewstresscollection_collection1_0/leader_elect/shard7/election/93939998620844041-core_node2-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CollectionsAPIDistributedZkTest -Dtests.method=test -Dtests.seed=D1112070731C8049 -Dtests.slow=true -Dtests.locale=en -Dtests.timezone=America/Santarem -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR    236s J1 | CollectionsAPIDistributedZkTest.test <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=1698, name=collection0, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D1112070731C8049:59451FAADDE0EDB1]:0)
   [junit4]    > Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:64717/ed/br: Could not find collection : awholynewstresscollection_collection0_0
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D1112070731C8049]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:560)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:235)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:227)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:376)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:328)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1086)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:856)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:799)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:902)
   [junit4]   2> 525287 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[D1112070731C8049]-worker) [n:127.0.0.1:64728_ed%2Fbr c:addReplicaColl s:shard2 r:core_node6 x:addReplicaColl_shard2_replica3] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {other_tl1=PostingsFormat(name=MockRandom), range_facet_l_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval), _version_=PostingsFormat(name=MockRandom), multiDefault=Lucene50(blocksize=128), a_t=PostingsFormat(name=MockRandom), intDefault=PostingsFormat(name=MockRandom), a_i1=PostingsFormat(name=MockRandom), id=PostingsFormat(name=LuceneVarGapDocFreqInterval), range_facet_i_dv=PostingsFormat(name=MockRandom), text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), range_facet_l=PostingsFormat(name=MockRandom), timestamp=PostingsFormat(name=MockRandom)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene50), range_facet_i_dv=DocValuesFormat(name=Direct), timestamp=DocValuesFormat(name=Direct)}, sim=DefaultSimilarity, locale=en, timezone=America/Santarem
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_45 (64-bit)/cpus=3,threads=1,free=100888528,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [OverseerCollectionProcessorTest, TestPHPSerializedResponseWriter, TestJsonRequest, TestDistributedGrouping, DistributedIntervalFacetingTest, FileUtilsTest, TestAuthorizationFramework, TestStandardQParsers, TestSolrCoreProperties, TestPseudoReturnFields, TestUtils, PluginInfoTest, SuggesterTSTTest, TestFoldingMultitermQuery, UpdateRequestProcessorFactoryTest, TestOrdValues, VersionInfoTest, TestQuerySenderNoQuery, CurrencyFieldOpenExchangeTest, SuggestComponentTest, CloudMLTQParserTest, TestRandomFaceting, StressHdfsTest, TestDocBasedVersionConstraints, DistributedMLTComponentTest, TestFastWriter, DirectSolrSpellCheckerTest, TestLeaderElectionZkExpiry, BadIndexSchemaTest, TestRecoveryHdfs, CollectionsAPIDistributedZkTest]
   [junit4] Completed [62/504] on J1 in 236.81s, 1 test, 1 error <<< FAILURES!

[...truncated 1377 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:526: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:474: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:61: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:39: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:230: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:512: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1418: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:973: There were test failures: 504 suites, 1987 tests, 1 error, 63 ignored (24 assumptions)

Total time: 81 minutes 3 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any