Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/3993/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC

3 tests failed.
FAILED:  
org.apache.solr.cloud.TestCloudDeleteByQuery.testMalformedDBQViaShard1NonLeaderClient

Error Message:
IOException occured when talking to server at: 
http://127.0.0.1:55904/solr/test_col

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: http://127.0.0.1:55904/solr/test_col
        at 
__randomizedtesting.SeedInfo.seed([E8754961B02F2DE5:7D62952CD51C52B2]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:641)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:177)
        at 
org.apache.solr.cloud.TestCloudDeleteByQuery.testMalformedDBQ(TestCloudDeleteByQuery.java:203)
        at 
org.apache.solr.cloud.TestCloudDeleteByQuery.testMalformedDBQViaShard1NonLeaderClient(TestCloudDeleteByQuery.java:221)
        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:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        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:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketException: Connection reset
        at java.net.SocketInputStream.read(SocketInputStream.java:210)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
        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.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
        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.execchain.MainClientExec.execute(MainClientExec.java:271)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:532)
        ... 45 more


FAILED:  
org.apache.solr.cloud.TestCloudDeleteByQuery.testMalformedDBQViaShard2LeaderClient

Error Message:
Error from server at http://127.0.0.1:55899/solr/test_col: Async exception 
during distributed update: Error from server at 
http://127.0.0.1:55901/solr/test_col_shard2_replica1: Server Error    request: 
http://127.0.0.1:55901/solr/test_col_shard2_replica1/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A55899%2Fsolr%2Ftest_col_shard1_replica2%2F&wt=javabin&version=2
 Remote error message: java.io.FileNotFoundException: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudDeleteByQuery_E8754961B02F2DE5-001/tempDir-001/node5/test_col_shard2_replica1/data/tlog/tlog.0000000000000000006
 (Too many open files)

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:55899/solr/test_col: Async exception during 
distributed update: Error from server at 
http://127.0.0.1:55901/solr/test_col_shard2_replica1: Server Error



request: 
http://127.0.0.1:55901/solr/test_col_shard2_replica1/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A55899%2Fsolr%2Ftest_col_shard1_replica2%2F&wt=javabin&version=2
Remote error message: java.io.FileNotFoundException: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudDeleteByQuery_E8754961B02F2DE5-001/tempDir-001/node5/test_col_shard2_replica1/data/tlog/tlog.0000000000000000006
 (Too many open files)
        at 
__randomizedtesting.SeedInfo.seed([E8754961B02F2DE5:C67408BEEC898FA5]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:627)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:451)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:392)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1383)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1134)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1073)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
        at 
org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:895)
        at 
org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:858)
        at 
org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:873)
        at 
org.apache.solr.cloud.TestCloudDeleteByQuery.clearCloudCollection(TestCloudDeleteByQuery.java:196)
        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:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:941)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        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:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:
Could not find collection:collection2

Stack Trace:
java.lang.AssertionError: Could not find collection:collection2
        at 
__randomizedtesting.SeedInfo.seed([E8754961B02F2DE5:602176BB1ED3401D]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:159)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:144)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:139)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:861)
        at 
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrClient(FullSolrCloudDistribCmdsTest.java:620)
        at 
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:152)
        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:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        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:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11434 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E8754961B02F2DE5-001/init-core-data-001
   [junit4]   2> 827717 WARN  
