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/08/17 10:27:06 UTC

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

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

2 tests failed.
FAILED:  org.apache.solr.cloud.CdcrRequestHandlerTest.doTest

Error Message:
expected:<[dis]abled> but was:<[en]abled>

Stack Trace:
org.junit.ComparisonFailure: expected:<[dis]abled> but was:<[en]abled>
	at __randomizedtesting.SeedInfo.seed([A3C7C6493B4D5FB9:4837EED56F64C00]:0)
	at org.junit.Assert.assertEquals(Assert.java:125)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.assertState(BaseCdcrDistributedZkTest.java:289)
	at org.apache.solr.cloud.CdcrRequestHandlerTest.doTestBufferActions(CdcrRequestHandlerTest.java:138)
	at org.apache.solr.cloud.CdcrRequestHandlerTest.doTest(CdcrRequestHandlerTest.java:40)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:963)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.ShardSplitTest.test

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:56125

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:56125
	at __randomizedtesting.SeedInfo.seed([A3C7C6493B4D5FB9:2B93F99395B13241]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:572)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:234)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:226)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:490)
	at org.apache.solr.cloud.ShardSplitTest.incompleteOrOverlappingCustomRangeTest(ShardSplitTest.java:111)
	at org.apache.solr.cloud.ShardSplitTest.test(ShardSplitTest.java:76)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:963)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:170)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:465)
	... 47 more




