Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6675/
Java: 32bit/jdk-9-ea+173 -server -XX:+UseParallelGC

4 tests failed.
FAILED:  org.apache.solr.handler.admin.MBeansHandlerTest.testDiff

Error Message:


Stack Trace:
java.lang.NullPointerException
        at 
__randomizedtesting.SeedInfo.seed([542CC122EC84FCBA:913A05B9FC32C4DA]:0)
        at 
org.apache.solr.handler.admin.SolrInfoMBeanHandler.diffObject(SolrInfoMBeanHandler.java:240)
        at 
org.apache.solr.handler.admin.SolrInfoMBeanHandler.diffNamedList(SolrInfoMBeanHandler.java:219)
        at 
org.apache.solr.handler.admin.SolrInfoMBeanHandler.getDiff(SolrInfoMBeanHandler.java:187)
        at 
org.apache.solr.handler.admin.SolrInfoMBeanHandler.handleRequestBody(SolrInfoMBeanHandler.java:87)
        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:178)
        at org.apache.solr.core.SolrCore.execute(SolrCore.java:2473)
        at org.apache.solr.util.TestHarness.query(TestHarness.java:337)
        at org.apache.solr.util.TestHarness.query(TestHarness.java:319)
        at 
org.apache.solr.handler.admin.MBeansHandlerTest.testDiff(MBeansHandlerTest.java:57)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)


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

Error Message:
Error from server at http://127.0.0.1:52470/solr: Could not fully remove 
collection: pull_replica_error_handling_test_cant_connect_to_pull_replica

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:52470/solr: Could not fully remove collection: 
pull_replica_error_handling_test_cant_connect_to_pull_replica
        at 
__randomizedtesting.SeedInfo.seed([542CC122EC84FCBA:5C1B27EA372A8834]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:624)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:239)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:470)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:400)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1102)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:843)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:774)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
        at 
org.apache.solr.cloud.TestPullReplicaErrorHandling.tearDown(TestPullReplicaErrorHandling.java:126)
        at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:965)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.handler.V2ApiIntegrationTest.testCollectionsApi

Error Message:
Error from server at http://127.0.0.1:55244/solr: 
java.nio.file.InvalidPathException: Illegal char <�> at index 53: 
C:UsersjenkinsworkspaceLucene-Solr-master-Windowssolr�uildsolr-core estJ0 
empsolr.handler.V2ApiIntegrationTest_542CC122EC84FCBA-001 empDir-002

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: 
Error from server at http://127.0.0.1:55244/solr: 
java.nio.file.InvalidPathException: Illegal char <�> at index 53: 
C:UsersjenkinsworkspaceLucene-Solr-master-Windowssolr�uildsolr-core      estJ0  
 empsolr.handler.V2ApiIntegrationTest_542CC122EC84FCBA-001       empDir-002
        at 
__randomizedtesting.SeedInfo.seed([542CC122EC84FCBA:88B226A3549D9804]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException.create(HttpSolrClient.java:805)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:600)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:239)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:470)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:400)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1102)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:843)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:774)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.handler.V2ApiIntegrationTest.testCollectionsApi(V2ApiIntegrationTest.java:141)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.core.DirectoryFactoryTest.testGetDataHome

Error Message:
expected:<[/tmp/inst1/]data> but was:<[C:\tmp\inst1\]data>

Stack Trace:
org.junit.ComparisonFailure: expected:<[/tmp/inst1/]data> but 
was:<[C:\tmp\inst1\]data>
        at 
__randomizedtesting.SeedInfo.seed([542CC122EC84FCBA:C84A1DF9B40CFBF9]:0)
        at org.junit.Assert.assertEquals(Assert.java:125)
        at org.junit.Assert.assertEquals(Assert.java:147)
        at 
org.apache.solr.core.DirectoryFactoryTest.testGetDataHome(DirectoryFactoryTest.java:58)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 11730 lines...]
   [junit4] Suite: org.apache.solr.core.DirectoryFactoryTest
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=DirectoryFactoryTest -Dtests.method=testGetDataHome 
-Dtests.seed=542CC122EC84FCBA -Dtests.slow=true -Dtests.locale=en-MY 
-Dtests.timezone=Etc/GMT-11 -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.00s J0 | DirectoryFactoryTest.testGetDataHome <<<
   [junit4]    > Throwable #1: org.junit.ComparisonFailure: 
expected:<[/tmp/inst1/]data> but was:<[C:\tmp\inst1\]data>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([542CC122EC84FCBA:C84A1DF9B40CFBF9]:0)
   [junit4]    >        at 