(SUITE-FullSolrCloudDistribCmdsTest-seed#[E8754961B02F2DE5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9
   [junit4]   2> 827718 INFO  
(SUITE-FullSolrCloudDistribCmdsTest-seed#[E8754961B02F2DE5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 827723 INFO  
(SUITE-FullSolrCloudDistribCmdsTest-seed#[E8754961B02F2DE5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
 w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 827723 INFO  
(SUITE-FullSolrCloudDistribCmdsTest-seed#[E8754961B02F2DE5]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 827725 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 827725 INFO  (Thread-1080) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 827725 INFO  (Thread-1080) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 827730 ERROR (Thread-1080) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 827834 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:50330
   [junit4]   2> 827884 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 827888 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 827891 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 827896 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 827899 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 827902 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 827905 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 827909 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 827911 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 827915 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 827919 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 828282 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E8754961B02F2DE5-001/control-001/cores/collection1
   [junit4]   2> 828284 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 828286 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@53440bd4{/,null,AVAILABLE}
   [junit4]   2> 828286 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5de48da2{HTTP/1.1,[http/1.1]}{127.0.0.1:50333}
   [junit4]   2> 828286 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.e.j.s.Server Started @833988ms
   [junit4]   2> 828286 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E8754961B02F2DE5-001/tempDir-001/control/data,
 hostContext=/, hostPort=50333, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E8754961B02F2DE5-001/control-001/cores}
   [junit4]   2> 828287 ERROR 
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 828288 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 828288 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 828288 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 828288 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-07T05:08:17.159Z
   [junit4]   2> 828295 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 828295 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E8754961B02F2DE5-001/control-001/solr.xml
   [junit4]   2> 828325 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@604ae9dd, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 828334 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50330/solr
   [junit4]   2> 828382 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) 
[n:127.0.0.1:50333_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 828383 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) 
[n:127.0.0.1:50333_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:50333_
   [junit4]   2> 828387 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) 
[n:127.0.0.1:50333_    ] o.a.s.c.Overseer Overseer 
(id=97919545940312068-127.0.0.1:50333_-n_0000000000) starting
   [junit4]   2> 828403 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) 
[n:127.0.0.1:50333_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:50333_
   [junit4]   2> 828406 INFO  
(zkCallback-781-thread-1-processing-n:127.0.0.1:50333_) [n:127.0.0.1:50333_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 828527 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) 
[n:127.0.0.1:50333_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@604ae9dd
   [junit4]   2> 828532 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) 
[n:127.0.0.1:50333_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@604ae9dd
   [junit4]   2> 828532 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) 
[n:127.0.0.1:50333_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@604ae9dd
   [junit4]   2> 828534 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) 
[n:127.0.0.1:50333_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E8754961B02F2DE5-001/control-001/cores
   [junit4]   2> 828534 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) 
[n:127.0.0.1:50333_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 828535 INFO  
(coreLoadExecutor-2214-thread-1-processing-n:127.0.0.1:50333_) 
[n:127.0.0.1:50333_ c:control_collection   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 828539 INFO  
(OverseerStateUpdate-97919545940312068-127.0.0.1:50333_-n_0000000000) 
[n:127.0.0.1:50333_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 829566 WARN  
(coreLoadExecutor-2214-thread-1-processing-n:127.0.0.1:50333_) 
[n:127.0.0.1:50333_ c:control_collection   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 829567 INFO  
(coreLoadExecutor-2214-thread-1-processing-n:127.0.0.1:50333_) 
[n:127.0.0.1:50333_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 829580 INFO  
(coreLoadExecutor-2214-thread-1-processing-n:127.0.0.1:50333_) 
[n:127.0.0.1:50333_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 829686 INFO  
(coreLoadExecutor-2214-thread-1-processing-n:127.0.0.1:50333_) 
[n:127.0.0.1:50333_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 829728 INFO  
(coreLoadExecutor-2214-thread-1-processing-n:127.0.0.1:50333_) 
[n:127.0.0.1:50333_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection, trusted=true
   [junit4]   2> 829728 INFO  
(coreLoadExecutor-2214-thread-1-processing-n:127.0.0.1:50333_) 
[n:127.0.0.1:50333_ c:control_collection   x:collection1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.core_node1' (registry 
'solr.core.control_collection.shard1.core_node1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@604ae9dd
   [junit4]   2> 829729 INFO  
(coreLoadExecutor-2214-thread-1-processing-n:127.0.0.1:50333_) 
[n:127.0.0.1:50333_ c:control_collection   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 829729 INFO  
(coreLoadExecutor-2214-thread-1-processing-n:127.0.0.1:50333_) 
[n:127.0.0.1:50333_ c:control_collection   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E8754961B02F2DE5-001/control-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E8754961B02F2DE5-001/control-001/cores/collection1/data/]
   [junit4]   2> 829732 INFO  
(coreLoadExecutor-2214-thread-1-processing-n:127.0.0.1:50333_) 
[n:127.0.0.1:50333_ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=36, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=5.376953125, 
floorSegmentMB=2.103515625, forceMergeDeletesPctAllowed=2.663270319504117, 
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 829736 WARN  
(coreLoadExecutor-2214-thread-1-processing-n:127.0.0.1:50333_) 
[n:127.0.0.1:50333_ c:control_collection   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 829840 INFO  
(coreLoadExecutor-2214-thread-1-processing-n:127.0.0.1:50333_) 
[n:127.0.0.1:50333_ c:control_collection   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 829840 INFO  
(coreLoadExecutor-2214-thread-1-processing-n:127.0.0.1:50333_) 
[n:127.0.0.1:50333_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 829842 INFO  
(coreLoadExecutor-2214-thread-1-processing-n:127.0.0.1:50333_) 
[n:127.0.0.1:50333_ c:control_collection   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 829842 INFO  
(coreLoadExecutor-2214-thread-1-processing-n:127.0.0.1:50333_) 
[n:127.0.0.1:50333_ c:control_collection   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 829843 INFO  
(coreLoadExecutor-2214-thread-1-processing-n:127.0.0.1:50333_) 
[n:127.0.0.1:50333_ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=44, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=68.9990234375, 
floorSegmentMB=0.8037109375, forceMergeDeletesPctAllowed=22.195426204691937, 
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 829844 INFO  
(coreLoadExecutor-2214-thread-1-processing-n:127.0.0.1:50333_) 
[n:127.0.0.1:50333_ c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@44679996[collection1] main]
   [junit4]   2> 829846 INFO  
(coreLoadExecutor-2214-thread-1-processing-n:127.0.0.1:50333_) 
[n:127.0.0.1:50333_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 829847 INFO  
(coreLoadExecutor-2214-thread-1-processing-n:127.0.0.1:50333_) 
[n:127.0.0.1:50333_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 829848 INFO  
(coreLoadExecutor-2214-thread-1-processing-n:127.0.0.1:50333_) 
[n:127.0.0.1:50333_ c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 829848 INFO  
(coreLoadExecutor-2214-thread-1-processing-n:127.0.0.1:50333_) 
[n:127.0.0.1:50333_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1566712737267974144
   [junit4]   2> 829852 INFO  
(searcherExecutor-2215-thread-1-processing-n:127.0.0.1:50333_ x:collection1 
c:control_collection) [n:127.0.0.1:50333_ c:control_collection   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@44679996[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 829865 INFO  
(coreZkRegister-2207-thread-1-processing-n:127.0.0.1:50333_ x:collection1 
c:control_collection) [n:127.0.0.1:50333_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 829865 INFO  
(coreZkRegister-2207-thread-1-processing-n:127.0.0.1:50333_ x:collection1 
c:control_collection) [n:127.0.0.1:50333_ 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> 829865 INFO  
(coreZkRegister-2207-thread-1-processing-n:127.0.0.1:50333_ x:collection1 
c:control_collection) [n:127.0.0.1:50333_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:50333/collection1/
   [junit4]   2> 829865 INFO  
(coreZkRegister-2207-thread-1-processing-n:127.0.0.1:50333_ x:collection1 
c:control_collection) [n:127.0.0.1:50333_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 829865 INFO  
(coreZkRegister-2207-thread-1-processing-n:127.0.0.1:50333_ x:collection1 
c:control_collection) [n:127.0.0.1:50333_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:50333/collection1/ has no replicas
   [junit4]   2> 829865 INFO  
(coreZkRegister-2207-thread-1-processing-n:127.0.0.1:50333_ x:collection1 
c:control_collection) [n:127.0.0.1:50333_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all 
replicas participating in election, clear LIR
   [junit4]   2> 829876 INFO  
(coreZkRegister-2207-thread-1-processing-n:127.0.0.1:50333_ x:collection1 
c:control_collection) [n:127.0.0.1:50333_ 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:50333/collection1/ shard1
   [junit4]   2> 830041 INFO  
(coreZkRegister-2207-thread-1-processing-n:127.0.0.1:50333_ x:collection1 
c:control_collection) [n:127.0.0.1:50333_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 830094 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 830096 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50330/solr ready
   [junit4]   2> 830096 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 830096 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 830631 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E8754961B02F2DE5-001/shard-1-001/cores/collection1
   [junit4]   2> 830633 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E8754961B02F2DE5-001/shard-1-001
   [junit4]   2> 830633 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 830635 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@47a48562{/,null,AVAILABLE}
   [junit4]   2> 830636 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2db0dab9{HTTP/1.1,[http/1.1]}{127.0.0.1:50342}
   [junit4]   2> 830636 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.e.j.s.Server Started @836338ms
   [junit4]   2> 830636 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E8754961B02F2DE5-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=50342, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E8754961B02F2DE5-001/shard-1-001/cores}
   [junit4]   2> 830637 ERROR 
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 830637 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 830637 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 830638 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 830638 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-07T05:08:19.509Z
   [junit4]   2> 830644 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 830644 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E8754961B02F2DE5-001/shard-1-001/solr.xml
   [junit4]   2> 830665 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@604ae9dd, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 830671 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50330/solr
   [junit4]   2> 830693 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) 
[n:127.0.0.1:50342_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 830699 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) 
[n:127.0.0.1:50342_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 830705 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) 
[n:127.0.0.1:50342_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:50342_
   [junit4]   2> 830708 INFO  
(zkCallback-781-thread-1-processing-n:127.0.0.1:50333_) [n:127.0.0.1:50333_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 830709 INFO  (zkCallback-785-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 830709 INFO  
(zkCallback-791-thread-1-processing-n:127.0.0.1:50342_) [n:127.0.0.1:50342_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 830827 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) 
[n:127.0.0.1:50342_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@604ae9dd
   [junit4]   2> 830831 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) 
[n:127.0.0.1:50342_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@604ae9dd
   [junit4]   2> 830831 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) 
[n:127.0.0.1:50342_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@604ae9dd
   [junit4]   2> 830836 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) 
[n:127.0.0.1:50342_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E8754961B02F2DE5-001/shard-1-001/cores
   [junit4]   2> 830836 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) 
[n:127.0.0.1:50342_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 830838 INFO  
(coreLoadExecutor-2225-thread-1-processing-n:127.0.0.1:50342_) 
[n:127.0.0.1:50342_ c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 830841 INFO  
(OverseerStateUpdate-97919545940312068-127.0.0.1:50333_-n_0000000000) 
[n:127.0.0.1:50333_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 830945 INFO  
(zkCallback-791-thread-1-processing-n:127.0.0.1:50342_) [n:127.0.0.1:50342_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 831873 WARN  
(coreLoadExecutor-2225-thread-1-processing-n:127.0.0.1:50342_) 
[n:127.0.0.1:50342_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 831874 INFO  
(coreLoadExecutor-2225-thread-1-processing-n:127.0.0.1:50342_) 
[n:127.0.0.1:50342_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 831895 INFO  
(coreLoadExecutor-2225-thread-1-processing-n:127.0.0.1:50342_) 
[n:127.0.0.1:50342_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 832012 INFO  
(coreLoadExecutor-2225-thread-1-processing-n:127.0.0.1:50342_) 
[n:127.0.0.1:50342_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.6 with uniqueid field id
   [junit4]   2> 832052 INFO  
(coreLoadExecutor-2225-thread-1-processing-n:127.0.0.1:50342_) 
[n:127.0.0.1:50342_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 832052 INFO  
(coreLoadExecutor-2225-thread-1-processing-n:127.0.0.1:50342_) 
[n:127.0.0.1:50342_ c:collection1   x:collection1] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr.core.collection1.shard2.core_node1' (registry 
'solr.core.collection1.shard2.core_node1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@604ae9dd
   [junit4]   2> 832052 INFO  
(coreLoadExecutor-2225-thread-1-processing-n:127.0.0.1:50342_) 
[n:127.0.0.1:50342_ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 832052 INFO  
(coreLoadExecutor-2225-thread-1-processing-n:127.0.0.1:50342_) 
[n:127.0.0.1:50342_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E8754961B02F2DE5-001/shard-1-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E8754961B02F2DE5-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 832054 INFO  
(coreLoadExecutor-2225-thread-1-processing-n:127.0.0.1:50342_) 
[n:127.0.0.1:50342_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=50, 
maxMergedSegmentMB=5.376953125, floorSegmentMB=2.103515625, 
forceMergeDeletesPctAllowed=2.663270319504117, segmentsPerTier=26.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 832059 WARN  
(coreLoadExecutor-2225-thread-1-processing-n:127.0.0.1:50342_) 
[n:127.0.0.1:50342_ c:collection1   x:collection1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 832137 INFO  
(coreLoadExecutor-2225-thread-1-processing-n:127.0.0.1:50342_) 
[n:127.0.0.1:50342_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 832137 INFO  
(coreLoadExecutor-2225-thread-1-processing-n:127.0.0.1:50342_) 
[n:127.0.0.1:50342_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 832139 INFO  
(coreLoadExecutor-2225-thread-1-processing-n:127.0.0.1:50342_) 
[n:127.0.0.1:50342_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 832139 INFO  
(coreLoadExecutor-2225-thread-1-processing-n:127.0.0.1:50342_) 
[n:127.0.0.1:50342_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 832140 INFO  
(coreLoadExecutor-2225-thread-1-processing-n:127.0.0.1:50342_) 
[n:127.0.0.1:50342_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=29, 
maxMergedSegmentMB=68.9990234375, floorSegmentMB=0.8037109375, 
forceMergeDeletesPctAllowed=22.195426204691937, segmentsPerTier=23.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 832141 INFO  
(coreLoadExecutor-2225-thread-1-processing-n:127.0.0.1:50342_) 
[n:127.0.0.1:50342_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@33b14df9[collection1] main]
   [junit4]   2> 832143 INFO  
(coreLoadExecutor-2225-thread-1-processing-n:127.0.0.1:50342_) 
[n:127.0.0.1:50342_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 832144 INFO  
(coreLoadExecutor-2225-thread-1-processing-n:127.0.0.1:50342_) 
[n:127.0.0.1:50342_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 832145 INFO  
(coreLoadExecutor-2225-thread-1-processing-n:127.0.0.1:50342_) 
[n:127.0.0.1:50342_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 832145 INFO  
(coreLoadExecutor-2225-thread-1-processing-n:127.0.0.1:50342_) 
[n:127.0.0.1:50342_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1566712739676553216
   [junit4]   2> 832147 INFO  
(searcherExecutor-2226-thread-1-processing-n:127.0.0.1:50342_ x:collection1 
c:collection1) [n:127.0.0.1:50342_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@33b14df9[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 832158 INFO  
(coreZkRegister-2220-thread-1-processing-n:127.0.0.1:50342_ x:collection1 
c:collection1) [n:127.0.0.1:50342_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 832158 INFO  
(coreZkRegister-2220-thread-1-processing-n:127.0.0.1:50342_ x:collection1 
c:collection1) [n:127.0.0.1:50342_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try 
and sync
   [junit4]   2> 832158 INFO  
(coreZkRegister-2220-thread-1-processing-n:127.0.0.1:50342_ x:collection1 
c:collection1) [n:127.0.0.1:50342_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:50342/collection1/
   [junit4]   2> 832158 INFO  
(coreZkRegister-2220-thread-1-processing-n:127.0.0.1:50342_ x:collection1 
c:collection1) [n:127.0.0.1:50342_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 832158 INFO  
(coreZkRegister-2220-thread-1-processing-n:127.0.0.1:50342_ x:collection1 
c:collection1) [n:127.0.0.1:50342_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:50342/collection1/ has no 
replicas
   [junit4]   2> 832158 INFO  
(coreZkRegister-2220-thread-1-processing-n:127.0.0.1:50342_ x:collection1 
c:collection1) [n:127.0.0.1:50342_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 832167 INFO  
(coreZkRegister-2220-thread-1-processing-n:127.0.0.1:50342_ x:collection1 
c:collection1) [n:127.0.0.1:50342_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:50342/collection1/ shard2
   [junit4]   2> 832274 INFO  
(zkCallback-791-thread-1-processing-n:127.0.0.1:50342_) [n:127.0.0.1:50342_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 832332 INFO  
(coreZkRegister-2220-thread-1-processing-n:127.0.0.1:50342_ x:collection1 
c:collection1) [n:127.0.0.1:50342_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 832445 INFO  
(zkCallback-791-thread-1-processing-n:127.0.0.1:50342_) [n:127.0.0.1:50342_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 832794 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E8754961B02F2DE5-001/shard-2-001/cores/collection1
   [junit4]   2> 832795 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E8754961B02F2DE5-001/shard-2-001
   [junit4]   2> 832796 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 832798 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7f5785d{/,null,AVAILABLE}
   [junit4]   2> 832800 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1dea3235{HTTP/1.1,[http/1.1]}{127.0.0.1:50347}
   [junit4]   2> 832800 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.e.j.s.Server Started @838502ms
   [junit4]   2> 832801 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E8754961B02F2DE5-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=50347, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E8754961B02F2DE5-001/shard-2-001/cores}
   [junit4]   2> 832801 ERROR 
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 832803 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 832803 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 832803 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 832803 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-07T05:08:21.674Z
   [junit4]   2> 832809 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 832809 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E8754961B02F2DE5-001/shard-2-001/solr.xml
   [junit4]   2> 832827 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@604ae9dd, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 832832 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50330/solr
   [junit4]   2> 832859 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) 
[n:127.0.0.1:50347_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 832867 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) 
[n:127.0.0.1:50347_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 832873 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) 
[n:127.0.0.1:50347_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:50347_
   [junit4]   2> 832878 INFO  (zkCallback-785-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 832879 INFO  
(zkCallback-797-thread-1-processing-n:127.0.0.1:50347_) [n:127.0.0.1:50347_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 832880 INFO  
(zkCallback-791-thread-1-processing-n:127.0.0.1:50342_) [n:127.0.0.1:50342_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 832880 INFO  
(zkCallback-781-thread-1-processing-n:127.0.0.1:50333_) [n:127.0.0.1:50333_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 833270 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) 
[n:127.0.0.1:50347_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@604ae9dd
   [junit4]   2> 833275 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) 
[n:127.0.0.1:50347_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@604ae9dd
   [junit4]   2> 833275 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) 
[n:127.0.0.1:50347_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@604ae9dd
   [junit4]   2> 833278 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) 
[n:127.0.0.1:50347_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E8754961B02F2DE5-001/shard-2-001/cores
   [junit4]   2> 833278 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) 
[n:127.0.0.1:50347_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 833281 INFO  
(coreLoadExecutor-2236-thread-1-processing-n:127.0.0.1:50347_) 
[n:127.0.0.1:50347_ c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 833284 INFO  
(OverseerStateUpdate-97919545940312068-127.0.0.1:50333_-n_0000000000) 
[n:127.0.0.1:50333_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard3
   [junit4]   2> 833394 INFO  
(zkCallback-797-thread-1-processing-n:127.0.0.1:50347_) [n:127.0.0.1:50347_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 833394 INFO  
(zkCallback-791-thread-1-processing-n:127.0.0.1:50342_) [n:127.0.0.1:50342_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 834318 WARN  
(coreLoadExecutor-2236-thread-1-processing-n:127.0.0.1:50347_) 
[n:127.0.0.1:50347_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 834319 INFO  
(coreLoadExecutor-2236-thread-1-processing-n:127.0.0.1:50347_) 
[n:127.0.0.1:50347_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 834336 INFO  
(coreLoadExecutor-2236-thread-1-processing-n:127.0.0.1:50347_) 
[n:127.0.0.1:50347_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 834439 INFO  
(coreLoadExecutor-2236-thread-1-processing-n:127.0.0.1:50347_) 
[n:127.0.0.1:50347_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.6 with uniqueid field id
   [junit4]   2> 834479 INFO  
(coreLoadExecutor-2236-thread-1-processing-n:127.0.0.1:50347_) 
[n:127.0.0.1:50347_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 834480 INFO  
(coreLoadExecutor-2236-thread-1-processing-n:127.0.0.1:50347_) 
[n:127.0.0.1:50347_ c:collection1   x:collection1] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr.core.collection1.shard3.core_node2' (registry 
'solr.core.collection1.shard3.core_node2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@604ae9dd
   [junit4]   2> 834480 INFO  
(coreLoadExecutor-2236-thread-1-processing-n:127.0.0.1:50347_) 
[n:127.0.0.1:50347_ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 834480 INFO  
(coreLoadExecutor-2236-thread-1-processing-n:127.0.0.1:50347_) 
[n:127.0.0.1:50347_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E8754961B02F2DE5-001/shard-2-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E8754961B02F2DE5-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 834482 INFO  
(coreLoadExecutor-2236-thread-1-processing-n:127.0.0.1:50347_) 
[n:127.0.0.1:50347_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=50, 
maxMergedSegmentMB=5.376953125, floorSegmentMB=2.103515625, 
forceMergeDeletesPctAllowed=2.663270319504117, segmentsPerTier=26.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 834485 WARN  
(coreLoadExecutor-2236-thread-1-processing-n:127.0.0.1:50347_) 
[n:127.0.0.1:50347_ c:collection1   x:collection1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 834564 INFO  
(coreLoadExecutor-2236-thread-1-processing-n:127.0.0.1:50347_) 
[n:127.0.0.1:50347_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 834564 INFO  
(coreLoadExecutor-2236-thread-1-processing-n:127.0.0.1:50347_) 
[n:127.0.0.1:50347_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 834567 INFO  
(coreLoadExecutor-2236-thread-1-processing-n:127.0.0.1:50347_) 
[n:127.0.0.1:50347_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 834567 INFO  
(coreLoadExecutor-2236-thread-1-processing-n:127.0.0.1:50347_) 
[n:127.0.0.1:50347_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 834568 INFO  
(coreLoadExecutor-2236-thread-1-processing-n:127.0.0.1:50347_) 
[n:127.0.0.1:50347_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=29, 
maxMergedSegmentMB=68.9990234375, floorSegmentMB=0.8037109375, 
forceMergeDeletesPctAllowed=22.195426204691937, segmentsPerTier=23.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 834568 INFO  
(coreLoadExecutor-2236-thread-1-processing-n:127.0.0.1:50347_) 
[n:127.0.0.1:50347_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@a564929[collection1] main]
   [junit4]   2> 834571 INFO  
(coreLoadExecutor-2236-thread-1-processing-n:127.0.0.1:50347_) 
[n:127.0.0.1:50347_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 834571 INFO  
(coreLoadExecutor-2236-thread-1-processing-n:127.0.0.1:50347_) 
[n:127.0.0.1:50347_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 834572 INFO  
(coreLoadExecutor-2236-thread-1-processing-n:127.0.0.1:50347_) 
[n:127.0.0.1:50347_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 834573 INFO  
(coreLoadExecutor-2236-thread-1-processing-n:127.0.0.1:50347_) 
[n:127.0.0.1:50347_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1566712742221447168
   [junit4]   2> 834575 INFO  
(searcherExecutor-2237-thread-1-processing-n:127.0.0.1:50347_ x:collection1 
c:collection1) [n:127.0.0.1:50347_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@a564929[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 834587 INFO  
(coreZkRegister-2231-thread-1-processing-n:127.0.0.1:50347_ x:collection1 
c:collection1) [n:127.0.0.1:50347_ c:collection1 s:shard3 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 834587 INFO  
(coreZkRegister-2231-thread-1-processing-n:127.0.0.1:50347_ x:collection1 
c:collection1) [n:127.0.0.1:50347_ c:collection1 s:shard3 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try 
and sync
   [junit4]   2> 834587 INFO  
(coreZkRegister-2231-thread-1-processing-n:127.0.0.1:50347_ x:collection1 
c:collection1) [n:127.0.0.1:50347_ c:collection1 s:shard3 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:50347/collection1/
   [junit4]   2> 834587 INFO  
(coreZkRegister-2231-thread-1-processing-n:127.0.0.1:50347_ x:collection1 
c:collection1) [n:127.0.0.1:50347_ c:collection1 s:shard3 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 834587 INFO  
(coreZkRegister-2231-thread-1-processing-n:127.0.0.1:50347_ x:collection1 
c:collection1) [n:127.0.0.1:50347_ c:collection1 s:shard3 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:50347/collection1/ has no 
replicas
   [junit4]   2> 834587 INFO  
(coreZkRegister-2231-thread-1-processing-n:127.0.0.1:50347_ x:collection1 
c:collection1) [n:127.0.0.1:50347_ c:collection1 s:shard3 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 834596 INFO  
(coreZkRegister-2231-thread-1-processing-n:127.0.0.1:50347_ x:collection1 
c:collection1) [n:127.0.0.1:50347_ c:collection1 s:shard3 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:50347/collection1/ shard3
   [junit4]   2> 834707 INFO  
(zkCallback-791-thread-1-processing-n:127.0.0.1:50342_) [n:127.0.0.1:50342_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 834707 INFO  
(zkCallback-797-thread-1-processing-n:127.0.0.1:50347_) [n:127.0.0.1:50347_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 834766 INFO  
(coreZkRegister-2231-thread-1-processing-n:127.0.0.1:50347_ x:collection1 
c:collection1) [n:127.0.0.1:50347_ c:collection1 s:shard3 r:core_node2 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 834883 INFO  
(zkCallback-797-thread-1-processing-n:127.0.0.1:50347_) [n:127.0.0.1:50347_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 834883 INFO  
(zkCallback-791-thread-1-processing-n:127.0.0.1:50342_) [n:127.0.0.1:50342_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 835484 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E8754961B02F2DE5-001/shard-3-001/cores/collection1
   [junit4]   2> 835485 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E8754961B02F2DE5-001/shard-3-001
   [junit4]   2> 835485 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 835487 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@34299b98{/,null,AVAILABLE}
   [junit4]   2> 835488 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@33724b3b{HTTP/1.1,[http/1.1]}{127.0.0.1:50351}
   [junit4]   2> 835488 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.e.j.s.Server Started @841190ms
   [junit4]   2> 835488 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E8754961B02F2DE5-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=50351, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E8754961B02F2DE5-001/shard-3-001/cores}
   [junit4]   2> 835489 ERROR 
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 835489 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 835489 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 835489 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 835489 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-07T05:08:24.360Z
   [junit4]   2> 835495 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 835495 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E8754961B02F2DE5-001/shard-3-001/solr.xml
   [junit4]   2> 835562 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@604ae9dd, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 835569 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50330/solr
   [junit4]   2> 835596 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) 
[n:127.0.0.1:50351_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 835604 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) 
[n:127.0.0.1:50351_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 835609 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) 
[n:127.0.0.1:50351_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:50351_
   [junit4]   2> 835616 INFO  
(zkCallback-781-thread-1-processing-n:127.0.0.1:50333_) [n:127.0.0.1:50333_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 835618 INFO  
(zkCallback-803-thread-1-processing-n:127.0.0.1:50351_) [n:127.0.0.1:50351_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 835616 INFO  
(zkCallback-791-thread-1-processing-n:127.0.0.1:50342_) [n:127.0.0.1:50342_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 835616 INFO  (zkCallback-785-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 835616 INFO  
(zkCallback-797-thread-1-processing-n:127.0.0.1:50347_) [n:127.0.0.1:50347_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 835734 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) 
[n:127.0.0.1:50351_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@604ae9dd
   [junit4]   2> 835743 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) 
[n:127.0.0.1:50351_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@604ae9dd
   [junit4]   2> 835743 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) 
[n:127.0.0.1:50351_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@604ae9dd
   [junit4]   2> 835747 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) 
[n:127.0.0.1:50351_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E8754961B02F2DE5-001/shard-3-001/cores
   [junit4]   2> 835747 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[E8754961B02F2DE5]) 
[n:127.0.0.1:50351_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 835750 INFO  
(coreLoadExecutor-2247-thread-1-processing-n:127.0.0.1:50351_) 
[n:127.0.0.1:50351_ c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 835756 INFO  
(OverseerStateUpdate-97919545940312068-127.0.0.1:50333_-n_0000000000) 
[n:127.0.0.1:50333_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 835869 INFO  
(zkCallback-797-thread-1-processing-n:127.0.0.1:50347_) [n:127.0.0.1:50347_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 835869 INFO  
(zkCallback-803-thread-1-processing-n:127.0.0.1:50351_) [n:127.0.0.1:50351_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 835869 INFO  
(zkCallback-791-thread-1-processing-n:127.0.0.1:50342_) [n:127.0.0.1:50342_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 836789 WARN  
(coreLoadExecutor-2247-thread-1-processing-n:127.0.0.1:50351_) 
[n:127.0.0.1:50351_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 836790 INFO  
(coreLoadExecutor-2247-thread-1-processing-n:127.0.0.1:50351_) 
[n:127.0.0.1:50351_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 836806 INFO  
(coreLoadExecutor-2247-thread-1-processing-n:127.0.0.1:50351_) 
[n:127.0.0.1:50351_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 836900 INFO  
(coreLoadExecutor-2247-thread-1-processing-n:127.0.0.1:50351_) 
[n:127.0.0.1:50351_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.6 with uniqueid field id
   [junit4]   2> 836933 INFO  
(coreLoadExecutor-2247-thread-1-processing-n:127.0.0.1:50351_) 
[n:127.0.0.1:50351_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 836933 INFO  
(coreLoadExecutor-2247-thread-1-processing-n:127.0.0.1:50351_) 
[n:127.0.0.1:50351_ c:collection1   x:collection1] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr.core.collection1.shard1.core_node3' (registry 
'solr.core.collection1.shard1.core_node3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@604ae9dd
   [junit4]   2> 836933 INFO  
(coreLoadExecutor-2247-thread-1-processing-n:127.0.0.1:50351_) 
[n:127.0.0.1:50351_ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 836933 INFO  
(coreLoadExecutor-2247-thread-1-processing-n:127.0.0.1:50351_) 
[n:127.0.0.1:50351_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E8754961B02F2DE5-001/shard-3-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E8754961B02F2DE5-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 836935 INFO  
(coreLoadExecutor-2247-thread-1-processing-n:127.0.0.1:50351_) 
[n:127.0.0.1:50351_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=50, 
maxMergedSegmentMB=5.376953125, floorSegmentMB=2.103515625, 
forceMergeDeletesPctAllowed=2.663270319504117, segmentsPerTier=26.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 836939 WARN  
(coreLoadExecutor-2247-thread-1-processing-n:127.0.0.1:50351_) 
[n:127.0.0.1:50351_ c:collection1   x:collection1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 837017 INFO  
(coreLoadExecutor-2247-thread-1-processing-n:127.0.0.1:50351_) 
[n:127.0.0.1:50351_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 837017 INFO  
(coreLoadExecutor-2247-thread-1-processing-n:127.0.0.1:50351_) 
[n:127.0.0.1:50351_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 837020 INFO  
(coreLoadExecutor-2247-thread-1-processing-n:127.0.0.1:50351_) 
[n:127.0.0.1:50351_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 837020 INFO  
(coreLoadExecutor-2247-thread-1-processing-n:127.0.0.1:50351_) 
[n:127.0.0.1:50351_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 837020 INFO  
(coreLoadExecutor-2247-thread-1-processing-n:127.0.0.1:50351_) 
[n:127.0.0.1:50351_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=29, 
maxMergedSegmentMB=68.9990234375, floorSegmentMB=0.8037109375, 
forceMergeDeletesPctAllowed=22.195426204691937, segmentsPerTier=23.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 837021 INFO  
(coreLoadExecutor-2247-thread-1-processing-n:127.0.0.1:50351_) 
[n:127.0.0.1:50351_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@4912442[collection1] main]
   [junit4]   2> 837023 INFO  
(coreLoadExecutor-2247-thread-1-processing-n:127.0.0.1:50351_) 
[n:127.0.0.1:50351_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 837023 INFO  
(coreLoadExecutor-2247-thread-1-processing-n:127.0.0.1:50351_) 
[n:127.0.0.1:50351_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 837024 INFO  
(coreLoadExecutor-2247-thread-1-processing-n:127.0.0.1:50351_) 
[n:127.0.0.1:50351_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 837024 INFO  
(coreLoadExecutor-2247-thread-1-processing-n:127.0.0.1:50351_) 
[n:127.0.0.1:50351_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1566712744792555520
   [junit4]   2> 837027 INFO  
(searcherExecutor-2248-thread-1-processing-n:127.0.0.1:50351_ x:collection1 
c:collection1) [n:127.0.0.1:50351_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4912442[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 837037 INFO  
(coreZkRegister-2242-thread-1-processing-n:127.0.0.1:50351_ x:collection1 
c:collection1) [n:127.0.0.1:50351_ c:collection1 s:shard1 r:core_node3 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 837037 INFO  
(coreZkRegister-2242-thread-1-processing-n:127.0.0.1:50351_ x:collection1 
c:collection1) [n:127.0.0.1:50351_ c:collection1 s:shard1 r:core_node3 
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try 
and sync
   [junit4]   2> 837037 INFO  
(coreZkRegister-2242-thread-1-processing-n:127.0.0.1:50351_ x:collection1 
c:collection1) [n:127.0.0.1:50351_ c:collection1 s:shard1 r:core_node3 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:50351/collection1/
   [junit4]   2> 837037 INFO  
(coreZkRegister-2242-thread-1-processing-n:127.0.0.1:50351_ x:collection1 
c:collection1) [n:127.0.0.1:50351_ c:collection1 s:shard1 r:core_node3 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 837037 INFO  
(coreZkRegister-2242-thread-1-processing-n:127.0.0.1:50351_ x:collection1 
c:collection1) [n:127.0.0.1:50351_ c:collection1 s:shard1 r:core_node3 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:50351/collection1/ has no 
replicas
   [junit4]   2> 837037 INFO  
(coreZkRegister-2242-thread-1-processing-n:127.0.0.1:50351_ x:collection1 
c:collection1) [n:127.0.0.1:50351_ c:collection1 s:shard1 r:core_node3 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 837045 INFO  
(coreZkRegister-2242-thread-1-processing-n:127.0.0.1:50351_ x:collection1 
c:collection1) [n:127.0.0.1:50351_ c:collection1 s:shard1 r:core_node3 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:50351/collection1/ shard1
   [junit4]   2> 837151 INFO  
(zkCallback-803-thread-1-processing-n:127.0.0.1:50351_) [n:127.0.0.1:50351_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 837151 INFO  
(zkCallback-791-thread-1-processing-n:127.0.0.1:50342_) [n:127.0.0.1:50342_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 837151 INFO  
(zkCallback-797-thread-1-processing-n:127.0.0.1:50347_) [n:127.0.0.1:50347_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 837153 INFO  
(coreZkRegister-2242-thread-1-processing-n:127.0.0.1:50351_ x:collection1 
c:collection1) [n:127.0.0.1:50351_ c:collection1 s:shard1 r:core_node3 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 837264 INFO  
(zkCallback-803-thread-1-processing-n:127.0.0.1:50351_) [n:127.0.0.1:50351_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 837264 INFO  
(zkCallback-797-thread-1-processing-n:127.0.0.1:50347_) [n:127.0.0.1:50347_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 837264 INFO  
(zkCallback-791-thread-1-processing-n:127.0.0.1:50342_) [n:127.0.0.1:50342_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.js

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

Code = Session expired for /live_nodes]
   [junit4]   2> 3569469 INFO  (jetty-closer-3510-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@59f4c9e{/solr,null,UNAVAILABLE}
   [junit4]   2> 3571706 WARN  
(updateExecutor-3523-thread-4-processing-x:test_col_shard1_replica2 
r:core_node4 http:////127.0.0.1:55904//solr//test_col_shard1_replica1// 
n:127.0.0.1:55899_solr s:shard1 c:test_col) [n:127.0.0.1:55899_solr c:test_col 
s:shard1 r:core_node4 x:test_col_shard1_replica2] 
o.a.s.c.LeaderInitiatedRecoveryThread Stop trying to send recovery command to 
downed replica core=test_col_shard1_replica1 coreNodeName=core_node3 on 
127.0.0.1:55904_solr because my core container is closed.
   [junit4]   2> 3571706 INFO  
(updateExecutor-3523-thread-4-processing-x:test_col_shard1_replica2 
r:core_node4 http:////127.0.0.1:55904//solr//test_col_shard1_replica1// 
n:127.0.0.1:55899_solr s:shard1 c:test_col) [n:127.0.0.1:55899_solr c:test_col 
s:shard1 r:core_node4 x:test_col_shard1_replica2] 
o.a.s.c.LeaderInitiatedRecoveryThread 
LeaderInitiatedRecoveryThread-test_col_shard1_replica1 completed successfully 
after running for 5018.0ms
   [junit4]   2> 3571708 WARN  
(zkCallback-3535-thread-2-processing-n:127.0.0.1:55899_solr) 
[n:127.0.0.1:55899_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 3571708 INFO  (jetty-closer-3510-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@280041bb{/solr,null,UNAVAILABLE}
   [junit4]   2> 3571709 ERROR 
(SUITE-TestCloudDeleteByQuery-seed#[E8754961B02F2DE5]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 3571710 INFO  
(SUITE-TestCloudDeleteByQuery-seed#[E8754961B02F2DE5]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:55896 55896
   [junit4]   2> 3571729 INFO  (Thread-3907) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:55896 55896
   [junit4]   2> 3582661 WARN  (Thread-3907) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/aliases.json
   [junit4]   2>        6       /solr/clusterprops.json
   [junit4]   2>        5       /solr/security.json
   [junit4]   2>        4       /solr/configs/solrCloudCollectionConfig
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/clusterstate.json
   [junit4]   2>        4       /solr/collections/test_col/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/97919725051904015-127.0.0.1:55904_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/live_nodes
   [junit4]   2>        6       /solr/collections
   [junit4]   2> 
   [junit4]   2> 3582662 INFO  
(SUITE-TestCloudDeleteByQuery-seed#[E8754961B02F2DE5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudDeleteByQuery_E8754961B02F2DE5-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{expected_shard_s=PostingsFormat(name=Memory), 
id=PostingsFormat(name=Asserting)}, 
docValues:{_version_=DocValuesFormat(name=Asserting)}, 
maxPointsInLeafNode=1062, maxMBSortInHeap=5.881494109750211, 
sim=RandomSimilarity(queryNorm=false): {}, locale=lt, timezone=Australia/Darwin
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_131 
(64-bit)/cpus=3,threads=1,free=329616976,total=527958016
   [junit4]   2> NOTE: All tests run in this JVM: [SolrInfoBeanTest, 
TriLevelCompositeIdRoutingTest, MinimalSchemaTest, SolrCmdDistributorTest, 
TestSolrCoreSnapshots, TestLeaderInitiatedRecoveryThread, 
ExternalFileFieldSortTest, TestMinMaxOnMultiValuedField, TestDefaultStatsCache, 
BasicAuthStandaloneTest, TestMacros, TestStressRecovery, 
SignatureUpdateProcessorFactoryTest, SolrCoreCheckLockOnStartupTest, 
DefaultValueUpdateProcessorTest, BasicDistributedZk2Test, 
TestNamedUpdateProcessors, CdcrReplicationHandlerTest, 
CurrencyFieldOpenExchangeTest, TestFuzzyAnalyzedSuggestions, 
TestPHPSerializedResponseWriter, TestManagedResourceStorage, 
CoreAdminHandlerTest, EnumFieldTest, BlockJoinFacetDistribTest, TestRecovery, 
TestSolrCoreProperties, TestManagedSynonymFilterFactory, 
TestStressCloudBlindAtomicUpdates, TestCloudInspectUtil, 
CollectionsAPISolrJTest, TestCoreAdminApis, ForceLeaderTest, 
SolrCloudReportersTest, TestSegmentSorting, 
HdfsCollectionsAPIDistributedZkTest, DeleteNodeTest, 
TestBackupRepositoryFactory, CollectionTooManyReplicasTest, TestFieldCache, 
BasicFunctionalityTest, CacheHeaderTest, TestDFRSimilarityFactory, 
TestCopyFieldCollectionResource, SaslZkACLProviderTest, TestMultiWordSynonyms, 
TestSchemaManager, DistanceFunctionTest, TestDocSet, TestReload, TestLockTree, 
SliceStateTest, AtomicUpdateProcessorFactoryTest, SortByFunctionTest, 
FullSolrCloudDistribCmdsTest, MultiThreadedOCPTest, 
WrapperMergePolicyFactoryTest, TestLuceneMatchVersion, TestTrie, 
SpellPossibilityIteratorTest, TestLRUCache, TestSizeLimitedDistributedMap, 
DistributedFacetPivotLargeTest, TestCodecSupport, TestXmlQParser, 
TestManagedSchema, TestSchemaVersionResource, LeaderElectionContextKeyTest, 
ClassificationUpdateProcessorFactoryTest, UUIDUpdateProcessorFallbackTest, 
AnalyticsMergeStrategyTest, TestSolr4Spatial, JsonValidatorTest, 
StatsComponentTest, TestOnReconnectListenerSupport, TestSolr4Spatial2, 
TestConfigSets, BufferStoreTest, ConvertedLegacyTest, TestFieldSortValues, 
AliasIntegrationTest, MergeStrategyTest, AsyncCallRequestStatusResponseTest, 
TestFoldingMultitermQuery, SmileWriterTest, TestReRankQParserPlugin, 
TestValueSourceCache, TestComponentsName, 
PeerSyncWithIndexFingerprintCachingTest, SuggesterTest, 
DistributedIntervalFacetingTest, FacetPivotSmallTest, TestSolrFieldCacheBean, 
TestRTimerTree, BasicZkTest, TestInitQParser, SolrIndexSplitterTest, 
DistribJoinFromCollectionTest, OpenCloseCoreStressTest, CleanupOldIndexTest, 
SecurityConfHandlerTest, TestSolrDeletionPolicy2, 
TestSlowCompositeReaderWrapper, TestAtomicUpdateErrorCases, 
TestExclusionRuleCollectionAccess, TestSearchPerf, TestBlobHandler, 
VersionInfoTest, NotRequiredUniqueKeyTest, TestGeoJSONResponseWriter, 
TestLeaderElectionWithEmptyReplica, CdcrBootstrapTest, BadIndexSchemaTest, 
LeaderElectionIntegrationTest, StatsReloadRaceTest, TermVectorComponentTest, 
HdfsDirectoryFactoryTest, MissingSegmentRecoveryTest, TestOmitPositions, 
HdfsThreadLeakTest, FullHLLTest, TestSolrQueryResponse, AutoCommitTest, 
TestUseDocValuesAsStored, SolrJmxReporterTest, AddBlockUpdateTest, 
TestRandomFaceting, SortSpecParsingTest, TestSystemCollAutoCreate, 
LeaderFailureAfterFreshStartTest, TestUniqueKeyFieldResource, TestFastWriter, 
TestIndexSearcher, DocExpirationUpdateProcessorFactoryTest, 
TestRuleBasedAuthorizationPlugin, HdfsRestartWhileUpdatingTest, 
PreAnalyzedFieldManagedSchemaCloudTest, ReturnFieldsTest, 
TestMaxScoreQueryParser, RegexBoostProcessorTest, TestFastLRUCache, 
DistribCursorPagingTest, TestConfig, JsonLoaderTest, TestSolrXml, 
TestAnalyzedSuggestions, SimpleMLTQParserTest, RollingRestartTest, 
SuggesterTSTTest, TestImplicitCoreProperties, CollectionsAPIDistributedZkTest, 
TestPayloadScoreQParserPlugin, SystemInfoHandlerTest, 
CoreMergeIndexesAdminHandlerTest, BooleanFieldTest, TestSchemaResource, 
BlockCacheTest, CollectionReloadTest, TestDistributedMissingSort, 
DirectUpdateHandlerOptimizeTest, TestSubQueryTransformerDistrib, 
TestSimpleQParserPlugin, HLLUtilTest, SubstringBytesRefFilterTest, 
DistributedExpandComponentTest, TestReversedWildcardFilterFactory, 
TestCryptoKeys, TestFieldCacheVsDocValues, TestTrackingShardHandlerFactory, 
TestFiltering, TestCloudRecovery, OverseerModifyCollectionTest, 
TimeZoneUtilsTest, TestInitParams, ChaosMonkeySafeLeaderTest, 
UnloadDistributedZkTest, OverseerTest, RecoveryZkTest, ZkSolrClientTest, 
TestRandomDVFaceting, ShardRoutingCustomTest, TestDistributedGrouping, 
DistributedSpellCheckComponentTest, ZkControllerTest, TestRangeQuery, 
SolrCoreTest, TestSort, DirectUpdateHandlerTest, TestBadConfig, 
SoftAutoCommitTest, TestQueryUtils, StandardRequestHandlerTest, TestWriterPerf, 
FileBasedSpellCheckerTest, FieldAnalysisRequestHandlerTest, LoggingHandlerTest, 
IndexSchemaTest, UpdateRequestProcessorFactoryTest, QueryParsingTest, 
CSVRequestHandlerTest, TestQuerySenderListener, TestSolrIndexConfig, 
TestQuerySenderNoQuery, ResponseLogComponentTest, MultiTermTest, 
DirectSolrConnectionTest, TestXIncludeConfig, EchoParamsTest, 
TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, 
TestBM25SimilarityFactory, OpenExchangeRatesOrgProviderTest, PluginInfoTest, 
PreAnalyzedFieldTest, PrimUtilsTest, TestSuggestSpellingConverter, 
DateFieldTest, SpellingQueryConverterTest, DOMUtilTest, 
RAMDirectoryFactoryTest, ClusterStateTest, TestSolrJ, TestDocumentBuilder, 
ZkNodePropsTest, UUIDFieldTest, FileUtilsTest, CircularListTest, 
SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, 
TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, TestPathTrie, 
TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, ConnectionReuseTest, 
CdcrRequestHandlerTest, CdcrVersionReplicationTest, 
CloudExitableDirectoryReaderTest, CollectionsAPIAsyncDistributedZkTest, 
DeleteLastCustomShardedReplicaTest, DistributedVersionInfoTest, 
LeaderInitiatedRecoveryOnShardRestartTest, MigrateRouteKeyTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, 
OverriddenZkACLAndCredentialsProvidersTest, 
OverseerCollectionConfigSetProcessorTest, OverseerStatusTest, 
PeerSyncReplicationTest, RecoveryAfterSoftCommitTest, RemoteQueryErrorTest, 
ReplaceNodeTest, SolrCloudExampleTest, TestCloudDeleteByQuery]
   [junit4] Completed [506/709 (2!)] on J1 in 21.94s, 6 tests, 2 errors <<< 
FAILURES!

[...truncated 44054 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to