Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/759/
Java: 64bit/jdk-9.0.1 -XX:+UseCompressedOops -XX:+UseSerialGC

4 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores:     1) 
Thread[id=10624, name=searcherExecutor-4633-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]         at 
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)         at 
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
         at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
         at 
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
         at [email protected]/java.lang.Thread.run(Thread.java:844)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.core.TestLazyCores: 
   1) Thread[id=10624, name=searcherExecutor-4633-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]
        at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
        at 
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
        at 
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
        at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
        at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at 
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at [email protected]/java.lang.Thread.run(Thread.java:844)
        at __randomizedtesting.SeedInfo.seed([D40F5C84D8662D85]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=10624, name=searcherExecutor-4633-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]         at 
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)         at 
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
         at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
         at 
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
         at [email protected]/java.lang.Thread.run(Thread.java:844)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=10624, name=searcherExecutor-4633-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]
        at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
        at 
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
        at 
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
        at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
        at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at 
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at [email protected]/java.lang.Thread.run(Thread.java:844)
        at __randomizedtesting.SeedInfo.seed([D40F5C84D8662D85]:0)


FAILED:  
org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToLeader

Error Message:
Error from server at http://127.0.0.1:43483/solr: Could not fully create 
collection: pull_replica_error_handling_test_cant_connect_to_leader

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:43483/solr: Could not fully create collection: 
pull_replica_error_handling_test_cant_connect_to_leader
        at 
__randomizedtesting.SeedInfo.seed([D40F5C84D8662D85:5A033CF4AD7EA9AF]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        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:1096)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:875)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:183)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:200)
        at 
org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToLeader(TestPullReplicaErrorHandling.java:181)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.core.TestLazyCores.testNoCommit

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([D40F5C84D8662D85:B6FFD5513414E20]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:901)
        at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:847)
        at 
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:829)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound='10']
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int><lst name="params"><str 
name="q">*:*</str></lst></lst><result name="response" numFound="0" 
start="0"></result>
</response>

        request was:q=*:*
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:894)
        ... 40 more