org.apache.solr.core.DirectoryFactoryTest.testGetDataHome(DirectoryFactoryTest.java:58)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=RandomSimilarity(queryNorm=false): {}, locale=en-MY, timezone=Etc/GMT-11
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 9-ea 
(32-bit)/cpus=3,threads=1,free=31097088,total=383254528
   [junit4]   2> NOTE: All tests run in this JVM: [HdfsThreadLeakTest, 
TestTolerantSearch, TestSolrIndexConfig, CdcrReplicationHandlerTest, 
SolrMetricManagerTest, TestUninvertingReader, AnalyticsQueryTest, 
TestNumericRangeQuery64, TestCursorMarkWithoutUniqueKey, 
TestLegacyNumericUtils, JsonLoaderTest, HdfsUnloadDistributedZkTest, 
QueryParsingTest, FullHLLTest, TestLuceneMatchVersion, TestSolrQueryParser, 
DisMaxRequestHandlerTest, TestCustomSort, TestSolrCloudWithSecureImpersonation, 
StressHdfsTest, V2StandaloneTest, MoreLikeThisHandlerTest, SolrTestCaseJ4Test, 
ZkStateReaderTest, TestCoreContainer, HdfsCollectionsAPIDistributedZkTest, 
TestHdfsCloudBackupRestore, SegmentsInfoRequestHandlerTest, 
DistributedVersionInfoTest, TestInPlaceUpdatesDistrib, ClusterStateTest, 
TestPushWriter, TestHashPartitioner, TestScoreJoinQPScore, 
DistributedFacetPivotLongTailTest, CdcrVersionReplicationTest, TestDocTermOrds, 
UnloadDistributedZkTest, RecoveryAfterSoftCommitTest, 
TestDistributedStatsComponentCardinality, SSLMigrationTest, 
HdfsRestartWhileUpdatingTest, MetricUtilsTest, ShardSplitTest, 
TestReloadAndDeleteDocs, SyncSliceTest, RulesTest, TestRandomFlRTGCloud, 
TestNestedDocsSort, TestSubQueryTransformerCrossCore, TestDFRSimilarityFactory, 
LeaderElectionTest, TestXmlQParserPlugin, TestRawTransformer, 
PrimitiveFieldTypeTest, DocValuesTest, SuggesterTest, 
TestImpersonationWithHadoopAuth, BasicDistributedZkTest, 
TestFieldCacheSortRandom, NoCacheHeaderTest, CurrencyFieldTypeTest, 
DocumentBuilderTest, SystemInfoHandlerTest, TestTrackingShardHandlerFactory, 
TestFaceting, IndexBasedSpellCheckerTest, TestFieldCacheWithThreads, 
GraphQueryTest, BlockDirectoryTest, TestLegacyField, HighlighterTest, 
UpdateLogTest, TestPKIAuthenticationPlugin, TestAtomicUpdateErrorCases, 
HighlighterConfigTest, TestCloudPseudoReturnFields, ResponseLogComponentTest, 
TestUseDocValuesAsStored2, DistribCursorPagingTest, ConnectionReuseTest, 
TemplateUpdateProcessorTest, TestAddFieldRealTimeGet, SliceStateTest, 
TestSha256AuthenticationProvider, TestDocSet, 
SuggestComponentContextFilterQueryTest, AnalysisErrorHandlingTest, 
TestCloudManagedSchema, DistributedFacetPivotSmallTest, DirectoryFactoryTest]
   [junit4] Completed [231/723 (1!)] on J0 in 0.02s, 2 tests, 1 failure <<< 
FAILURES!

