Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20457/
Java: 32bit/jdk1.8.0_144 -server -XX:+UseConcMarkSweepGC

3 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.TestPullReplicaErrorHandling

Error Message:
file handle leaks: 
[FileChannel(/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_B4ABD2DDB31285C7-001/index-MMapDirectory-007/write.lock)]

Stack Trace:
java.lang.RuntimeException: file handle leaks: 
[FileChannel(/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_B4ABD2DDB31285C7-001/index-MMapDirectory-007/write.lock)]
        at __randomizedtesting.SeedInfo.seed([B4ABD2DDB31285C7]:0)
        at org.apache.lucene.mockfile.LeakFS.onClose(LeakFS.java:63)
        at 
org.apache.lucene.mockfile.FilterFileSystem.close(FilterFileSystem.java:77)
        at 
org.apache.lucene.mockfile.FilterFileSystem.close(FilterFileSystem.java:78)
        at 
org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:228)
        at 
com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.Exception
        at org.apache.lucene.mockfile.LeakFS.onOpen(LeakFS.java:46)
        at 
org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
        at 
org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:197)
        at 
org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:166)
        at java.nio.channels.FileChannel.open(FileChannel.java:287)
        at java.nio.channels.FileChannel.open(FileChannel.java:335)
        at 
org.apache.lucene.store.NativeFSLockFactory.obtainFSLock(NativeFSLockFactory.java:125)
        at 
org.apache.lucene.store.FSLockFactory.obtainLock(FSLockFactory.java:41)
        at 
org.apache.lucene.store.BaseDirectory.obtainLock(BaseDirectory.java:45)
        at 
org.apache.lucene.store.FilterDirectory.obtainLock(FilterDirectory.java:104)
        at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:947)
        at 
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:119)
        at 
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:94)
        at 
org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:257)
        at 
org.apache.solr.update.DefaultSolrCoreState.changeWriter(DefaultSolrCoreState.java:220)
        at 
org.apache.solr.update.DefaultSolrCoreState.openIndexWriter(DefaultSolrCoreState.java:245)
        at 
org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:608)
        at 
org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:332)
        at 
org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:419)
        at 
org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$12(ReplicationHandler.java:1183)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        ... 1 more


FAILED:  
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testPoissonDistribution

Error Message:
expected:<100.07820000000001> but was:<96.73735849584953>

Stack Trace:
java.lang.AssertionError: expected:<100.07820000000001> but 
was:<96.73735849584953>
        at 
__randomizedtesting.SeedInfo.seed([43A82462DE2BC60B:DBB8DBC37C92BE77]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:443)
        at org.junit.Assert.assertEquals(Assert.java:512)
        at 
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testPoissonDistribution(StreamExpressionTest.java:6318)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestCloudRecovery.corruptedLogTest

Error Message:
Timeout waiting for all live and active

Stack Trace:
java.lang.AssertionError: Timeout waiting for all live and active
        at 
