Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/174/

2 tests failed.
FAILED:  org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=24687, name=Thread-11778, 
state=RUNNABLE, group=TGRP-FullSolrCloudDistribCmdsTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=24687, name=Thread-11778, state=RUNNABLE, 
group=TGRP-FullSolrCloudDistribCmdsTest]
Caused by: java.lang.RuntimeException: 
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:51065/xvo/mi/collection1
        at __randomizedtesting.SeedInfo.seed([C3DFCCDCCB98882]:0)
        at 
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest$1IndexThread.run(FullSolrCloudDistribCmdsTest.java:644)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured 
while waiting response from server at: http://127.0.0.1:51065/xvo/mi/collection1
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:604)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:251)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
        at 
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest$1IndexThread.run(FullSolrCloudDistribCmdsTest.java:642)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:170)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
        at 
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:498)
        ... 5 more


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

Error Message:
Timeout occured while waiting response from server at: https://127.0.0.1:35901

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: https://127.0.0.1:35901
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:604)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:251)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.makeRequest(CollectionsAPIDistributedZkTest.java:399)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testErrorHandling(CollectionsAPIDistributedZkTest.java:437)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test(CollectionsAPIDistributedZkTest.java:179)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:367)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:170)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
        at sun.security.ssl.InputRecord.read(InputRecord.java:503)
        at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
        at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:930)
        at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
        at 
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:498)
        ... 47 more




Build Log:
[...truncated 11659 lines...]
   [junit4] JVM J0: stdout was not empty, see: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/temp/junit4-J0-20161012_135246_796.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/heapdumps/java_pid6257.hprof
 ...
   [junit4] Heap dump file created [656594589 bytes in 3.728 secs]
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J0: stderr was not empty, see: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/temp/junit4-J0-20161012_135246_796.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread 
"OldIndexDirectoryCleanupThreadForCore-awholynewstresscollection_collection1_2_shard3_replica2"
   [junit4] WARN: Unhandled exception in event serialization. -> 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] <<< JVM J0: EOF ----

[...truncated 170 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/init-core-data-001
   [junit4]   2> 1721364 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[C3DFCCDCCB98882]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1721364 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[C3DFCCDCCB98882]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1721366 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1721366 INFO  (Thread-11245) [    ] o.a.s.c.ZkTestServer 
client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1721366 INFO  (Thread-11245) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1721466 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:57186
   [junit4]   2> 1721472 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x157b94503d50000, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1721477 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1721479 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1721480 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1721481 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1721482 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1721483 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1721484 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1721485 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1721486 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1721487 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1721488 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1721491 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x157b94503d50002, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1721556 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/control-001/cores/collection1
   [junit4]   2> 1721558 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1721559 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5f063735{/,null,AVAILABLE}
   [junit4]   2> 1721562 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@1d14519b{SSL,[ssl, 
http/1.1]}{127.0.0.1:33163}
   [junit4]   2> 1721562 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.e.j.s.Server Started @1723802ms
   [junit4]   2> 1721562 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/tempDir-001/control/data,
 hostContext=/, hostPort=33163, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/control-001/cores}
   [junit4]   2> 1721562 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.3.0
   [junit4]   2> 1721562 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1721562 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1721562 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-12T14:21:30.648Z
   [junit4]   2> 1721564 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1721564 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/control-001/solr.xml
   [junit4]   2> 1721577 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1721577 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57186/solr
   [junit4]   2> 1721592 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) 
[n:127.0.0.1:33163_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:33163_
   [junit4]   2> 1721593 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) 
[n:127.0.0.1:33163_    ] o.a.s.c.Overseer Overseer 
(id=96749623079927813-127.0.0.1:33163_-n_0000000000) starting
   [junit4]   2> 1721596 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) 