Build Log:
[...truncated 12628 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_D40F5C84D8662D85-001/init-core-data-001
   [junit4]   2> 851491 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 851492 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776";)
   [junit4]   2> 851492 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 851492 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-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/J0/temp/solr.cloud.TestPullReplicaErrorHandling_D40F5C84D8662D85-001/tempDir-001
   [junit4]   2> 851492 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 851492 INFO  (Thread-2062) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 851492 INFO  (Thread-2062) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 851494 ERROR (Thread-2062) [    ] 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> 851592 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:36625
   [junit4]   2> 851598 INFO  (jetty-launcher-1763-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 851598 INFO  (jetty-launcher-1763-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 851598 INFO  (jetty-launcher-1763-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 851598 INFO  (jetty-launcher-1763-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 851599 INFO  (jetty-launcher-1763-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@76ac760c{/solr,null,AVAILABLE}
   [junit4]   2> 851599 INFO  (jetty-launcher-1763-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7bba77d4{/solr,null,AVAILABLE}
   [junit4]   2> 851599 INFO  (jetty-launcher-1763-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6cda3172{/solr,null,AVAILABLE}
   [junit4]   2> 851599 INFO  (jetty-launcher-1763-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3336bdb0{/solr,null,AVAILABLE}
   [junit4]   2> 851599 INFO  (jetty-launcher-1763-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2059ef98{HTTP/1.1,[http/1.1]}{127.0.0.1:43349}
   [junit4]   2> 851599 INFO  (jetty-launcher-1763-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7b4f3475{HTTP/1.1,[http/1.1]}{127.0.0.1:42243}
   [junit4]   2> 851599 INFO  (jetty-launcher-1763-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1b2b9892{HTTP/1.1,[http/1.1]}{127.0.0.1:40325}
   [junit4]   2> 851599 INFO  (jetty-launcher-1763-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2df123e9{HTTP/1.1,[http/1.1]}{127.0.0.1:45155}
   [junit4]   2> 851599 INFO  (jetty-launcher-1763-thread-2) [    ] 
o.e.j.s.Server Started @853058ms
   [junit4]   2> 851599 INFO  (jetty-launcher-1763-thread-1) [    ] 
o.e.j.s.Server Started @853058ms
   [junit4]   2> 851599 INFO  (jetty-launcher-1763-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40325}
   [junit4]   2> 851599 INFO  (jetty-launcher-1763-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45155}
   [junit4]   2> 851599 INFO  (jetty-launcher-1763-thread-4) [    ] 
o.e.j.s.Server Started @853058ms
   [junit4]   2> 851599 INFO  (jetty-launcher-1763-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42243}
   [junit4]   2> 851599 ERROR (jetty-launcher-1763-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 851600 ERROR (jetty-launcher-1763-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 851600 ERROR (jetty-launcher-1763-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 851600 INFO  (jetty-launcher-1763-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.2.0
   [junit4]   2> 851600 INFO  (jetty-launcher-1763-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.2.0
   [junit4]   2> 851600 INFO  (jetty-launcher-1763-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 851600 INFO  (jetty-launcher-1763-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 851600 INFO  (jetty-launcher-1763-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 851600 INFO  (jetty-launcher-1763-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 851600 INFO  (jetty-launcher-1763-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-06T20:32:10.471240Z
   [junit4]   2> 851600 INFO  (jetty-launcher-1763-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-06T20:32:10.471261Z
   [junit4]   2> 851599 INFO  (jetty-launcher-1763-thread-3) [    ] 
o.e.j.s.Server Started @853058ms
   [junit4]   2> 851600 INFO  (jetty-launcher-1763-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.2.0
   [junit4]   2> 851600 INFO  (jetty-launcher-1763-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43349}
   [junit4]   2> 851600 INFO  (jetty-launcher-1763-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 851600 INFO  (jetty-launcher-1763-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 851600 INFO  (jetty-launcher-1763-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-06T20:32:10.471761Z
   [junit4]   2> 851600 ERROR (jetty-launcher-1763-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 851601 INFO  (jetty-launcher-1763-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.2.0
   [junit4]   2> 851601 INFO  (jetty-launcher-1763-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 851601 INFO  (jetty-launcher-1763-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 851601 INFO  (jetty-launcher-1763-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-06T20:32:10.472116Z
   [junit4]   2> 851601 INFO  (jetty-launcher-1763-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 851601 INFO  (jetty-launcher-1763-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 851603 INFO  (jetty-launcher-1763-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 851607 INFO  (jetty-launcher-1763-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 851611 INFO  (jetty-launcher-1763-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36625/solr
   [junit4]   2> 851612 INFO  (jetty-launcher-1763-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36625/solr
   [junit4]   2> 851612 INFO  (jetty-launcher-1763-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36625/solr
   [junit4]   2> 851612 INFO  (jetty-launcher-1763-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36625/solr
   [junit4]   2> 851620 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 0x15f9308867c0006, 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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 851643 INFO  (jetty-launcher-1763-thread-4) 
[n:127.0.0.1:42243_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 851643 INFO  (jetty-launcher-1763-thread-2) 
[n:127.0.0.1:40325_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 851643 INFO  (jetty-launcher-1763-thread-4) 
[n:127.0.0.1:42243_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:42243_solr
   [junit4]   2> 851643 INFO  (jetty-launcher-1763-thread-2) 
[n:127.0.0.1:40325_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40325_solr
   [junit4]   2> 851644 INFO  (jetty-launcher-1763-thread-4) 
[n:127.0.0.1:42243_solr    ] o.a.s.c.Overseer Overseer 
(id=98959381650735115-127.0.0.1:42243_solr-n_0000000000) starting
   [junit4]   2> 851647 INFO  
(zkCallback-1785-thread-1-processing-n:127.0.0.1:42243_solr) 
[n:127.0.0.1:42243_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 851651 INFO  
(zkCallback-1786-thread-1-processing-n:127.0.0.1:40325_solr) 
[n:127.0.0.1:40325_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 851659 INFO  (jetty-launcher-1763-thread-4) 
[n:127.0.0.1:42243_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42243_solr
   [junit4]   2> 851660 INFO  
(zkCallback-1785-thread-1-processing-n:127.0.0.1:42243_solr) 
[n:127.0.0.1:42243_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 851660 INFO  
(zkCallback-1786-thread-1-processing-n:127.0.0.1:40325_solr) 
[n:127.0.0.1:40325_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 851665 INFO  (jetty-launcher-1763-thread-3) 
[n:127.0.0.1:43349_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 851665 INFO  (jetty-launcher-1763-thread-1) 
[n:127.0.0.1:45155_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 851666 INFO  (jetty-launcher-1763-thread-3) 
[n:127.0.0.1:43349_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 851666 INFO  (jetty-launcher-1763-thread-1) 
[n:127.0.0.1:45155_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 851666 INFO  (jetty-launcher-1763-thread-3) 
[n:127.0.0.1:43349_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43349_solr
   [junit4]   2> 851666 INFO  (jetty-launcher-1763-thread-1) 
[n:127.0.0.1:45155_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45155_solr
   [junit4]   2> 851667 INFO  
(zkCallback-1785-thread-1-processing-n:127.0.0.1:42243_solr) 
[n:127.0.0.1:42243_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 851667 INFO  
(zkCallback-1786-thread-1-processing-n:127.0.0.1:40325_solr) 
[n:127.0.0.1:40325_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 851667 INFO  
(zkCallback-1782-thread-1-processing-n:127.0.0.1:43349_solr) 
[n:127.0.0.1:43349_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 851667 INFO  
(zkCallback-1783-thread-1-processing-n:127.0.0.1:45155_solr) 
[n:127.0.0.1:45155_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 851667 INFO  
(zkCallback-1786-thread-1-processing-n:127.0.0.1:40325_solr) 
[n:127.0.0.1:40325_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 851667 INFO  
(zkCallback-1782-thread-1-processing-n:127.0.0.1:43349_solr) 
[n:127.0.0.1:43349_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 851667 INFO  
(zkCallback-1783-thread-1-processing-n:127.0.0.1:45155_solr) 
[n:127.0.0.1:45155_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 851669 INFO  (jetty-launcher-1763-thread-2) 
[n:127.0.0.1:40325_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40325.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 851670 INFO  
(zkCallback-1785-thread-1-processing-n:127.0.0.1:42243_solr) 
[n:127.0.0.1:42243_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 851675 INFO  (jetty-launcher-1763-thread-2) 
[n:127.0.0.1:40325_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40325.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 851676 INFO  (jetty-launcher-1763-thread-2) 
[n:127.0.0.1:40325_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40325.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 851677 INFO  (jetty-launcher-1763-thread-2) 
[n:127.0.0.1:40325_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_D40F5C84D8662D85-001/tempDir-001/node2/.
   [junit4]   2> 851696 INFO  (jetty-launcher-1763-thread-4) 
[n:127.0.0.1:42243_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42243.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 851711 INFO  (jetty-launcher-1763-thread-4) 
[n:127.0.0.1:42243_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42243.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 851711 INFO  (jetty-launcher-1763-thread-4) 
[n:127.0.0.1:42243_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42243.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 851711 INFO  (jetty-launcher-1763-thread-1) 
[n:127.0.0.1:45155_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45155.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 851712 INFO  (jetty-launcher-1763-thread-4) 
[n:127.0.0.1:42243_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_D40F5C84D8662D85-001/tempDir-001/node4/.
   [junit4]   2> 851712 INFO  (jetty-launcher-1763-thread-3) 
[n:127.0.0.1:43349_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43349.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 851717 INFO  (jetty-launcher-1763-thread-3) 
[n:127.0.0.1:43349_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43349.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 851717 INFO  (jetty-launcher-1763-thread-3) 
[n:127.0.0.1:43349_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43349.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 851718 INFO  (jetty-launcher-1763-thread-3) 
[n:127.0.0.1:43349_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_D40F5C84D8662D85-001/tempDir-001/node3/.
   [junit4]   2> 851719 INFO  (jetty-launcher-1763-thread-1) 
[n:127.0.0.1:45155_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45155.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 851719 INFO  (jetty-launcher-1763-thread-1) 
[n:127.0.0.1:45155_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45155.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 851720 INFO  (jetty-launcher-1763-thread-1) 
[n:127.0.0.1:45155_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_D40F5C84D8662D85-001/tempDir-001/node1/.
   [junit4]   2> 851773 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 851773 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36625/solr ready
   [junit4]   2> 851775 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@1b2b9892{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 851775 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1278359122
   [junit4]   2> 851775 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 851775 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7c24abff: rootName = 
solr_40325, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@458939eb
   [junit4]   2> 851778 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 851778 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1a4ab90e: rootName = 
solr_40325, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@7388efdb
   [junit4]   2> 851781 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 851781 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5c32027: rootName = 
solr_40325, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@62bbf712
   [junit4]   2> 851781 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40325_solr
   [junit4]   2> 851782 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 851782 INFO  
(zkCallback-1785-thread-1-processing-n:127.0.0.1:42243_solr) 
[n:127.0.0.1:42243_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 851782 INFO  (zkCallback-1794-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 851782 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 851782 INFO  
(zkCallback-1782-thread-1-processing-n:127.0.0.1:43349_solr) 
[n:127.0.0.1:43349_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 851782 INFO  
(zkCallback-1786-thread-1-processing-n:127.0.0.1:40325_solr) 
[n:127.0.0.1:40325_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 851782 INFO  
(zkCallback-1783-thread-1-processing-n:127.0.0.1:45155_solr) 
[n:127.0.0.1:45155_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 851782 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6cda3172{/solr,null,UNAVAILABLE}
   [junit4]   2> 851786 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 851787 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6910a0c0{/solr,null,AVAILABLE}
   [junit4]   2> 851787 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@72e89315{HTTP/1.1,[http/1.1]}{127.0.0.1:34183}
   [junit4]   2> 851787 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.e.j.s.Server Started @853246ms
   [junit4]   2> 851787 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45131}
   [junit4]   2> 851787 ERROR 
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 851788 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.2.0
   [junit4]   2> 851788 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 851788 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 851788 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-06T20:32:10.659142Z
   [junit4]   2> 851789 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 851792 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36625/solr
   [junit4]   2> 851796 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) 
[n:127.0.0.1:45131_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 851796 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) 
[n:127.0.0.1:45131_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 851797 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) 
[n:127.0.0.1:45131_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45131_solr
   [junit4]   2> 851797 INFO  (zkCallback-1794-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 851797 INFO  
(zkCallback-1785-thread-1-processing-n:127.0.0.1:42243_solr) 
[n:127.0.0.1:42243_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 851797 INFO  
(zkCallback-1782-thread-2-processing-n:127.0.0.1:43349_solr) 
[n:127.0.0.1:43349_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 851797 INFO  
(zkCallback-1783-thread-1-processing-n:127.0.0.1:45155_solr) 
[n:127.0.0.1:45155_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 851798 INFO  
(zkCallback-1799-thread-1-processing-n:127.0.0.1:45131_solr) 
[n:127.0.0.1:45131_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 851823 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) 
[n:127.0.0.1:45131_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45131.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 851829 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) 
[n:127.0.0.1:45131_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45131.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 851829 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) 
[n:127.0.0.1:45131_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45131.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 851830 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) 
[n:127.0.0.1:45131_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_D40F5C84D8662D85-001/tempDir-001/node2/.
   [junit4]   2> 851855 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: 
http://127.0.0.1:34183/solr. Proxy: http://127.0.0.1:45131/solr
   [junit4]   2> 851856 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@7b4f3475{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 851856 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=534933572
   [junit4]   2> 851856 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 851856 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6328b4eb: rootName = 
solr_42243, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@2ce78b17
   [junit4]   2> 851860 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 851860 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3da89caf: rootName = 
solr_42243, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@7388efdb
   [junit4]   2> 851863 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 851863 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@cba1458: rootName = 
solr_42243, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@62bbf712
   [junit4]   2> 851864 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42243_solr
   [junit4]   2> 851864 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 851864 INFO  
(zkCallback-1785-thread-1-processing-n:127.0.0.1:42243_solr) 
[n:127.0.0.1:42243_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 851864 INFO  
(zkCallback-1783-thread-1-processing-n:127.0.0.1:45155_solr) 
[n:127.0.0.1:45155_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 851864 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 851864 INFO  
(zkCallback-1799-thread-1-processing-n:127.0.0.1:45131_solr) 
[n:127.0.0.1:45131_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 851864 INFO  
(zkCallback-1782-thread-2-processing-n:127.0.0.1:43349_solr) 
[n:127.0.0.1:43349_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 851864 INFO  (zkCallback-1794-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 851864 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.c.Overseer Overseer 
(id=98959381650735115-127.0.0.1:42243_solr-n_0000000000) closing
   [junit4]   2> 851864 INFO  
(OverseerStateUpdate-98959381650735115-127.0.0.1:42243_solr-n_0000000000) 
[n:127.0.0.1:42243_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:42243_solr
   [junit4]   2> 851864 WARN  
(OverseerAutoScalingTriggerThread-98959381650735115-127.0.0.1:42243_solr-n_0000000000)
 [n:127.0.0.1:42243_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 851866 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3336bdb0{/solr,null,UNAVAILABLE}
   [junit4]   2> 851866 INFO  
(zkCallback-1782-thread-2-processing-n:127.0.0.1:43349_solr) 
[n:127.0.0.1:43349_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:43349_solr
   [junit4]   2> 851866 INFO  
(zkCallback-1782-thread-2-processing-n:127.0.0.1:43349_solr) 
[n:127.0.0.1:43349_solr    ] o.a.s.c.Overseer Overseer 
(id=98959381650735114-127.0.0.1:43349_solr-n_0000000002) starting
   [junit4]   2> 851866 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 851866 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3b283aff{/solr,null,AVAILABLE}
   [junit4]   2> 851867 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@11086aed{HTTP/1.1,[http/1.1]}{127.0.0.1:34339}
   [junit4]   2> 851867 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.e.j.s.Server Started @853325ms
   [junit4]   2> 851867 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43483}
   [junit4]   2> 851867 ERROR 
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 851867 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.2.0
   [junit4]   2> 851867 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 851867 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 851867 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-06T20:32:10.738765Z
   [junit4]   2> 851868 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 851873 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36625/solr
   [junit4]   2> 851876 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) 
[n:127.0.0.1:43483_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 851877 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) 
[n:127.0.0.1:43483_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 851877 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) 
[n:127.0.0.1:43483_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43483_solr
   [junit4]   2> 851878 INFO  
(zkCallback-1783-thread-1-processing-n:127.0.0.1:45155_solr) 
[n:127.0.0.1:45155_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 851878 INFO  
(zkCallback-1806-thread-1-processing-n:127.0.0.1:43483_solr) 
[n:127.0.0.1:43483_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 851878 INFO  
(zkCallback-1799-thread-1-processing-n:127.0.0.1:45131_solr) 
[n:127.0.0.1:45131_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 851878 INFO  (zkCallback-1794-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 851878 INFO  
(zkCallback-1782-thread-2-processing-n:127.0.0.1:43349_solr) 
[n:127.0.0.1:43349_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 851909 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) 
[n:127.0.0.1:43483_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43483.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 851914 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) 
[n:127.0.0.1:43483_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43483.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 851914 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) 
[n:127.0.0.1:43483_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43483.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 851915 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) 
[n:127.0.0.1:43483_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_D40F5C84D8662D85-001/tempDir-001/node4/.
   [junit4]   2> 851940 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: 
http://127.0.0.1:34339/solr. Proxy: http://127.0.0.1:43483/solr
   [junit4]   2> 851940 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@2df123e9{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 851941 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1014557786
   [junit4]   2> 851941 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 851941 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7f234540: rootName = 
solr_45155, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@3db21876
   [junit4]   2> 851944 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 851944 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@40d0cbdd: rootName = 
solr_45155, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@7388efdb
   [junit4]   2> 851947 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 851947 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@549aa97: rootName = 
solr_45155, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@62bbf712
   [junit4]   2> 851948 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45155_solr
   [junit4]   2> 851948 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 851948 INFO  
(zkCallback-1783-thread-1-processing-n:127.0.0.1:45155_solr) 
[n:127.0.0.1:45155_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 851948 INFO  
(zkCallback-1806-thread-1-processing-n:127.0.0.1:43483_solr) 
[n:127.0.0.1:43483_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 851948 INFO  
(zkCallback-1782-thread-2-processing-n:127.0.0.1:43349_solr) 
[n:127.0.0.1:43349_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 851948 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 851949 INFO  (zkCallback-1794-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 851949 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@76ac760c{/solr,null,UNAVAILABLE}
   [junit4]   2> 851950 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 851951 INFO  
(zkCallback-1799-thread-1-processing-n:127.0.0.1:45131_solr) 
[n:127.0.0.1:45131_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 851963 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@32adaea4{/solr,null,AVAILABLE}
   [junit4]   2> 851963 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@52701afc{HTTP/1.1,[http/1.1]}{127.0.0.1:41867}
   [junit4]   2> 851963 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.e.j.s.Server Started @853422ms
   [junit4]   2> 851964 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46185}
   [junit4]   2> 851964 ERROR 
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 851964 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.2.0
   [junit4]   2> 851964 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 851964 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 851964 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-06T20:32:10.835648Z
   [junit4]   2> 851965 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 851970 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36625/solr
   [junit4]   2> 851976 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) 
[n:127.0.0.1:46185_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 851977 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) 
[n:127.0.0.1:46185_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 851979 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) 
[n:127.0.0.1:46185_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46185_solr
   [junit4]   2> 851979 INFO  (zkCallback-1794-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 851979 INFO  
(zkCallback-1782-thread-2-processing-n:127.0.0.1:43349_solr) 
[n:127.0.0.1:43349_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 851979 INFO  
(zkCallback-1806-thread-1-processing-n:127.0.0.1:43483_solr) 
[n:127.0.0.1:43483_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 851984 INFO  
(zkCallback-1799-thread-2-processing-n:127.0.0.1:45131_solr) 
[n:127.0.0.1:45131_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 851983 INFO  
(zkCallback-1812-thread-1-processing-n:127.0.0.1:46185_solr) 
[n:127.0.0.1:46185_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 852004 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) 
[n:127.0.0.1:46185_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46185.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 852009 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) 
[n:127.0.0.1:46185_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46185.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 852009 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) 
[n:127.0.0.1:46185_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46185.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 852010 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) 
[n:127.0.0.1:46185_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_D40F5C84D8662D85-001/tempDir-001/node1/.
   [junit4]   2> 852033 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: 
http://127.0.0.1:41867/solr. Proxy: http://127.0.0.1:46185/solr
   [junit4]   2> 852034 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@2059ef98{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 852034 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1040629302
   [junit4]   2> 852034 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 852034 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2941b4d7: rootName = 
solr_43349, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@29364451
   [junit4]   2> 852037 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 852037 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@572005ee: rootName = 
solr_43349, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@7388efdb
   [junit4]   2> 852040 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 852040 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@67c5dbfd: rootName = 
solr_43349, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@62bbf712
   [junit4]   2> 852041 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43349_solr
   [junit4]   2> 852042 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 852042 INFO  
(zkCallback-1806-thread-1-processing-n:127.0.0.1:43483_solr) 
[n:127.0.0.1:43483_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 852042 INFO  
(zkCallback-1782-thread-2-processing-n:127.0.0.1:43349_solr) 
[n:127.0.0.1:43349_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 852042 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 852042 INFO  
(zkCallback-1812-thread-1-processing-n:127.0.0.1:46185_solr) 
[n:127.0.0.1:46185_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 852042 INFO  
(zkCallback-1799-thread-2-processing-n:127.0.0.1:45131_solr) 
[n:127.0.0.1:45131_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 852042 INFO  (zkCallback-1794-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 852042 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.c.Overseer Overseer 
(id=98959381650735114-127.0.0.1:43349_solr-n_0000000002) closing
   [junit4]   2> 852042 INFO  
(OverseerStateUpdate-98959381650735114-127.0.0.1:43349_solr-n_0000000002) 
[n:127.0.0.1:43349_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:43349_solr
   [junit4]   2> 852042 WARN  
(OverseerAutoScalingTriggerThread-98959381650735114-127.0.0.1:43349_solr-n_0000000002)
 [n:127.0.0.1:43349_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 852044 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7bba77d4{/solr,null,UNAVAILABLE}
   [junit4]   2> 852044 INFO  
(zkCallback-1799-thread-2-processing-n:127.0.0.1:45131_solr) 
[n:127.0.0.1:45131_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:45131_solr
   [junit4]   2> 852044 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 852044 INFO  
(zkCallback-1799-thread-2-processing-n:127.0.0.1:45131_solr) 
[n:127.0.0.1:45131_solr    ] o.a.s.c.Overseer Overseer 
(id=98959381650735121-127.0.0.1:45131_solr-n_0000000004) starting
   [junit4]   2> 852045 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5c9f4bc5{/solr,null,AVAILABLE}
   [junit4]   2> 852045 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5a8de14c{HTTP/1.1,[http/1.1]}{127.0.0.1:42065}
   [junit4]   2> 852045 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.e.j.s.Server Started @853504ms
   [junit4]   2> 852045 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42749}
   [junit4]   2> 852045 ERROR 
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 852045 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.2.0
   [junit4]   2> 852045 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 852046 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 852046 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-06T20:32:10.917025Z
   [junit4]   2> 852046 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 852050 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36625/solr
   [junit4]   2> 852053 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) 
[n:127.0.0.1:42749_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 852053 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) 
[n:127.0.0.1:42749_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 852054 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) 
[n:127.0.0.1:42749_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42749_solr
   [junit4]   2> 852054 INFO  
(zkCallback-1806-thread-1-processing-n:127.0.0.1:43483_solr) 
[n:127.0.0.1:43483_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 852054 INFO  
(zkCallback-1799-thread-2-processing-n:127.0.0.1:45131_solr) 
[n:127.0.0.1:45131_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 852055 INFO  
(zkCallback-1819-thread-1-processing-n:127.0.0.1:42749_solr) 
[n:127.0.0.1:42749_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 852055 INFO  (zkCallback-1794-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 852055 INFO  
(zkCallback-1812-thread-1-processing-n:127.0.0.1:46185_solr) 
[n:127.0.0.1:46185_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 852081 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) 
[n:127.0.0.1:42749_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42749.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 852086 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) 
[n:127.0.0.1:42749_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42749.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 852086 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) 
[n:127.0.0.1:42749_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42749.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 852087 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) 
[n:127.0.0.1:42749_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_D40F5C84D8662D85-001/tempDir-001/node3/.
   [junit4]   2> 852118 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] 
o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: 
http://127.0.0.1:42065/solr. Proxy: http://127.0.0.1:42749/solr
   [junit4]   2> 852119 INFO  (SocketProxy-Acceptor-42749) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=50458,localport=42749], receiveBufferSize:531000
   [junit4]   2> 852121 INFO  (SocketProxy-Acceptor-42749) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=42065,localport=56634], receiveBufferSize=530904
   [junit4]   2> 852122 INFO  (qtp73612392-8396) [n:127.0.0.1:42749_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterprop with params 
val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 852122 INFO  (qtp73612392-8396) [n:127.0.0.1:42749_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2} 
status=0 QTime=0
   [junit4]   2> 852132 INFO  
(TEST-TestPullReplicaErrorHandling.testPullReplicaDisconnectsFromZooKeeper-seed#[D40F5C84D8662D85])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testPullReplicaDisconnectsFromZooKeeper
   [junit4]   2> 852132 INFO  (qtp73612392-8397) [n:127.0.0.1:42749_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=1&replicationFactor=1&collection.configName=conf&maxShardsPerNode=1&name=pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 852133 INFO  
(OverseerThreadFactory-3815-thread-1-processing-n:127.0.0.1:45131_solr) 
[n:127.0.0.1:45131_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper
   [junit4]   2> 852237 INFO  
(OverseerStateUpdate-98959381650735121-127.0.0.1:45131_solr-n_0000000004) 
[n:127.0.0.1:45131_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   
"collection":"pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   
"core":"pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42749/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 852239 INFO  
(OverseerStateUpdate-98959381650735121-127.0.0.1:45131_solr-n_0000000004) 
[n:127.0.0.1:45131_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   
"collection":"pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   
"core":"pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45131/solr";,
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 852441 INFO  (SocketProxy-Acceptor-42749) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=50462,localport=42749], receiveBufferSize:531000
   [junit4]   2> 852441 INFO  (SocketProxy-Acceptor-45131) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=54222,localport=45131], receiveBufferSize:531000
   [junit4]   2> 852441 INFO  (SocketProxy-Acceptor-45131) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34183,localport=35718], receiveBufferSize=530904
   [junit4]   2> 852442 INFO  (qtp73612392-8391) [n:127.0.0.1:42749_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1&action=CREATE&numShards=1&collection=pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 852442 INFO  (SocketProxy-Acceptor-42749) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=42065,localport=56642], receiveBufferSize=530904
   [junit4]   2> 852443 INFO  (qtp1856009508-8315) [n:127.0.0.1:45131_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2&action=CREATE&numShards=1&collection=pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper&shard=shard1&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 852443 INFO  (qtp73612392-8391) [n:127.0.0.1:42749_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 852443 INFO  (qtp1856009508-8315) [n:127.0.0.1:45131_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 852547 INFO  
(zkCallback-1799-thread-2-processing-n:127.0.0.1:45131_solr) 
[n:127.0.0.1:45131_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json]
 for collection 
[pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 852547 INFO  
(zkCallback-1799-thread-1-processing-n:127.0.0.1:45131_solr) 
[n:127.0.0.1:45131_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json]
 for collection 
[pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 852547 INFO  
(zkCallback-1819-thread-2-processing-n:127.0.0.1:42749_solr) 
[n:127.0.0.1:42749_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json]
 for collection 
[pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 852547 INFO  
(zkCallback-1819-thread-1-processing-n:127.0.0.1:42749_solr) 
[n:127.0.0.1:42749_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json]
 for collection 
[pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 853451 INFO  (qtp73612392-8391) [n:127.0.0.1:42749_solr 
c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper 
s:shard1 r:core_node3 
x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1]
 o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 853451 INFO  (qtp1856009508-8315) [n:127.0.0.1:45131_solr 
c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper 
s:shard1 r:core_node4 
x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2]
 o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 853458 INFO  (qtp1856009508-8315) [n:127.0.0.1:45131_solr 
c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper 
s:shard1 r:core_node4 
x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2]
 o.a.s.s.IndexSchema 
[pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2]
 Schema name=minimal
   [junit4]   2> 853458 INFO  (qtp73612392-8391) [n:127.0.0.1:42749_solr 
c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper 
s:shard1 r:core_node3 
x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1]
 o.a.s.s.IndexSchema 
[pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1]
 Schema name=minimal
   [junit4]   2> 853459 INFO  (qtp73612392-8391) [n:127.0.0.1:42749_solr 
c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper 
s:shard1 r:core_node3 
x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1]
 o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 853459 INFO  (qtp1856009508-8315) [n:127.0.0.1:45131_solr 
c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper 
s:shard1 r:core_node4 
x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2]
 o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 853459 INFO  (qtp73612392-8391) [n:127.0.0.1:42749_solr 
c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper 
s:shard1 r:core_node3 
x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1]
 o.a.s.c.CoreContainer Creating SolrCore 
'pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1'
 using configuration from collection 
pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper, 
trusted=true
   [junit4]   2> 853459 INFO  (qtp1856009508-8315) [n:127.0.0.1:45131_solr 
c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper 
s:shard1 r:core_node4 
x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2]
 o.a.s.c.CoreContainer Creating SolrCore 
'pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2'
 using configuration from collection 
pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper, 
trusted=true
   [junit4]   2> 853460 INFO  (qtp1856009508-8315) [n:127.0.0.1:45131_solr 
c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper 
s:shard1 r:core_node4 
x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2]
 o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45131.solr.core.pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper.shard1.replica_p2'
 (registry 
'solr.core.pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper.shard1.replica_p2')
 enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 853460 INFO  (qtp73612392-8391) [n:127.0.0.1:42749_solr 
c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper 
s:shard1 r:core_node3 
x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1]
 o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42749.solr.core.pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper.shard1.replica_n1'
 (registry 
'solr.core.pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper.shard1.replica_n1')
 enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 853460 INFO  (qtp1856009508-8315) [n:127.0.0.1:45131_solr 
c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper 
s:shard1 r:core_node4 
x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2]
 o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 853460 INFO  (qtp73612392-8391) [n:127.0.0.1:42749_solr 
c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper 
s:shard1 r:core_node3 
x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1]
 o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 853460 INFO  (qtp1856009508-8315) [n:127.0.0.1:45131_solr 
c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper 
s:shard1 r:core_node4 
x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2]
 o.a.s.c.SolrCore 
[[pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2]
 ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_D40F5C84D8662D85-001/tempDir-001/node2/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_D40F5C84D8662D85-001/tempDir-001/node2/./pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2/data/]
   [junit4]   2> 853460 INFO  (qtp73612392-8391) [n:127.0.0.1:42749_solr 
c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper 
s:shard1 r:core_node3 
x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1]
 o.a.s.c.SolrCore 
[[pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1]
 ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_D40F5C84D8662D85-001/tempDir-001/node3/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_D40F5C84D8662D85-001/tempDir-001/node3/./pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1/data/]
   [junit4]   2> 853506 INFO  (qtp73612392-8391) [n:127.0.0.1:42749_solr 
c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper 
s:shard1 r:core_node3 
x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1]
 o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 853506 INFO  (qtp73612392-8391) [n:127.0.0.1:42749_solr 
c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper 
s:shard1 r:core_node3 
x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1]
 o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 853507 INFO  (qtp1856009508-8315) [n:127.0.0.1:45131_solr 
c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper 
s:shard1 r:core_node4 
x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2]
 o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 853507 INFO  (qtp1856009508-8315) [n:127.0.0.1:45131_solr 
c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper 
s:shard1 r:core_node4 
x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2]
 o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 853507 INFO  (qtp73612392-8391) [n:127.0.0.1:42749_solr 
c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper 
s:shard1 r:core_node3 
x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1]
 o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 853507 INFO  (qtp73612392-8391) [n:127.0.0.1:42749_solr 
c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper 
s:shard1 r:core_node3 
x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1]
 o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 853508 INFO  (qtp1856009508-8315) [n:127.0.0.1:45131_solr 
c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper 
s:shard1 r:core_node4 
x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2]
 o.a.s.s.SolrIndexSearcher Opening 
[Searcher@35ba237a[pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2]
 main]
   [junit4]   2> 853508 INFO  (qtp73612392-8391) [n:127.0.0.1:42749_solr 
c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper 
s:shard1 r:core_node3 
x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1]
 o.a.s.s.SolrIndexSearcher Opening 
[Searcher@71bdb19a[pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1]
 main]
   [junit4]   2> 853508 INFO  (qtp1856009508-8315) [n:127.0.0.1:45131_solr 
c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper 
s:shard1 r:core_node4 
x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2]
 o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 853509 INFO  (qtp1856009508-8315) [n:127.0.0.1:45131_solr 
c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper 
s:shard1 r:core_node4 
x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2]
 o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 853509 INFO  (qtp73612392-8391) [n:127.0.0.1:42749_solr 
c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper 
s:shard1 r:core_node3 
x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1]
 o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 853509 INFO  (qtp73612392-8391) [n:127.0.0.1:42749_solr 
c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper 
s:shard1 r:core_node3 
x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1]
 o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 853509 INFO  (qtp1856009508-8315) [n:127.0.0.1:45131_solr 
c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper 
s:shard1 r:core_node4 
x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2]
 o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 853509 INFO  (qtp1856009508-8315) [n:127.0.0.1:45131_solr 
c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper 
s:shard1 r:core_node4 
x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2]
 o.a.s.c.ZkController 
pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2
 starting background replication from leader
   [junit4]   2> 853509 INFO  (qtp73612392-8391) [n:127.0.0.1:42749_solr 
c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper 
s:shard1 r:core_node3 
x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1]
 o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 853509 INFO  (qtp1856009508-8315) [n:127.0.0.1:45131_solr 
c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper 
s:shard1 r:core_node4 
x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2]
 o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 853510 INFO  
(searcherExecutor-3823-thread-1-processing-n:127.0.0.1:45131_solr 
x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2
 s:shard1 
c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper 
r:core_node4) [n:127.0.0.1:45131_solr 
c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper 
s:shard1 r:core_node4 
x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2]
 o.a.s.c.SolrCore 
[pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2]
 Registered new searcher Searcher@35ba237a[pull_replica_error_handli

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

for registry=solr.jvm, tag=null
   [junit4]   2> 1244825 INFO  
(SUITE-TestLazyCores-seed#[D40F5C84D8662D85]-worker) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [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.core.TestLazyCores_D40F5C84D8662D85-001
   [junit4]   2> Nov 06, 2017 8:38:43 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> Nov 06, 2017 8:39:03 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.solr.core.TestLazyCores: 
   [junit4]   2>    1) Thread[id=10624, name=searcherExecutor-4633-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at 
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]   2>         at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
   [junit4]   2>         at 
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
   [junit4]   2>         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
   [junit4]   2>         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]   2>         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2>         at 
[email protected]/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Nov 06, 2017 8:39:03 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=10624, name=searcherExecutor-4633-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Nov 06, 2017 8:39:06 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=10624, name=searcherExecutor-4633-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at 
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]   2>         at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
   [junit4]   2>         at 
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
   [junit4]   2>         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
   [junit4]   2>         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]   2>         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2>         at 
[email protected]/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=RandomSimilarity(queryNorm=true): {}, locale=pt-BR, timezone=Asia/Riyadh
   [junit4]   2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation 9.0.1 
(64-bit)/cpus=8,threads=2,free=340926816,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestSSLRandomization, 
TestFieldCacheWithThreads, TestShardHandlerFactory, AnalyticsQueryTest, 
TestDynamicFieldResource, DistributedExpandComponentTest, BadIndexSchemaTest, 
TestDelegationWithHadoopAuth, SolrRequestParserTest, TestConfigReload, 
AddSchemaFieldsUpdateProcessorFactoryTest, SolrIndexSplitterTest, 
TestDeleteCollectionOnDownNodes, ShowFileRequestHandlerTest, 
TestCloudSchemaless, CdcrRequestHandlerTest, DistributedVersionInfoTest, 
MoreLikeThisHandlerTest, ZkSolrClientTest, NotRequiredUniqueKeyTest, 
TestRemoteStreaming, TestJettySolrRunner, DirectUpdateHandlerTest, 
TestBlendedInfixSuggestions, TriggerIntegrationTest, TestSystemCollAutoCreate, 
AutoAddReplicasIntegrationTest, TestFastWriter, TestQueryWrapperFilter, 
TestNumericTokenStream, BufferStoreTest, TestNonDefinedSimilarityFactory, 
TestSurroundQueryParser, DocValuesMultiTest, ChaosMonkeySafeLeaderTest, 
BinaryUpdateRequestHandlerTest, TestAnalyzedSuggestions, 
HdfsCollectionsAPIDistributedZkTest, SuggesterTSTTest, TestReqParamsAPI, 
TestInPlaceUpdatesStandalone, OpenExchangeRatesOrgProviderTest, 
TestHighFrequencyDictionaryFactory, MultiThreadedOCPTest, 
ManagedSchemaRoundRobinCloudTest, TestCollationField, HttpTriggerListenerTest, 
ZkStateReaderTest, SolrCLIZkUtilsTest, 
ClassificationUpdateProcessorFactoryTest, TestWriterPerf, 
TestOverriddenPrefixQueryForCustomFieldType, TestPushWriter, AssignTest, 
UUIDUpdateProcessorFallbackTest, CloneFieldUpdateProcessorFactoryTest, 
ClusterStateUpdateTest, TestSearcherReuse, RegexBoostProcessorTest, 
TestFastLRUCache, TestMultiValuedNumericRangeQuery, 
TestCursorMarkWithoutUniqueKey, TestBM25SimilarityFactory, 
TestFieldTypeCollectionResource, SolrCmdDistributorTest, 
BasicAuthStandaloneTest, DebugComponentTest, TestStressInPlaceUpdates, 
TestXIncludeConfig, TestGeoJSONResponseWriter, TestCloudRecovery, 
TestReRankQParserPlugin, NumericFieldsTest, TestLegacyFieldReuse, 
SignatureUpdateProcessorFactoryTest, TestFaceting, 
SchemaVersionSpecificBehaviorTest, TestTrackingShardHandlerFactory, 
SOLR749Test, ConjunctionSolrSpellCheckerTest, ZkCLITest, PreAnalyzedFieldTest, 
TestSimpleTrackingShardHandler, TestBulkSchemaAPI, 
PeerSyncWithIndexFingerprintCachingTest, DeleteLastCustomShardedReplicaTest, 
DistribDocExpirationUpdateProcessorTest, WrapperMergePolicyFactoryTest, 
TestInitQParser, TestSortByMinMaxFunction, TestCloudNestedDocsSort, 
TestRetrieveFieldsOptimizer, TestExactStatsCache, TestSolrCloudWithKerberosAlt, 
TestLeaderElectionZkExpiry, TestFilteredDocIdSet, TestIntervalFaceting, 
TestExclusionRuleCollectionAccess, CdcrBootstrapTest, 
DocumentAnalysisRequestHandlerTest, TestQuerySenderNoQuery, 
DistributedFacetPivotWhiteBoxTest, RequestLoggingTest, OutputWriterTest, 
RuleEngineTest, SolrGraphiteReporterTest, HLLSerializationTest, TestConfigsApi, 
BooleanFieldTest, TestBinaryResponseWriter, TestTolerantUpdateProcessorCloud, 
TestExpandComponent, SolrSlf4jReporterTest, TestSolr4Spatial2, 
TestScoreJoinQPScore, TestCloudJSONFacetJoinDomain, TestSolr4Spatial, 
SpellingQueryConverterTest, TestJmxIntegration, TestDocSet, MergeStrategyTest, 
ReplaceNodeTest, TestDocumentBuilder, BasicZkTest, RecoveryZkTest, 
LeaderElectionTest, TestRealTimeGet, TestStressReorder, TestReload, 
DistributedTermsComponentTest, SpellCheckComponentTest, ConvertedLegacyTest, 
TestFunctionQuery, BasicFunctionalityTest, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores 
-Dtests.seed=D40F5C84D8662D85 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=pt-BR -Dtests.timezone=Asia/Riyadh -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.core.TestLazyCores: 
   [junit4]    >    1) Thread[id=10624, name=searcherExecutor-4633-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at 
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]    >         at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
   [junit4]    >         at 
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
   [junit4]    >         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
   [junit4]    >         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]    >         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]    >         at 
[email protected]/java.lang.Thread.run(Thread.java:844)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([D40F5C84D8662D85]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=10624, name=searcherExecutor-4633-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at 
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]    >         at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
   [junit4]    >         at 
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
   [junit4]    >         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
   [junit4]    >         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]    >         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]    >         at 
[email protected]/java.lang.Thread.run(Thread.java:844)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([D40F5C84D8662D85]:0)
   [junit4] Completed [441/748 (2!)] on J1 in 28.07s, 9 tests, 3 errors <<< 
FAILURES!

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

Reply via email to