__randomizedtesting.SeedInfo.seed([B4ABD2DDB31285C7:37DD8D2F656B8B66]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.TestCloudRecovery.corruptedLogTest(TestCloudRecovery.java:184)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11898 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
   [junit4]   2> 908739 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_B4ABD2DDB31285C7-001/init-core-data-001
   [junit4]   2> 908739 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 908740 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-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> 908741 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_B4ABD2DDB31285C7-001/tempDir-001
   [junit4]   2> 908741 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 908741 INFO  (Thread-2589) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 908741 INFO  (Thread-2589) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 908742 ERROR (Thread-2589) [    ] 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> 908841 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:44369
   [junit4]   2> 908845 INFO  (jetty-launcher-724-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 908845 INFO  (jetty-launcher-724-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 908845 INFO  (jetty-launcher-724-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 908845 INFO  (jetty-launcher-724-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 908845 INFO  (jetty-launcher-724-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@b7590d{/solr,null,AVAILABLE}
   [junit4]   2> 908846 INFO  (jetty-launcher-724-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@c0124c{/solr,null,AVAILABLE}
   [junit4]   2> 908848 INFO  (jetty-launcher-724-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1b6136a{HTTP/1.1,[http/1.1]}{127.0.0.1:33107}
   [junit4]   2> 908848 INFO  (jetty-launcher-724-thread-1) [    ] 
o.e.j.s.Server Started @910136ms
   [junit4]   2> 908848 INFO  (jetty-launcher-724-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33107}
   [junit4]   2> 908848 ERROR (jetty-launcher-724-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 908848 INFO  (jetty-launcher-724-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 908848 INFO  (jetty-launcher-724-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 908848 INFO  (jetty-launcher-724-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 908848 INFO  (jetty-launcher-724-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-12T09:09:22.711Z
   [junit4]   2> 908848 INFO  (jetty-launcher-724-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@65258b{/solr,null,AVAILABLE}
   [junit4]   2> 908849 INFO  (jetty-launcher-724-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1e1559c{HTTP/1.1,[http/1.1]}{127.0.0.1:35083}
   [junit4]   2> 908849 INFO  (jetty-launcher-724-thread-3) [    ] 
o.e.j.s.Server Started @910137ms
   [junit4]   2> 908849 INFO  (jetty-launcher-724-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35083}
   [junit4]   2> 908849 INFO  (jetty-launcher-724-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@8da1a5{/solr,null,AVAILABLE}
   [junit4]   2> 908849 ERROR (jetty-launcher-724-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 908849 INFO  (jetty-launcher-724-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@181d82c{HTTP/1.1,[http/1.1]}{127.0.0.1:33651}
   [junit4]   2> 908849 INFO  (jetty-launcher-724-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@e5611e{HTTP/1.1,[http/1.1]}{127.0.0.1:43585}
   [junit4]   2> 908856 INFO  (jetty-launcher-724-thread-4) [    ] 
o.e.j.s.Server Started @910145ms
   [junit4]   2> 908856 INFO  (jetty-launcher-724-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43585}
   [junit4]   2> 908849 INFO  (jetty-launcher-724-thread-2) [    ] 
o.e.j.s.Server Started @910137ms
   [junit4]   2> 908849 INFO  (jetty-launcher-724-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 908856 INFO  (jetty-launcher-724-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33651}
   [junit4]   2> 908856 INFO  (jetty-launcher-724-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 908857 INFO  (jetty-launcher-724-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 908857 INFO  (jetty-launcher-724-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-12T09:09:22.720Z
   [junit4]   2> 908857 ERROR (jetty-launcher-724-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 908857 INFO  (jetty-launcher-724-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 908857 INFO  (jetty-launcher-724-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 908857 INFO  (jetty-launcher-724-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 908857 INFO  (jetty-launcher-724-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-12T09:09:22.720Z
   [junit4]   2> 908858 ERROR (jetty-launcher-724-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 908858 INFO  (jetty-launcher-724-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 908858 INFO  (jetty-launcher-724-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 908858 INFO  (jetty-launcher-724-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 908858 INFO  (jetty-launcher-724-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-12T09:09:22.721Z
   [junit4]   2> 908858 INFO  (jetty-launcher-724-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 908858 INFO  (jetty-launcher-724-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 908859 INFO  (jetty-launcher-724-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 908864 INFO  (jetty-launcher-724-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 908864 INFO  (jetty-launcher-724-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44369/solr
   [junit4]   2> 908864 INFO  (jetty-launcher-724-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44369/solr
   [junit4]   2> 908864 INFO  (jetty-launcher-724-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44369/solr
   [junit4]   2> 908878 INFO  (jetty-launcher-724-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44369/solr
   [junit4]   2> 908884 INFO  (jetty-launcher-724-thread-4) 
[n:127.0.0.1:43585_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 908885 INFO  (jetty-launcher-724-thread-4) 
[n:127.0.0.1:43585_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:43585_solr
   [junit4]   2> 908885 INFO  (jetty-launcher-724-thread-4) 
[n:127.0.0.1:43585_solr    ] o.a.s.c.Overseer Overseer 
(id=98645269715681292-127.0.0.1:43585_solr-n_0000000000) starting
   [junit4]   2> 908888 INFO  (jetty-launcher-724-thread-4) 
[n:127.0.0.1:43585_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43585_solr
   [junit4]   2> 908896 INFO  
(OverseerStateUpdate-98645269715681292-127.0.0.1:43585_solr-n_0000000000) 
[n:127.0.0.1:43585_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 908916 INFO  (jetty-launcher-724-thread-1) 
[n:127.0.0.1:33107_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 908917 INFO  (jetty-launcher-724-thread-1) 
[n:127.0.0.1:33107_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 908917 INFO  (jetty-launcher-724-thread-1) 
[n:127.0.0.1:33107_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33107_solr
   [junit4]   2> 908918 INFO  
(zkCallback-749-thread-1-processing-n:127.0.0.1:43585_solr) 
[n:127.0.0.1:43585_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 908919 INFO  (jetty-launcher-724-thread-3) 
[n:127.0.0.1:35083_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 908919 INFO  (jetty-launcher-724-thread-3) 
[n:127.0.0.1:35083_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 908920 INFO  (jetty-launcher-724-thread-3) 
[n:127.0.0.1:35083_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35083_solr
   [junit4]   2> 908926 INFO  (jetty-launcher-724-thread-2) 
[n:127.0.0.1:33651_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 908927 INFO  (jetty-launcher-724-thread-2) 
[n:127.0.0.1:33651_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 908928 INFO  (jetty-launcher-724-thread-2) 
[n:127.0.0.1:33651_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33651_solr
   [junit4]   2> 908940 INFO  
(zkCallback-749-thread-1-processing-n:127.0.0.1:43585_solr) 
[n:127.0.0.1:43585_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (4)
   [junit4]   2> 908948 INFO  
(zkCallback-740-thread-1-processing-n:127.0.0.1:33107_solr) 
[n:127.0.0.1:33107_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 908948 INFO  
(zkCallback-741-thread-1-processing-n:127.0.0.1:33651_solr) 
[n:127.0.0.1:33651_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 908948 INFO  
(zkCallback-742-thread-1-processing-n:127.0.0.1:35083_solr) 
[n:127.0.0.1:35083_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (4)
   [junit4]   2> 908949 INFO  
(zkCallback-740-thread-2-processing-n:127.0.0.1:33107_solr) 
[n:127.0.0.1:33107_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (4)
   [junit4]   2> 909015 INFO  (jetty-launcher-724-thread-4) 
[n:127.0.0.1:43585_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43585.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43982d
   [junit4]   2> 909015 INFO  (jetty-launcher-724-thread-3) 
[n:127.0.0.1:35083_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35083.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43982d
   [junit4]   2> 909017 INFO  (jetty-launcher-724-thread-1) 
[n:127.0.0.1:33107_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33107.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43982d
   [junit4]   2> 909023 INFO  (jetty-launcher-724-thread-4) 
[n:127.0.0.1:43585_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43585.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43982d
   [junit4]   2> 909023 INFO  (jetty-launcher-724-thread-3) 
[n:127.0.0.1:35083_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35083.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43982d
   [junit4]   2> 909023 INFO  (jetty-launcher-724-thread-4) 
[n:127.0.0.1:43585_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43585.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43982d
   [junit4]   2> 909023 INFO  (jetty-launcher-724-thread-3) 
[n:127.0.0.1:35083_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35083.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43982d
   [junit4]   2> 909024 INFO  (jetty-launcher-724-thread-1) 
[n:127.0.0.1:33107_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33107.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43982d
   [junit4]   2> 909024 INFO  (jetty-launcher-724-thread-3) 
[n:127.0.0.1:35083_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_B4ABD2DDB31285C7-001/tempDir-001/node3/.
   [junit4]   2> 909024 INFO  (jetty-launcher-724-thread-4) 
[n:127.0.0.1:43585_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_B4ABD2DDB31285C7-001/tempDir-001/node4/.
   [junit4]   2> 909025 INFO  (jetty-launcher-724-thread-1) 
[n:127.0.0.1:33107_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33107.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43982d
   [junit4]   2> 909026 INFO  (jetty-launcher-724-thread-1) 
[n:127.0.0.1:33107_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_B4ABD2DDB31285C7-001/tempDir-001/node1/.
   [junit4]   2> 909140 INFO  (jetty-launcher-724-thread-2) 
[n:127.0.0.1:33651_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33651.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43982d
   [junit4]   2> 909145 INFO  (jetty-launcher-724-thread-2) 
[n:127.0.0.1:33651_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33651.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43982d
   [junit4]   2> 909145 INFO  (jetty-launcher-724-thread-2) 
[n:127.0.0.1:33651_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33651.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43982d
   [junit4]   2> 909146 INFO  (jetty-launcher-724-thread-2) 
[n:127.0.0.1:33651_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_B4ABD2DDB31285C7-001/tempDir-001/node2/.
   [junit4]   2> 909175 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 909175 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44369/solr ready
   [junit4]   2> 909177 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@1b6136a{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 909178 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=20911808
   [junit4]   2> 909178 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 909178 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2dc009: rootName = 
solr_33107, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@13b7f9c
   [junit4]   2> 909185 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 909185 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@229395: rootName = 
solr_33107, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@76d482
   [junit4]   2> 909190 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 909190 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6e4800: rootName = 
solr_33107, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@277455
   [junit4]   2> 909191 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 909191 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 909192 WARN  
(zkCallback-740-thread-2-processing-n:127.0.0.1:33107_solr) 
[n:127.0.0.1:33107_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 909192 INFO  
(zkCallback-741-thread-1-processing-n:127.0.0.1:33651_solr) 
[n:127.0.0.1:33651_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 909192 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@b7590d{/solr,null,UNAVAILABLE}
   [junit4]   2> 909192 INFO  (zkCallback-754-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 909192 INFO  
(zkCallback-742-thread-1-processing-n:127.0.0.1:35083_solr) 
[n:127.0.0.1:35083_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 909192 INFO  
(zkCallback-749-thread-1-processing-n:127.0.0.1:43585_solr) 
[n:127.0.0.1:43585_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 909193 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 909193 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@118ad61{/solr,null,AVAILABLE}
   [junit4]   2> 909194 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1a476cc{HTTP/1.1,[http/1.1]}{127.0.0.1:39025}
   [junit4]   2> 909194 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.e.j.s.Server Started @910482ms
   [junit4]   2> 909194 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42101}
   [junit4]   2> 909194 ERROR 
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 909195 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 909195 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 909195 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 909195 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-12T09:09:23.058Z
   [junit4]   2> 909197 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 909203 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44369/solr
   [junit4]   2> 909208 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) 
[n:127.0.0.1:42101_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 909208 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) 
[n:127.0.0.1:42101_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 909213 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) 
[n:127.0.0.1:42101_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42101_solr
   [junit4]   2> 909214 INFO  (zkCallback-754-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 909214 INFO  
(zkCallback-742-thread-2-processing-n:127.0.0.1:35083_solr) 
[n:127.0.0.1:35083_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 909214 INFO  
(zkCallback-741-thread-1-processing-n:127.0.0.1:33651_solr) 
[n:127.0.0.1:33651_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 909214 INFO  
(zkCallback-749-thread-1-processing-n:127.0.0.1:43585_solr) 
[n:127.0.0.1:43585_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 909215 INFO  
(zkCallback-759-thread-1-processing-n:127.0.0.1:42101_solr) 
[n:127.0.0.1:42101_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 909290 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) 
[n:127.0.0.1:42101_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42101.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43982d
   [junit4]   2> 909296 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) 
[n:127.0.0.1:42101_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42101.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43982d
   [junit4]   2> 909296 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) 
[n:127.0.0.1:42101_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42101.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43982d
   [junit4]   2> 909297 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) 
[n:127.0.0.1:42101_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_B4ABD2DDB31285C7-001/tempDir-001/node1/.
   [junit4]   2> 909324 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: 
http://127.0.0.1:39025/solr. Proxy: http://127.0.0.1:42101/solr
   [junit4]   2> 909325 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@e5611e{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 909325 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=29850605
   [junit4]   2> 909325 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 909325 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@181a28b: rootName = 
solr_43585, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@19d81ed
   [junit4]   2> 909330 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 909330 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@575a0d: rootName = 
solr_43585, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@76d482
   [junit4]   2> 909333 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 909333 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@e2c639: rootName = 
solr_43585, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@277455
   [junit4]   2> 909334 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 909334 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 909334 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.c.Overseer Overseer 
(id=98645269715681292-127.0.0.1:43585_solr-n_0000000000) closing
   [junit4]   2> 909334 INFO  
(OverseerStateUpdate-98645269715681292-127.0.0.1:43585_solr-n_0000000000) 
[n:127.0.0.1:43585_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:43585_solr
   [junit4]   2> 909335 INFO  (zkCallback-754-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 909335 INFO  
(zkCallback-741-thread-1-processing-n:127.0.0.1:33651_solr) 
[n:127.0.0.1:33651_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 909336 INFO  
(zkCallback-742-thread-2-processing-n:127.0.0.1:35083_solr) 
[n:127.0.0.1:35083_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:35083_solr
   [junit4]   2> 909336 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@8da1a5{/solr,null,UNAVAILABLE}
   [junit4]   2> 909336 INFO  
(zkCallback-742-thread-1-processing-n:127.0.0.1:35083_solr) 
[n:127.0.0.1:35083_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 909336 INFO  
(zkCallback-759-thread-1-processing-n:127.0.0.1:42101_solr) 
[n:127.0.0.1:42101_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 909336 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 909336 INFO  
(zkCallback-742-thread-2-processing-n:127.0.0.1:35083_solr) 
[n:127.0.0.1:35083_solr    ] o.a.s.c.Overseer Overseer 
(id=98645269715681290-127.0.0.1:35083_solr-n_0000000002) starting
   [junit4]   2> 909337 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@134350{/solr,null,AVAILABLE}
   [junit4]   2> 909337 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1429a26{HTTP/1.1,[http/1.1]}{127.0.0.1:39449}
   [junit4]   2> 909337 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.e.j.s.Server Started @910626ms
   [junit4]   2> 909337 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38733}
   [junit4]   2> 909338 ERROR 
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 909338 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 909338 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 909338 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 909338 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-12T09:09:23.201Z
   [junit4]   2> 909339 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 909344 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44369/solr
   [junit4]   2> 909350 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) 
[n:127.0.0.1:38733_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 909351 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) 
[n:127.0.0.1:38733_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 909352 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) 
[n:127.0.0.1:38733_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38733_solr
   [junit4]   2> 909352 INFO  
(zkCallback-742-thread-2-processing-n:127.0.0.1:35083_solr) 
[n:127.0.0.1:35083_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 909352 INFO  
(zkCallback-741-thread-1-processing-n:127.0.0.1:33651_solr) 
[n:127.0.0.1:33651_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 909353 INFO  (zkCallback-754-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 909357 INFO  
(zkCallback-759-thread-1-processing-n:127.0.0.1:42101_solr) 
[n:127.0.0.1:42101_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 909358 INFO  
(zkCallback-765-thread-1-processing-n:127.0.0.1:38733_solr) 
[n:127.0.0.1:38733_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 909454 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) 
[n:127.0.0.1:38733_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38733.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43982d
   [junit4]   2> 909460 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) 
[n:127.0.0.1:38733_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38733.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43982d
   [junit4]   2> 909460 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) 
[n:127.0.0.1:38733_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38733.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43982d
   [junit4]   2> 909461 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) 
[n:127.0.0.1:38733_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_B4ABD2DDB31285C7-001/tempDir-001/node4/.
   [junit4]   2> 909487 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: 
http://127.0.0.1:39449/solr. Proxy: http://127.0.0.1:38733/solr
   [junit4]   2> 909488 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@1e1559c{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 909488 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=28896431
   [junit4]   2> 909488 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 909488 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1e750b3: rootName = 
solr_35083, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@1d3a85e
   [junit4]   2> 909492 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 909492 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@8aefe8: rootName = 
solr_35083, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@76d482
   [junit4]   2> 909495 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 909496 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@cfe3ba: rootName = 
solr_35083, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@277455
   [junit4]   2> 909496 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 909497 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 909497 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.c.Overseer Overseer 
(id=98645269715681290-127.0.0.1:35083_solr-n_0000000002) closing
   [junit4]   2> 909497 INFO  
(OverseerStateUpdate-98645269715681290-127.0.0.1:35083_solr-n_0000000002) 
[n:127.0.0.1:35083_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:35083_solr
   [junit4]   2> 909501 INFO  
(zkCallback-741-thread-1-processing-n:127.0.0.1:33651_solr) 
[n:127.0.0.1:33651_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:33651_solr
   [junit4]   2> 909501 INFO  (zkCallback-754-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 909501 INFO  
(zkCallback-741-thread-2-processing-n:127.0.0.1:33651_solr) 
[n:127.0.0.1:33651_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 909502 INFO  
(zkCallback-765-thread-1-processing-n:127.0.0.1:38733_solr) 
[n:127.0.0.1:38733_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 909502 INFO  
(zkCallback-759-thread-1-processing-n:127.0.0.1:42101_solr) 
[n:127.0.0.1:42101_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 909502 INFO  
(zkCallback-741-thread-1-processing-n:127.0.0.1:33651_solr) 
[n:127.0.0.1:33651_solr    ] o.a.s.c.Overseer Overseer 
(id=98645269715681288-127.0.0.1:33651_solr-n_0000000003) starting
   [junit4]   2> 911001 WARN  
(zkCallback-742-thread-2-processing-n:127.0.0.1:35083_solr) 
[n:127.0.0.1:35083_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 911001 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@c0124c{/solr,null,UNAVAILABLE}
   [junit4]   2> 911002 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 911003 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@11891e2{/solr,null,AVAILABLE}
   [junit4]   2> 911003 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@9bf6af{HTTP/1.1,[http/1.1]}{127.0.0.1:41487}
   [junit4]   2> 911003 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.e.j.s.Server Started @912292ms
   [junit4]   2> 911003 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45979}
   [junit4]   2> 911003 ERROR 
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 911004 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 911004 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 911004 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 911004 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-12T09:09:24.867Z
   [junit4]   2> 911005 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 911011 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44369/solr
   [junit4]   2> 911019 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) 
[n:127.0.0.1:45979_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 911020 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) 
[n:127.0.0.1:45979_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 911020 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) 
[n:127.0.0.1:45979_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45979_solr
   [junit4]   2> 911021 INFO  (zkCallback-754-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 911021 INFO  
(zkCallback-765-thread-1-processing-n:127.0.0.1:38733_solr) 
[n:127.0.0.1:38733_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 911021 INFO  
(zkCallback-771-thread-1-processing-n:127.0.0.1:45979_solr) 
[n:127.0.0.1:45979_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 911021 INFO  
(zkCallback-741-thread-1-processing-n:127.0.0.1:33651_solr) 
[n:127.0.0.1:33651_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 911021 INFO  
(zkCallback-759-thread-1-processing-n:127.0.0.1:42101_solr) 
[n:127.0.0.1:42101_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 911093 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) 
[n:127.0.0.1:45979_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45979.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43982d
   [junit4]   2> 911099 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) 
[n:127.0.0.1:45979_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45979.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43982d
   [junit4]   2> 911099 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) 
[n:127.0.0.1:45979_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45979.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43982d
   [junit4]   2> 911100 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) 
[n:127.0.0.1:45979_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_B4ABD2DDB31285C7-001/tempDir-001/node3/.
   [junit4]   2> 911132 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: 
http://127.0.0.1:41487/solr. Proxy: http://127.0.0.1:45979/solr
   [junit4]   2> 911133 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@181d82c{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 911133 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=12818267
   [junit4]   2> 911133 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 911133 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@14992: rootName = 
solr_33651, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@1eef739
   [junit4]   2> 911138 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 911138 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1393a4c: rootName = 
solr_33651, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@76d482
   [junit4]   2> 911141 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 911141 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@179dde1: rootName = 
solr_33651, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@277455
   [junit4]   2> 911141 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 911142 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 911142 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.c.Overseer Overseer 
(id=98645269715681288-127.0.0.1:33651_solr-n_0000000003) closing
   [junit4]   2> 911142 INFO  
(OverseerStateUpdate-98645269715681288-127.0.0.1:33651_solr-n_0000000003) 
[n:127.0.0.1:33651_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:33651_solr
   [junit4]   2> 911143 INFO  (zkCallback-754-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 911143 INFO  
(zkCallback-765-thread-1-processing-n:127.0.0.1:38733_solr) 
[n:127.0.0.1:38733_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 911143 INFO  
(zkCallback-771-thread-1-processing-n:127.0.0.1:45979_solr) 
[n:127.0.0.1:45979_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 911143 INFO  
(zkCallback-759-thread-2-processing-n:127.0.0.1:42101_solr) 
[n:127.0.0.1:42101_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:42101_solr
   [junit4]   2> 911143 INFO  
(zkCallback-759-thread-1-processing-n:127.0.0.1:42101_solr) 
[n:127.0.0.1:42101_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 911143 INFO  
(zkCallback-759-thread-2-processing-n:127.0.0.1:42101_solr) 
[n:127.0.0.1:42101_solr    ] o.a.s.c.Overseer Overseer 
(id=98645269715681297-127.0.0.1:42101_solr-n_0000000004) starting
   [junit4]   2> 912643 WARN  
(zkCallback-741-thread-1-processing-n:127.0.0.1:33651_solr) 
[n:127.0.0.1:33651_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 912643 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@65258b{/solr,null,UNAVAILABLE}
   [junit4]   2> 912643 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 912647 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@c747a7{/solr,null,AVAILABLE}
   [junit4]   2> 912648 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@954be7{HTTP/1.1,[http/1.1]}{127.0.0.1:41361}
   [junit4]   2> 912648 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.e.j.s.Server Started @913937ms
   [junit4]   2> 912648 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37065}
   [junit4]   2> 912648 ERROR 
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 912648 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 912649 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 912649 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 912649 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-12T09:09:26.512Z
   [junit4]   2> 912650 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 912656 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44369/solr
   [junit4]   2> 912660 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) 
[n:127.0.0.1:37065_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 912660 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) 
[n:127.0.0.1:37065_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 912661 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) 
[n:127.0.0.1:37065_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37065_solr
   [junit4]   2> 912661 INFO  
(zkCallback-759-thread-2-processing-n:127.0.0.1:42101_solr) 
[n:127.0.0.1:42101_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 912661 INFO  (zkCallback-754-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 912662 INFO  
(zkCallback-771-thread-1-processing-n:127.0.0.1:45979_solr) 
[n:127.0.0.1:45979_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 912662 INFO  
(zkCallback-765-thread-1-processing-n:127.0.0.1:38733_solr) 
[n:127.0.0.1:38733_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 912662 INFO  
(zkCallback-777-thread-1-processing-n:127.0.0.1:37065_solr) 
[n:127.0.0.1:37065_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 912751 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) 
[n:127.0.0.1:37065_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37065.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43982d
   [junit4]   2> 912757 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) 
[n:127.0.0.1:37065_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37065.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43982d
   [junit4]   2> 912757 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) 
[n:127.0.0.1:37065_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37065.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43982d
   [junit4]   2> 912758 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) 
[n:127.0.0.1:37065_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_B4ABD2DDB31285C7-001/tempDir-001/node2/.
   [junit4]   2> 912790 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[B4ABD2DDB31285C7]-worker) [    ] 
o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: 
http://127.0.0.1:41361/solr. Proxy: http://127.0.0.1:37065/solr
   [junit4]   2> 912790 INFO  (SocketProxy-Acceptor-37065) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=45950,localport=37065], receiveBufferSize:531000
   [junit4]   2> 912792 INFO  (SocketProxy-Acceptor-37065) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=41361,localport=35172], receiveBufferSize=530904
   [junit4]   2> 912793 INFO  (qtp29466690-6472) [n:127.0.0.1:37065_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> 912793 INFO  (qtp29466690-6472) [n:127.0.0.1:37065_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> 912809 INFO  
(TEST-TestPullReplicaErrorHandling.testCantConnectToLeader-seed#[B4ABD2DDB31285C7])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testCantConnectToLeader
   [junit4]   2> 912810 INFO  (qtp29466690-6473) [n:127.0.0.1:37065_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_cant_connect_to_leader&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 912811 INFO  
(OverseerThreadFactory-2073-thread-1-processing-n:127.0.0.1:42101_solr) 
[n:127.0.0.1:42101_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
pull_replica_error_handling_test_cant_connect_to_leader
   [junit4]   2> 912913 INFO  
(OverseerStateUpdate-98645269715681297-127.0.0.1:42101_solr-n_0000000004) 
[n:127.0.0.1:42101_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   
"collection":"pull_replica_error_handling_test_cant_connect_to_leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   
"core":"pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45979/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 912914 INFO  
(OverseerStateUpdate-98645269715681297-127.0.0.1:42101_solr-n_0000000004) 
[n:127.0.0.1:42101_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   
"collection":"pull_replica_error_handling_test_cant_connect_to_leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   
"core":"pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_p2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42101/solr";,
   [junit4]   2>   "type":"PULL"} 
   [junit4]   2> 913115 INFO  (SocketProxy-Acceptor-45979) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=49110,localport=45979], receiveBufferSize:531000
   [junit4]   2> 913115 INFO  (SocketProxy-Acceptor-42101) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=47664,localport=42101], receiveBufferSize:531000
   [junit4]   2> 913116 INFO  (SocketProxy-Acceptor-45979) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=41487,localport=53138], receiveBufferSize=530904
   [junit4]   2> 913116 INFO  (SocketProxy-Acceptor-42101) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=39025,localport=59846], receiveBufferSize=530904
   [junit4]   2> 913117 INFO  (qtp24700240-6443) [n:127.0.0.1:45979_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_cant_connect_to_leader_shard1_replica_n1&action=CREATE&numShards=1&collection=pull_replica_error_handling_test_cant_connect_to_leader&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 913117 INFO  (qtp24700240-6443) [n:127.0.0.1:45979_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 913118 INFO  (qtp32360096-6386) [n:127.0.0.1:42101_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_cant_connect_to_leader_shard1_replica_p2&action=CREATE&numShards=1&collection=pull_replica_error_handling_test_cant_connect_to_leader&shard=shard1&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 913118 INFO  (qtp32360096-6386) [n:127.0.0.1:42101_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 913221 INFO  
(zkCallback-759-thread-2-processing-n:127.0.0.1:42101_solr) 
[n:127.0.0.1:42101_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json]
 for collection [pull_replica_error_handling_test_cant_connect_to_leader] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 913221 INFO  
(zkCallback-771-thread-1-processing-n:127.0.0.1:45979_solr) 
[n:127.0.0.1:45979_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json]
 for collection [pull_replica_error_handling_test_cant_connect_to_leader] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 913221 INFO  
(zkCallback-771-thread-2-processing-n:127.0.0.1:45979_solr) 
[n:127.0.0.1:45979_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json]
 for collection [pull_replica_error_handling_test_cant_connect_to_leader] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 913221 INFO  
(zkCallback-759-thread-1-processing-n:127.0.0.1:42101_solr) 
[n:127.0.0.1:42101_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json]
 for collection [pull_replica_error_handling_test_cant_connect_to_leader] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 914125 INFO  (qtp24700240-6443) [n:127.0.0.1:45979_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node3 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 914125 INFO  (qtp32360096-6386) [n:127.0.0.1:42101_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node4 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_p2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 914129 INFO  (qtp24700240-6443) [n:127.0.0.1:45979_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node3 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_n1] 
o.a.s.s.IndexSchema 
[pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_n1] 
Schema name=minimal
   [junit4]   2> 914129 INFO  (qtp32360096-6386) [n:127.0.0.1:42101_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node4 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_p2] 
o.a.s.s.IndexSchema 
[pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_p2] 
Schema name=minimal
   [junit4]   2> 914131 INFO  (qtp32360096-6386) [n:127.0.0.1:42101_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node4 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_p2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 914131 INFO  (qtp24700240-6443) [n:127.0.0.1:45979_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node3 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 914131 INFO  (qtp32360096-6386) [n:127.0.0.1:42101_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node4 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_p2] 
o.a.s.c.CoreContainer Creating SolrCore 
'pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_p2' 
using configuration from collection 
pull_replica_error_handling_test_cant_connect_to_leader, trusted=true
   [junit4]   2> 914131 INFO  (qtp24700240-6443) [n:127.0.0.1:45979_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node3 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 
'pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_n1' 
using configuration from collection 
pull_replica_error_handling_test_cant_connect_to_leader, trusted=true
   [junit4]   2> 914132 INFO  (qtp32360096-6386) [n:127.0.0.1:42101_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node4 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_p2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42101.solr.core.pull_replica_error_handling_test_cant_connect_to_leader.shard1.replica_p2'
 (registry 
'solr.core.pull_replica_error_handling_test_cant_connect_to_leader.shard1.replica_p2')
 enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@43982d
   [junit4]   2> 914132 INFO  (qtp24700240-6443) [n:127.0.0.1:45979_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node3 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45979.solr.core.pull_replica_error_handling_test_cant_connect_to_leader.shard1.replica_n1'
 (registry 
'solr.core.pull_replica_error_handling_test_cant_connect_to_leader.shard1.replica_n1')
 enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@43982d
   [junit4]   2> 914132 INFO  (qtp32360096-6386) [n:127.0.0.1:42101_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node4 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_p2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 914132 INFO  (qtp24700240-6443) [n:127.0.0.1:45979_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node3 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 914132 INFO  (qtp32360096-6386) [n:127.0.0.1:42101_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node4 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_p2] 
o.a.s.c.SolrCore 
[[pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_p2] ] 
Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_B4ABD2DDB31285C7-001/tempDir-001/node1/pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_p2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_B4ABD2DDB31285C7-001/tempDir-001/node1/./pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_p2/data/]
   [junit4]   2> 914132 INFO  (qtp24700240-6443) [n:127.0.0.1:45979_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node3 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_n1] 
o.a.s.c.SolrCore 
[[pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_n1] ] 
Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_B4ABD2DDB31285C7-001/tempDir-001/node3/pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_B4ABD2DDB31285C7-001/tempDir-001/node3/./pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_n1/data/]
   [junit4]   2> 914174 INFO  (qtp32360096-6386) [n:127.0.0.1:42101_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node4 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_p2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 914174 INFO  (qtp32360096-6386) [n:127.0.0.1:42101_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node4 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_p2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 914174 INFO  (qtp24700240-6443) [n:127.0.0.1:45979_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node3 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 914174 INFO  (qtp24700240-6443) [n:127.0.0.1:45979_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node3 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 914175 INFO  (qtp24700240-6443) [n:127.0.0.1:45979_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node3 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 914175 INFO  (qtp24700240-6443) [n:127.0.0.1:45979_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node3 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 914176 INFO  (qtp32360096-6386) [n:127.0.0.1:42101_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node4 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_p2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@918876[pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_p2]
 main]
   [junit4]   2> 914176 INFO  (qtp32360096-6386) [n:127.0.0.1:42101_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node4 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_p2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 914177 INFO  (qtp24700240-6443) [n:127.0.0.1:45979_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node3 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@177c53d[pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_n1]
 main]
   [junit4]   2> 914177 INFO  (qtp32360096-6386) [n:127.0.0.1:42101_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node4 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_p2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 914177 INFO  (qtp24700240-6443) [n:127.0.0.1:45979_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node3 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 914177 INFO  (qtp32360096-6386) [n:127.0.0.1:42101_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node4 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_p2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 914177 INFO  (qtp24700240-6443) [n:127.0.0.1:45979_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node3 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 914178 INFO  (qtp32360096-6386) [n:127.0.0.1:42101_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node4 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_p2] 
o.a.s.c.ZkController 
pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_p2 
starting background replication from leader
   [junit4]   2> 914178 INFO  (qtp24700240-6443) [n:127.0.0.1:45979_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node3 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 914178 INFO  (qtp32360096-6386) [n:127.0.0.1:42101_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node4 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_p2] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 914178 INFO  
(searcherExecutor-2080-thread-1-processing-n:127.0.0.1:42101_solr 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_p2 
s:shard1 c:pull_replica_error_handling_test_cant_connect_to_leader 
r:core_node4) [n:127.0.0.1:42101_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node4 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_p2] 
o.a.s.c.SolrCore 
[pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_p2] 
Registered new searcher 
Searcher@918876[pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_p2]
 main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 914178 INFO  
(searcherExecutor-2081-thread-1-processing-n:127.0.0.1:45979_solr 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_n1 
s:shard1 c:pull_replica_error_handling_test_cant_connect_to_leader 
r:core_node3) [n:127.0.0.1:45979_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node3 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_n1] 
o.a.s.c.SolrCore 
[pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_n1] 
Registered new searcher 
Searcher@177c53d[pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_n1]
 main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 914178 INFO  (qtp24700240-6443) [n:127.0.0.1:45979_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node3 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1578324321150959616
   [junit4]   2> 914179 INFO  (qtp32360096-6386) [n:127.0.0.1:42101_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node4 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_p2] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 914181 INFO  (qtp24700240-6443) [n:127.0.0.1:45979_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node3 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 914181 INFO  (qtp24700240-6443) [n:127.0.0.1:45979_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node3 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 914181 INFO  (qtp24700240-6443) [n:127.0.0.1:45979_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node3 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:45979/solr/pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_n1/
   [junit4]   2> 914181 INFO  (qtp24700240-6443) [n:127.0.0.1:45979_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node3 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 914181 INFO  (qtp24700240-6443) [n:127.0.0.1:45979_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node3 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:45979/solr/pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_n1/
 has no replicas
   [junit4]   2> 914181 INFO  (qtp24700240-6443) [n:127.0.0.1:45979_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node3 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 914182 INFO  (qtp24700240-6443) [n:127.0.0.1:45979_solr 
c:pull_replica_error_handling_test_cant_connect_to_leader s:shard1 r:core_node3 
x:pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:45979/solr/pull_replica_error_handling_test_cant_connect_to_leader_shard1_replica_n1/
 shard1
   [junit4]   2> 914283 INFO  
(zkCallback-771-thread-2-processing-n:127.0.0.1:45979_solr) 
[n:127.0.0.1:45979_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json]
 for collection [pull_replica_error_handling_test_cant_connect_to_leader] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 914283 INFO  
(zkCallback-771-thread-1-processing-n:127.0.0.1:45979_solr) 
[n:127.0.0.1:45979_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json]
 for collection [pull_replica_error_handling_test_cant_connect_to_leader] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 914283 INFO  
(zkCallback-759-thread-1-processing-n:127.0.0.1:42101_solr) 
[n:127.0.0.1:42101_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json]
 for collection [pull_replica_error_handling_test_cant_connect_to_leader] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 914283 INFO  
(zkCallback-759-thread-2-processing-n:127.0.0.1:42101_solr) 
[n:127.0.0.1:42101_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:Sy

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

cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1_collection/state.json] for collection 
[collection1_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 166286 INFO  (coreCloseExecutor-986-thread-1) 
[n:127.0.0.1:44477_solr c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1_collection_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@cf57b7
   [junit4]   2> 166287 INFO  (coreCloseExecutor-986-thread-1) 
[n:127.0.0.1:44477_solr c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.core.collection1_collection.shard1.replica_n1, tag=13588407
   [junit4]   2> 166287 INFO  (coreCloseExecutor-986-thread-1) 
[n:127.0.0.1:44477_solr c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@a566d0: rootName = 
solr_44477, domain = solr.core.collection1_collection.shard1.replica_n1, 
service url = null, agent id = null] for registry 
solr.core.collection1_collection.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@1e031ee
   [junit4]   2> 166287 INFO  (jetty-closer-724-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 166288 INFO  (coreCloseExecutor-987-thread-1) 
[n:127.0.0.1:33131_solr c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.c.SolrCore 
[collection1_collection_shard2_replica_n2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1777ec0
   [junit4]   2> 166288 INFO  (coreCloseExecutor-987-thread-1) 
[n:127.0.0.1:33131_solr c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.core.collection1_collection.shard2.replica_n2, tag=24608448
   [junit4]   2> 166288 INFO  (coreCloseExecutor-987-thread-1) 
[n:127.0.0.1:33131_solr c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1a63188: rootName = 
solr_33131, domain = solr.core.collection1_collection.shard2.replica_n2, 
service url = null, agent id = null] for registry 
solr.core.collection1_collection.shard2.replica_n2 / 
com.codahale.metrics.MetricRegistry@e38a73
   [junit4]   2> 166295 INFO  (coreCloseExecutor-986-thread-1) 
[n:127.0.0.1:44477_solr c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.collection1_collection.shard1.leader, tag=13588407
   [junit4]   2> 166296 INFO  (coreCloseExecutor-987-thread-1) 
[n:127.0.0.1:33131_solr c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.collection1_collection.shard2.leader, tag=24608448
   [junit4]   2> 166297 INFO  (jetty-closer-724-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=98645423159836681-127.0.0.1:33131_solr-n_0000000000) closing
   [junit4]   2> 166297 INFO  
(OverseerStateUpdate-98645423159836681-127.0.0.1:33131_solr-n_0000000000) 
[n:127.0.0.1:33131_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:33131_solr
   [junit4]   2> 166298 WARN  
(zkCallback-741-thread-1-processing-n:127.0.0.1:33131_solr) 
[n:127.0.0.1:33131_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 166298 INFO  (jetty-closer-724-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1b6cb0d{/solr,null,UNAVAILABLE}
   [junit4]   2> 167776 WARN  
(zkCallback-744-thread-1-processing-n:127.0.0.1:34437_solr) 
[n:127.0.0.1:34437_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 167777 INFO  (jetty-closer-724-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@9a24d4{/solr,null,UNAVAILABLE}
   [junit4]   2> 167799 WARN  
(zkCallback-739-thread-1-processing-n:127.0.0.1:44477_solr) 
[n:127.0.0.1:44477_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 167800 INFO  (jetty-closer-724-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@b84504{/solr,null,UNAVAILABLE}
   [junit4]   2> 167800 ERROR 
(SUITE-StreamExpressionTest-seed#[43A82462DE2BC60B]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 167800 INFO  
(SUITE-StreamExpressionTest-seed#[43A82462DE2BC60B]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:38863 38863
   [junit4]   2> 167834 INFO  (Thread-513) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:38863 38863
   [junit4]   2> 167834 WARN  (Thread-513) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        74      /solr/aliases.json
   [junit4]   2>        11      /solr/configs/conf
   [junit4]   2>        4       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        74      /solr/clusterprops.json
   [junit4]   2>        74      /solr/clusterstate.json
   [junit4]   2>        22      
/solr/collections/destinationCollection/state.json
   [junit4]   2>        20      /solr/collections/destination/state.json
   [junit4]   2>        20      
/solr/collections/parallelDestinationCollection/state.json
   [junit4]   2>        20      /solr/collections/workQueue/state.json
   [junit4]   2>        20      
/solr/collections/parallelDestinationCollection1/state.json
   [junit4]   2>        20      /solr/collections/mainCorpus/state.json
   [junit4]   2>        12      
/solr/collections/collection1_collection/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/98645423159836681-127.0.0.1:33131_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        74      /solr/live_nodes
   [junit4]   2>        74      /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamExpressionTest_43A82462DE2BC60B-001
   [junit4]   2> Sep 12, 2017 9:49:40 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{expr_s=PostingsFormat(name=Asserting), join2_s=PostingsFormat(name=Memory), 
multiDefault=PostingsFormat(name=Memory), subject=PostingsFormat(name=Memory), 
a1_s=BlockTreeOrds(blocksize=128), a2_s=PostingsFormat(name=Asserting), 
test_t=PostingsFormat(name=MockRandom), 
level1_s=PostingsFormat(name=Asserting), ident_s=BlockTreeOrds(blocksize=128), 
body_t=PostingsFormat(name=MockRandom), s_multi=PostingsFormat(name=Asserting), 
col_s=BlockTreeOrds(blocksize=128), a_ss=PostingsFormat(name=Memory), 
level2_s=BlockTreeOrds(blocksize=128), a_s=PostingsFormat(name=Asserting), 
a_t=PostingsFormat(name=Memory), side_s=PostingsFormat(name=MockRandom), 
id=PostingsFormat(name=MockRandom), text=PostingsFormat(name=Asserting)}, 
docValues:{expr_s=DocValuesFormat(name=Direct), 
join2_s=DocValuesFormat(name=Asserting), 
multiDefault=DocValuesFormat(name=Asserting), 
price_f=DocValuesFormat(name=Asserting), a1_s=DocValuesFormat(name=Memory), 
intDefault=DocValuesFormat(name=Memory), a_f=DocValuesFormat(name=Memory), 
join1_i=DocValuesFormat(name=Direct), a2_s=DocValuesFormat(name=Direct), 
a_i=DocValuesFormat(name=Lucene70), join3_i=DocValuesFormat(name=Lucene70), 
test_i=DocValuesFormat(name=Asserting), 
field_i=DocValuesFormat(name=Asserting), level1_s=DocValuesFormat(name=Direct), 
s_multi=DocValuesFormat(name=Direct), col_s=DocValuesFormat(name=Memory), 
a_ss=DocValuesFormat(name=Asserting), level2_s=DocValuesFormat(name=Memory), 
a_s=DocValuesFormat(name=Direct), id=DocValuesFormat(name=Lucene70), 
timestamp=DocValuesFormat(name=Asserting), 
i_multi=DocValuesFormat(name=Lucene70), b_ls=DocValuesFormat(name=Memory), 
test_dt=DocValuesFormat(name=Direct), ident_s=DocValuesFormat(name=Memory), 
order_i=DocValuesFormat(name=Asserting), 
_version_=DocValuesFormat(name=Memory), side_s=DocValuesFormat(name=Lucene70), 
miles_i=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1320, 
maxMBSortInHeap=5.920949570438353, sim=RandomSimilarity(queryNorm=true): {}, 
locale=it-IT, timezone=Australia/South
   [junit4]   2> NOTE: Linux 4.10.0-33-generic i386/Oracle Corporation 
1.8.0_144 (32-bit)/cpus=8,threads=1,free=108734344,total=264912896
   [junit4]   2> NOTE: All tests run in this JVM: [NotEvaluatorTest, TestHash, 
HyperbolicTangentEvaluatorTest, DocumentAnalysisResponseTest, 
SolrExceptionTest, AndEvaluatorTest, TestPathTrie, AscEvaluatorTest, 
SchemaTest, TestPolicy, TestClusteringResponse, SquareRootEvaluatorTest, 
NaturalLogEvaluatorTest, SolrParamTest, TestCoreAdmin, GraphExpressionTest, 
NamedListTest, ShardParamsTest, LargeVolumeJettyTest, JettyWebappTest, 
SolrExampleJettyTest, ReverseEvaluatorTest, SolrExampleBinaryTest, 
TestSolrJErrorHandling, CloudSolrClientBuilderTest, CloudSolrClientCacheTest, 
ConcurrentUpdateSolrClientBuilderTest, ConcurrentUpdateSolrClientTest, 
JdbcDriverTest, JdbcTest, StreamExpressionTest]
   [junit4] Completed [145/145 (1!)] on J2 in 77.18s, 109 tests, 1 failure, 9 
skipped <<< FAILURES!

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

Reply via email to