[n:127.0.0.1:33163_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33163_
   [junit4]   2> 1721597 INFO  
(OverseerStateUpdate-96749623079927813-127.0.0.1:33163_-n_0000000000) 
[n:127.0.0.1:33163_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1721605 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) 
[n:127.0.0.1:33163_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/control-001/cores
   [junit4]   2> 1721605 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) 
[n:127.0.0.1:33163_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1721606 INFO  
(OverseerStateUpdate-96749623079927813-127.0.0.1:33163_-n_0000000000) 
[n:127.0.0.1:33163_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 1721617 WARN  
(coreLoadExecutor-5525-thread-1-processing-n:127.0.0.1:33163_) 
[n:127.0.0.1:33163_ c:control_collection   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 1721618 INFO  
(coreLoadExecutor-5525-thread-1-processing-n:127.0.0.1:33163_) 
[n:127.0.0.1:33163_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 1721627 INFO  
(coreLoadExecutor-5525-thread-1-processing-n:127.0.0.1:33163_) 
[n:127.0.0.1:33163_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1721692 WARN  
(coreLoadExecutor-5525-thread-1-processing-n:127.0.0.1:33163_) 
[n:127.0.0.1:33163_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 1721693 INFO  
(coreLoadExecutor-5525-thread-1-processing-n:127.0.0.1:33163_) 
[n:127.0.0.1:33163_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1721700 INFO  
(coreLoadExecutor-5525-thread-1-processing-n:127.0.0.1:33163_) 
[n:127.0.0.1:33163_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection
   [junit4]   2> 1721701 INFO  
(coreLoadExecutor-5525-thread-1-processing-n:127.0.0.1:33163_) 
[n:127.0.0.1:33163_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/control-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/control-001/cores/collection1/data/]
   [junit4]   2> 1721701 INFO  
(coreLoadExecutor-5525-thread-1-processing-n:127.0.0.1:33163_) 
[n:127.0.0.1:33163_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@365bd187
   [junit4]   2> 1721701 INFO  
(coreLoadExecutor-5525-thread-1-processing-n:127.0.0.1:33163_) 
[n:127.0.0.1:33163_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1721704 WARN  
(coreLoadExecutor-5525-thread-1-processing-n:127.0.0.1:33163_) 
[n:127.0.0.1:33163_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1721709 INFO  
(coreLoadExecutor-5525-thread-1-processing-n:127.0.0.1:33163_) 
[n:127.0.0.1:33163_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1721709 INFO  
(coreLoadExecutor-5525-thread-1-processing-n:127.0.0.1:33163_) 
[n:127.0.0.1:33163_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1721709 INFO  
(coreLoadExecutor-5525-thread-1-processing-n:127.0.0.1:33163_) 
[n:127.0.0.1:33163_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1721709 INFO  
(coreLoadExecutor-5525-thread-1-processing-n:127.0.0.1:33163_) 
[n:127.0.0.1:33163_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1721710 INFO  
(coreLoadExecutor-5525-thread-1-processing-n:127.0.0.1:33163_) 
[n:127.0.0.1:33163_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=10, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=30.8408203125, 
floorSegmentMB=1.244140625, forceMergeDeletesPctAllowed=29.926466904599625, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1721710 INFO  
(coreLoadExecutor-5525-thread-1-processing-n:127.0.0.1:33163_) 
[n:127.0.0.1:33163_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@28f83cc2[collection1] main]
   [junit4]   2> 1721710 INFO  
(coreLoadExecutor-5525-thread-1-processing-n:127.0.0.1:33163_) 
[n:127.0.0.1:33163_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1721711 INFO  
(coreLoadExecutor-5525-thread-1-processing-n:127.0.0.1:33163_) 
[n:127.0.0.1:33163_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1721711 INFO  
(coreLoadExecutor-5525-thread-1-processing-n:127.0.0.1:33163_) 
[n:127.0.0.1:33163_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1721711 INFO  
(searcherExecutor-5526-thread-1-processing-n:127.0.0.1:33163_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:33163_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore 
[collection1] Registered new searcher Searcher@28f83cc2[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1721711 INFO  
(coreLoadExecutor-5525-thread-1-processing-n:127.0.0.1:33163_) 
[n:127.0.0.1:33163_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1547993969639555072
   [junit4]   2> 1721716 INFO  
(coreZkRegister-5518-thread-1-processing-n:127.0.0.1:33163_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:33163_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1721716 INFO  
(coreZkRegister-5518-thread-1-processing-n:127.0.0.1:33163_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:33163_ 
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> 1721716 INFO  
(coreZkRegister-5518-thread-1-processing-n:127.0.0.1:33163_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:33163_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:33163/collection1/
   [junit4]   2> 1721716 INFO  
(coreZkRegister-5518-thread-1-processing-n:127.0.0.1:33163_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:33163_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1721716 INFO  
(coreZkRegister-5518-thread-1-processing-n:127.0.0.1:33163_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:33163_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
https://127.0.0.1:33163/collection1/ has no replicas
   [junit4]   2> 1721719 INFO  
(coreZkRegister-5518-thread-1-processing-n:127.0.0.1:33163_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:33163_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:33163/collection1/ shard1
   [junit4]   2> 1721870 INFO  
(coreZkRegister-5518-thread-1-processing-n:127.0.0.1:33163_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:33163_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1722109 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1722110 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1722175 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/shard-1-001/cores/collection1
   [junit4]   2> 1722176 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/shard-1-001
   [junit4]   2> 1722177 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1722178 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@78549ff9{/,null,AVAILABLE}
   [junit4]   2> 1722180 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@78092f07{SSL,[ssl, 
http/1.1]}{127.0.0.1:35901}
   [junit4]   2> 1722180 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.e.j.s.Server Started @1724420ms
   [junit4]   2> 1722180 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=35901, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/shard-1-001/cores}
   [junit4]   2> 1722180 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.3.0
   [junit4]   2> 1722180 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1722180 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1722180 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-12T14:21:31.266Z
   [junit4]   2> 1722182 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1722182 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/shard-1-001/solr.xml
   [junit4]   2> 1722186 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1722187 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57186/solr
   [junit4]   2> 1722192 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) 
[n:127.0.0.1:35901_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1722195 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) 
[n:127.0.0.1:35901_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35901_
   [junit4]   2> 1722196 INFO  
(zkCallback-2718-thread-1-processing-n:127.0.0.1:33163_) [n:127.0.0.1:33163_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1722196 INFO  
(zkCallback-2727-thread-1-processing-n:127.0.0.1:35901_) [n:127.0.0.1:35901_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1722196 INFO  (zkCallback-2722-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1722207 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) 
[n:127.0.0.1:35901_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/shard-1-001/cores
   [junit4]   2> 1722207 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) 
[n:127.0.0.1:35901_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1722208 INFO  
(OverseerStateUpdate-96749623079927813-127.0.0.1:33163_-n_0000000000) 
[n:127.0.0.1:33163_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 1723221 WARN  
(coreLoadExecutor-5536-thread-1-processing-n:127.0.0.1:35901_) 
[n:127.0.0.1:35901_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1723222 INFO  
(coreLoadExecutor-5536-thread-1-processing-n:127.0.0.1:35901_) 
[n:127.0.0.1:35901_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.3.0
   [junit4]   2> 1723232 INFO  
(coreLoadExecutor-5536-thread-1-processing-n:127.0.0.1:35901_) 
[n:127.0.0.1:35901_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1723302 WARN  
(coreLoadExecutor-5536-thread-1-processing-n:127.0.0.1:35901_) 
[n:127.0.0.1:35901_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 1723304 INFO  
(coreLoadExecutor-5536-thread-1-processing-n:127.0.0.1:35901_) 
[n:127.0.0.1:35901_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 1723313 INFO  
(coreLoadExecutor-5536-thread-1-processing-n:127.0.0.1:35901_) 
[n:127.0.0.1:35901_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1723313 INFO  
(coreLoadExecutor-5536-thread-1-processing-n:127.0.0.1:35901_) 
[n:127.0.0.1:35901_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/shard-1-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 1723313 INFO  
(coreLoadExecutor-5536-thread-1-processing-n:127.0.0.1:35901_) 
[n:127.0.0.1:35901_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@365bd187
   [junit4]   2> 1723314 INFO  
(coreLoadExecutor-5536-thread-1-processing-n:127.0.0.1:35901_) 
[n:127.0.0.1:35901_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1723317 WARN  
(coreLoadExecutor-5536-thread-1-processing-n:127.0.0.1:35901_) 
[n:127.0.0.1:35901_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1723322 INFO  
(coreLoadExecutor-5536-thread-1-processing-n:127.0.0.1:35901_) 
[n:127.0.0.1:35901_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1723322 INFO  
(coreLoadExecutor-5536-thread-1-processing-n:127.0.0.1:35901_) 
[n:127.0.0.1:35901_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1723323 INFO  
(coreLoadExecutor-5536-thread-1-processing-n:127.0.0.1:35901_) 
[n:127.0.0.1:35901_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1723323 INFO  
(coreLoadExecutor-5536-thread-1-processing-n:127.0.0.1:35901_) 
[n:127.0.0.1:35901_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1723324 INFO  
(coreLoadExecutor-5536-thread-1-processing-n:127.0.0.1:35901_) 
[n:127.0.0.1:35901_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=10, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=30.8408203125, 
floorSegmentMB=1.244140625, forceMergeDeletesPctAllowed=29.926466904599625, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1723324 INFO  
(coreLoadExecutor-5536-thread-1-processing-n:127.0.0.1:35901_) 
[n:127.0.0.1:35901_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@61147bc7[collection1] main]
   [junit4]   2> 1723325 INFO  
(coreLoadExecutor-5536-thread-1-processing-n:127.0.0.1:35901_) 
[n:127.0.0.1:35901_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1723325 INFO  
(coreLoadExecutor-5536-thread-1-processing-n:127.0.0.1:35901_) 
[n:127.0.0.1:35901_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1723325 INFO  
(coreLoadExecutor-5536-thread-1-processing-n:127.0.0.1:35901_) 
[n:127.0.0.1:35901_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1723326 INFO  
(searcherExecutor-5537-thread-1-processing-n:127.0.0.1:35901_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:35901_ c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new 
searcher Searcher@61147bc7[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1723326 INFO  
(coreLoadExecutor-5536-thread-1-processing-n:127.0.0.1:35901_) 
[n:127.0.0.1:35901_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1547993971333005312
   [junit4]   2> 1723331 INFO  
(coreZkRegister-5531-thread-1-processing-n:127.0.0.1:35901_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:35901_ c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 1723331 INFO  
(coreZkRegister-5531-thread-1-processing-n:127.0.0.1:35901_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:35901_ 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> 1723331 INFO  
(coreZkRegister-5531-thread-1-processing-n:127.0.0.1:35901_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:35901_ c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:35901/collection1/
   [junit4]   2> 1723331 INFO  
(coreZkRegister-5531-thread-1-processing-n:127.0.0.1:35901_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:35901_ c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 1723331 INFO  
(coreZkRegister-5531-thread-1-processing-n:127.0.0.1:35901_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:35901_ c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
https://127.0.0.1:35901/collection1/ has no replicas
   [junit4]   2> 1723334 INFO  
(coreZkRegister-5531-thread-1-processing-n:127.0.0.1:35901_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:35901_ c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new 
leader: https://127.0.0.1:35901/collection1/ shard2
   [junit4]   2> 1723484 INFO  
(coreZkRegister-5531-thread-1-processing-n:127.0.0.1:35901_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:35901_ c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 1723777 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/shard-2-001/cores/collection1
   [junit4]   2> 1723777 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/shard-2-001
   [junit4]   2> 1723779 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1723780 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@70afaa33{/,null,AVAILABLE}
   [junit4]   2> 1723781 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@518924{SSL,[ssl, 
http/1.1]}{127.0.0.1:59763}
   [junit4]   2> 1723781 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.e.j.s.Server Started @1726022ms
   [junit4]   2> 1723781 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=59763, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/shard-2-001/cores}
   [junit4]   2> 1723782 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.3.0
   [junit4]   2> 1723782 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1723782 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1723782 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-12T14:21:32.868Z
   [junit4]   2> 1723786 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1723786 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/shard-2-001/solr.xml
   [junit4]   2> 1723791 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1723792 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57186/solr
   [junit4]   2> 1723800 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) 
[n:127.0.0.1:59763_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1723802 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) 
[n:127.0.0.1:59763_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:59763_
   [junit4]   2> 1723803 INFO  (zkCallback-2722-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1723803 INFO  
(zkCallback-2727-thread-1-processing-n:127.0.0.1:35901_) [n:127.0.0.1:35901_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1723803 INFO  
(zkCallback-2718-thread-1-processing-n:127.0.0.1:33163_) [n:127.0.0.1:33163_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1723805 INFO  
(zkCallback-2733-thread-1-processing-n:127.0.0.1:59763_) [n:127.0.0.1:59763_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1723810 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) 
[n:127.0.0.1:59763_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/shard-2-001/cores
   [junit4]   2> 1723810 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) 
[n:127.0.0.1:59763_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1723811 INFO  
(OverseerStateUpdate-96749623079927813-127.0.0.1:33163_-n_0000000000) 
[n:127.0.0.1:33163_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 1724819 WARN  
(coreLoadExecutor-5547-thread-1-processing-n:127.0.0.1:59763_) 
[n:127.0.0.1:59763_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1724820 INFO  
(coreLoadExecutor-5547-thread-1-processing-n:127.0.0.1:59763_) 
[n:127.0.0.1:59763_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.3.0
   [junit4]   2> 1724830 INFO  
(coreLoadExecutor-5547-thread-1-processing-n:127.0.0.1:59763_) 
[n:127.0.0.1:59763_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1724902 WARN  
(coreLoadExecutor-5547-thread-1-processing-n:127.0.0.1:59763_) 
[n:127.0.0.1:59763_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 1724904 INFO  
(coreLoadExecutor-5547-thread-1-processing-n:127.0.0.1:59763_) 
[n:127.0.0.1:59763_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 1724913 INFO  
(coreLoadExecutor-5547-thread-1-processing-n:127.0.0.1:59763_) 
[n:127.0.0.1:59763_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1724913 INFO  
(coreLoadExecutor-5547-thread-1-processing-n:127.0.0.1:59763_) 
[n:127.0.0.1:59763_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/shard-2-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 1724913 INFO  
(coreLoadExecutor-5547-thread-1-processing-n:127.0.0.1:59763_) 
[n:127.0.0.1:59763_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@365bd187
   [junit4]   2> 1724914 INFO  
(coreLoadExecutor-5547-thread-1-processing-n:127.0.0.1:59763_) 
[n:127.0.0.1:59763_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1724917 WARN  
(coreLoadExecutor-5547-thread-1-processing-n:127.0.0.1:59763_) 
[n:127.0.0.1:59763_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1724923 INFO  
(coreLoadExecutor-5547-thread-1-processing-n:127.0.0.1:59763_) 
[n:127.0.0.1:59763_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1724923 INFO  
(coreLoadExecutor-5547-thread-1-processing-n:127.0.0.1:59763_) 
[n:127.0.0.1:59763_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1724923 INFO  
(coreLoadExecutor-5547-thread-1-processing-n:127.0.0.1:59763_) 
[n:127.0.0.1:59763_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1724923 INFO  
(coreLoadExecutor-5547-thread-1-processing-n:127.0.0.1:59763_) 
[n:127.0.0.1:59763_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1724924 INFO  
(coreLoadExecutor-5547-thread-1-processing-n:127.0.0.1:59763_) 
[n:127.0.0.1:59763_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=10, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=30.8408203125, 
floorSegmentMB=1.244140625, forceMergeDeletesPctAllowed=29.926466904599625, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1724924 INFO  
(coreLoadExecutor-5547-thread-1-processing-n:127.0.0.1:59763_) 
[n:127.0.0.1:59763_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5a83c8ea[collection1] main]
   [junit4]   2> 1724925 INFO  
(coreLoadExecutor-5547-thread-1-processing-n:127.0.0.1:59763_) 
[n:127.0.0.1:59763_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1724925 INFO  
(coreLoadExecutor-5547-thread-1-processing-n:127.0.0.1:59763_) 
[n:127.0.0.1:59763_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1724925 INFO  
(coreLoadExecutor-5547-thread-1-processing-n:127.0.0.1:59763_) 
[n:127.0.0.1:59763_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1724926 INFO  
(searcherExecutor-5548-thread-1-processing-n:127.0.0.1:59763_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:59763_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.SolrCore [collection1] Registered new 
searcher Searcher@5a83c8ea[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1724926 INFO  
(coreLoadExecutor-5547-thread-1-processing-n:127.0.0.1:59763_) 
[n:127.0.0.1:59763_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1547993973010726912
   [junit4]   2> 1724932 INFO  
(coreZkRegister-5542-thread-1-processing-n:127.0.0.1:59763_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:59763_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 1724932 INFO  
(coreZkRegister-5542-thread-1-processing-n:127.0.0.1:59763_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:59763_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new 
leader - try and sync
   [junit4]   2> 1724932 INFO  
(coreZkRegister-5542-thread-1-processing-n:127.0.0.1:59763_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:59763_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:59763/collection1/
   [junit4]   2> 1724932 INFO  
(coreZkRegister-5542-thread-1-processing-n:127.0.0.1:59763_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:59763_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 1724932 INFO  
(coreZkRegister-5542-thread-1-processing-n:127.0.0.1:59763_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:59763_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.SyncStrategy 
https://127.0.0.1:59763/collection1/ has no replicas
   [junit4]   2> 1724934 INFO  
(coreZkRegister-5542-thread-1-processing-n:127.0.0.1:59763_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:59763_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new 
leader: https://127.0.0.1:59763/collection1/ shard1
   [junit4]   2> 1725085 INFO  
(coreZkRegister-5542-thread-1-processing-n:127.0.0.1:59763_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:59763_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 1725376 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/shard-3-001/cores/collection1
   [junit4]   2> 1725376 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/shard-3-001
   [junit4]   2> 1725377 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1725379 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@60026e9{/,null,AVAILABLE}
   [junit4]   2> 1725381 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@7c6e0e6f{SSL,[ssl, 
http/1.1]}{127.0.0.1:40922}
   [junit4]   2> 1725381 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.e.j.s.Server Started @1727622ms
   [junit4]   2> 1725381 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=40922, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/shard-3-001/cores}
   [junit4]   2> 1725382 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.3.0
   [junit4]   2> 1725382 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1725382 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1725382 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-12T14:21:34.468Z
   [junit4]   2> 1725385 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1725385 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/shard-3-001/solr.xml
   [junit4]   2> 1725389 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1725390 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57186/solr
   [junit4]   2> 1725398 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) 
[n:127.0.0.1:40922_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1725401 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) 
[n:127.0.0.1:40922_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40922_
   [junit4]   2> 1725402 INFO  
(zkCallback-2733-thread-1-processing-n:127.0.0.1:59763_) [n:127.0.0.1:59763_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1725402 INFO  (zkCallback-2722-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1725402 INFO  
(zkCallback-2739-thread-1-processing-n:127.0.0.1:40922_) [n:127.0.0.1:40922_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1725402 INFO  
(zkCallback-2727-thread-1-processing-n:127.0.0.1:35901_) [n:127.0.0.1:35901_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1725402 INFO  
(zkCallback-2718-thread-2-processing-n:127.0.0.1:33163_) [n:127.0.0.1:33163_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1725414 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) 
[n:127.0.0.1:40922_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/shard-3-001/cores
   [junit4]   2> 1725414 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) 
[n:127.0.0.1:40922_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1725415 INFO  
(OverseerStateUpdate-96749623079927813-127.0.0.1:33163_-n_0000000000) 
[n:127.0.0.1:33163_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 1726422 WARN  
(coreLoadExecutor-5558-thread-1-processing-n:127.0.0.1:40922_) 
[n:127.0.0.1:40922_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1726423 INFO  
(coreLoadExecutor-5558-thread-1-processing-n:127.0.0.1:40922_) 
[n:127.0.0.1:40922_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.3.0
   [junit4]   2> 1726433 INFO  
(coreLoadExecutor-5558-thread-1-processing-n:127.0.0.1:40922_) 
[n:127.0.0.1:40922_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1726500 WARN  
(coreLoadExecutor-5558-thread-1-processing-n:127.0.0.1:40922_) 
[n:127.0.0.1:40922_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 1726502 INFO  
(coreLoadExecutor-5558-thread-1-processing-n:127.0.0.1:40922_) 
[n:127.0.0.1:40922_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 1726510 INFO  
(coreLoadExecutor-5558-thread-1-processing-n:127.0.0.1:40922_) 
[n:127.0.0.1:40922_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1726510 INFO  
(coreLoadExecutor-5558-thread-1-processing-n:127.0.0.1:40922_) 
[n:127.0.0.1:40922_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/shard-3-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 1726510 INFO  
(coreLoadExecutor-5558-thread-1-processing-n:127.0.0.1:40922_) 
[n:127.0.0.1:40922_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@365bd187
   [junit4]   2> 1726511 INFO  
(coreLoadExecutor-5558-thread-1-processing-n:127.0.0.1:40922_) 
[n:127.0.0.1:40922_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1726514 WARN  
(coreLoadExecutor-5558-thread-1-processing-n:127.0.0.1:40922_) 
[n:127.0.0.1:40922_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1726521 INFO  
(coreLoadExecutor-5558-thread-1-processing-n:127.0.0.1:40922_) 
[n:127.0.0.1:40922_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1726521 INFO  
(coreLoadExecutor-5558-thread-1-processing-n:127.0.0.1:40922_) 
[n:127.0.0.1:40922_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1726521 INFO  
(coreLoadExecutor-5558-thread-1-processing-n:127.0.0.1:40922_) 
[n:127.0.0.1:40922_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1726521 INFO  
(coreLoadExecutor-5558-thread-1-processing-n:127.0.0.1:40922_) 
[n:127.0.0.1:40922_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1726522 INFO  
(coreLoadExecutor-5558-thread-1-processing-n:127.0.0.1:40922_) 
[n:127.0.0.1:40922_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=10, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=30.8408203125, 
floorSegmentMB=1.244140625, forceMergeDeletesPctAllowed=29.926466904599625, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1726522 INFO  
(coreLoadExecutor-5558-thread-1-processing-n:127.0.0.1:40922_) 
[n:127.0.0.1:40922_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2c3fcd7e[collection1] main]
   [junit4]   2> 1726523 INFO  
(coreLoadExecutor-5558-thread-1-processing-n:127.0.0.1:40922_) 
[n:127.0.0.1:40922_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1726523 INFO  
(coreLoadExecutor-5558-thread-1-processing-n:127.0.0.1:40922_) 
[n:127.0.0.1:40922_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1726523 INFO  
(coreLoadExecutor-5558-thread-1-processing-n:127.0.0.1:40922_) 
[n:127.0.0.1:40922_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1726524 INFO  
(searcherExecutor-5559-thread-1-processing-n:127.0.0.1:40922_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40922_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.SolrCore [collection1] Registered new 
searcher Searcher@2c3fcd7e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1726524 INFO  
(coreLoadExecutor-5558-thread-1-processing-n:127.0.0.1:40922_) 
[n:127.0.0.1:40922_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1547993974686351360
   [junit4]   2> 1726528 INFO  
(coreZkRegister-5553-thread-1-processing-n:127.0.0.1:40922_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40922_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.ZkController Core needs to 
recover:collection1
   [junit4]   2> 1726528 INFO  
(updateExecutor-2736-thread-1-processing-n:127.0.0.1:40922_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40922_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1726528 INFO  
(recoveryExecutor-2737-thread-1-processing-n:127.0.0.1:40922_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40922_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. 
recoveringAfterStartup=true
   [junit4]   2> 1726529 INFO  
(recoveryExecutor-2737-thread-1-processing-n:127.0.0.1:40922_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40922_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1726529 INFO  
(recoveryExecutor-2737-thread-1-processing-n:127.0.0.1:40922_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40922_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. 
core=[collection1]
   [junit4]   2> 1726529 INFO  
(recoveryExecutor-2737-thread-1-processing-n:127.0.0.1:40922_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40922_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates. 
FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1726529 INFO  
(recoveryExecutor-2737-thread-1-processing-n:127.0.0.1:40922_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40922_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core 
[collection1] as recovering, leader is [https://127.0.0.1:35901/collection1/] 
and I am [https://127.0.0.1:40922/collection1/]
   [junit4]   2> 1726531 INFO  
(recoveryExecutor-2737-thread-1-processing-n:127.0.0.1:40922_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40922_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery 
command to [https://127.0.0.1:35901]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:40922_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1726588 INFO  (qtp2138804036-22184) [n:127.0.0.1:35901_    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1726588 INFO  (qtp2138804036-22184) [n:127.0.0.1:35901_    ] 
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard2 of collection1) have state: recovering
   [junit4]   2> 1726588 INFO  (qtp2138804036-22184) [n:127.0.0.1:35901_    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? 
true, live=true, checkLive=true, currentState=down, localState=active, 
nodeName=127.0.0.1:40922_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"https://127.0.0.1:40922","node_name":"127.0.0.1:40922_","state":"down"}
   [junit4]   2> 1726979 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/shard-4-001/cores/collection1
   [junit4]   2> 1726980 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/shard-4-001
   [junit4]   2> 1726981 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1726983 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2d232e59{/,null,AVAILABLE}
   [junit4]   2> 1726984 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@248524fa{SSL,[ssl, 
http/1.1]}{127.0.0.1:40836}
   [junit4]   2> 1726984 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.e.j.s.Server Started @1729225ms
   [junit4]   2> 1726984 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/tempDir-001/jetty4,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=40836, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/shard-4-001/cores}
   [junit4]   2> 1726984 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.3.0
   [junit4]   2> 1726984 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1726984 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1726984 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-12T14:21:36.070Z
   [junit4]   2> 1726987 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1726987 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/shard-4-001/solr.xml
   [junit4]   2> 1726994 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1726995 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57186/solr
   [junit4]   2> 1727001 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) 
[n:127.0.0.1:40836_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1727004 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) 
[n:127.0.0.1:40836_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40836_
   [junit4]   2> 1727005 INFO  
(zkCallback-2727-thread-1-processing-n:127.0.0.1:35901_) [n:127.0.0.1:35901_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1727005 INFO  
(zkCallback-2733-thread-1-processing-n:127.0.0.1:59763_) [n:127.0.0.1:59763_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1727005 INFO  
(zkCallback-2718-thread-3-processing-n:127.0.0.1:33163_) [n:127.0.0.1:33163_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1727005 INFO  
(zkCallback-2739-thread-1-processing-n:127.0.0.1:40922_) [n:127.0.0.1:40922_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1727005 INFO  
(zkCallback-2746-thread-1-processing-n:127.0.0.1:40836_) [n:127.0.0.1:40836_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1727005 INFO  (zkCallback-2722-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1727014 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) 
[n:127.0.0.1:40836_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/shard-4-001/cores
   [junit4]   2> 1727014 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[C3DFCCDCCB98882]) 
[n:127.0.0.1:40836_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1727016 INFO  
(OverseerStateUpdate-96749623079927813-127.0.0.1:33163_-n_0000000000) 
[n:127.0.0.1:33163_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 1727588 INFO  (qtp2138804036-22184) [n:127.0.0.1:35901_    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? 
true, live=true, checkLive=true, currentState=recovering, localState=active, 
nodeName=127.0.0.1:40922_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"https://127.0.0.1:40922","node_name":"127.0.0.1:40922_","state":"recovering"}
   [junit4]   2> 1727588 INFO  (qtp2138804036-22184) [n:127.0.0.1:35901_    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1727589 INFO  (qtp2138804036-22184) [n:127.0.0.1:35901_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:40922_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1000
   [junit4]   2> 1728024 WARN  
(coreLoadExecutor-5569-thread-1-processing-n:127.0.0.1:40836_) 
[n:127.0.0.1:40836_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1728025 INFO  
(coreLoadExecutor-5569-thread-1-processing-n:127.0.0.1:40836_) 
[n:127.0.0.1:40836_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.3.0
   [junit4]   2> 1728047 INFO  
(coreLoadExecutor-5569-thread-1-processing-n:127.0.0.1:40836_) 
[n:127.0.0.1:40836_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1728107 WARN  
(coreLoadExecutor-5569-thread-1-processing-n:127.0.0.1:40836_) 
[n:127.0.0.1:40836_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 1728109 INFO  
(coreLoadExecutor-5569-thread-1-processing-n:127.0.0.1:40836_) 
[n:127.0.0.1:40836_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 1728116 INFO  
(coreLoadExecutor-5569-thread-1-processing-n:127.0.0.1:40836_) 
[n:127.0.0.1:40836_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1728117 INFO  
(coreLoadExecutor-5569-thread-1-processing-n:127.0.0.1:40836_) 
[n:127.0.0.1:40836_ c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/shard-4-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_C3DFCCDCCB98882-001/shard-4-001/cores/collection1/data/]
   [junit4]   2> 1728117 INFO  
(coreLoadExecutor-5569-thread-1-processing-n:127.0.0.1:40836_) 
[n:127.0.0.1:40836_ c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@365bd187
   [junit4]   2> 1728117 INFO  
(coreLoadExecutor-5569-thread-1-processing-n:127.0.0.1:40836_) 
[n:127.0.0.1:40836_ c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1728121 WARN  
(coreLoadExecutor-5569-thread-1-processing-n:127.0.0.1:40836_) 
[n:127.0.0.1:40836_ c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1728127 INFO  
(coreLoadExecutor-5569-thread-1-processing-n:127.0.0.1:40836_) 
[n:127.0.0.1:40836_ c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1728127 INFO  
(coreLoadExecutor-5569-thread-1-processing-n:127.0.0.1:40836_) 
[n:127.0.0.1:40836_ c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1728135 INFO  
(coreLoadExecutor-5569-thread-1-processing-n:127.0.0.1:40836_) 
[n:127.0.0.1:40836_ c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1728135 INFO  
(coreLoadExecutor-5569-thread-1-processing-n:127.0.0.1:40836_) 
[n:127.0.0.1:40836_ c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1728136 INFO  
(coreLoadExecutor-5569-thread-1-processing-n:127.0.0.1:40836_) 
[n:127.0.0.1:40836_ c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=10, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=30.8408203125, 
floorSegmentMB=1.244140625, forceMergeDeletesPctAllowed=29.926466904599625, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1728136 INFO  
(coreLoadExecutor-5569-thread-1-processing-n:127.0.0.1:40836_) 
[n:127.0.0.1:40836_ c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@40d4464b[collection1] main]
   [junit4]   2> 1728137 INFO  
(coreLoadExecutor-5569-thread-1-processing-n:127.0.0.1:40836_) 
[n:127.0.0.1:40836_ c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1728137 INFO  
(coreLoadExecutor-5569-thread-1-processing-n:127.0.0.1:40836_) 
[n:127.0.0.1:40836_ c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1728137 INFO  
(coreLoadExecutor-5569-thread-1-processing-n:127.0.0.1:40836_) 
[n:127.0.0.1:40836_ c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1728137 INFO  
(searcherExecutor-5570-thread-1-processing-n:127.0.0.1:40836_ x:collection1 
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:40836_ c:collection1 s:shard1 
r:core_node4 x:collection1] o.a.s.c.SolrCore [collection1] Registered new 
searcher Searcher@40d4464b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1728138 INFO  
(coreLoadExecutor-5569-thread-1-processing-n:127.0.0.1:40836_) 
[n:127.0.0.1:40836_ c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1547993976378753024
   [junit4]   2> 1728141 INFO  
(coreZkRegister-5564-thread-1-processing-n:127.0.0.1:40836_ x:collection1 
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:40836_ c:collection1 s:shard1 
r:core_node4 x:collection1] o.a.s.c.ZkController Core needs to 
recover:collection1
   [junit4]   2> 1728142 INFO  
(updateExecutor-2743-thread-1-processing-n:127.0.0.1:40836_ x:collection1 
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:40836_ c:collection1 s:shard1 
r:core_node4 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1728142 INFO  
(recoveryExecutor-2744-thread-1-processing-n:127.0.0.1:40836_ x:collection1 
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:40836_ c:collection1 s:shard1 
r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. 
recoveringAfterStartup=true
   [junit4]   2> 1728142 INFO  
(recoveryExecutor-2744-thread-1-processing-n:127.0.0.1:40836_ x:collection1 
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:40836_ c:collection1 s:shard1 
r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1728142 INFO  
(recoveryExecutor-2744-thread-1-processing-n:127.0.0.1:40836_ x:collection1 
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:40836_ c:collection1 s:shard1 
r:co

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

cheds-interceptors-authz-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-changelog-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-collective-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-event-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/api-all-1.0.0-M20.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/bcprov-jdk15-1.45.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/cglib-nodep-2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/commons-collections-3.2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/commons-math3-3.4.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/easymock-3.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/ehcache-core-2.4.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/hadoop-common-2.7.2-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/hadoop-hdfs-2.7.2-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/hadoop-minikdc-2.7.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/htrace-core-3.2.0-incubating.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jackson-annotations-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jackson-databind-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jersey-core-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jersey-server-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jetty-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jetty-util-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/mina-core-2.0.0-M5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/mockito-core-1.9.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/netty-all-4.0.36.Final.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/objenesis-1.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/presto-parser-0.122.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/slice-0.10.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/analysis/icu/lucene-analyzers-icu-6.3.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/contrib/solr-analysis-extras/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/queryparser/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/contrib/analysis-extras/lib/icu4j-56.1.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.3.0.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-log4j.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit4.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jai.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-javamail.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bsf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-net.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-antlr.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jsch.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-oro.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-logging.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-netrexx.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-testutil.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jdepend.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bcel.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-xalan2.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-resolver.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jmf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-regexp.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-swing.jar:/usr/local/asfpackages/java/jdk1.8.0_102/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.3.4.jar
 com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/temp/junit4-J0-20161012_135246_796.events
 
@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/temp/junit4-J0-20161012_135246_796.suites
 -stdin
   [junit4] ERROR: JVM J0 ended with an exception: Quit event not received from 
the forked process? This may indicate JVM crash or runner bugs.
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1501)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:121)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:955)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:952)
   [junit4]     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]     at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]     at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]     at java.lang.Thread.run(Thread.java:745)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:773:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:709:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:59:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build.xml:252:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/common-build.xml:536:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/common-build.xml:1443:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/common-build.xml:984:
 At least one slave process threw an exception, first: Quit event not received 
from the forked process? This may indicate JVM crash or runner bugs.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to