Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/74/
Java: 64bit/jdk1.8.0_131 -XX:+UseCompressedOops -XX:+UseSerialGC

4 tests failed.
FAILED:  org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_stored_idx

Error Message:
java.lang.RuntimeException: Timeout occured while waiting response from server 
at: http://127.0.0.1:38501/solr/test_col

Stack Trace:
java.util.concurrent.ExecutionException: java.lang.RuntimeException: Timeout 
occured while waiting response from server at: 
http://127.0.0.1:38501/solr/test_col
        at 
__randomizedtesting.SeedInfo.seed([D7C0F4DA645772A2:C7A1592371F5378C]:0)
        at java.util.concurrent.FutureTask.report(FutureTask.java:122)
        at java.util.concurrent.FutureTask.get(FutureTask.java:192)
        at 
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:281)
        at 
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_stored_idx(TestStressCloudBlindAtomicUpdates.java:234)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: Timeout occured while waiting response 
from server at: http://127.0.0.1:38501/solr/test_col
        at 
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:409)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        ... 1 more
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured 
while waiting response from server at: http://127.0.0.1:38501/solr/test_col
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:637)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:252)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
        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.TestStressCloudBlindAtomicUpdates$Worker.doRandomAtomicUpdate(TestStressCloudBlindAtomicUpdates.java:368)
        at 
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:397)
        ... 6 more
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:139)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:523)
        ... 12 more


FAILED:  
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv_stored_idx

Error Message:
Timeout occured while waiting response from server at: 
http://127.0.0.1:38501/solr/test_col

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:38501/solr/test_col
        at 
__randomizedtesting.SeedInfo.seed([D7C0F4DA645772A2:DDE7A5FA1B21D1F5]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:637)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:252)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
        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.SolrClient.deleteByQuery(SolrClient.java:895)
        at 
org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:858)
        at 
org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:873)
        at 
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.clearCloudCollection(TestStressCloudBlindAtomicUpdates.java:163)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:941)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
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:139)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:523)
        ... 50 more


FAILED:  org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv_stored

Error Message:
Timeout occured while waiting response from server at: 
http://127.0.0.1:38501/solr/test_col

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:38501/solr/test_col
        at 
__randomizedtesting.SeedInfo.seed([D7C0F4DA645772A2:45FC955ED8104F7A]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:637)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:252)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
        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.SolrClient.deleteByQuery(SolrClient.java:895)
        at 
org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:858)
        at 
org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:873)
        at 
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.clearCloudCollection(TestStressCloudBlindAtomicUpdates.java:163)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:941)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
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:139)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:523)
        ... 50 more


FAILED:  org.apache.solr.cloud.TestTlogReplica.testDeleteById

Error Message:
Error from server at https://127.0.0.1:39603/solr: Could not fully remove 
collection: tlog_replica_test_delete_by_id

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:39603/solr: Could not fully remove collection: 
tlog_replica_test_delete_by_id
        at 