Build Log:
[...truncated 9905 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_A3C7C6493B4D5FB9-001/init-core-data-001
   [junit4]   2> 1292631 INFO  (SUITE-ShardSplitTest-seed#[A3C7C6493B4D5FB9]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1292636 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1292637 INFO  (Thread-3758) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1292637 INFO  (Thread-3758) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1292738 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.ZkTestServer start zk server on port:56113
   [junit4]   2> 1292738 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1292739 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1292746 INFO  (zkCallback-1541-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@600bf1f0 name:ZooKeeperConnection Watcher:127.0.0.1:56113 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1292746 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1292746 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1292746 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1292752 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1292752 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1292754 INFO  (zkCallback-1542-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@33cc45db name:ZooKeeperConnection Watcher:127.0.0.1:56113/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1292754 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1292754 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1292754 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 1292758 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 1292762 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 1292765 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 1292769 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] 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> 1292769 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1292774 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1292774 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 1292778 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] 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> 1292779 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1292782 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] 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> 1292782 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1292786 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] 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> 1292786 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1292790 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] 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> 1292791 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 1292794 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] 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> 1292795 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1292799 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] 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> 1292799 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1292802 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] 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> 1292802 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1292806 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] 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> 1292806 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1292810 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] 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> 1292810 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1293040 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] 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.ShardSplitTest_A3C7C6493B4D5FB9-001/control-001/cores/collection1
   [junit4]   2> 1293043 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 1293046 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1af50e91{/,null,AVAILABLE}
   [junit4]   2> 1293053 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.e.j.s.ServerConnector Started ServerConnector@5ae4475b{HTTP/1.1}{127.0.0.1:56116}
   [junit4]   2> 1293053 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.e.j.s.Server Started @1296896ms
   [junit4]   2> 1293053 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] 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.ShardSplitTest_A3C7C6493B4D5FB9-001/tempDir-001/control/data, hostContext=/, hostPort=56116, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_A3C7C6493B4D5FB9-001/control-001/cores}
   [junit4]   2> 1293053 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@74a14482
   [junit4]   2> 1293054 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] 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.ShardSplitTest_A3C7C6493B4D5FB9-001/control-001/'
   [junit4]   2> 1293079 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1293080 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1293082 INFO  (zkCallback-1543-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4dd15b6d name:ZooKeeperConnection Watcher:127.0.0.1:56113/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1293082 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1293082 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1293085 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1293085 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] 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.ShardSplitTest_A3C7C6493B4D5FB9-001/control-001/solr.xml
   [junit4]   2> 1293103 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] 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.ShardSplitTest_A3C7C6493B4D5FB9-001/control-001/cores
   [junit4]   2> 1293103 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.CoreContainer New CoreContainer 786299558
   [junit4]   2> 1293103 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] 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.ShardSplitTest_A3C7C6493B4D5FB9-001/control-001/]
   [junit4]   2> 1293104 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.CoreContainer loading shared library: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_A3C7C6493B4D5FB9-001/control-001/lib
   [junit4]   2> 1293104 WARN  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] 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.ShardSplitTest_A3C7C6493B4D5FB9-001/control-001/lib).
   [junit4]   2> 1293114 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] 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> 1293118 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1293119 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1293119 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1293119 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56113/solr
   [junit4]   2> 1293120 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1293120 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1293120 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1293122 INFO  (zkCallback-1545-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@79c944b1 name:ZooKeeperConnection Watcher:127.0.0.1:56113 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1293123 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1293123 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1293126 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56116_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1293127 INFO  (zkCallback-1546-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1ae9f7aa name:ZooKeeperConnection Watcher:127.0.0.1:56113/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1293128 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56116_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1293130 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56116_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1293134 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56116_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1293143 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56116_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1293147 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56116_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1293153 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56116_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1293158 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56116_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1293161 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56116_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1293165 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56116_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1293168 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56116_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1293171 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56116_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56116_
   [junit4]   2> 1293172 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56116_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:56116_
   [junit4]   2> 1293179 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56116_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1293181 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56116_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1293184 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56116_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1293185 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56116_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/94358624521945092-127.0.0.1:56116_-n_0000000000
   [junit4]   2> 1293186 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56116_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:56116_
   [junit4]   2> 1293186 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56116_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1293190 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56116_    ] o.a.s.c.Overseer Overseer (id=94358624521945092-127.0.0.1:56116_-n_0000000000) starting
   [junit4]   2> 1293193 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56116_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1293207 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56116_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1293208 INFO  (OverseerCollectionProcessor-94358624521945092-127.0.0.1:56116_-n_0000000000) [n:127.0.0.1:56116_    ] o.a.s.c.OverseerProcessor Process current queue of overseer operations
   [junit4]   2> 1293208 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56116_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1293209 INFO  (OverseerStateUpdate-94358624521945092-127.0.0.1:56116_-n_0000000000) [n:127.0.0.1:56116_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1293259 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56116_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1293260 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56116_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1293261 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56116_    ] 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.ShardSplitTest_A3C7C6493B4D5FB9-001/control-001/cores
   [junit4]   2> 1293263 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56116_    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_A3C7C6493B4D5FB9-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.ShardSplitTest_A3C7C6493B4D5FB9-001/control-001/cores/collection1/, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 1293264 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56116_    ] 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.ShardSplitTest_A3C7C6493B4D5FB9-001/control-001/cores/collection1/
   [junit4]   2> 1293264 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56116_    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 1293266 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1293266 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56116_    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 1293266 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56116_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1293266 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1293267 INFO  (zkCallback-1546-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1293267 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1293269 INFO  (OverseerStateUpdate-94358624521945092-127.0.0.1:56116_-n_0000000000) [n:127.0.0.1:56116_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:56116",
   [junit4]   2>   "node_name":"127.0.0.1:56116_",
   [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> 1293270 INFO  (OverseerStateUpdate-94358624521945092-127.0.0.1:56116_-n_0000000000) [n:127.0.0.1:56116_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:56116",
   [junit4]   2>   "node_name":"127.0.0.1:56116_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1293270 INFO  (OverseerStateUpdate-94358624521945092-127.0.0.1:56116_-n_0000000000) [n:127.0.0.1:56116_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 1293270 INFO  (OverseerStateUpdate-94358624521945092-127.0.0.1:56116_-n_0000000000) [n:127.0.0.1:56116_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1293273 INFO  (zkCallback-1546-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_    ] 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> 1294269 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1294292 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 1294293 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1294293 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/control_collection
   [junit4]   2> 1294295 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1294295 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ 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.ShardSplitTest_A3C7C6493B4D5FB9-001/control-001/cores/collection1/'
   [junit4]   2> 1294314 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1294321 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1294323 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1294330 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection   x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1294333 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection   x:collection1] o.a.s.s.IndexSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1294341 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1294407 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1294407 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1294407 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1294411 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1294447 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 1294447 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1294447 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1294448 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ 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.ShardSplitTest_A3C7C6493B4D5FB9-001/control-001/cores/collection1/], dataDir=[null]
   [junit4]   2> 1294448 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ 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@38c3ef2b
   [junit4]   2> 1294449 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ 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.ShardSplitTest_A3C7C6493B4D5FB9-001/control-001/cores/collection1/data
   [junit4]   2> 1294449 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ 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.ShardSplitTest_A3C7C6493B4D5FB9-001/control-001/cores/collection1/data/index/
   [junit4]   2> 1294449 WARN  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ 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.ShardSplitTest_A3C7C6493B4D5FB9-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1294449 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ 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.ShardSplitTest_A3C7C6493B4D5FB9-001/control-001/cores/collection1/data/index
   [junit4]   2> 1294449 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8552919521029096]
   [junit4]   2> 1294450 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ 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@2718163e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3fe0dac4),segFN=segments_1,generation=1}
   [junit4]   2> 1294450 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1294450 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_A3C7C6493B4D5FB9-001/control-001/cores/collection1/data/
   [junit4]   2> 1294451 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_A3C7C6493B4D5FB9-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1294454 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1294454 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1294454 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1294454 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1294454 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1294455 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ 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> 1294455 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ 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> 1294455 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ 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> 1294455 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ 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> 1294462 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1294463 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1294464 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1294465 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1294468 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ 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> 1294468 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ 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> 1294469 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ 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> 1294469 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ 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> 1294470 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1294470 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1294470 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=23, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4649547051024311]
   [junit4]   2> 1294470 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ 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@2718163e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3fe0dac4),segFN=segments_1,generation=1}
   [junit4]   2> 1294470 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1294470 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@388708e3[collection1] main
   [junit4]   2> 1294471 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ 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> 1294473 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ 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> 1294473 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ 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> 1294475 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1294475 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1294475 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ 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> 1294476 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ 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> 1294476 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ 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> 1294476 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1294476 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1294477 INFO  (searcherExecutor-4415-thread-1-processing-n:127.0.0.1:56116_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@388708e3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1294477 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ 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> 1294477 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ 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> 1294477 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ 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> 1294477 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ 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 1509737994275258368
   [junit4]   2> 1294479 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1509737994275258368
   [junit4]   2> 1294479 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1294480 INFO  (coreLoadExecutor-4414-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1294481 INFO  (coreZkRegister-4408-thread-1-processing-n:127.0.0.1:56116_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:56116 collection:control_collection shard:shard1
   [junit4]   2> 1294482 INFO  (coreZkRegister-4408-thread-1-processing-n:127.0.0.1:56116_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56116_ 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> 1294490 INFO  (coreZkRegister-4408-thread-1-processing-n:127.0.0.1:56116_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/94358624521945092-core_node1-n_0000000000
   [junit4]   2> 1294491 INFO  (coreZkRegister-4408-thread-1-processing-n:127.0.0.1:56116_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard shard1
   [junit4]   2> 1294493 INFO  (zkCallback-1546-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1294494 INFO  (coreZkRegister-4408-thread-1-processing-n:127.0.0.1:56116_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1294494 INFO  (coreZkRegister-4408-thread-1-processing-n:127.0.0.1:56116_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56116_ 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> 1294494 INFO  (coreZkRegister-4408-thread-1-processing-n:127.0.0.1:56116_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:56116/collection1/
   [junit4]   2> 1294494 INFO  (coreZkRegister-4408-thread-1-processing-n:127.0.0.1:56116_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1294495 INFO  (coreZkRegister-4408-thread-1-processing-n:127.0.0.1:56116_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:56116/collection1/ has no replicas
   [junit4]   2> 1294495 INFO  (coreZkRegister-4408-thread-1-processing-n:127.0.0.1:56116_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:56116/collection1/ shard1
   [junit4]   2> 1294495 INFO  (coreZkRegister-4408-thread-1-processing-n:127.0.0.1:56116_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1294495 INFO  (OverseerStateUpdate-94358624521945092-127.0.0.1:56116_-n_0000000000) [n:127.0.0.1:56116_    ] 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> 1294502 INFO  (zkCallback-1546-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1294505 INFO  (OverseerStateUpdate-94358624521945092-127.0.0.1:56116_-n_0000000000) [n:127.0.0.1:56116_    ] 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":"http://127.0.0.1:56116",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 1294614 INFO  (zkCallback-1546-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_    ] 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> 1294661 INFO  (coreZkRegister-4408-thread-1-processing-n:127.0.0.1:56116_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:56116/collection1/ and leader is http://127.0.0.1:56116/collection1/
   [junit4]   2> 1294661 INFO  (coreZkRegister-4408-thread-1-processing-n:127.0.0.1:56116_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:56116
   [junit4]   2> 1294661 INFO  (coreZkRegister-4408-thread-1-processing-n:127.0.0.1:56116_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1294661 INFO  (coreZkRegister-4408-thread-1-processing-n:127.0.0.1:56116_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56116_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 1294661 INFO  (coreZkRegister-4408-thread-1-processing-n:127.0.0.1:56116_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56116_ 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> 1294663 INFO  (zkCallback-1546-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1294665 INFO  (OverseerStateUpdate-94358624521945092-127.0.0.1:56116_-n_0000000000) [n:127.0.0.1:56116_    ] 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":"http://127.0.0.1:56116",
   [junit4]   2>   "node_name":"127.0.0.1:56116_",
   [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> 1294666 INFO  (OverseerStateUpdate-94358624521945092-127.0.0.1:56116_-n_0000000000) [n:127.0.0.1:56116_    ] 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":"http://127.0.0.1:56116",
   [junit4]   2>   "node_name":"127.0.0.1:56116_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1294772 INFO  (zkCallback-1546-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_    ] 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> 1294772 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1294773 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1294776 INFO  (zkCallback-1548-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7e1e2733 name:ZooKeeperConnection Watcher:127.0.0.1:56113/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1294777 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1294778 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1294778 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1294784 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1295104 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] 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.ShardSplitTest_A3C7C6493B4D5FB9-001/shard-1-001/cores/collection1
   [junit4]   2> 1295105 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] 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.ShardSplitTest_A3C7C6493B4D5FB9-001/shard-1-001
   [junit4]   2> 1295106 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 1295109 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7dd4f49d{/,null,AVAILABLE}
   [junit4]   2> 1295109 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.e.j.s.ServerConnector Started ServerConnector@78df707d{HTTP/1.1}{127.0.0.1:56121}
   [junit4]   2> 1295110 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.e.j.s.Server Started @1298953ms
   [junit4]   2> 1295110 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] 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.ShardSplitTest_A3C7C6493B4D5FB9-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=56121, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_A3C7C6493B4D5FB9-001/shard-1-001/cores}
   [junit4]   2> 1295110 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@74a14482
   [junit4]   2> 1295110 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_A3C7C6493B4D5FB9-001/shard-1-001/'
   [junit4]   2> 1295134 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1295135 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1295136 INFO  (zkCallback-1549-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5f13ebed name:ZooKeeperConnection Watcher:127.0.0.1:56113/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1295137 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1295137 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1295138 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1295139 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_A3C7C6493B4D5FB9-001/shard-1-001/solr.xml
   [junit4]   2> 1295164 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_A3C7C6493B4D5FB9-001/shard-1-001/cores
   [junit4]   2> 1295164 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.CoreContainer New CoreContainer 852872510
   [junit4]   2> 1295164 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_A3C7C6493B4D5FB9-001/shard-1-001/]
   [junit4]   2> 1295164 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.CoreContainer loading shared library: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_A3C7C6493B4D5FB9-001/shard-1-001/lib
   [junit4]   2> 1295164 WARN  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] 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/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_A3C7C6493B4D5FB9-001/shard-1-001/lib).
   [junit4]   2> 1295170 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] 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> 1295173 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1295174 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1295174 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1295174 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56113/solr
   [junit4]   2> 1295174 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1295174 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1295179 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1295182 INFO  (zkCallback-1551-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@38368c32 name:ZooKeeperConnection Watcher:127.0.0.1:56113 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1295182 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1295183 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1295186 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56121_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1295188 INFO  (zkCallback-1552-thread-1-processing-n:127.0.0.1:56121_) [n:127.0.0.1:56121_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@75dddee7 name:ZooKeeperConnection Watcher:127.0.0.1:56113/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1295188 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56121_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1295193 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56121_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1296207 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56121_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56121_
   [junit4]   2> 1296208 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56121_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:56121_
   [junit4]   2> 1296211 INFO  (zkCallback-1548-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1296211 INFO  (zkCallback-1546-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_    ] o.a.s.c.c.ZkStateReader A live node change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1296211 INFO  (zkCallback-1552-thread-1-processing-n:127.0.0.1:56121_) [n:127.0.0.1:56121_    ] o.a.s.c.c.ZkStateReader A live node change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1296214 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56121_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1296215 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56121_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/94358624521945096-127.0.0.1:56121_-n_0000000001
   [junit4]   2> 1296217 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56121_    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/94358624521945092-127.0.0.1:56116_-n_0000000000 to know if I could be the leader
   [junit4]   2> 1296231 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56121_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1296231 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56121_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1296232 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56121_    ] o.a.s.c.CoresLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_A3C7C6493B4D5FB9-001/shard-1-001/cores
   [junit4]   2> 1296234 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56121_    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_A3C7C6493B4D5FB9-001/shard-1-001/cores/collection1, collection=collection1, absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_A3C7C6493B4D5FB9-001/shard-1-001/cores/collection1/, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 1296234 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56121_    ] o.a.s.c.CoresLocator Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_A3C7C6493B4D5FB9-001/shard-1-001/cores/collection1/
   [junit4]   2> 1296234 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56121_    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 1296236 INFO  (coreLoadExecutor-4425-thread-1-processing-n:127.0.0.1:56121_) [n:127.0.0.1:56121_ c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1296236 INFO  (coreLoadExecutor-4425-thread-1-processing-n:127.0.0.1:56121_) [n:127.0.0.1:56121_ c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1296237 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56121_    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 1296237 INFO  (TEST-ShardSplitTest.test-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:56121_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1296237 INFO  (coreLoadExecutor-4425-thread-1-processing-n:127.0.0.1:56121_) [n:127.0.0.1:56121_ c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1296238 INFO  (zkCallback-1546-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1296239 INFO  (OverseerStateUpdate-94358624521945092-127.0.0.1:56116_-n_0000000000) [n:127.0.0.1:56116_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:56121",
   [junit4]   2>   "node_name":"127.0.0.1:56121_",
   [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> 1296240 INFO  (OverseerStateUpdate-94358624521945092-127.0.0.1:56116_-n_0000000000) [n:127.0.0.1:56116_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:56121",
   [junit4]   2>   "node_name":"127.0.0.1:56121_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1296240 INFO  (OverseerStateUpdate-94358624521945092-127.0.0.1:56116_-n_0000000000) [n:127.0.0.1:56116_    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 1296240 INFO  (OverseerStateUpdate-94358624521945092-127.0.0.1:56116_-n_0000000000) [n:127.0.0.1:56116_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1296348 INFO  (zkCallback-1548-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> 1296348 INFO  (zkCallback-1546-thread-1-processing-n:127.0.0.1:56116_) [n:127.0.0.1:56116_    ] 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> 1296348 INFO  (zkCallback-1552-thread-1-processing-n:127.0.0.1:56121_) [n:127.0.0.1:56121_    ] 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> 1297239 INFO  (coreLoadExecutor-4425-thread-1-processing-n:127.0.0.1:56121_) [n:127.0.0.1:56121_ c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1297240 INFO  (coreLoadExecutor-4425-thread-1-processing-n:127.0.0.1:56121_) [n:127.0.0.1:56121_ c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 1297241 INFO  (coreLoadExecutor-4425-thread-1-processing-n:127.0.0.1:56121_) [n:127.0.0.1:56121_ c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1297241 INFO  (coreLoadExecutor-4425-thread-1-processing-n:127.0.0.1:56121_) [n:127.0.0.1:56121_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/collection1
   [junit4]   2> 1297242 INFO  (coreLoadExecutor-4425-thread-1-processing-n:127.0.0.1:56121_) [n:127.0.0.1:56121_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1297242 INFO  (coreLoadExecutor-4425-thread-1-processing-n:127.0.0.1:56121_) [n:127.0.0.1:56121_ 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/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_A3C7C6493B4D5FB9-001/shard-1-001/cores/collection1/'
   [junit4]   2> 1297271 INFO  (coreLoadExecutor-4425-thread-1-processing-n:127.0.0.1:56121_) [n:127.0.0.1:56121_ c:collection1   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1297277 INFO  (coreLoadExecutor-4425-thread-1-processing-n:127.0.0.1:56121_) [n:127.0.0.1:56121_ c:collection1   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1297279 INFO  (coreLoadExecutor-4425-thread-1-processing-n:127.0.0.1:56121_) [n:127.0.0.1:56121_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1297285 INFO  (coreLoadExecutor-4425-thread-1-processing-n:127.0.0.1:56121_) [n:127.0.0.1:56121_ c:collection1   x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1297290 INFO  (coreLoadExecutor-4425-thread-1-processing-n:127.0.0.1:56121_) [n:127.0.0.1:56121_ c:collection1   x:collection1] o.a.s.s.IndexSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1297297 INFO  (coreLoadExecutor-4425-thread-1-processing-n:127.0.0.1:56121_) [n:127.0.0.1:56121_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1297362 INFO  (coreLoadExecutor-4425-thread-1-processing-n:127.0.0.1:56121_) [n:127.0.0.1:56121_ c:collection1   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1297363 INFO  (coreLoadExecutor-4425-thread-1-processing-n:127.0.0.1:56121_) [n:127.0.0.1:56121_ c:collection1   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1297364 INFO  (coreLoadExecutor-4425-thread-1-processing-n:127.0.0.1:56121_) [n:127.0.0.1:56121_ c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1297367 INFO  (coreLoadExecutor-4425-thread-1-processing-n:127.0.0.1:56121_) [n:127.0.0.1:56121_ c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1297399 INFO  (coreLoadExecutor-4425-thread-1-processing-n:127.0.0.1:56121_) [n:127.0.0.1:56121_ c:collection1   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 1297399 INFO  (coreLoadExecutor-4425-thread-1-processing-n:127.0.0.1:56121_) [n:127.0.0.1:56121_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1297400 INFO  (coreLoadExecutor-4425-thread-1-processing-n:127.0.0.1:56121_) [n:127.0.0.1:56121_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1297400 INFO  (coreLoadExecutor-4425-thread-1-processing-n:127.0.0.1:56121_) [n:127.0.0.1:56121_ 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/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_A3C7C6493B4D5FB9-001/shard-1-001/cores/collection1/], dataDir=[null]
   [junit4]   2> 1297400 INFO  (coreLoadExecutor-4425-thread-1-processing-n:127.0.0.1:56121_) [n:127.0.0.1:56121_ 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@38c3ef2b
   [junit4]   2> 1297400 INFO  (coreLoadExecutor-4425-thread-1-processing-n:127.0.0.1:56121_) [n:127.0.0.1:56121_ 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/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_A3C7C6493B4D5FB9-001/shard-1-001/cores/collection1/data
   [junit4]   2> 1297401 INFO  (coreLoadExecutor-4425-thread-1-processing-n:127.0.0.1:56121_) [n:127.0.0.1:56121_ 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-trunk-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_A3C7C6493B4D5FB9-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 1297401 WARN  (coreLoadExecutor-4425-thread-1-processing-n:127.0.0.1:56121_) [n:127.0.0.1:56121_ c:collection1 s:shard2 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/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_A3C7C6493B4D5FB9-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1297402 INFO  (coreLoadExecutor-4425-thread-1-processing-n:127.0.0.1:56121_) [n:127.0.0.1:56121_ 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/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_A3C7C6493B4D5FB9-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 1297403 INFO  (coreLoadExecutor-4425-thread-1-processing-n:127.0.0.1:56121_) [n:127.0.0.1:56121_ c:collection1 s:shard2 r:core_node1 x:coll

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

j.s.ServerConnector Stopped ServerConnector@540ab46f{HTTP/1.1}{127.0.0.1:58658}
   [junit4]   2> 2281396 INFO  (TEST-CdcrRequestHandlerTest.doTest-seed#[A3C7C6493B4D5FB9]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@57230d05{/p_jo/le,null,UNAVAILABLE}
   [junit4]   2> 2281397 INFO  (TEST-CdcrRequestHandlerTest.doTest-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:58658_p_jo%2Fle c:source_collection s:shard1 r:core_node2 x:source_collection_shard1_replica2] o.a.s.SolrTestCaseJ4 ###Ending doTest
   [junit4]   2> 2281399 INFO  (TEST-CdcrRequestHandlerTest.doTest-seed#[A3C7C6493B4D5FB9]) [n:127.0.0.1:58658_p_jo%2Fle c:source_collection s:shard1 r:core_node2 x:source_collection_shard1_replica2] o.a.s.c.ZkTestServer connecting to 127.0.0.1:58639 58639
   [junit4]   2> 2281501 INFO  (Thread-4400) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:58639 58639
   [junit4]   2> 2282541 WARN  (Thread-4400) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	19	/solr/aliases.json
   [junit4]   2> 	9	/solr/configs/conf1
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	2	/solr/collections/tmp_collection/leaders/shard1
   [junit4]   2> 	2	/solr/collections/tmp_collection/leaders/shard2
   [junit4]   2> 	2	/solr/collections/source_collection/leaders/shard1
   [junit4]   2> 	2	/solr/collections/source_collection/leaders/shard2
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	19	/solr/clusterstate.json
   [junit4]   2> 	7	/solr/collections/source_collection/cdcr/state/process
   [junit4]   2> 	5	/solr/collections/source_collection/cdcr/state/buffer
   [junit4]   2> 	5	/solr/collections/source_collection/state.json
   [junit4]   2> 	4	/solr/collections/tmp_collection/cdcr/state/buffer
   [junit4]   2> 	4	/solr/collections/tmp_collection/cdcr/state/process
   [junit4]   2> 	2	/solr/overseer_elect/election/94358685592518666-127.0.0.1:58651_p_jo%2Fle-n_0000000002
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	18	/solr/live_nodes
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/overseer/queue
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CdcrRequestHandlerTest -Dtests.method=doTest -Dtests.seed=A3C7C6493B4D5FB9 -Dtests.slow=true -Dtests.locale=ar_LY -Dtests.timezone=Atlantic/Reykjavik -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 58.1s J0 | CdcrRequestHandlerTest.doTest <<<
   [junit4]    > Throwable #1: org.junit.ComparisonFailure: expected:<[dis]abled> but was:<[en]abled>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A3C7C6493B4D5FB9:4837EED56F64C00]:0)
   [junit4]    > 	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.assertState(BaseCdcrDistributedZkTest.java:289)
   [junit4]    > 	at org.apache.solr.cloud.CdcrRequestHandlerTest.doTestBufferActions(CdcrRequestHandlerTest.java:138)
   [junit4]    > 	at org.apache.solr.cloud.CdcrRequestHandlerTest.doTest(CdcrRequestHandlerTest.java:40)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:963)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2282601 INFO  (SUITE-CdcrRequestHandlerTest-seed#[A3C7C6493B4D5FB9]-worker) [n:127.0.0.1:58658_p_jo%2Fle c:source_collection s:shard1 r:core_node2 x:source_collection_shard1_replica2] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrRequestHandlerTest_A3C7C6493B4D5FB9-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {_version_=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=PostingsFormat(name=LuceneFixedGap)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=ar_LY, timezone=Atlantic/Reykjavik
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_51 (64-bit)/cpus=3,threads=1,free=245250600,total=525860864
   [junit4]   2> NOTE: All tests run in this JVM: [CacheHeaderTest, ZkStateReaderTest, SmileWriterTest, DocValuesMultiTest, TestCloudInspectUtil, TestCloudPivotFacet, BasicDistributedZkTest, SyncSliceTest, TestIndexSearcher, TestSolrDynamicMBean, HLLUtilTest, TestExactStatsCache, ZkControllerTest, RequestLoggingTest, TestCSVResponseWriter, CachingDirectoryFactoryTest, XmlUpdateRequestHandlerTest, AtomicUpdatesTest, TestComponentsName, TestDistributedStatsComponentCardinality, SolrCoreCheckLockOnStartupTest, MultiTermTest, TestNamedUpdateProcessors, SuggesterWFSTTest, SortByFunctionTest, JSONWriterTest, TestBinaryResponseWriter, TestFieldCollectionResource, UniqFieldsUpdateProcessorFactoryTest, ShardRoutingTest, TestSortingResponseWriter, TestSortByMinMaxFunction, TestSchemaNameResource, ChaosMonkeyNothingIsSafeTest, TestBinaryField, LeaderElectionTest, PathHierarchyTokenizerFactoryTest, TestLRUCache, TestStressLucene, TestClusterStateMutator, PrimUtilsTest, TestDynamicFieldResource, SharedFSAutoReplicaFailoverUtilsTest, HdfsCollectionsAPIDistributedZkTest, TestJsonFacets, SoftAutoCommitTest, SliceStateTest, OverseerTest, SolrCoreTest, VMParamsZkACLAndCredentialsProvidersTest, TestConfigOverlay, TestBlendedInfixSuggestions, TestPhraseSuggestions, SynonymTokenizerTest, RecoveryAfterSoftCommitTest, RulesTest, OutputWriterTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestSchemaManager, TestHashQParserPlugin, TestNRTOpen, TestReRankQParserPlugin, SimpleFacetsTest, TestCloudSchemaless, DeleteShardTest, OverseerRolesTest, DOMUtilTest, TestReplicaProperties, TestGroupingSearch, TestDownShardTolerantSearch, TestMaxScoreQueryParser, TestExactSharedStatsCache, BadCopyFieldTest, PingRequestHandlerTest, TestCharFilters, TestHighFrequencyDictionaryFactory, TestDefaultSearchFieldResource, TestMiniSolrCloudClusterSSL, SolrXmlInZkTest, TestSort, TestInitParams, QueryResultKeyTest, TestJettySolrRunner, TestExceedMaxTermLength, PreAnalyzedUpdateProcessorTest, EnumFieldTest, TestLazyCores, SolrPluginUtilsTest, DeleteReplicaTest, DocumentAnalysisRequestHandlerTest, SolrIndexSplitterTest, QueryElevationComponentTest, TestDistributedMissingSort, HttpPartitionTest, ClusterStateUpdateTest, TestRequestStatusCollectionAPI, TestDocumentBuilder, TestFaceting, ShowFileRequestHandlerTest, TestSchemaVersionResource, NumericFieldsTest, SimpleCollectionCreateDeleteTest, TestCryptoKeys, TestDistributedSearch, TestCloudManagedSchemaConcurrent, TestDefaultStatsCache, TestSolrIndexConfig, CoreAdminRequestStatusTest, TestSolrQueryParserDefaultOperatorResource, UnloadDistributedZkTest, TestSolrCLIRunExample, TestFieldSortValues, ExplicitHLLTest, RequestHandlersTest, SuggesterTest, BlockCacheTest, CleanupOldIndexTest, TestWordDelimiterFilterFactory, CdcrReplicationHandlerTest, TestTrieFacet, SolrInfoMBeanTest, TestHashPartitioner, TestPivotHelperCode, OutOfBoxZkACLAndCredentialsProvidersTest, HdfsSyncSliceTest, TestRemoveLastDynamicCopyField, TestRandomDVFaceting, TestIndexingPerformance, ConcurrentDeleteAndCreateCollectionTest, CdcrReplicationDistributedZkTest, FullSolrCloudDistribCmdsTest, ZkSolrClientTest, ZkCLITest, TermVectorComponentDistributedTest, TestStressReorder, HardAutoCommitTest, DistributedTermsComponentTest, TestSolr4Spatial, SpellCheckComponentTest, SolrCmdDistributorTest, PeerSyncTest, TestFunctionQuery, DirectUpdateHandlerTest, DistributedQueryElevationComponentTest, SignatureUpdateProcessorFactoryTest, SuggesterFSTTest, CoreAdminHandlerTest, TestFoldingMultitermQuery, SuggesterTSTTest, NoCacheHeaderTest, TestPseudoReturnFields, TestAtomicUpdateErrorCases, DefaultValueUpdateProcessorTest, DistanceFunctionTest, TestSolrDeletionPolicy1, LukeRequestHandlerTest, DirectSolrSpellCheckerTest, TestQueryTypes, TestOmitPositions, TermsComponentTest, TestValueSourceCache, MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, TestJmxIntegration, MBeansHandlerTest, TestAnalyzedSuggestions, CSVRequestHandlerTest, HighlighterConfigTest, SOLR749Test, AlternateDirectoryTest, ResponseLogComponentTest, SolrIndexConfigTest, BadComponentTest, TestStressRecovery, TestCursorMarkWithoutUniqueKey, AssignTest, AsyncCallRequestStatusResponseTest, CdcrRequestHandlerTest]
   [junit4] Completed [413/540] on J0 in 58.13s, 1 test, 1 failure <<< FAILURES!

[...truncated 422 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:775: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:719: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:59: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:233: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:514: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1429: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:984: There were test failures: 540 suites, 2131 tests, 1 error, 1 failure, 73 ignored (31 assumptions)

Total time: 67 minutes 13 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any