Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20678/
Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseSerialGC

3 tests failed.
FAILED:  org.apache.solr.cloud.TestRebalanceLeaders.test

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:46479/_r
        at 
__randomizedtesting.SeedInfo.seed([1B069A0B085CD625:9352A5D1A6A0BBDD]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:637)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1121)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:315)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.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:171)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:525)
        ... 43 more


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

Error Message:
Timeout occured while waiting response from server at: 
https://127.0.0.1:45667/_ixz/v

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: https://127.0.0.1:45667/_ixz/v
        at 
__randomizedtesting.SeedInfo.seed([1B069A0B085CD625:9352A5D1A6A0BBDD]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:637)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1121)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1669)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1696)
        at 
org.apache.solr.cloud.TestReplicaProperties.test(TestReplicaProperties.java:60)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.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:171)
        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:983)
        at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:940)
        at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:525)
        ... 52 more


FAILED:  
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testHandlingOfStaleAlias

Error Message:
Fetching cluster properties not supported using the HttpClusterStateProvider. 
ZkClientClusterStateProvider can be used for this.

Stack Trace:
java.lang.UnsupportedOperationException: Fetching cluster properties not 
supported using the HttpClusterStateProvider. ZkClientClusterStateProvider can 
be used for this.
        at 
__randomizedtesting.SeedInfo.seed([53591E2E965F9457:432459E763BC94C0]:0)
        at 
org.apache.solr.client.solrj.impl.HttpClusterStateProvider.getClusterProperties(HttpClusterStateProvider.java:254)
        at 
org.apache.solr.client.solrj.impl.ClusterStateProvider.getClusterProperty(ClusterStateProvider.java:65)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1019)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testHandlingOfStaleAlias(CloudSolrClientTest.java:226)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12306 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestReplicaProperties
   [junit4]   2> 551741 INFO  
(SUITE-TestReplicaProperties-seed#[1B069A0B085CD625]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestReplicaProperties_1B069A0B085CD625-001/init-core-data-001
   [junit4]   2> 551741 WARN  
(SUITE-TestReplicaProperties-seed#[1B069A0B085CD625]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 551741 INFO  
(SUITE-TestReplicaProperties-seed#[1B069A0B085CD625]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 551742 INFO  
(SUITE-TestReplicaProperties-seed#[1B069A0B085CD625]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 551743 INFO  
(SUITE-TestReplicaProperties-seed#[1B069A0B085CD625]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_ixz/v
   [junit4]   2> 551745 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 551745 INFO  (Thread-1327) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 551745 INFO  (Thread-1327) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 551748 ERROR (Thread-1327) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 551845 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:34787
   [junit4]   2> 551850 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 551850 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 551851 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 551851 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 551851 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 551852 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 551852 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 551852 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 551852 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 551853 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 551853 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 551854 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 551903 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 551917 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4715781d{/_ixz/v,null,AVAILABLE}
   [junit4]   2> 551917 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@135b0a75{SSL,[ssl, 
http/1.1]}{127.0.0.1:34819}
   [junit4]   2> 551917 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] o.e.j.s.Server 
Started @554026ms
   [junit4]   2> 551917 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestReplicaProperties_1B069A0B085CD625-001/tempDir-001/control/data,
 hostContext=/_ixz/v, hostPort=34819, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestReplicaProperties_1B069A0B085CD625-001/control-001/cores}
   [junit4]   2> 551917 ERROR 
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 551917 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 551917 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 551917 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 551917 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-15T10:01:36.415Z
   [junit4]   2> 551919 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 551919 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestReplicaProperties_1B069A0B085CD625-001/control-001/solr.xml
   [junit4]   2> 551921 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 551921 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 551921 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@cebb690, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 551923 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34787/solr
   [junit4]   2> 551946 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) 
[n:127.0.0.1:34819__ixz%2Fv    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 551946 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) 
[n:127.0.0.1:34819__ixz%2Fv    ] o.a.s.c.OverseerElectionContext I am going to 
be the leader 127.0.0.1:34819__ixz%2Fv
   [junit4]   2> 551946 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) 
[n:127.0.0.1:34819__ixz%2Fv    ] o.a.s.c.Overseer Overseer 
(id=98832331325046789-127.0.0.1:34819__ixz%2Fv-n_0000000000) starting
   [junit4]   2> 551948 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) 