__randomizedtesting.SeedInfo.seed([D7C0F4DA645772A2:8E4D87493A051A42]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:626)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:252)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
        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.TestTlogReplica.tearDown(TestTlogReplica.java:123)
        at sun.reflect.GeneratedMethodAccessor27.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:965)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12394 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D7C0F4DA645772A2-001/init-core-data-001
   [junit4]   2> 129801 WARN  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[D7C0F4DA645772A2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 129802 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[D7C0F4DA645772A2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 129803 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[D7C0F4DA645772A2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=SSL overhead seems to cause 
OutOfMemory when stress testing)
   [junit4]   2> 129804 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[D7C0F4DA645772A2]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D7C0F4DA645772A2-001/tempDir-001
   [junit4]   2> 129804 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[D7C0F4DA645772A2]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 129804 INFO  (Thread-224) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 129804 INFO  (Thread-224) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 129805 ERROR (Thread-224) [    ] 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> 129904 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[D7C0F4DA645772A2]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:42887
   [junit4]   2> 129912 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 0x15d40bdaaba0000, 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> 129918 INFO  (jetty-launcher-255-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 129920 INFO  (jetty-launcher-255-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 129921 INFO  (jetty-launcher-255-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 129922 INFO  (jetty-launcher-255-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 129942 INFO  (jetty-launcher-255-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7e5f3efd{/solr,null,AVAILABLE}
   [junit4]   2> 129942 INFO  (jetty-launcher-255-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@20657d79{/solr,null,AVAILABLE}
   [junit4]   2> 129942 INFO  (jetty-launcher-255-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@71355c0a{/solr,null,AVAILABLE}
   [junit4]   2> 129949 INFO  (jetty-launcher-255-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@54f89bec{/solr,null,AVAILABLE}
   [junit4]   2> 129951 INFO  (jetty-launcher-255-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@56b7f095{HTTP/1.1,[http/1.1]}{127.0.0.1:39211}
   [junit4]   2> 129951 INFO  (jetty-launcher-255-thread-3) [    ] 
o.e.j.s.Server Started @132047ms
   [junit4]   2> 129951 INFO  (jetty-launcher-255-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6152fb09{HTTP/1.1,[http/1.1]}{127.0.0.1:37825}
   [junit4]   2> 129951 INFO  (jetty-launcher-255-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39211}
   [junit4]   2> 129951 INFO  (jetty-launcher-255-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2fb53c1a{HTTP/1.1,[http/1.1]}{127.0.0.1:38501}
   [junit4]   2> 129951 INFO  (jetty-launcher-255-thread-2) [    ] 
o.e.j.s.Server Started @132047ms
   [junit4]   2> 129951 INFO  (jetty-launcher-255-thread-4) [    ] 
o.e.j.s.Server Started @132047ms
   [junit4]   2> 129951 INFO  (jetty-launcher-255-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37825}
   [junit4]   2> 129951 INFO  (jetty-launcher-255-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38501}
   [junit4]   2> 129952 ERROR (jetty-launcher-255-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 129952 INFO  (jetty-launcher-255-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 129952 INFO  (jetty-launcher-255-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 129952 INFO  (jetty-launcher-255-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 129952 ERROR (jetty-launcher-255-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 129952 INFO  (jetty-launcher-255-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-14T10:55:58.285Z
   [junit4]   2> 129952 INFO  (jetty-launcher-255-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 129952 INFO  (jetty-launcher-255-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 129952 INFO  (jetty-launcher-255-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 129953 INFO  (jetty-launcher-255-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-14T10:55:58.286Z
   [junit4]   2> 129954 ERROR (jetty-launcher-255-thread-4) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 129954 INFO  (jetty-launcher-255-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 129954 INFO  (jetty-launcher-255-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 129954 INFO  (jetty-launcher-255-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 129954 INFO  (jetty-launcher-255-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-14T10:55:58.287Z
   [junit4]   2> 129957 INFO  (jetty-launcher-255-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7e7cfea4{HTTP/1.1,[http/1.1]}{127.0.0.1:34155}
   [junit4]   2> 129957 INFO  (jetty-launcher-255-thread-1) [    ] 
o.e.j.s.Server Started @132053ms
   [junit4]   2> 129958 INFO  (jetty-launcher-255-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34155}
   [junit4]   2> 129958 ERROR (jetty-launcher-255-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 129958 INFO  (jetty-launcher-255-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 129958 INFO  (jetty-launcher-255-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 129958 INFO  (jetty-launcher-255-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 129958 INFO  (jetty-launcher-255-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-14T10:55:58.291Z
   [junit4]   2> 129959 INFO  (jetty-launcher-255-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 129971 INFO  (jetty-launcher-255-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 129971 INFO  (jetty-launcher-255-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 129971 INFO  (jetty-launcher-255-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 129978 INFO  (jetty-launcher-255-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42887/solr
   [junit4]   2> 129992 INFO  (jetty-launcher-255-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42887/solr
   [junit4]   2> 130001 INFO  (jetty-launcher-255-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42887/solr
   [junit4]   2> 130001 INFO  (jetty-launcher-255-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42887/solr
   [junit4]   2> 130010 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 0x15d40bdaaba0009, 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> 130085 INFO  (jetty-launcher-255-thread-1) 
[n:127.0.0.1:34155_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 130085 INFO  (jetty-launcher-255-thread-2) 
[n:127.0.0.1:37825_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 130086 INFO  (jetty-launcher-255-thread-1) 
[n:127.0.0.1:34155_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:34155_solr
   [junit4]   2> 130086 INFO  (jetty-launcher-255-thread-2) 
[n:127.0.0.1:37825_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37825_solr
   [junit4]   2> 130086 INFO  (jetty-launcher-255-thread-1) 
[n:127.0.0.1:34155_solr    ] o.a.s.c.Overseer Overseer 
(id=98305950229331980-127.0.0.1:34155_solr-n_0000000000) starting
   [junit4]   2> 130089 INFO  
(zkCallback-276-thread-1-processing-n:127.0.0.1:37825_solr) 
[n:127.0.0.1:37825_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 130090 INFO  
(zkCallback-277-thread-1-processing-n:127.0.0.1:34155_solr) 
[n:127.0.0.1:34155_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 130091 INFO  (jetty-launcher-255-thread-4) 
[n:127.0.0.1:38501_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 130092 INFO  (jetty-launcher-255-thread-4) 
[n:127.0.0.1:38501_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 130093 INFO  (jetty-launcher-255-thread-4) 
[n:127.0.0.1:38501_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38501_solr
   [junit4]   2> 130094 INFO  
(zkCallback-268-thread-1-processing-n:127.0.0.1:38501_solr) 
[n:127.0.0.1:38501_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 130095 INFO  
(zkCallback-276-thread-1-processing-n:127.0.0.1:37825_solr) 
[n:127.0.0.1:37825_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 130095 INFO  
(zkCallback-277-thread-1-processing-n:127.0.0.1:34155_solr) 
[n:127.0.0.1:34155_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 130095 INFO  (jetty-launcher-255-thread-3) 
[n:127.0.0.1:39211_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 130096 INFO  (jetty-launcher-255-thread-3) 
[n:127.0.0.1:39211_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 130098 INFO  (jetty-launcher-255-thread-3) 
[n:127.0.0.1:39211_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39211_solr
   [junit4]   2> 130101 INFO  
(zkCallback-276-thread-1-processing-n:127.0.0.1:37825_solr) 
[n:127.0.0.1:37825_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 130101 INFO  
(zkCallback-277-thread-1-processing-n:127.0.0.1:34155_solr) 
[n:127.0.0.1:34155_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 130106 INFO  
(zkCallback-268-thread-1-processing-n:127.0.0.1:38501_solr) 
[n:127.0.0.1:38501_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 130109 INFO  
(zkCallback-275-thread-1-processing-n:127.0.0.1:39211_solr) 
[n:127.0.0.1:39211_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 130110 INFO  (jetty-launcher-255-thread-1) 
[n:127.0.0.1:34155_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34155_solr
   [junit4]   2> 130111 INFO  
(zkCallback-276-thread-1-processing-n:127.0.0.1:37825_solr) 
[n:127.0.0.1:37825_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 130111 INFO  
(zkCallback-268-thread-1-processing-n:127.0.0.1:38501_solr) 
[n:127.0.0.1:38501_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 130111 INFO  
(zkCallback-277-thread-1-processing-n:127.0.0.1:34155_solr) 
[n:127.0.0.1:34155_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 130111 INFO  
(zkCallback-275-thread-1-processing-n:127.0.0.1:39211_solr) 
[n:127.0.0.1:39211_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 130153 INFO  (jetty-launcher-255-thread-4) 
[n:127.0.0.1:38501_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38501.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@67030e4e
   [junit4]   2> 130154 INFO  (jetty-launcher-255-thread-1) 
[n:127.0.0.1:34155_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34155.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@67030e4e
   [junit4]   2> 130158 INFO  (jetty-launcher-255-thread-4) 
[n:127.0.0.1:38501_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38501.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@67030e4e
   [junit4]   2> 130159 INFO  (jetty-launcher-255-thread-4) 
[n:127.0.0.1:38501_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38501.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@67030e4e
   [junit4]   2> 130159 INFO  (jetty-launcher-255-thread-1) 
[n:127.0.0.1:34155_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34155.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@67030e4e
   [junit4]   2> 130159 INFO  (jetty-launcher-255-thread-1) 
[n:127.0.0.1:34155_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34155.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@67030e4e
   [junit4]   2> 130160 INFO  (jetty-launcher-255-thread-4) 
[n:127.0.0.1:38501_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D7C0F4DA645772A2-001/tempDir-001/node4/.
   [junit4]   2> 130160 INFO  (jetty-launcher-255-thread-1) 
[n:127.0.0.1:34155_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D7C0F4DA645772A2-001/tempDir-001/node1/.
   [junit4]   2> 130208 INFO  (jetty-launcher-255-thread-3) 
[n:127.0.0.1:39211_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39211.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@67030e4e
   [junit4]   2> 130212 INFO  (jetty-launcher-255-thread-3) 
[n:127.0.0.1:39211_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39211.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@67030e4e
   [junit4]   2> 130212 INFO  (jetty-launcher-255-thread-3) 
[n:127.0.0.1:39211_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39211.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@67030e4e
   [junit4]   2> 130213 INFO  (jetty-launcher-255-thread-3) 
[n:127.0.0.1:39211_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D7C0F4DA645772A2-001/tempDir-001/node3/.
   [junit4]   2> 130235 INFO  (jetty-launcher-255-thread-2) 
[n:127.0.0.1:37825_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37825.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@67030e4e
   [junit4]   2> 130238 INFO  (jetty-launcher-255-thread-2) 
[n:127.0.0.1:37825_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37825.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@67030e4e
   [junit4]   2> 130239 INFO  (jetty-launcher-255-thread-2) 
[n:127.0.0.1:37825_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37825.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@67030e4e
   [junit4]   2> 130239 INFO  (jetty-launcher-255-thread-2) 
[n:127.0.0.1:37825_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D7C0F4DA645772A2-001/tempDir-001/node2/.
   [junit4]   2> 130260 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[D7C0F4DA645772A2]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 130261 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[D7C0F4DA645772A2]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42887/solr ready
   [junit4]   2> 130410 INFO  (qtp1053743776-1474) [n:127.0.0.1:37825_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&name=test_col&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 130417 INFO  
(OverseerThreadFactory-763-thread-1-processing-n:127.0.0.1:34155_solr) 
[n:127.0.0.1:34155_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
test_col
   [junit4]   2> 130527 INFO  
(OverseerStateUpdate-98305950229331980-127.0.0.1:34155_solr-n_0000000000) 
[n:127.0.0.1:34155_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"test_col_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:38501/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 130528 INFO  
(OverseerStateUpdate-98305950229331980-127.0.0.1:34155_solr-n_0000000000) 
[n:127.0.0.1:34155_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"test_col_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39211/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 130529 INFO  
(OverseerStateUpdate-98305950229331980-127.0.0.1:34155_solr-n_0000000000) 
[n:127.0.0.1:34155_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"test_col_shard2_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:37825/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 130529 INFO  
(OverseerStateUpdate-98305950229331980-127.0.0.1:34155_solr-n_0000000000) 
[n:127.0.0.1:34155_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"test_col_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34155/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 130730 INFO  (qtp1053743776-1452) [n:127.0.0.1:37825_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node3&name=test_col_shard2_replica_n1&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 130731 INFO  (qtp1053743776-1452) [n:127.0.0.1:37825_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 130741 INFO  (qtp1877325426-1465) [n:127.0.0.1:39211_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node2&name=test_col_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 130741 INFO  (qtp604553688-1467) [n:127.0.0.1:34155_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node4&name=test_col_shard2_replica_n2&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 130741 INFO  (qtp673408189-1482) [n:127.0.0.1:38501_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node1&name=test_col_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 130741 INFO  (qtp1877325426-1465) [n:127.0.0.1:39211_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 130741 INFO  (qtp604553688-1467) [n:127.0.0.1:34155_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 130741 INFO  (qtp673408189-1482) [n:127.0.0.1:38501_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 130850 INFO  
(zkCallback-276-thread-1-processing-n:127.0.0.1:37825_solr) 
[n:127.0.0.1:37825_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [4])
   [junit4]   2> 130850 INFO  
(zkCallback-268-thread-1-processing-n:127.0.0.1:38501_solr) 
[n:127.0.0.1:38501_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [4])
   [junit4]   2> 130850 INFO  
(zkCallback-277-thread-1-processing-n:127.0.0.1:34155_solr) 
[n:127.0.0.1:34155_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [4])
   [junit4]   2> 130850 INFO  
(zkCallback-275-thread-1-processing-n:127.0.0.1:39211_solr) 
[n:127.0.0.1:39211_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [4])
   [junit4]   2> 130850 INFO  
(zkCallback-275-thread-2-processing-n:127.0.0.1:39211_solr) 
[n:127.0.0.1:39211_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [4])
   [junit4]   2> 130850 INFO  
(zkCallback-277-thread-2-processing-n:127.0.0.1:34155_solr) 
[n:127.0.0.1:34155_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [4])
   [junit4]   2> 130851 INFO  
(zkCallback-268-thread-2-processing-n:127.0.0.1:38501_solr) 
[n:127.0.0.1:38501_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [4])
   [junit4]   2> 130851 INFO  
(zkCallback-276-thread-2-processing-n:127.0.0.1:37825_solr) 
[n:127.0.0.1:37825_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [4])
   [junit4]   2> 131742 INFO  (qtp1053743776-1452) [n:127.0.0.1:37825_solr 
c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 131765 INFO  (qtp1053743776-1452) [n:127.0.0.1:37825_solr 
c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica_n1] 
o.a.s.s.IndexSchema [test_col_shard2_replica_n1] Schema 
name=minimal-atomic-stress
   [junit4]   2> 131767 INFO  (qtp673408189-1482) [n:127.0.0.1:38501_solr 
c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 131767 INFO  (qtp1053743776-1452) [n:127.0.0.1:37825_solr 
c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field 
id
   [junit4]   2> 131767 INFO  (qtp1053743776-1452) [n:127.0.0.1:37825_solr 
c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard2_replica_n1' using 
configuration from collection test_col, trusted=true
   [junit4]   2> 131768 INFO  (qtp604553688-1467) [n:127.0.0.1:34155_solr 
c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 131768 INFO  (qtp1053743776-1452) [n:127.0.0.1:37825_solr 
c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37825.solr.core.test_col.shard2.replica_n1' (registry 
'solr.core.test_col.shard2.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@67030e4e
   [junit4]   2> 131768 INFO  (qtp1053743776-1452) [n:127.0.0.1:37825_solr 
c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 131768 INFO  (qtp1053743776-1452) [n:127.0.0.1:37825_solr 
c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica_n1] o.a.s.c.SolrCore 
[[test_col_shard2_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D7C0F4DA645772A2-001/tempDir-001/node2/test_col_shard2_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D7C0F4DA645772A2-001/tempDir-001/node2/./test_col_shard2_replica_n1/data/]
   [junit4]   2> 131771 INFO  (qtp1053743776-1452) [n:127.0.0.1:37825_solr 
c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@28cded8a
   [junit4]   2> 131773 WARN  (qtp1053743776-1452) [n:127.0.0.1:37825_solr 
c:test_col s:shard2 r:core_node3 x:test_col_shard2_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> 131779 INFO  (qtp673408189-1482) [n:127.0.0.1:38501_solr 
c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica_n1] 
o.a.s.s.IndexSchema [test_col_shard1_replica_n1] Schema 
name=minimal-atomic-stress
   [junit4]   2> 131780 INFO  (qtp1877325426-1465) [n:127.0.0.1:39211_solr 
c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 131780 INFO  (qtp673408189-1482) [n:127.0.0.1:38501_solr 
c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field 
id
   [junit4]   2> 131780 INFO  (qtp673408189-1482) [n:127.0.0.1:38501_solr 
c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard1_replica_n1' using 
configuration from collection test_col, trusted=true
   [junit4]   2> 131781 INFO  (qtp673408189-1482) [n:127.0.0.1:38501_solr 
c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38501.solr.core.test_col.shard1.replica_n1' (registry 
'solr.core.test_col.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@67030e4e
   [junit4]   2> 131781 INFO  (qtp673408189-1482) [n:127.0.0.1:38501_solr 
c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 131781 INFO  (qtp673408189-1482) [n:127.0.0.1:38501_solr 
c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica_n1] o.a.s.c.SolrCore 
[[test_col_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D7C0F4DA645772A2-001/tempDir-001/node4/test_col_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D7C0F4DA645772A2-001/tempDir-001/node4/./test_col_shard1_replica_n1/data/]
   [junit4]   2> 131785 INFO  (qtp604553688-1467) [n:127.0.0.1:34155_solr 
c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica_n2] 
o.a.s.s.IndexSchema [test_col_shard2_replica_n2] Schema 
name=minimal-atomic-stress
   [junit4]   2> 131786 INFO  (qtp673408189-1482) [n:127.0.0.1:38501_solr 
c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@5d0a2133
   [junit4]   2> 131787 INFO  (qtp604553688-1467) [n:127.0.0.1:34155_solr 
c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field 
id
   [junit4]   2> 131787 INFO  (qtp604553688-1467) [n:127.0.0.1:34155_solr 
c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard2_replica_n2' using 
configuration from collection test_col, trusted=true
   [junit4]   2> 131787 INFO  (qtp604553688-1467) [n:127.0.0.1:34155_solr 
c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34155.solr.core.test_col.shard2.replica_n2' (registry 
'solr.core.test_col.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@67030e4e
   [junit4]   2> 131787 INFO  (qtp604553688-1467) [n:127.0.0.1:34155_solr 
c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 131787 INFO  (qtp604553688-1467) [n:127.0.0.1:34155_solr 
c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica_n2] o.a.s.c.SolrCore 
[[test_col_shard2_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D7C0F4DA645772A2-001/tempDir-001/node1/test_col_shard2_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D7C0F4DA645772A2-001/tempDir-001/node1/./test_col_shard2_replica_n2/data/]
   [junit4]   2> 131789 WARN  (qtp673408189-1482) [n:127.0.0.1:38501_solr 
c:test_col s:shard1 r:core_node1 x:test_col_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> 131792 INFO  (qtp1877325426-1465) [n:127.0.0.1:39211_solr 
c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica_n2] 
o.a.s.s.IndexSchema [test_col_shard1_replica_n2] Schema 
name=minimal-atomic-stress
   [junit4]   2> 131793 INFO  (qtp604553688-1467) [n:127.0.0.1:34155_solr 
c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica_n2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@21ae969
   [junit4]   2> 131795 WARN  (qtp604553688-1467) [n:127.0.0.1:34155_solr 
c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica_n2] 
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> 131798 INFO  (qtp1877325426-1465) [n:127.0.0.1:39211_solr 
c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field 
id
   [junit4]   2> 131798 INFO  (qtp1877325426-1465) [n:127.0.0.1:39211_solr 
c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard1_replica_n2' using 
configuration from collection test_col, trusted=true
   [junit4]   2> 131798 INFO  (qtp1877325426-1465) [n:127.0.0.1:39211_solr 
c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39211.solr.core.test_col.shard1.replica_n2' (registry 
'solr.core.test_col.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@67030e4e
   [junit4]   2> 131799 INFO  (qtp1877325426-1465) [n:127.0.0.1:39211_solr 
c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 131799 INFO  (qtp1877325426-1465) [n:127.0.0.1:39211_solr 
c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica_n2] o.a.s.c.SolrCore 
[[test_col_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D7C0F4DA645772A2-001/tempDir-001/node3/test_col_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D7C0F4DA645772A2-001/tempDir-001/node3/./test_col_shard1_replica_n2/data/]
   [junit4]   2> 131801 INFO  (qtp1877325426-1465) [n:127.0.0.1:39211_solr 
c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica_n2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@62377a92
   [junit4]   2> 131804 WARN  (qtp1877325426-1465) [n:127.0.0.1:39211_solr 
c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica_n2] 
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> 131834 INFO  (qtp1053743776-1452) [n:127.0.0.1:37825_solr 
c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 131834 INFO  (qtp1053743776-1452) [n:127.0.0.1:37825_solr 
c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 131835 INFO  (qtp1053743776-1452) [n:127.0.0.1:37825_solr 
c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 131835 INFO  (qtp1053743776-1452) [n:127.0.0.1:37825_solr 
c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 131838 INFO  (qtp1053743776-1452) [n:127.0.0.1:37825_solr 
c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=41, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6030840093885776]
   [junit4]   2> 131838 INFO  (qtp1053743776-1452) [n:127.0.0.1:37825_solr 
c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@47dd94a7[test_col_shard2_replica_n1] main]
   [junit4]   2> 131841 INFO  (qtp1053743776-1452) [n:127.0.0.1:37825_solr 
c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 131842 INFO  (qtp1053743776-1452) [n:127.0.0.1:37825_solr 
c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 131842 INFO  (qtp1053743776-1452) [n:127.0.0.1:37825_solr 
c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 131843 INFO  
(searcherExecutor-772-thread-1-processing-n:127.0.0.1:37825_solr 
x:test_col_shard2_replica_n1 s:shard2 c:test_col r:core_node3) 
[n:127.0.0.1:37825_solr c:test_col s:shard2 r:core_node3 
x:test_col_shard2_replica_n1] o.a.s.c.SolrCore [test_col_shard2_replica_n1] 
Registered new searcher Searcher@47dd94a7[test_col_shard2_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 131843 INFO  (qtp1053743776-1452) [n:127.0.0.1:37825_solr 
c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1572895205806309376
   [junit4]   2> 131845 INFO  (qtp673408189-1482) [n:127.0.0.1:38501_solr 
c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 131845 INFO  (qtp673408189-1482) [n:127.0.0.1:38501_solr 
c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 131846 INFO  (qtp673408189-1482) [n:127.0.0.1:38501_solr 
c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 131846 INFO  (qtp673408189-1482) [n:127.0.0.1:38501_solr 
c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 131848 INFO  (qtp673408189-1482) [n:127.0.0.1:38501_solr 
c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=41, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6030840093885776]
   [junit4]   2> 131848 INFO  (qtp673408189-1482) [n:127.0.0.1:38501_solr 
c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@c04b576[test_col_shard1_replica_n1] 
main]
   [junit4]   2> 131848 INFO  (qtp673408189-1482) [n:127.0.0.1:38501_solr 
c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 131849 INFO  (qtp1053743776-1452) [n:127.0.0.1:37825_solr 
c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 131849 INFO  (qtp673408189-1482) [n:127.0.0.1:38501_solr 
c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 131849 INFO  (qtp673408189-1482) [n:127.0.0.1:38501_solr 
c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 131850 INFO  (qtp673408189-1482) [n:127.0.0.1:38501_solr 
c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1572895205813649408
   [junit4]   2> 131851 INFO  (qtp604553688-1467) [n:127.0.0.1:34155_solr 
c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 131851 INFO  (qtp604553688-1467) [n:127.0.0.1:34155_solr 
c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 131852 INFO  (qtp604553688-1467) [n:127.0.0.1:34155_solr 
c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 131852 INFO  (qtp604553688-1467) [n:127.0.0.1:34155_solr 
c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 131853 INFO  (qtp604553688-1467) [n:127.0.0.1:34155_solr 
c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica_n2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=41, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6030840093885776]
   [junit4]   2> 131853 INFO  (qtp604553688-1467) [n:127.0.0.1:34155_solr 
c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2039d622[test_col_shard2_replica_n2] main]
   [junit4]   2> 131854 INFO  (qtp604553688-1467) [n:127.0.0.1:34155_solr 
c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 131854 INFO  (qtp673408189-1482) [n:127.0.0.1:38501_solr 
c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 131854 INFO  (qtp604553688-1467) [n:127.0.0.1:34155_solr 
c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 131855 INFO  
(searcherExecutor-773-thread-1-processing-n:127.0.0.1:38501_solr 
x:test_col_shard1_replica_n1 s:shard1 c:test_col r:core_node1) 
[n:127.0.0.1:38501_solr c:test_col s:shard1 r:core_node1 
x:test_col_shard1_replica_n1] o.a.s.c.SolrCore [test_col_shard1_replica_n1] 
Registered new searcher Searcher@c04b576[test_col_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 131855 INFO  (qtp604553688-1467) [n:127.0.0.1:34155_solr 
c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 131855 INFO  (qtp604553688-1467) [n:127.0.0.1:34155_solr 
c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1572895205818892288
   [junit4]   2> 131857 INFO  
(searcherExecutor-774-thread-1-processing-n:127.0.0.1:34155_solr 
x:test_col_shard2_replica_n2 s:shard2 c:test_col r:core_node4) 
[n:127.0.0.1:34155_solr c:test_col s:shard2 r:core_node4 
x:test_col_shard2_replica_n2] o.a.s.c.SolrCore [test_col_shard2_replica_n2] 
Registered new searcher Searcher@2039d622[test_col_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 131861 INFO  (qtp1877325426-1465) [n:127.0.0.1:39211_solr 
c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 131861 INFO  (qtp1877325426-1465) [n:127.0.0.1:39211_solr 
c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 131862 INFO  (qtp1877325426-1465) [n:127.0.0.1:39211_solr 
c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 131862 INFO  (qtp1877325426-1465) [n:127.0.0.1:39211_solr 
c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 131863 INFO  (qtp1877325426-1465) [n:127.0.0.1:39211_solr 
c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica_n2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=41, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6030840093885776]
   [junit4]   2> 131864 INFO  (qtp1877325426-1465) [n:127.0.0.1:39211_solr 
c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@48478151[test_col_shard1_replica_n2] main]
   [junit4]   2> 131865 INFO  (qtp1877325426-1465) [n:127.0.0.1:39211_solr 
c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 131865 INFO  (qtp1877325426-1465) [n:127.0.0.1:39211_solr 
c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 131866 INFO  (qtp1877325426-1465) [n:127.0.0.1:39211_solr 
c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 131867 INFO  
(searcherExecutor-775-thread-1-processing-n:127.0.0.1:39211_solr 
x:test_col_shard1_replica_n2 s:shard1 c:test_col r:core_node2) 
[n:127.0.0.1:39211_solr c:test_col s:shard1 r:core_node2 
x:test_col_shard1_replica_n2] o.a.s.c.SolrCore [test_col_shard1_replica_n2] 
Registered new searcher Searcher@48478151[test_col_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 131867 INFO  (qtp1877325426-1465) [n:127.0.0.1:39211_solr 
c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1572895205831475200
   [junit4]   2> 131959 INFO  
(zkCallback-275-thread-2-processing-n:127.0.0.1:39211_solr) 
[n:127.0.0.1:39211_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [4])
   [junit4]   2> 131959 INFO  
(zkCallback-268-thread-1-processing-n:127.0.0.1:38501_solr) 
[n:127.0.0.1:38501_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [4])
   [junit4]   2> 131959 INFO  
(zkCallback-268-thread-2-processing-n:127.0.0.1:38501_solr) 
[n:127.0.0.1:38501_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [4])
   [junit4]   2> 131959 INFO  
(zkCallback-276-thread-1-processing-n:127.0.0.1:37825_solr) 
[n:127.0.0.1:37825_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [4])
   [junit4]   2> 131959 INFO  
(zkCallback-277-thread-2-processing-n:127.0.0.1:34155_solr) 
[n:127.0.0.1:34155_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [4])
   [junit4]   2> 131959 INFO  
(zkCallback-277-thread-1-processing-n:127.0.0.1:34155_solr) 
[n:127.0.0.1:34155_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [4])
   [junit4]   2> 131959 INFO  
(zkCallback-275-thread-1-processing-n:127.0.0.1:39211_solr) 
[n:127.0.0.1:39211_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [4])
   [junit4]   2> 131959 INFO  
(zkCallback-276-thread-2-processing-n:127.0.0.1:37825_solr) 
[n:127.0.0.1:37825_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [4])
   [junit4]   2> 132349 INFO  (qtp1053743776-1452) [n:127.0.0.1:37825_solr 
c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 132349 INFO  (qtp1053743776-1452) [n:127.0.0.1:37825_solr 
c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 132349 INFO  (qtp1053743776-1452) [n:127.0.0.1:37825_solr 
c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:37825/solr/test_col_shard2_replica_n1/
   [junit4]   2> 132349 INFO  (qtp1053743776-1452) [n:127.0.0.1:37825_solr 
c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica_n1] o.a.s.u.PeerSync 
PeerSync: core=test_col_shard2_replica_n1 url=http://127.0.0.1:37825/solr START 
replicas=[http://127.0.0.1:34155/solr/test_col_shard2_replica_n2/] nUpdates=100
   [junit4]   2> 132349 INFO  (qtp1053743776-1452) [n:127.0.0.1:37825_solr 
c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica_n1] o.a.s.u.PeerSync 
PeerSync: core=test_col_shard2_replica_n1 url=http://127.0.0.1:37825/solr DONE. 
 We have no versions.  sync failed.
   [junit4]   2> 132351 INFO  (qtp604553688-1472) [n:127.0.0.1:34155_solr 
c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica_n2] 
o.a.s.c.S.Request [test_col_shard2_replica_n2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 132352 INFO  (qtp1053743776-1452) [n:127.0.0.1:37825_solr 
c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica_n1] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 132352 INFO  (qtp1053743776-1452) [n:127.0.0.1:37825_solr 
c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica_n1] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 132352 INFO  (qtp1053743776-1452) [n:127.0.0.1:37825_solr 
c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 132353 INFO  (qtp1053743776-1452) [n:127.0.0.1:37825_solr 
c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:37825/solr/test_col_shard2_replica_n1/ shard2
   [junit4]   2> 132355 INFO  (qtp673408189-1482) [n:127.0.0.1:38501_solr 
c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 132355 INFO  (qtp673408189-1482) [n:127.0.0.1:38501_solr 
c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 132355 INFO  (qtp673408189-1482) [n:127.0.0.1:38501_solr 
c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:38501/solr/test_col_shard1_replica_n1/
   [junit4]   2> 132355 INFO  (qtp673408189-1482) [n:127.0.0.1:38501_solr 
c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica_n1] o.a.s.u.PeerSync 
PeerSync: core=test_col_shard1_replica_n1 url=http://127.0.0.1:38501/solr START 
replicas=[http://127.0.0.1:39211/solr/test_col_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 132355 INFO  (qtp673408189-1482) [n:127.0.0.1:38501_solr 
c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica_n1] o.a.s.u.PeerSync 
PeerSync: core=test_col_shard1_replica_n1 url=http://127.0.0.1:38501/solr DONE. 
 We have no versions.  sync failed.
   [junit4]   2> 132357 INFO  (qtp1877325426-1469) [n:127.0.0.1:39211_solr 
c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica_n2] 
o.a.s.c.S.Request [test_col_shard1_replica_n2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 132357 INFO  (qtp673408189-1482) [n:127.0.0.1:38501_solr 
c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica_n1] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 132357 INFO  (qtp673408189-1482) [n:127.0.0.1:38501_solr 
c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 132357 INFO  (qtp673408189-1482) [n:127.0.0.1:38501_solr 
c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 132359 INFO  (qtp673408189-1482) [n:127.0.0.1:38501_solr 
c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:38501/solr/test_col_shard1_replica_n1/ shard1
   [junit4]   2> 132461 INFO  
(zkCallback-276-thread-1-processing-n:127.0.0.1:37825_solr) 
[n:127.0.0.1:37825_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [4])
   [junit4]   2> 132461 INFO  
(zkCallback-276-thread-2-processing-n:127.0.0.1:37825_solr) 
[n:127.0.0.1:37825_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [4])
   [junit4]   2> 132461 INFO  
(zkCallback-275-thread-2-processing-n:127.0.0.1:39211_solr) 
[n:127.0.0.1:39211_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [4])
   [junit4]   2> 132461 INFO  
(zkCallback-277-thread-2-processing-n:127.0.0.1:34155_solr) 
[n:127.0.0.1:34155_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [4])
   [junit4]   2> 132461 INFO  
(zkCallback-277-thread-1-processing-n:127.0.0.1:34155_solr) 
[n:127.0.0.1:34155_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [4])
   [junit4]   2> 132461 INFO  
(zkCallback-268-thread-1-processing-n:127.0.0.1:38501_solr) 
[n:127.0.0.1:38501_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [4])
   [junit4]   2> 132461 INFO  
(zkCallback-268-thread-2-processing-n:127.0.0.1:38501_solr) 
[n:127.0.0.1:38501_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [4])
   [junit4]   2> 132461 INFO  
(zkCallback-275-thread-1-processing-n:127.0.0.1:39211_solr) 
[n:127.0.0.1:39211_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [4])
   [junit4]   2> 132504 INFO  (qtp1053743776-1452) [n:127.0.0.1:37825_solr 
c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 132505 INFO  (qtp1053743776-1452) [n:127.0.0.1:37825_solr 
c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node3&name=test_col_shard2_replica_n1&action=CREATE&numShards=2&shard=shard2&wt=javabin}
 status=0 QTime=1775
   [junit4]   2> 132510 INFO  (qtp673408189-1482) [n:127.0.0.1:38501_solr 
c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 132511 INFO  (qtp673408189-1482) [n:127.0.0.1:38501_solr 
c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.sc

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

avabin&version=2} status=0 QTime=15
   [junit4]   2> 2179809 INFO  (qtp660392115-3533) [n:127.0.0.1:36647_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.tlog_replica_test_kill_tlog_replica.shard1.replica_t2, 
tag=928335978
   [junit4]   2> 2179809 INFO  (qtp660392115-3533) [n:127.0.0.1:36647_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.tlog_replica_test_kill_tlog_replica.shard1.leader, 
tag=928335978
   [junit4]   2> 2179810 WARN  
(zkCallback-518-thread-2-processing-n:127.0.0.1:39603_solr) 
[n:127.0.0.1:39603_solr    ] o.a.s.c.LeaderElector Our node is no longer in 
line to be leader
   [junit4]   2> 2179811 INFO  (qtp660392115-3533) [n:127.0.0.1:36647_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=tlog_replica_test_kill_tlog_replica_shard1_replica_t2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=27
   [junit4]   2> 2179914 INFO  (zkCallback-467-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDeleted 
path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for 
collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 2180515 INFO  (qtp1088580115-3653) [n:127.0.0.1:39603_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=tlog_replica_test_kill_tlog_replica&action=DELETE&wt=javabin&version=2}
 status=0 QTime=747
   [junit4]   2> 2180515 INFO  
(TEST-TestTlogReplica.testKillTlogReplica-seed#[D7C0F4DA645772A2]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testKillTlogReplica
   [junit4]   2> 2180519 INFO  
(OverseerCollectionConfigSetProcessor-98306075738636314-127.0.0.1:36647_solr-n_0000000007)
 [n:127.0.0.1:36647_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000064 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2180541 INFO  (jetty-closer-450-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@784827da{SSL,[ssl, 
http/1.1]}{127.0.0.1:36647}
   [junit4]   2> 2180541 INFO  (jetty-closer-450-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@26cbf887{SSL,[ssl, 
http/1.1]}{127.0.0.1:39603}
   [junit4]   2> 2180547 INFO  (jetty-closer-450-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=213330666
   [junit4]   2> 2180547 INFO  (jetty-closer-450-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=311286446
   [junit4]   2> 2180547 INFO  (jetty-closer-450-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 2180547 INFO  (jetty-closer-450-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 2180549 INFO  (jetty-closer-450-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 2180549 INFO  (jetty-closer-450-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 2180550 INFO  (jetty-closer-450-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 2180551 INFO  (jetty-closer-450-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 2180552 INFO  (jetty-closer-450-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 2180553 INFO  (jetty-closer-450-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 2180555 INFO  (jetty-closer-450-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@327c628f{/solr,null,UNAVAILABLE}
   [junit4]   2> 2180555 INFO  
(zkCallback-510-thread-3-processing-n:127.0.0.1:36647_solr) 
[n:127.0.0.1:36647_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 2180555 INFO  (jetty-closer-450-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=98306075738636314-127.0.0.1:36647_solr-n_0000000007) closing
   [junit4]   2> 2180555 INFO  
(OverseerStateUpdate-98306075738636314-127.0.0.1:36647_solr-n_0000000007) 
[n:127.0.0.1:36647_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:36647_solr
   [junit4]   2> 2180562 INFO  (jetty-closer-450-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5c0dcbeb{/solr,null,UNAVAILABLE}
   [junit4]   2> 2180565 ERROR 
(SUITE-TestTlogReplica-seed#[D7C0F4DA645772A2]-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> 2180565 INFO  
(SUITE-TestTlogReplica-seed#[D7C0F4DA645772A2]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:34345 34345
   [junit4]   2> 2180617 INFO  (Thread-625) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:34345 34345
   [junit4]   2> 2180618 WARN  (Thread-625) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        33      /solr/configs/conf
   [junit4]   2>        10      /solr/aliases.json
   [junit4]   2>        9       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        34      
/solr/collections/tlog_replica_test_recovery/state.json
   [junit4]   2>        30      
/solr/collections/tlog_replica_test_create_delete/state.json
   [junit4]   2>        25      
/solr/collections/tlog_replica_test_remove_leader/state.json
   [junit4]   2>        24      
/solr/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json
   [junit4]   2>        24      
/solr/collections/tlog_replica_test_kill_leader/state.json
   [junit4]   2>        24      
/solr/collections/tlog_replica_test_kill_tlog_replica/state.json
   [junit4]   2>        23      
/solr/collections/tlog_replica_test_add_remove_tlog_replica/state.json
   [junit4]   2>        22      
/solr/collections/tlog_replica_test_basic_leader_election/state.json
   [junit4]   2>        13      
/solr/collections/tlog_replica_test_real_time_get/state.json
   [junit4]   2>        13      
/solr/collections/tlog_replica_test_only_leader_indexes/state.json
   [junit4]   2>        13      
/solr/collections/tlog_replica_test_delete_by_id/state.json
   [junit4]   2>        10      /solr/clusterprops.json
   [junit4]   2>        10      /solr/clusterstate.json
   [junit4]   2>        6       
/solr/collections/tlog_replica_test_add_docs/state.json
   [junit4]   2>        4       
/solr/collections/tlog_replica_test_recovery/leader_elect/shard1/election/98306075738636293-core_node1-n_0000000000
   [junit4]   2>        4       
/solr/overseer_elect/election/98306075738636293-127.0.0.1:39603_solr-n_0000000001
   [junit4]   2>        2       
/solr/collections/tlog_replica_test_create_delete/leader_elect/shard2/election/98306075738636311-core_node7-n_0000000001
   [junit4]   2>        2       
/solr/collections/tlog_replica_test_create_delete/leader_elect/shard1/election/98306075738636314-core_node4-n_0000000000
   [junit4]   2>        2       
/solr/collections/tlog_replica_test_real_time_get/leader_elect/shard1/election/98306075738636308-core_node2-n_0000000000
   [junit4]   2>        2       
/solr/collections/tlog_replica_test_create_delete/leader_elect/shard2/election/98306075738636314-core_node8-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        10      /solr/collections
   [junit4]   2>        5       /solr/overseer/queue
   [junit4]   2>        5       /solr/overseer/collection-queue-work
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_D7C0F4DA645772A2-001
   [junit4]   2> Jul 14, 2017 11:30:08 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 3 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene70, 
sim=RandomSimilarity(queryNorm=false): {}, locale=pl, 
timezone=Africa/Dar_es_Salaam
   [junit4]   2> NOTE: Linux 4.10.0-26-generic amd64/Oracle Corporation 
1.8.0_131 (64-bit)/cpus=8,threads=1,free=252148320,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [OverseerTaskQueueTest, 
TestRTGBase, GraphQueryTest, TestFieldTypeCollectionResource, BooleanFieldTest, 
TestSubQueryTransformerCrossCore, TestCoreAdminApis, TestBM25SimilarityFactory, 
JsonLoaderTest, SliceStateTest, TestCoreDiscovery, LoggingHandlerTest, 
ZkStateReaderTest, TestLegacyNumericUtils, ConvertedLegacyTest, 
TestSweetSpotSimilarityFactory, TestPartialUpdateDeduplication, 
TestSha256AuthenticationProvider, ShardRoutingCustomTest, 
DocValuesNotIndexedTest, OverseerModifyCollectionTest, 
TestExclusionRuleCollectionAccess, TestHttpShardHandlerFactory, 
TestIntervalFaceting, AnalysisErrorHandlingTest, 
TestSerializedLuceneMatchVersion, SystemInfoHandlerTest, 
TestAtomicUpdateErrorCases, ActionThrottleTest, SecurityConfHandlerTest, 
ExplicitHLLTest, TestPostingsSolrHighlighter, MoveReplicaTest, 
TestValueSourceCache, CollectionsAPIAsyncDistributedZkTest, 
LeaderElectionContextKeyTest, SaslZkACLProviderTest, ScriptEngineTest, 
CdcrReplicationDistributedZkTest, InfoHandlerTest, SolrMetricsIntegrationTest, 
TestConfigOverlay, TestPerFieldSimilarity, TestStressCloudBlindAtomicUpdates, 
ConjunctionSolrSpellCheckerTest, TestJsonFacetRefinement, 
TestManagedSchemaThreadSafety, TestNumericRangeQuery32, 
DistributedIntervalFacetingTest, TestSolrXml, DistribJoinFromCollectionTest, 
CustomCollectionTest, TestSegmentSorting, TestClusterProperties, 
TestTlogReplica]
   [junit4] Completed [520/728 (2!)] on J1 in 135.98s, 13 tests, 1 error <<< 
FAILURES!

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

Reply via email to