[...truncated 666 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.MBeansHandlerTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.admin.MBeansHandlerTest_542CC122EC84FCBA-001\init-core-data-001
   [junit4]   2> 1456840 WARN  
(SUITE-MBeansHandlerTest-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 1456841 INFO  
(SUITE-MBeansHandlerTest-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1456843 INFO  
(SUITE-MBeansHandlerTest-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1456843 INFO  
(SUITE-MBeansHandlerTest-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1456844 INFO  
(SUITE-MBeansHandlerTest-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1456893 INFO  
(SUITE-MBeansHandlerTest-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1456928 INFO  
(SUITE-MBeansHandlerTest-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1457054 INFO  
(SUITE-MBeansHandlerTest-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1457162 INFO  
(SUITE-MBeansHandlerTest-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1551cb3
   [junit4]   2> 1457169 INFO  
(SUITE-MBeansHandlerTest-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1551cb3
   [junit4]   2> 1457169 INFO  
(SUITE-MBeansHandlerTest-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1551cb3
   [junit4]   2> 1457175 INFO  (coreLoadExecutor-7164-thread-1) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1457234 INFO  (coreLoadExecutor-7164-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1457271 INFO  (coreLoadExecutor-7164-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1457418 INFO  (coreLoadExecutor-7164-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1457445 INFO  (coreLoadExecutor-7164-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1,
 trusted=true
   [junit4]   2> 1457445 INFO  (coreLoadExecutor-7164-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 
'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1551cb3
   [junit4]   2> 1457448 INFO  (coreLoadExecutor-7164-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1457448 INFO  (coreLoadExecutor-7164-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.admin.MBeansHandlerTest_542CC122EC84FCBA-001\init-core-data-001\]
   [junit4]   2> 1457451 INFO  (coreLoadExecutor-7164-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=82.36328125, 
floorSegmentMB=1.8916015625, forceMergeDeletesPctAllowed=18.47982167391603, 
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.17328624603051085
   [junit4]   2> 1457611 INFO  (coreLoadExecutor-7164-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1457611 INFO  (coreLoadExecutor-7164-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1457614 INFO  (coreLoadExecutor-7164-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1457614 INFO  (coreLoadExecutor-7164-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1457616 INFO  (coreLoadExecutor-7164-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=25, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=64.7060546875, 
floorSegmentMB=0.6669921875, forceMergeDeletesPctAllowed=16.11293874935831, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3944450194555299
   [junit4]   2> 1457616 INFO  (coreLoadExecutor-7164-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@17a287a[collection1] main]
   [junit4]   2> 1457618 INFO  (coreLoadExecutor-7164-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1457637 INFO  (coreLoadExecutor-7164-thread-1) [    ] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1457719 INFO  (coreLoadExecutor-7164-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1457720 INFO  (coreLoadExecutor-7164-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1571078290972606464
   [junit4]   2> 1457720 INFO  (searcherExecutor-7165-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1457721 INFO  (searcherExecutor-7165-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1457722 INFO  (searcherExecutor-7165-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1457722 INFO  (searcherExecutor-7165-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1457722 INFO  (searcherExecutor-7165-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1457722 INFO  (searcherExecutor-7165-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1457722 INFO  
(SUITE-MBeansHandlerTest-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1457722 INFO  (searcherExecutor-7165-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1457728 INFO  (searcherExecutor-7165-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1457729 INFO  
(TEST-MBeansHandlerTest.testDiff-seed#[542CC122EC84FCBA]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testDiff
   [junit4]   2> 1457730 INFO  (searcherExecutor-7165-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1457733 INFO  (searcherExecutor-7165-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@17a287a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1457737 INFO  
(TEST-MBeansHandlerTest.testDiff-seed#[542CC122EC84FCBA]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1457739 INFO  
(TEST-MBeansHandlerTest.testDiff-seed#[542CC122EC84FCBA]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/admin/mbeans&stats=true&wt=xml} status=0 QTime=9
   [junit4]   2> 1457778 ERROR 
(TEST-MBeansHandlerTest.testDiff-seed#[542CC122EC84FCBA]) [    ] 
o.a.s.h.RequestHandlerBase java.lang.NullPointerException
   [junit4]   2>        at 
org.apache.solr.handler.admin.SolrInfoMBeanHandler.diffObject(SolrInfoMBeanHandler.java:240)
   [junit4]   2>        at 
org.apache.solr.handler.admin.SolrInfoMBeanHandler.diffNamedList(SolrInfoMBeanHandler.java:219)
   [junit4]   2>        at 
org.apache.solr.handler.admin.SolrInfoMBeanHandler.getDiff(SolrInfoMBeanHandler.java:187)
   [junit4]   2>        at 
org.apache.solr.handler.admin.SolrInfoMBeanHandler.handleRequestBody(SolrInfoMBeanHandler.java:87)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:178)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2473)
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.query(TestHarness.java:337)
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.query(TestHarness.java:319)
   [junit4]   2>        at 
org.apache.solr.handler.admin.MBeansHandlerTest.testDiff(MBeansHandlerTest.java:57)
   [junit4]   2>        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 1457779 INFO  
(TEST-MBeansHandlerTest.testDiff-seed#[542CC122EC84FCBA]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/admin/mbeans&stats=true&diff=true&wt=xml} status=500 QTime=38
   [junit4]   2> 1457779 INFO  
(TEST-MBeansHandlerTest.testDiff-seed#[542CC122EC84FCBA]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testDiff
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MBeansHandlerTest 
-Dtests.method=testDiff -Dtests.seed=542CC122EC84FCBA -Dtests.slow=true 
-Dtests.locale=lag-TZ -Dtests.timezone=Pacific/Yap -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.06s J0 | MBeansHandlerTest.testDiff <<<
   [junit4]    > Throwable #1: java.lang.NullPointerException
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([542CC122EC84FCBA:913A05B9FC32C4DA]:0)
   [junit4]    >        at 
org.apache.solr.handler.admin.SolrInfoMBeanHandler.diffObject(SolrInfoMBeanHandler.java:240)
   [junit4]    >        at 
org.apache.solr.handler.admin.SolrInfoMBeanHandler.diffNamedList(SolrInfoMBeanHandler.java:219)
   [junit4]    >        at 
org.apache.solr.handler.admin.SolrInfoMBeanHandler.getDiff(SolrInfoMBeanHandler.java:187)
   [junit4]    >        at 
org.apache.solr.handler.admin.SolrInfoMBeanHandler.handleRequestBody(SolrInfoMBeanHandler.java:87)
   [junit4]    >        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:178)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2473)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.query(TestHarness.java:337)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.query(TestHarness.java:319)
   [junit4]    >        at 
org.apache.solr.handler.admin.MBeansHandlerTest.testDiff(MBeansHandlerTest.java:57)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1457785 INFO  
(TEST-MBeansHandlerTest.testXMLDiffWithExternalEntity-seed#[542CC122EC84FCBA]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testXMLDiffWithExternalEntity
   [junit4]   2> 1457824 INFO  
(TEST-MBeansHandlerTest.testXMLDiffWithExternalEntity-seed#[542CC122EC84FCBA]) 
[    ] o.a.s.SolrTestCaseJ4 ###Ending testXMLDiffWithExternalEntity
   [junit4]   2> 1457825 INFO  
(SUITE-MBeansHandlerTest-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1457825 INFO  
(SUITE-MBeansHandlerTest-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=13822296
   [junit4]   2> 1457825 INFO  
(SUITE-MBeansHandlerTest-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1457828 INFO  
(SUITE-MBeansHandlerTest-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1457830 INFO  
(SUITE-MBeansHandlerTest-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1457839 INFO  (coreCloseExecutor-7170-thread-1) [    ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@321f1e
   [junit4]   2> 1457840 INFO  (coreCloseExecutor-7170-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=3284766
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.admin.MBeansHandlerTest_542CC122EC84FCBA-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=678, maxMBSortInHeap=5.385840861213187, 
sim=RandomSimilarity(queryNorm=true): {}, locale=lag-TZ, timezone=Pacific/Yap
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 9-ea 
(32-bit)/cpus=3,threads=1,free=104610424,total=444596224
   [junit4]   2> NOTE: All tests run in this JVM: [HdfsThreadLeakTest, 
TestTolerantSearch, TestSolrIndexConfig, CdcrReplicationHandlerTest, 
SolrMetricManagerTest, TestUninvertingReader, AnalyticsQueryTest, 
TestNumericRangeQuery64, TestCursorMarkWithoutUniqueKey, 
TestLegacyNumericUtils, JsonLoaderTest, HdfsUnloadDistributedZkTest, 
QueryParsingTest, FullHLLTest, TestLuceneMatchVersion, TestSolrQueryParser, 
DisMaxRequestHandlerTest, TestCustomSort, TestSolrCloudWithSecureImpersonation, 
StressHdfsTest, V2StandaloneTest, MoreLikeThisHandlerTest, SolrTestCaseJ4Test, 
ZkStateReaderTest, TestCoreContainer, HdfsCollectionsAPIDistributedZkTest, 
TestHdfsCloudBackupRestore, SegmentsInfoRequestHandlerTest, 
DistributedVersionInfoTest, TestInPlaceUpdatesDistrib, ClusterStateTest, 
TestPushWriter, TestHashPartitioner, TestScoreJoinQPScore, 
DistributedFacetPivotLongTailTest, CdcrVersionReplicationTest, TestDocTermOrds, 
UnloadDistributedZkTest, RecoveryAfterSoftCommitTest, 
TestDistributedStatsComponentCardinality, SSLMigrationTest, 
HdfsRestartWhileUpdatingTest, MetricUtilsTest, ShardSplitTest, 
TestReloadAndDeleteDocs, SyncSliceTest, RulesTest, TestRandomFlRTGCloud, 
TestNestedDocsSort, TestSubQueryTransformerCrossCore, TestDFRSimilarityFactory, 
LeaderElectionTest, TestXmlQParserPlugin, TestRawTransformer, 
PrimitiveFieldTypeTest, DocValuesTest, SuggesterTest, 
TestImpersonationWithHadoopAuth, BasicDistributedZkTest, 
TestFieldCacheSortRandom, NoCacheHeaderTest, CurrencyFieldTypeTest, 
DocumentBuilderTest, SystemInfoHandlerTest, TestTrackingShardHandlerFactory, 
TestFaceting, IndexBasedSpellCheckerTest, TestFieldCacheWithThreads, 
GraphQueryTest, BlockDirectoryTest, TestLegacyField, HighlighterTest, 
UpdateLogTest, TestPKIAuthenticationPlugin, TestAtomicUpdateErrorCases, 
HighlighterConfigTest, TestCloudPseudoReturnFields, ResponseLogComponentTest, 
TestUseDocValuesAsStored2, DistribCursorPagingTest, ConnectionReuseTest, 
TemplateUpdateProcessorTest, TestAddFieldRealTimeGet, SliceStateTest, 
TestSha256AuthenticationProvider, TestDocSet, 
SuggestComponentContextFilterQueryTest, AnalysisErrorHandlingTest, 
TestCloudManagedSchema, DistributedFacetPivotSmallTest, DirectoryFactoryTest, 
TestFoldingMultitermQuery, TestMissingGroups, TestExactStatsCache, 
TestLocalFSCloudBackupRestore, TolerantUpdateProcessorTest, PeerSyncTest, 
ConfigSetsAPITest, TestReplicationHandler, TestComponentsName, 
TestDocumentBuilder, TestComplexPhraseLeadingWildcard, 
TestMultiValuedNumericRangeQuery, SimpleFacetsTest, CloudMLTQParserTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, WordBreakSolrSpellCheckerTest, 
TestSSLRandomization, DistributedQueryComponentCustomSortTest, 
PreAnalyzedFieldTest, TestObjectReleaseTracker, TestSchemaSimilarityResource, 
RankQueryTest, SpatialFilterTest, TestFieldCacheReopen, TestSolrCoreParser, 
TestCodecSupport, TestFieldCollectionResource, TestApiFramework, 
LoggingHandlerTest, TestConfig, TestSearchPerf, DistanceFunctionTest, 
SolrIndexMetricsTest, TestChildDocTransformer, OverseerTaskQueueTest, 
OverseerRolesTest, TestSolrCoreProperties, HighlighterMaxOffsetTest, 
TestFastWriter, TestManagedSchemaAPI, MinimalSchemaTest, RecoveryZkTest, 
TestManagedStopFilterFactory, AutoScalingHandlerTest, HdfsRecoverLeaseTest, 
DirectSolrSpellCheckerTest, SoftAutoCommitTest, TestSolrConfigHandlerCloud, 
TestGraphMLResponseWriter, TestQuerySenderListener, 
DistributedSuggestComponentTest, ZkControllerTest, TestMiniSolrCloudCluster, 
CoreAdminHandlerTest, TestCloudJSONFacetJoinDomain, BlockJoinFacetRandomTest, 
CdcrBootstrapTest, NotRequiredUniqueKeyTest, IndexSchemaTest, 
DirectUpdateHandlerOptimizeTest, HdfsBasicDistributedZk2Test, 
TestStressReorder, TestSerializedLuceneMatchVersion, DocValuesMissingTest, 
ClusterStateUpdateTest, TestClassNameShortening, ZkCLITest, 
TestHighlightDedupGrouping, TestDynamicFieldCollectionResource, 
TestBackupRepositoryFactory, UUIDFieldTest, TestFileDictionaryLookup, 
BasicAuthIntegrationTest, ClassificationUpdateProcessorIntegrationTest, 
LargeFieldTest, DeleteNodeTest, TestSolrCoreSnapshots, 
TestSolrCloudWithDelegationTokens, TestRequestForwarding, 
DistribJoinFromCollectionTest, TestImplicitCoreProperties, 
DistributedSpellCheckComponentTest, TestAnalyzeInfixSuggestions, 
AtomicUpdatesTest, BasicZkTest, ZkSolrClientTest, ShardRoutingCustomTest, 
TestDistributedSearch, ConvertedLegacyTest, TestFunctionQuery, TestLazyCores, 
SolrIndexSplitterTest, TestExtendedDismaxParser, SuggesterFSTTest, TestTrie, 
TestUpdate, TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest, 
StatelessScriptUpdateProcessorFactoryTest, DebugComponentTest, 
TestSurroundQueryParser, TestQueryUtils, StandardRequestHandlerTest, 
DocumentAnalysisRequestHandlerTest, TermsComponentTest, 
PathHierarchyTokenizerFactoryTest, RequiredFieldsTest, 
FastVectorHighlighterTest, TestJmxIntegration, MBeansHandlerTest]
   [junit4] Completed [430/723 (2!)] on J0 in 1.04s, 2 tests, 1 error <<< 
FAILURES!

[...truncated 372 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestPullReplicaErrorHandling_542CC122EC84FCBA-001\init-core-data-001
   [junit4]   2> 2185855 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=24 numCloses=24
   [junit4]   2> 2185855 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2185855 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-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> 2185855 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestPullReplicaErrorHandling_542CC122EC84FCBA-001\tempDir-001
   [junit4]   2> 2185855 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2185855 INFO  (Thread-5128) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2185855 INFO  (Thread-5128) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2185871 ERROR (Thread-5128) [    ] 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> 2185965 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:52412
   [junit4]   2> 2185965 INFO  (jetty-launcher-4399-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2185965 INFO  (jetty-launcher-4399-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2185965 INFO  (jetty-launcher-4399-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2185965 INFO  (jetty-launcher-4399-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@62b563{/solr,null,AVAILABLE}
   [junit4]   2> 2185965 INFO  (jetty-launcher-4399-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@14fe37d{/solr,null,AVAILABLE}
   [junit4]   2> 2185965 INFO  (jetty-launcher-4399-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@123f79c{/solr,null,AVAILABLE}
   [junit4]   2> 2185965 INFO  (jetty-launcher-4399-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@11efcb7{HTTP/1.1,[http/1.1]}{127.0.0.1:52416}
   [junit4]   2> 2185965 INFO  (jetty-launcher-4399-thread-2) [    ] 
o.e.j.s.Server Started @2187131ms
   [junit4]   2> 2185965 INFO  (jetty-launcher-4399-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@15b100b{HTTP/1.1,[http/1.1]}{127.0.0.1:52419}
   [junit4]   2> 2185965 INFO  (jetty-launcher-4399-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=52416}
   [junit4]   2> 2185965 INFO  (jetty-launcher-4399-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@57268c{HTTP/1.1,[http/1.1]}{127.0.0.1:52421}
   [junit4]   2> 2185965 INFO  (jetty-launcher-4399-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2185965 ERROR (jetty-launcher-4399-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2185965 INFO  (jetty-launcher-4399-thread-4) [    ] 
o.e.j.s.Server Started @2187131ms
   [junit4]   2> 2185965 INFO  (jetty-launcher-4399-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=52419}
   [junit4]   2> 2185965 INFO  (jetty-launcher-4399-thread-3) [    ] 
o.e.j.s.Server Started @2187131ms
   [junit4]   2> 2185965 INFO  (jetty-launcher-4399-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=52421}
   [junit4]   2> 2185965 ERROR (jetty-launcher-4399-thread-4) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2185965 ERROR (jetty-launcher-4399-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2185965 INFO  (jetty-launcher-4399-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 2185965 INFO  (jetty-launcher-4399-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 2185965 INFO  (jetty-launcher-4399-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2185965 INFO  (jetty-launcher-4399-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2185965 INFO  (jetty-launcher-4399-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2185965 INFO  (jetty-launcher-4399-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2185965 INFO  (jetty-launcher-4399-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-24T09:49:03.450324200Z
   [junit4]   2> 2185965 INFO  (jetty-launcher-4399-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-24T09:49:03.450324200Z
   [junit4]   2> 2185965 INFO  (jetty-launcher-4399-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 2185965 INFO  (jetty-launcher-4399-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2185965 INFO  (jetty-launcher-4399-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2185965 INFO  (jetty-launcher-4399-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-24T09:49:03.450324200Z
   [junit4]   2> 2185965 INFO  (jetty-launcher-4399-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@ea2906{/solr,null,AVAILABLE}
   [junit4]   2> 2185980 INFO  (jetty-launcher-4399-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@187aa05{HTTP/1.1,[http/1.1]}{127.0.0.1:52431}
   [junit4]   2> 2185980 INFO  (jetty-launcher-4399-thread-1) [    ] 
o.e.j.s.Server Started @2187135ms
   [junit4]   2> 2185980 INFO  (jetty-launcher-4399-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=52431}
   [junit4]   2> 2185980 ERROR (jetty-launcher-4399-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2185980 INFO  (jetty-launcher-4399-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 2185980 INFO  (jetty-launcher-4399-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2185980 INFO  (jetty-launcher-4399-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2185980 INFO  (jetty-launcher-4399-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-24T09:49:03.465341900Z
   [junit4]   2> 2185980 INFO  (jetty-launcher-4399-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2185980 INFO  (jetty-launcher-4399-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2185980 INFO  (jetty-launcher-4399-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2185980 INFO  (jetty-launcher-4399-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2185996 INFO  (jetty-launcher-4399-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52412/solr
   [junit4]   2> 2185996 INFO  (jetty-launcher-4399-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52412/solr
   [junit4]   2> 2185996 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15cd98137ec0002, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 2185996 INFO  (jetty-launcher-4399-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52412/solr
   [junit4]   2> 2185996 INFO  (jetty-launcher-4399-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52412/solr
   [junit4]   2> 2185996 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15cd98137ec0008, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 2186027 INFO  (jetty-launcher-4399-thread-2) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2186027 INFO  (jetty-launcher-4399-thread-1) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2186027 INFO  (jetty-launcher-4399-thread-3) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2186027 INFO  (jetty-launcher-4399-thread-1) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:52431_solr
   [junit4]   2> 2186027 INFO  (jetty-launcher-4399-thread-4) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2186027 INFO  (jetty-launcher-4399-thread-3) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52421_solr
   [junit4]   2> 2186027 INFO  (jetty-launcher-4399-thread-2) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52416_solr
   [junit4]   2> 2186027 INFO  (jetty-launcher-4399-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=98192440907530250-127.0.0.1:52431_solr-n_0000000000) starting
   [junit4]   2> 2186027 INFO  (zkCallback-4420-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2186027 INFO  (zkCallback-4418-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2186027 INFO  (zkCallback-4421-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2186027 INFO  (zkCallback-4419-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2186027 INFO  (zkCallback-4420-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2186027 INFO  (zkCallback-4418-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2186027 INFO  (zkCallback-4421-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2186027 INFO  (jetty-launcher-4399-thread-4) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52419_solr
   [junit4]   2> 2186214 INFO  (zkCallback-4418-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2186214 INFO  (zkCallback-4419-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2186214 INFO  (zkCallback-4421-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2186214 INFO  (zkCallback-4420-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2186214 INFO  (jetty-launcher-4399-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52431_solr
   [junit4]   2> 2186214 INFO  (zkCallback-4420-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2186214 INFO  (zkCallback-4418-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2186214 INFO  (zkCallback-4421-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2186214 INFO  (zkCallback-4419-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2186277 INFO  (jetty-launcher-4399-thread-4) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52419.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@df5ef7
   [junit4]   2> 2186277 INFO  (jetty-launcher-4399-thread-4) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52419.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@df5ef7
   [junit4]   2> 2186277 INFO  (jetty-launcher-4399-thread-4) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52419.solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@df5ef7
   [junit4]   2> 2186277 INFO  (jetty-launcher-4399-thread-4) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestPullReplicaErrorHandling_542CC122EC84FCBA-001\tempDir-001\node4\.
   [junit4]   2> 2186387 INFO  (jetty-launcher-4399-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52431.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@df5ef7
   [junit4]   2> 2186387 INFO  (jetty-launcher-4399-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52431.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@df5ef7
   [junit4]   2> 2186387 INFO  (jetty-launcher-4399-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52431.solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@df5ef7
   [junit4]   2> 2186402 INFO  (jetty-launcher-4399-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestPullReplicaErrorHandling_542CC122EC84FCBA-001\tempDir-001\node1\.
   [junit4]   2> 2186402 INFO  (jetty-launcher-4399-thread-3) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52421.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@df5ef7
   [junit4]   2> 2186402 INFO  (jetty-launcher-4399-thread-3) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52421.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@df5ef7
   [junit4]   2> 2186402 INFO  (jetty-launcher-4399-thread-3) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52421.solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@df5ef7
   [junit4]   2> 2186402 INFO  (jetty-launcher-4399-thread-3) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestPullReplicaErrorHandling_542CC122EC84FCBA-001\tempDir-001\node3\.
   [junit4]   2> 2186402 INFO  (jetty-launcher-4399-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52416.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@df5ef7
   [junit4]   2> 2186418 INFO  (jetty-launcher-4399-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52416.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@df5ef7
   [junit4]   2> 2186418 INFO  (jetty-launcher-4399-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52416.solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@df5ef7
   [junit4]   2> 2186418 INFO  (jetty-launcher-4399-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestPullReplicaErrorHandling_542CC122EC84FCBA-001\tempDir-001\node2\.
   [junit4]   2> 2186542 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2186542 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:52412/solr ready
   [junit4]   2> 2186558 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@15b100b{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2186558 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=722850
   [junit4]   2> 2186558 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 2186558 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 2186558 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 2186558 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 2186558 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2186558 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15cd98137ec0009, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 2186558 WARN  (zkCallback-4418-thread-1) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2186558 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@14fe37d{/solr,null,UNAVAILABLE}
   [junit4]   2> 2186558 INFO  (zkCallback-4429-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2186558 INFO  (zkCallback-4421-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2186558 INFO  (zkCallback-4419-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2186575 INFO  (zkCallback-4420-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2186575 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2186575 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@15acaf9{/solr,null,AVAILABLE}
   [junit4]   2> 2186575 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@d0411e{HTTP/1.1,[http/1.1]}{127.0.0.1:52471}
   [junit4]   2> 2186575 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.e.j.s.Server Started @2187733ms
   [junit4]   2> 2186575 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=52470}
   [junit4]   2> 2186575 ERROR 
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2186575 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 2186575 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2186575 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2186575 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-24T09:49:04.060453900Z
   [junit4]   2> 2186575 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2186590 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52412/solr
   [junit4]   2> 2186590 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15cd98137ec0010, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 2186620 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2186636 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2186636 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52470_solr
   [junit4]   2> 2186652 INFO  (zkCallback-4420-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2186652 INFO  (zkCallback-4434-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2186652 INFO  (zkCallback-4429-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2186652 INFO  (zkCallback-4421-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2186652 INFO  (zkCallback-4419-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2186949 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52470.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@df5ef7
   [junit4]   2> 2186949 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52470.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@df5ef7
   [junit4]   2> 2186949 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52470.solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@df5ef7
   [junit4]   2> 2186949 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestPullReplicaErrorHandling_542CC122EC84FCBA-001\tempDir-001\node4\.
   [junit4]   2> 2187010 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: 
http://127.0.0.1:52471/solr. Proxy: http://127.0.0.1:52470/solr
   [junit4]   2> 2187010 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@187aa05{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2187010 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=26503521
   [junit4]   2> 2187010 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 2187010 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 2187010 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 2187010 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 2187010 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2187010 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.Overseer Overseer 
(id=98192440907530250-127.0.0.1:52431_solr-n_0000000000) closing
   [junit4]   2> 2187010 INFO  
(OverseerStateUpdate-98192440907530250-127.0.0.1:52431_solr-n_0000000000) [    
] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:52431_solr
   [junit4]   2> 2187010 WARN  (zkCallback-4419-thread-2) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2187010 INFO  (zkCallback-4420-thread-1) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:52421_solr
   [junit4]   2> 2187025 INFO  (zkCallback-4434-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2187025 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@ea2906{/solr,null,UNAVAILABLE}
   [junit4]   2> 2187025 INFO  (zkCallback-4421-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2187025 INFO  (zkCallback-4429-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2187025 INFO  (zkCallback-4420-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=98192440907530251-127.0.0.1:52421_solr-n_0000000001) starting
   [junit4]   2> 2187025 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2187025 INFO  (zkCallback-4420-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2187025 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1b9145{/solr,null,AVAILABLE}
   [junit4]   2> 2187025 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@9243d5{HTTP/1.1,[http/1.1]}{127.0.0.1:52484}
   [junit4]   2> 2187025 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.e.j.s.Server Started @2188186ms
   [junit4]   2> 2187025 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=52483}
   [junit4]   2> 2187025 ERROR 
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2187025 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 2187025 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2187025 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2187025 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-24T09:49:04.510613700Z
   [junit4]   2> 2187025 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2187041 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15cd98137ec0012, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 2187041 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52412/solr
   [junit4]   2> 2187104 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2187119 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2187119 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52483_solr
   [junit4]   2> 2187119 INFO  (zkCallback-4440-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2187119 INFO  (zkCallback-4434-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2187119 INFO  (zkCallback-4429-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2187119 INFO  (zkCallback-4420-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2187134 INFO  (zkCallback-4421-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2187279 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52483.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@df5ef7
   [junit4]   2> 2187279 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52483.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@df5ef7
   [junit4]   2> 2187279 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52483.solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@df5ef7
   [junit4]   2> 2187295 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestPullReplicaErrorHandling_542CC122EC84FCBA-001\tempDir-001\node1\.
   [junit4]   2> 2187384 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: 
http://127.0.0.1:52484/solr. Proxy: http://127.0.0.1:52483/solr
   [junit4]   2> 2187384 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@11efcb7{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2187384 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=14835347
   [junit4]   2> 2187384 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 2187384 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 2187384 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 2187384 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 2187384 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2187400 INFO  (zkCallback-4420-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2187400 INFO  (zkCallback-4440-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2187400 INFO  (zkCallback-4429-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2187400 INFO  (zkCallback-4434-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2188923 WARN  (zkCallback-4421-thread-1) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2188924 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@62b563{/solr,null,UNAVAILABLE}
   [junit4]   2> 2188924 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2188924 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6ddcc9{/solr,null,AVAILABLE}
   [junit4]   2> 2188924 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@8f25e2{HTTP/1.1,[http/1.1]}{127.0.0.1:52509}
   [junit4]   2> 2188924 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.e.j.s.Server Started @2190083ms
   [junit4]   2> 2188924 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=52496}
   [junit4]   2> 2188924 ERROR 
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2188924 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 2188924 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2188924 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2188924 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-24T09:49:06.409138400Z
   [junit4]   2> 2188945 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2188962 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52412/solr
   [junit4]   2> 2189171 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2189183 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2189183 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52496_solr
   [junit4]   2> 2189195 INFO  (zkCallback-4420-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2189195 INFO  (zkCallback-4446-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2189195 INFO  (zkCallback-4440-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2189195 INFO  (zkCallback-4434-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2189195 INFO  (zkCallback-4429-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2189604 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52496.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@df5ef7
   [junit4]   2> 2189618 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52496.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@df5ef7
   [junit4]   2> 2189618 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52496.solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@df5ef7
   [junit4]   2> 2189618 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestPullReplicaErrorHandling_542CC122EC84FCBA-001\tempDir-001\node2\.
   [junit4]   2> 2189679 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: 
http://127.0.0.1:52509/solr. Proxy: http://127.0.0.1:52496/solr
   [junit4]   2> 2189695 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@57268c{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2189695 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=13159763
   [junit4]   2> 2189712 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 2189712 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 2189712 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 2189712 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 2189712 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2189712 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.Overseer Overseer 
(id=98192440907530251-127.0.0.1:52421_solr-n_0000000001) closing
   [junit4]   2> 2189712 INFO  
(OverseerStateUpdate-98192440907530251-127.0.0.1:52421_solr-n_0000000001) [    
] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:52421_solr
   [junit4]   2> 2189712 INFO  (zkCallback-4429-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2189712 INFO  (zkCallback-4434-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)


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

r Closing metric reporters for 
registry=solr.core.collection1.shard1.replica_n1, tag=20210010
   [junit4]   2> 2482178 INFO  (coreCloseExecutor-10146-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.collection1.shard1.leader, tag=13841678
   [junit4]   2> 2482178 INFO  (coreCloseExecutor-10145-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.collection1.shard1.leader, tag=20210010
   [junit4]   2> 2482179 INFO  (jetty-closer-4499-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=98192460060360709-127.0.0.1:55244_solr-n_0000000000) closing
   [junit4]   2> 2482179 INFO  
(OverseerStateUpdate-98192460060360709-127.0.0.1:55244_solr-n_0000000000) [    
] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:55244_solr
   [junit4]   2> 2482180 WARN  (zkCallback-4510-thread-1) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2482182 INFO  (jetty-closer-4499-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@195b1e8{/solr,null,UNAVAILABLE}
   [junit4]   2> 2482182 INFO  (zkCallback-4509-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2483682 WARN  (zkCallback-4509-thread-1) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2483683 INFO  (jetty-closer-4499-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@15d37c4{/solr,null,UNAVAILABLE}
   [junit4]   2> 2483684 ERROR 
(SUITE-V2ApiIntegrationTest-seed#[542CC122EC84FCBA]-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> 2483685 INFO  
(SUITE-V2ApiIntegrationTest-seed#[542CC122EC84FCBA]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:55240 55240
   [junit4]   2> 2483686 INFO  (Thread-5182) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:55240 55240
   [junit4]   2> 2483688 WARN  (Thread-5182) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/aliases.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2>        2       /solr/configs/conf1/managed-schema
   [junit4]   2>        2       /solr/security.json
   [junit4]   2>        2       /solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        14      /solr/collections/collection1/state.json
   [junit4]   2>        3       /solr/clusterstate.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        3       /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.V2ApiIntegrationTest_542CC122EC84FCBA-001
   [junit4]   2> Jun 24, 2017 9:54:01 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=CheapBastard, 
sim=RandomSimilarity(queryNorm=false): {}, locale=ar-IL, 
timezone=Australia/Broken_Hill
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 9-ea 
(32-bit)/cpus=3,threads=1,free=83023736,total=503054336
   [junit4]   2> NOTE: All tests run in this JVM: [HdfsThreadLeakTest, 
TestTolerantSearch, TestSolrIndexConfig, CdcrReplicationHandlerTest, 
SolrMetricManagerTest, TestUninvertingReader, AnalyticsQueryTest, 
TestNumericRangeQuery64, TestCursorMarkWithoutUniqueKey, 
TestLegacyNumericUtils, JsonLoaderTest, HdfsUnloadDistributedZkTest, 
QueryParsingTest, FullHLLTest, TestLuceneMatchVersion, TestSolrQueryParser, 
DisMaxRequestHandlerTest, TestCustomSort, TestSolrCloudWithSecureImpersonation, 
StressHdfsTest, V2StandaloneTest, MoreLikeThisHandlerTest, SolrTestCaseJ4Test, 
ZkStateReaderTest, TestCoreContainer, HdfsCollectionsAPIDistributedZkTest, 
TestHdfsCloudBackupRestore, SegmentsInfoRequestHandlerTest, 
DistributedVersionInfoTest, TestInPlaceUpdatesDistrib, ClusterStateTest, 
TestPushWriter, TestHashPartitioner, TestScoreJoinQPScore, 
DistributedFacetPivotLongTailTest, CdcrVersionReplicationTest, TestDocTermOrds, 
UnloadDistributedZkTest, RecoveryAfterSoftCommitTest, 
TestDistributedStatsComponentCardinality, SSLMigrationTest, 
HdfsRestartWhileUpdatingTest, MetricUtilsTest, ShardSplitTest, 
TestReloadAndDeleteDocs, SyncSliceTest, RulesTest, TestRandomFlRTGCloud, 
TestNestedDocsSort, TestSubQueryTransformerCrossCore, TestDFRSimilarityFactory, 
LeaderElectionTest, TestXmlQParserPlugin, TestRawTransformer, 
PrimitiveFieldTypeTest, DocValuesTest, SuggesterTest, 
TestImpersonationWithHadoopAuth, BasicDistributedZkTest, 
TestFieldCacheSortRandom, NoCacheHeaderTest, CurrencyFieldTypeTest, 
DocumentBuilderTest, SystemInfoHandlerTest, TestTrackingShardHandlerFactory, 
TestFaceting, IndexBasedSpellCheckerTest, TestFieldCacheWithThreads, 
GraphQueryTest, BlockDirectoryTest, TestLegacyField, HighlighterTest, 
UpdateLogTest, TestPKIAuthenticationPlugin, TestAtomicUpdateErrorCases, 
HighlighterConfigTest, TestCloudPseudoReturnFields, ResponseLogComponentTest, 
TestUseDocValuesAsStored2, DistribCursorPagingTest, ConnectionReuseTest, 
TemplateUpdateProcessorTest, TestAddFieldRealTimeGet, SliceStateTest, 
TestSha256AuthenticationProvider, TestDocSet, 
SuggestComponentContextFilterQueryTest, AnalysisErrorHandlingTest, 
TestCloudManagedSchema, DistributedFacetPivotSmallTest, DirectoryFactoryTest, 
TestFoldingMultitermQuery, TestMissingGroups, TestExactStatsCache, 
TestLocalFSCloudBackupRestore, TolerantUpdateProcessorTest, PeerSyncTest, 
ConfigSetsAPITest, TestReplicationHandler, TestComponentsName, 
TestDocumentBuilder, TestComplexPhraseLeadingWildcard, 
TestMultiValuedNumericRangeQuery, SimpleFacetsTest, CloudMLTQParserTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, WordBreakSolrSpellCheckerTest, 
TestSSLRandomization, DistributedQueryComponentCustomSortTest, 
PreAnalyzedFieldTest, TestObjectReleaseTracker, TestSchemaSimilarityResource, 
RankQueryTest, SpatialFilterTest, TestFieldCacheReopen, TestSolrCoreParser, 
TestCodecSupport, TestFieldCollectionResource, TestApiFramework, 
LoggingHandlerTest, TestConfig, TestSearchPerf, DistanceFunctionTest, 
SolrIndexMetricsTest, TestChildDocTransformer, OverseerTaskQueueTest, 
OverseerRolesTest, TestSolrCoreProperties, HighlighterMaxOffsetTest, 
TestFastWriter, TestManagedSchemaAPI, MinimalSchemaTest, RecoveryZkTest, 
TestManagedStopFilterFactory, AutoScalingHandlerTest, HdfsRecoverLeaseTest, 
DirectSolrSpellCheckerTest, SoftAutoCommitTest, TestSolrConfigHandlerCloud, 
TestGraphMLResponseWriter, TestQuerySenderListener, 
DistributedSuggestComponentTest, ZkControllerTest, TestMiniSolrCloudCluster, 
CoreAdminHandlerTest, TestCloudJSONFacetJoinDomain, BlockJoinFacetRandomTest, 
CdcrBootstrapTest, NotRequiredUniqueKeyTest, IndexSchemaTest, 
DirectUpdateHandlerOptimizeTest, HdfsBasicDistributedZk2Test, 
TestStressReorder, TestSerializedLuceneMatchVersion, DocValuesMissingTest, 
ClusterStateUpdateTest, TestClassNameShortening, ZkCLITest, 
TestHighlightDedupGrouping, TestDynamicFieldCollectionResource, 
TestBackupRepositoryFactory, UUIDFieldTest, TestFileDictionaryLookup, 
BasicAuthIntegrationTest, ClassificationUpdateProcessorIntegrationTest, 
LargeFieldTest, DeleteNodeTest, TestSolrCoreSnapshots, 
TestSolrCloudWithDelegationTokens, TestRequestForwarding, 
DistribJoinFromCollectionTest, TestImplicitCoreProperties, 
DistributedSpellCheckComponentTest, TestAnalyzeInfixSuggestions, 
AtomicUpdatesTest, BasicZkTest, ZkSolrClientTest, ShardRoutingCustomTest, 
TestDistributedSearch, ConvertedLegacyTest, TestFunctionQuery, TestLazyCores, 
SolrIndexSplitterTest, TestExtendedDismaxParser, SuggesterFSTTest, TestTrie, 
TestUpdate, TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest, 
StatelessScriptUpdateProcessorFactoryTest, DebugComponentTest, 
TestSurroundQueryParser, TestQueryUtils, StandardRequestHandlerTest, 
DocumentAnalysisRequestHandlerTest, TermsComponentTest, 
PathHierarchyTokenizerFactoryTest, RequiredFieldsTest, 
FastVectorHighlighterTest, TestJmxIntegration, MBeansHandlerTest, 
TestPartialUpdateDeduplication, PingRequestHandlerTest, 
TestSolrDeletionPolicy2, TestBinaryField, TestFuzzyAnalyzedSuggestions, 
EchoParamsTest, TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, 
TimeZoneUtilsTest, ResourceLoaderTest, ScriptEngineTest, PluginInfoTest, 
ChaosMonkeyNothingIsSafeTest, AsyncCallRequestStatusResponseTest, 
CdcrReplicationDistributedZkTest, CdcrRequestHandlerTest, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, CleanupOldIndexTest, 
CollectionsAPIAsyncDistributedZkTest, ConcurrentDeleteAndCreateCollectionTest, 
ConnectionManagerTest, CreateCollectionCleanupTest, CustomCollectionTest, 
DeleteLastCustomShardedReplicaTest, DeleteStatusTest, ForceLeaderTest, 
LeaderElectionContextKeyTest, LeaderFailureAfterFreshStartTest, 
LeaderInitiatedRecoveryOnShardRestartTest, MigrateRouteKeyTest, 
NodeMutatorTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
OverseerCollectionConfigSetProcessorTest, OverseerStatusTest, 
PeerSyncReplicationTest, ReplaceNodeTest, RestartWhileUpdatingTest, 
RollingRestartTest, TestCloudRecovery, TestDeleteCollectionOnDownNodes, 
TestDownShardTolerantSearch, TestLeaderElectionWithEmptyReplica, 
TestOnReconnectListenerSupport, TestPullReplica, TestRebalanceLeaders, 
TestShortCircuitedRequests, TestTlogReplica, TestSolrXml, TestBlobHandler, 
TestSQLHandler, V2ApiIntegrationTest]
   [junit4] Completed [581/723 (4!)] on J0 in 6.58s, 6 tests, 1 error <<< 
FAILURES!

[...truncated 36769 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to