[n:127.0.0.1:34819__ixz%2Fv    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34819__ixz%2Fv
   [junit4]   2> 551949 INFO  
(zkCallback-2152-thread-1-processing-n:127.0.0.1:34819__ixz%2Fv) 
[n:127.0.0.1:34819__ixz%2Fv    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (1)
   [junit4]   2> 552004 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) 
[n:127.0.0.1:34819__ixz%2Fv    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@cebb690
   [junit4]   2> 552011 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) 
[n:127.0.0.1:34819__ixz%2Fv    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@cebb690
   [junit4]   2> 552011 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) 
[n:127.0.0.1:34819__ixz%2Fv    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@cebb690
   [junit4]   2> 552012 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) 
[n:127.0.0.1:34819__ixz%2Fv    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestReplicaProperties_1B069A0B085CD625-001/control-001/cores
   [junit4]   2> 552023 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 552023 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34787/solr ready
   [junit4]   2> 552039 INFO  (qtp543454384-6773) [n:127.0.0.1:34819__ixz%2Fv   
 ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:34819__ixz%252Fv&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 552040 INFO  
(OverseerThreadFactory-1619-thread-1-processing-n:127.0.0.1:34819__ixz%2Fv) 
[n:127.0.0.1:34819__ixz%2Fv    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 552148 INFO  (qtp543454384-6774) [n:127.0.0.1:34819__ixz%2Fv   
 ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 552148 INFO  (qtp543454384-6774) [n:127.0.0.1:34819__ixz%2Fv   
 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 552252 INFO  
(zkCallback-2152-thread-1-processing-n:127.0.0.1:34819__ixz%2Fv) 
[n:127.0.0.1:34819__ixz%2Fv    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 553177 INFO  (qtp543454384-6774) [n:127.0.0.1:34819__ixz%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 553197 INFO  (qtp543454384-6774) [n:127.0.0.1:34819__ixz%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 553265 INFO  (qtp543454384-6774) [n:127.0.0.1:34819__ixz%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 553271 INFO  (qtp543454384-6774) [n:127.0.0.1:34819__ixz%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 553272 INFO  (qtp543454384-6774) [n:127.0.0.1:34819__ixz%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@cebb690
   [junit4]   2> 553272 INFO  (qtp543454384-6774) [n:127.0.0.1:34819__ixz%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 553272 INFO  (qtp543454384-6774) [n:127.0.0.1:34819__ixz%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestReplicaProperties_1B069A0B085CD625-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestReplicaProperties_1B069A0B085CD625-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 553273 INFO  (qtp543454384-6774) [n:127.0.0.1:34819__ixz%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=45, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=16.7919921875, 
floorSegmentMB=1.7841796875, forceMergeDeletesPctAllowed=13.004085578746006, 
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6869910328971123
   [junit4]   2> 553275 WARN  (qtp543454384-6774) [n:127.0.0.1:34819__ixz%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 553296 INFO  (qtp543454384-6774) [n:127.0.0.1:34819__ixz%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 553296 INFO  (qtp543454384-6774) [n:127.0.0.1:34819__ixz%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 553297 INFO  (qtp543454384-6774) [n:127.0.0.1:34819__ixz%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 553297 INFO  (qtp543454384-6774) [n:127.0.0.1:34819__ixz%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 553298 INFO  (qtp543454384-6774) [n:127.0.0.1:34819__ixz%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=45, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=49.0830078125, 
floorSegmentMB=0.3955078125, forceMergeDeletesPctAllowed=0.9862222490871386, 
segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 553298 INFO  (qtp543454384-6774) [n:127.0.0.1:34819__ixz%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7cb18816[control_collection_shard1_replica_n1] main]
   [junit4]   2> 553299 INFO  (qtp543454384-6774) [n:127.0.0.1:34819__ixz%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 553299 INFO  (qtp543454384-6774) [n:127.0.0.1:34819__ixz%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 553300 INFO  (qtp543454384-6774) [n:127.0.0.1:34819__ixz%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 553300 INFO  
(searcherExecutor-1622-thread-1-processing-n:127.0.0.1:34819__ixz%2Fv 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:34819__ixz%2Fv c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@7cb18816[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 553300 INFO  (qtp543454384-6774) [n:127.0.0.1:34819__ixz%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1581317302830235648
   [junit4]   2> 553303 INFO  (qtp543454384-6774) [n:127.0.0.1:34819__ixz%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 553304 INFO  (qtp543454384-6774) [n:127.0.0.1:34819__ixz%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 553304 INFO  (qtp543454384-6774) [n:127.0.0.1:34819__ixz%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:34819/_ixz/v/control_collection_shard1_replica_n1/
   [junit4]   2> 553304 INFO  (qtp543454384-6774) [n:127.0.0.1:34819__ixz%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 553304 INFO  (qtp543454384-6774) [n:127.0.0.1:34819__ixz%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:34819/_ixz/v/control_collection_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 553304 INFO  (qtp543454384-6774) [n:127.0.0.1:34819__ixz%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 553305 INFO  (qtp543454384-6774) [n:127.0.0.1:34819__ixz%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:34819/_ixz/v/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 553406 INFO  
(zkCallback-2152-thread-2-processing-n:127.0.0.1:34819__ixz%2Fv) 
[n:127.0.0.1:34819__ixz%2Fv    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 553455 INFO  (qtp543454384-6774) [n:127.0.0.1:34819__ixz%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 553457 INFO  (qtp543454384-6774) [n:127.0.0.1:34819__ixz%2Fv 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1309
   [junit4]   2> 553459 INFO  (qtp543454384-6773) [n:127.0.0.1:34819__ixz%2Fv   
 ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at 
most 30 seconds. Check all shard replicas
   [junit4]   2> 553558 INFO  
(zkCallback-2152-thread-2-processing-n:127.0.0.1:34819__ixz%2Fv) 
[n:127.0.0.1:34819__ixz%2Fv    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 554042 INFO  
(OverseerCollectionConfigSetProcessor-98832331325046789-127.0.0.1:34819__ixz%2Fv-n_0000000000)
 [n:127.0.0.1:34819__ixz%2Fv    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 554459 INFO  (qtp543454384-6773) [n:127.0.0.1:34819__ixz%2Fv   
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:34819__ixz%252Fv&wt=javabin&version=2}
 status=0 QTime=2420
   [junit4]   2> 554465 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 554466 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34787/solr ready
   [junit4]   2> 554467 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 554469 INFO  (qtp543454384-6778) [n:127.0.0.1:34819__ixz%2Fv   
 ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 554472 INFO  
(OverseerThreadFactory-1619-thread-2-processing-n:127.0.0.1:34819__ixz%2Fv) 
[n:127.0.0.1:34819__ixz%2Fv    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 554473 WARN  
(OverseerThreadFactory-1619-thread-2-processing-n:127.0.0.1:34819__ixz%2Fv) 
[n:127.0.0.1:34819__ixz%2Fv    ] o.a.s.c.CreateCollectionCmd It is unusual to 
create a collection (collection1) without cores.
   [junit4]   2> 554678 INFO  (qtp543454384-6778) [n:127.0.0.1:34819__ixz%2Fv   
 ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at 
most 30 seconds. Check all shard replicas
   [junit4]   2> 554678 INFO  (qtp543454384-6778) [n:127.0.0.1:34819__ixz%2Fv   
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2}
 status=0 QTime=208
   [junit4]   2> 554746 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestReplicaProperties_1B069A0B085CD625-001/shard-1-001
 of type NRT
   [junit4]   2> 554747 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 554748 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1cae05f0{/_ixz/v,null,AVAILABLE}
   [junit4]   2> 554748 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@69f2af84{SSL,[ssl, 
http/1.1]}{127.0.0.1:39871}
   [junit4]   2> 554748 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] o.e.j.s.Server 
Started @556858ms
   [junit4]   2> 554748 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestReplicaProperties_1B069A0B085CD625-001/tempDir-001/jetty1,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/_ixz/v, 
hostPort=39871, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestReplicaProperties_1B069A0B085CD625-001/shard-1-001/cores}
   [junit4]   2> 554749 ERROR 
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 554749 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 554749 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 554749 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 554749 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-15T10:01:39.247Z
   [junit4]   2> 554750 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 554750 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestReplicaProperties_1B069A0B085CD625-001/shard-1-001/solr.xml
   [junit4]   2> 554752 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 554752 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 554753 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@cebb690, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 554754 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34787/solr
   [junit4]   2> 554759 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) 
[n:127.0.0.1:39871__ixz%2Fv    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (1)
   [junit4]   2> 554760 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) 
[n:127.0.0.1:39871__ixz%2Fv    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 554760 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) 
[n:127.0.0.1:39871__ixz%2Fv    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39871__ixz%2Fv
   [junit4]   2> 554761 INFO  
(zkCallback-2152-thread-2-processing-n:127.0.0.1:34819__ixz%2Fv) 
[n:127.0.0.1:34819__ixz%2Fv    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (1) -> (2)
   [junit4]   2> 554761 INFO  
(zkCallback-2165-thread-1-processing-n:127.0.0.1:39871__ixz%2Fv) 
[n:127.0.0.1:39871__ixz%2Fv    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (1) -> (2)
   [junit4]   2> 554761 INFO  (zkCallback-2160-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 554848 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) 
[n:127.0.0.1:39871__ixz%2Fv    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@cebb690
   [junit4]   2> 554857 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) 
[n:127.0.0.1:39871__ixz%2Fv    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@cebb690
   [junit4]   2> 554858 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) 
[n:127.0.0.1:39871__ixz%2Fv    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@cebb690
   [junit4]   2> 554859 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) 
[n:127.0.0.1:39871__ixz%2Fv    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestReplicaProperties_1B069A0B085CD625-001/shard-1-001/cores
   [junit4]   2> 554894 INFO  (qtp543454384-6774) [n:127.0.0.1:34819__ixz%2Fv   
 ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:39871__ixz%252Fv&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 554896 INFO  
(OverseerCollectionConfigSetProcessor-98832331325046789-127.0.0.1:34819__ixz%2Fv-n_0000000000)
 [n:127.0.0.1:34819__ixz%2Fv    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 554896 INFO  
(OverseerThreadFactory-1619-thread-3-processing-n:127.0.0.1:34819__ixz%2Fv) 
[n:127.0.0.1:34819__ixz%2Fv    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:39871__ixz%2Fv for creating new replica
   [junit4]   2> 554913 INFO  (qtp630560384-6820) [n:127.0.0.1:39871__ixz%2Fv   
 ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 554913 INFO  (qtp630560384-6820) [n:127.0.0.1:39871__ixz%2Fv   
 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 555921 INFO  (qtp630560384-6820) [n:127.0.0.1:39871__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 555928 INFO  (qtp630560384-6820) [n:127.0.0.1:39871__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 555980 INFO  (qtp630560384-6820) [n:127.0.0.1:39871__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 555986 INFO  (qtp630560384-6820) [n:127.0.0.1:39871__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n41' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 555986 INFO  (qtp630560384-6820) [n:127.0.0.1:39871__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n41' (registry 
'solr.core.collection1.shard2.replica_n41') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@cebb690
   [junit4]   2> 555987 INFO  (qtp630560384-6820) [n:127.0.0.1:39871__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 555987 INFO  (qtp630560384-6820) [n:127.0.0.1:39871__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n41] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestReplicaProperties_1B069A0B085CD625-001/shard-1-001/cores/collection1_shard2_replica_n41],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestReplicaProperties_1B069A0B085CD625-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
   [junit4]   2> 555988 INFO  (qtp630560384-6820) [n:127.0.0.1:39871__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=45, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=16.7919921875, 
floorSegmentMB=1.7841796875, forceMergeDeletesPctAllowed=13.004085578746006, 
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6869910328971123
   [junit4]   2> 555990 WARN  (qtp630560384-6820) [n:127.0.0.1:39871__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 556010 INFO  (qtp630560384-6820) [n:127.0.0.1:39871__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 556010 INFO  (qtp630560384-6820) [n:127.0.0.1:39871__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 556022 INFO  (qtp630560384-6820) [n:127.0.0.1:39871__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 556022 INFO  (qtp630560384-6820) [n:127.0.0.1:39871__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 556023 INFO  (qtp630560384-6820) [n:127.0.0.1:39871__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=45, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=49.0830078125, 
floorSegmentMB=0.3955078125, forceMergeDeletesPctAllowed=0.9862222490871386, 
segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 556023 INFO  (qtp630560384-6820) [n:127.0.0.1:39871__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4ca13f35[collection1_shard2_replica_n41] main]
   [junit4]   2> 556024 INFO  (qtp630560384-6820) [n:127.0.0.1:39871__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 556025 INFO  (qtp630560384-6820) [n:127.0.0.1:39871__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 556025 INFO  (qtp630560384-6820) [n:127.0.0.1:39871__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 556026 INFO  
(searcherExecutor-1633-thread-1-processing-n:127.0.0.1:39871__ixz%2Fv 
x:collection1_shard2_replica_n41 s:shard2 c:collection1) 
[n:127.0.0.1:39871__ixz%2Fv c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[collection1_shard2_replica_n41] Registered new searcher 
Searcher@4ca13f35[collection1_shard2_replica_n41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 556026 INFO  (qtp630560384-6820) [n:127.0.0.1:39871__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1581317305688653824
   [junit4]   2> 556029 INFO  (qtp630560384-6820) [n:127.0.0.1:39871__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 556029 INFO  (qtp630560384-6820) [n:127.0.0.1:39871__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 556029 INFO  (qtp630560384-6820) [n:127.0.0.1:39871__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:39871/_ixz/v/collection1_shard2_replica_n41/
   [junit4]   2> 556029 INFO  (qtp630560384-6820) [n:127.0.0.1:39871__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 556029 INFO  (qtp630560384-6820) [n:127.0.0.1:39871__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
https://127.0.0.1:39871/_ixz/v/collection1_shard2_replica_n41/ has no replicas
   [junit4]   2> 556029 INFO  (qtp630560384-6820) [n:127.0.0.1:39871__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 556030 INFO  (qtp630560384-6820) [n:127.0.0.1:39871__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:39871/_ixz/v/collection1_shard2_replica_n41/ shard2
   [junit4]   2> 556180 INFO  (qtp630560384-6820) [n:127.0.0.1:39871__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 556181 INFO  (qtp630560384-6820) [n:127.0.0.1:39871__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1268
   [junit4]   2> 556183 INFO  (qtp543454384-6774) [n:127.0.0.1:34819__ixz%2Fv   
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:39871__ixz%252Fv&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1288
   [junit4]   2> 556231 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestReplicaProperties_1B069A0B085CD625-001/shard-2-001
 of type NRT
   [junit4]   2> 556232 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 556233 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4f751b05{/_ixz/v,null,AVAILABLE}
   [junit4]   2> 556233 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@54ddb2bc{SSL,[ssl, 
http/1.1]}{127.0.0.1:45667}
   [junit4]   2> 556233 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] o.e.j.s.Server 
Started @558343ms
   [junit4]   2> 556234 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestReplicaProperties_1B069A0B085CD625-001/tempDir-001/jetty2,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/_ixz/v, 
hostPort=45667, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestReplicaProperties_1B069A0B085CD625-001/shard-2-001/cores}
   [junit4]   2> 556234 ERROR 
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 556234 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 556234 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 556234 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 556234 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-15T10:01:40.732Z
   [junit4]   2> 556236 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 556236 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestReplicaProperties_1B069A0B085CD625-001/shard-2-001/solr.xml
   [junit4]   2> 556238 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 556238 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 556238 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@cebb690, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 556240 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34787/solr
   [junit4]   2> 556241 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 0x15f1f7b50f4000c, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 556244 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) 
[n:127.0.0.1:45667__ixz%2Fv    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (2)
   [junit4]   2> 556244 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) 
[n:127.0.0.1:45667__ixz%2Fv    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 556245 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) 
[n:127.0.0.1:45667__ixz%2Fv    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45667__ixz%2Fv
   [junit4]   2> 556245 INFO  (zkCallback-2160-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 556245 INFO  
(zkCallback-2152-thread-2-processing-n:127.0.0.1:34819__ixz%2Fv) 
[n:127.0.0.1:34819__ixz%2Fv    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (2) -> (3)
   [junit4]   2> 556245 INFO  
(zkCallback-2165-thread-1-processing-n:127.0.0.1:39871__ixz%2Fv) 
[n:127.0.0.1:39871__ixz%2Fv    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (2) -> (3)
   [junit4]   2> 556246 INFO  
(zkCallback-2171-thread-1-processing-n:127.0.0.1:45667__ixz%2Fv) 
[n:127.0.0.1:45667__ixz%2Fv    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (2) -> (3)
   [junit4]   2> 556286 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) 
[n:127.0.0.1:45667__ixz%2Fv    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@cebb690
   [junit4]   2> 556292 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) 
[n:127.0.0.1:45667__ixz%2Fv    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@cebb690
   [junit4]   2> 556292 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) 
[n:127.0.0.1:45667__ixz%2Fv    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@cebb690
   [junit4]   2> 556293 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) 
[n:127.0.0.1:45667__ixz%2Fv    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestReplicaProperties_1B069A0B085CD625-001/shard-2-001/cores
   [junit4]   2> 556315 INFO  (qtp543454384-6775) [n:127.0.0.1:34819__ixz%2Fv   
 ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:45667__ixz%252Fv&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 556317 INFO  
(OverseerCollectionConfigSetProcessor-98832331325046789-127.0.0.1:34819__ixz%2Fv-n_0000000000)
 [n:127.0.0.1:34819__ixz%2Fv    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 556317 INFO  
(OverseerThreadFactory-1619-thread-4-processing-n:127.0.0.1:34819__ixz%2Fv) 
[n:127.0.0.1:34819__ixz%2Fv    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:45667__ixz%2Fv for creating new replica
   [junit4]   2> 556344 INFO  (qtp1591665806-6849) [n:127.0.0.1:45667__ixz%2Fv  
  ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 556344 INFO  (qtp1591665806-6849) [n:127.0.0.1:45667__ixz%2Fv  
  ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 557359 INFO  (qtp1591665806-6849) [n:127.0.0.1:45667__ixz%2Fv 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 557366 INFO  (qtp1591665806-6849) [n:127.0.0.1:45667__ixz%2Fv 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n43] Schema name=test
   [junit4]   2> 557430 INFO  (qtp1591665806-6849) [n:127.0.0.1:45667__ixz%2Fv 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 557445 INFO  (qtp1591665806-6849) [n:127.0.0.1:45667__ixz%2Fv 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n43' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 557445 INFO  (qtp1591665806-6849) [n:127.0.0.1:45667__ixz%2Fv 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n43' (registry 
'solr.core.collection1.shard1.replica_n43') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@cebb690
   [junit4]   2> 557445 INFO  (qtp1591665806-6849) [n:127.0.0.1:45667__ixz%2Fv 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 557445 INFO  (qtp1591665806-6849) [n:127.0.0.1:45667__ixz%2Fv 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n43] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestReplicaProperties_1B069A0B085CD625-001/shard-2-001/cores/collection1_shard1_replica_n43],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestReplicaProperties_1B069A0B085CD625-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
   [junit4]   2> 557447 INFO  (qtp1591665806-6849) [n:127.0.0.1:45667__ixz%2Fv 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=45, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=16.7919921875, 
floorSegmentMB=1.7841796875, forceMergeDeletesPctAllowed=13.004085578746006, 
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6869910328971123
   [junit4]   2> 557450 WARN  (qtp1591665806-6849) [n:127.0.0.1:45667__ixz%2Fv 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 557472 INFO  (qtp1591665806-6849) [n:127.0.0.1:45667__ixz%2Fv 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 557472 INFO  (qtp1591665806-6849) [n:127.0.0.1:45667__ixz%2Fv 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 557473 INFO  (qtp1591665806-6849) [n:127.0.0.1:45667__ixz%2Fv 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 557473 INFO  (qtp1591665806-6849) [n:127.0.0.1:45667__ixz%2Fv 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 557473 INFO  (qtp1591665806-6849) [n:127.0.0.1:45667__ixz%2Fv 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=45, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=49.0830078125, 
floorSegmentMB=0.3955078125, forceMergeDeletesPctAllowed=0.9862222490871386, 
segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 557474 INFO  (qtp1591665806-6849) [n:127.0.0.1:45667__ixz%2Fv 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@606077a0[collection1_shard1_replica_n43] main]
   [junit4]   2> 557474 INFO  (qtp1591665806-6849) [n:127.0.0.1:45667__ixz%2Fv 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 557475 INFO  (qtp1591665806-6849) [n:127.0.0.1:45667__ixz%2Fv 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 557475 INFO  (qtp1591665806-6849) [n:127.0.0.1:45667__ixz%2Fv 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 557476 INFO  
(searcherExecutor-1644-thread-1-processing-n:127.0.0.1:45667__ixz%2Fv 
x:collection1_shard1_replica_n43 s:shard1 c:collection1) 
[n:127.0.0.1:45667__ixz%2Fv c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
[collection1_shard1_replica_n43] Registered new searcher 
Searcher@606077a0[collection1_shard1_replica_n43] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 557476 INFO  (qtp1591665806-6849) [n:127.0.0.1:45667__ixz%2Fv 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1581317307209089024
   [junit4]   2> 557478 INFO  (qtp1591665806-6849) [n:127.0.0.1:45667__ixz%2Fv 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 557478 INFO  (qtp1591665806-6849) [n:127.0.0.1:45667__ixz%2Fv 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 557478 INFO  (qtp1591665806-6849) [n:127.0.0.1:45667__ixz%2Fv 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:45667/_ixz/v/collection1_shard1_replica_n43/
   [junit4]   2> 557478 INFO  (qtp1591665806-6849) [n:127.0.0.1:45667__ixz%2Fv 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 557478 INFO  (qtp1591665806-6849) [n:127.0.0.1:45667__ixz%2Fv 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
https://127.0.0.1:45667/_ixz/v/collection1_shard1_replica_n43/ has no replicas
   [junit4]   2> 557478 INFO  (qtp1591665806-6849) [n:127.0.0.1:45667__ixz%2Fv 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 557479 INFO  (qtp1591665806-6849) [n:127.0.0.1:45667__ixz%2Fv 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:45667/_ixz/v/collection1_shard1_replica_n43/ shard1
   [junit4]   2> 557629 INFO  (qtp1591665806-6849) [n:127.0.0.1:45667__ixz%2Fv 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 557630 INFO  (qtp1591665806-6849) [n:127.0.0.1:45667__ixz%2Fv 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1286
   [junit4]   2> 557631 INFO  (qtp543454384-6775) [n:127.0.0.1:34819__ixz%2Fv   
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:45667__ixz%252Fv&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=1315
   [junit4]   2> 557680 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestReplicaProperties_1B069A0B085CD625-001/shard-3-001
 of type NRT
   [junit4]   2> 557681 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 557682 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@63f2b254{/_ixz/v,null,AVAILABLE}
   [junit4]   2> 557682 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@28532682{SSL,[ssl, 
http/1.1]}{127.0.0.1:40425}
   [junit4]   2> 557682 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] o.e.j.s.Server 
Started @559791ms
   [junit4]   2> 557682 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestReplicaProperties_1B069A0B085CD625-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/_ixz/v, hostPort=40425, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestReplicaProperties_1B069A0B085CD625-001/shard-3-001/cores}
   [junit4]   2> 557682 ERROR 
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 557682 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 557683 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 557683 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 557683 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-15T10:01:42.181Z
   [junit4]   2> 557684 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 557684 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestReplicaProperties_1B069A0B085CD625-001/shard-3-001/solr.xml
   [junit4]   2> 557686 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 557686 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 557687 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@cebb690, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 557689 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34787/solr
   [junit4]   2> 557692 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) 
[n:127.0.0.1:40425__ixz%2Fv    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (3)
   [junit4]   2> 557693 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) 
[n:127.0.0.1:40425__ixz%2Fv    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 557693 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) 
[n:127.0.0.1:40425__ixz%2Fv    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40425__ixz%2Fv
   [junit4]   2> 557694 INFO  
(zkCallback-2165-thread-1-processing-n:127.0.0.1:39871__ixz%2Fv) 
[n:127.0.0.1:39871__ixz%2Fv    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (3) -> (4)
   [junit4]   2> 557694 INFO  
(zkCallback-2171-thread-1-processing-n:127.0.0.1:45667__ixz%2Fv) 
[n:127.0.0.1:45667__ixz%2Fv    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (3) -> (4)
   [junit4]   2> 557694 INFO  (zkCallback-2160-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 557694 INFO  
(zkCallback-2152-thread-2-processing-n:127.0.0.1:34819__ixz%2Fv) 
[n:127.0.0.1:34819__ixz%2Fv    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (3) -> (4)
   [junit4]   2> 557694 INFO  
(zkCallback-2177-thread-1-processing-n:127.0.0.1:40425__ixz%2Fv) 
[n:127.0.0.1:40425__ixz%2Fv    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (3) -> (4)
   [junit4]   2> 557737 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) 
[n:127.0.0.1:40425__ixz%2Fv    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@cebb690
   [junit4]   2> 557743 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) 
[n:127.0.0.1:40425__ixz%2Fv    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@cebb690
   [junit4]   2> 557743 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) 
[n:127.0.0.1:40425__ixz%2Fv    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@cebb690
   [junit4]   2> 557744 INFO  
(TEST-TestReplicaProperties.test-seed#[1B069A0B085CD625]) 
[n:127.0.0.1:40425__ixz%2Fv    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestReplicaProperties_1B069A0B085CD625-001/shard-3-001/cores
   [junit4]   2> 557800 INFO  (qtp1591665806-6849) [n:127.0.0.1:45667__ixz%2Fv  
  ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:40425__ixz%252Fv&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 557801 INFO  
(OverseerCollectionConfigSetProcessor-98832331325046789-127.0.0.1:34819__ixz%2Fv-n_0000000000)
 [n:127.0.0.1:34819__ixz%2Fv    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 557801 INFO  
(OverseerThreadFactory-1619-thread-5-processing-n:127.0.0.1:34819__ixz%2Fv) 
[n:127.0.0.1:34819__ixz%2Fv    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:40425__ixz%2Fv for creating new replica
   [junit4]   2> 557820 INFO  (qtp553431179-6878) [n:127.0.0.1:40425__ixz%2Fv   
 ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 557820 INFO  (qtp553431179-6878) [n:127.0.0.1:40425__ixz%2Fv   
 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 558842 INFO  (qtp553431179-6878) [n:127.0.0.1:40425__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 558856 INFO  (qtp553431179-6878) [n:127.0.0.1:40425__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n45] Schema name=test
   [junit4]   2> 558913 INFO  (qtp553431179-6878) [n:127.0.0.1:40425__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 558920 INFO  (qtp553431179-6878) [n:127.0.0.1:40425__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n45' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 558920 INFO  (qtp553431179-6878) [n:127.0.0.1:40425__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n45' (registry 
'solr.core.collection1.shard2.replica_n45') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@cebb690
   [junit4]   2> 558920 INFO  (qtp553431179-6878) [n:127.0.0.1:40425__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 558920 INFO  (qtp553431179-6878) [n:127.0.0.1:40425__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n45] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestReplicaProperties_1B069A0B085CD625-001/shard-3-001/cores/collection1_shard2_replica_n45],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestReplicaProperties_1B069A0B085CD625-001/shard-3-001/cores/collection1_shard2_replica_n45/data/]
   [junit4]   2> 558922 INFO  (qtp553431179-6878) [n:127.0.0.1:40425__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=45, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=16.7919921875, 
floorSegmentMB=1.7841796875, forceMergeDeletesPctAllowed=13.004085578746006, 
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6869910328971123
   [junit4]   2> 558923 WARN  (qtp553431179-6878) [n:127.0.0.1:40425__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 558944 INFO  (qtp553431179-6878) [n:127.0.0.1:40425__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 558944 INFO  (qtp553431179-6878) [n:127.0.0.1:40425__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 558945 INFO  (qtp553431179-6878) [n:127.0.0.1:40425__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 558945 INFO  (qtp553431179-6878) [n:127.0.0.1:40425__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 558945 INFO  (qtp553431179-6878) [n:127.0.0.1:40425__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=45, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=49.0830078125, 
floorSegmentMB=0.3955078125, forceMergeDeletesPctAllowed=0.9862222490871386, 
segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 558946 INFO  (qtp553431179-6878) [n:127.0.0.1:40425__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4370f38c[collection1_shard2_replica_n45] main]
   [junit4]   2> 558946 INFO  (qtp553431179-6878) [n:127.0.0.1:40425__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 558946 INFO  (qtp553431179-6878) [n:127.0.0.1:40425__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 558947 INFO  (qtp553431179-6878) [n:127.0.0.1:40425__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 558947 INFO  (qtp553431179-6878) [n:127.0.0.1:40425__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1581317308751544320
   [junit4]   2> 558947 INFO  
(searcherExecutor-1655-thread-1-processing-n:127.0.0.1:40425__ixz%2Fv 
x:collection1_shard2_replica_n45 s:shard2 c:collection1) 
[n:127.0.0.1:40425__ixz%2Fv c:collection1 s:shard2  
x:collection1_shard2_replica_n45] o.a.s.c.SolrCore 
[collection1_shard2_replica_n45] Registered new searcher 
Searcher@4370f38c[collection1_shard2_replica_n45] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 558949 INFO  (qtp553431179-6878) [n:127.0.0.1:40425__ixz%2Fv 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.Zk

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

  (zkCallback-462-thread-2-processing-n:127.0.0.1:40599_solr) 
[n:127.0.0.1:40599_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/multicollection2/state.json] for collection 
[multicollection2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 88622 INFO  
(zkCallback-462-thread-1-processing-n:127.0.0.1:40599_solr) 
[n:127.0.0.1:40599_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/multicollection2/state.json] for collection 
[multicollection2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 88622 INFO  
(zkCallback-463-thread-1-processing-n:127.0.0.1:37803_solr) 
[n:127.0.0.1:37803_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/overwrite/state.json] for collection [overwrite] has occurred 
- updating... (live nodes size: [3])
   [junit4]   2> 88622 INFO  
(zkCallback-463-thread-3-processing-n:127.0.0.1:37803_solr) 
[n:127.0.0.1:37803_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/overwrite/state.json] for collection [overwrite] has occurred 
- updating... (live nodes size: [3])
   [junit4]   2> 88623 INFO  (coreCloseExecutor-1000-thread-7) 
[n:127.0.0.1:37803_solr c:multicollection2 s:shard1 r:core_node3 
x:multicollection2_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.multicollection2.shard1.replica_n1, 
tag=1553865957
   [junit4]   2> 88623 INFO  (coreCloseExecutor-1000-thread-7) 
[n:127.0.0.1:37803_solr c:multicollection2 s:shard1 r:core_node3 
x:multicollection2_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2db40036: rootName 
= solr_37803, domain = solr.core.multicollection2.shard1.replica_n1, service 
url = null, agent id = null] for registry 
solr.core.multicollection2.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@35c4266f
   [junit4]   2> 88630 INFO  (coreCloseExecutor-1000-thread-1) 
[n:127.0.0.1:37803_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1.shard2.leader, tag=1782608971
   [junit4]   2> 88630 INFO  (coreCloseExecutor-1000-thread-2) 
[n:127.0.0.1:37803_solr c:localShardsTestColl s:shard2 r:core_node13 
x:localShardsTestColl_shard2_replica_n10] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.localShardsTestColl.shard2.leader, tag=972858659
   [junit4]   2> 88630 INFO  (coreCloseExecutor-1000-thread-4) 
[n:127.0.0.1:37803_solr c:localShardsTestColl s:shard3 r:core_node18 
x:localShardsTestColl_shard3_replica_n16] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.localShardsTestColl.shard3.leader, tag=509173285
   [junit4]   2> 88630 INFO  (coreCloseExecutor-1000-thread-6) 
[n:127.0.0.1:37803_solr c:foo s:shard1 r:core_node6 x:foo_shard1_replica_n4] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.foo.shard1.leader, tag=1252041341
   [junit4]   2> 88630 INFO  (coreCloseExecutor-1000-thread-7) 
[n:127.0.0.1:37803_solr c:multicollection2 s:shard1 r:core_node3 
x:multicollection2_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.multicollection2.shard1.leader, 
tag=1553865957
   [junit4]   2> 88653 INFO  (jetty-closer-447-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=98832491419336712-127.0.0.1:40599_solr-n_0000000000) closing
   [junit4]   2> 88653 INFO  
(OverseerStateUpdate-98832491419336712-127.0.0.1:40599_solr-n_0000000000) 
[n:127.0.0.1:40599_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:40599_solr
   [junit4]   2> 88655 WARN  
(OverseerAutoScalingTriggerThread-98832491419336712-127.0.0.1:40599_solr-n_0000000000)
 [n:127.0.0.1:40599_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 88657 INFO  
(zkCallback-455-thread-2-processing-n:127.0.0.1:34823_solr) 
[n:127.0.0.1:34823_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:34823_solr
   [junit4]   2> 88657 INFO  
(zkCallback-455-thread-1-processing-n:127.0.0.1:34823_solr) 
[n:127.0.0.1:34823_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 88657 INFO  
(zkCallback-463-thread-1-processing-n:127.0.0.1:37803_solr) 
[n:127.0.0.1:37803_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 88657 INFO  (jetty-closer-447-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@50c1e20d{/solr,null,UNAVAILABLE}
   [junit4]   2> 88659 INFO  
(zkCallback-463-thread-2-processing-n:127.0.0.1:37803_solr) 
[n:127.0.0.1:37803_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 88659 INFO  
(zkCallback-463-thread-1-processing-n:127.0.0.1:37803_solr) 
[n:127.0.0.1:37803_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:37803_solr
   [junit4]   2> 90158 WARN  
(zkCallback-455-thread-1-processing-n:127.0.0.1:34823_solr) 
[n:127.0.0.1:34823_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 90159 INFO  (jetty-closer-447-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1f3c4d71{/solr,null,UNAVAILABLE}
   [junit4]   2> 90159 WARN  
(zkCallback-463-thread-2-processing-n:127.0.0.1:37803_solr) 
[n:127.0.0.1:37803_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 90160 INFO  (jetty-closer-447-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4c8fe10{/solr,null,UNAVAILABLE}
   [junit4]   2> 90160 ERROR 
(SUITE-CloudSolrClientTest-seed#[53591E2E965F9457]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 90160 INFO  
(SUITE-CloudSolrClientTest-seed#[53591E2E965F9457]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:44985 44985
   [junit4]   2> 95196 INFO  (Thread-527) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:44985 44985
   [junit4]   2> 95197 WARN  (Thread-527) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/aliases.json
   [junit4]   2>        3       /solr/security.json
   [junit4]   2>        3       /solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        27      /solr/collections/localShardsTestColl/state.json
   [junit4]   2>        21      /solr/collections/foo/state.json
   [junit4]   2>        12      /solr/collections/collection1/state.json
   [junit4]   2>        12      /solr/collections/2nd_collection/state.json
   [junit4]   2>        12      /solr/collections/multicollection2/state.json
   [junit4]   2>        12      /solr/collections/multicollection1/state.json
   [junit4]   2>        7       /solr/clusterprops.json
   [junit4]   2>        7       /solr/clusterstate.json
   [junit4]   2>        6       /solr/collections/overwrite/state.json
   [junit4]   2>        2       
/solr/collections/localShardsTestColl/leader_elect/shard3/election/98832491419336709-core_node15-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/live_nodes
   [junit4]   2>        7       /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_53591E2E965F9457-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{multiDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 a_t=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
title_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 id=BlockTreeOrds(blocksize=128), text=PostingsFormat(name=LuceneFixedGap)}, 
docValues:{_version_=DocValuesFormat(name=Memory), 
multiDefault=DocValuesFormat(name=Lucene70), 
title_s=DocValuesFormat(name=Lucene70), 
intDefault=DocValuesFormat(name=Memory), id=DocValuesFormat(name=Lucene70), 
timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1688, 
maxMBSortInHeap=5.842999338550324, sim=RandomSimilarity(queryNorm=true): {}, 
locale=ko-KR, timezone=America/Argentina/Ushuaia
   [junit4]   2> NOTE: Linux 4.10.0-33-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=8,threads=1,free=139269456,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestConfigSetAdminRequest, 
ArcSineEvaluatorTest, JettyWebappTest, LessThanEvaluatorTest, 
LargeVolumeJettyTest, TestJavaBinCodec, TestBatchUpdate, SolrExceptionTest, 
SquareRootEvaluatorTest, NotEvaluatorTest, SolrExampleXMLTest, TestCoreAdmin, 
SolrSchemalessExampleTest, TestToleratedUpdateError, SchemaTest, 
RawValueEvaluatorTest, HttpSolrClientConPoolTest, StreamingTest, 
ConcurrentUpdateSolrClientBuilderTest, GraphExpressionTest, 
GreaterThanEvaluatorTest, SolrExampleJettyTest, SolrParamTest, 
TermsResponseTest, QueryResponseTest, TestNamedListCodec, SolrQueryTest, 
TestHash, ContentStreamTest, ModifiableSolrParamsTest, TestFastInputStream, 
TestXMLEscaping, DocumentAnalysisResponseTest, FieldAnalysisResponseTest, 
NamedListTest, FacetFieldTest, CollectionAdminRequestRequiredParamsTest, 
TestSolrJErrorHandling, CloudSolrClientTest]
   [junit4] Completed [137/145 (1!)] on J2 in 29.51s, 15 tests, 1 error <<< 
FAILURES!

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

Reply via email to