Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.0-Windows/87/
Java: 32bit/jdk-9-ea+181 -server -XX:+UseParallelGC --illegal-access=deny

2 tests failed.
FAILED:  org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test

Error Message:
Doc with id=4 not found in http://127.0.0.1:58028/j_c/c8n_1x3_lf due to: Path 
not found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=4 not found in 
http://127.0.0.1:58028/j_c/c8n_1x3_lf due to: Path not found: /id; 
rsp={doc=null}
        at 
__randomizedtesting.SeedInfo.seed([4970D41C4ABC809B:C124EBC6E440ED63]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:558)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:103)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
        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.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java: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.TestJmxIntegration.testJmxRegistration

Error Message:
org.apache.lucene.store.AlreadyClosedException: Already closed

Stack Trace:
javax.management.RuntimeMBeanException: 
org.apache.lucene.store.AlreadyClosedException: Already closed
        at 
__randomizedtesting.SeedInfo.seed([4970D41C4ABC809B:C7A1B02627FDD8FE]:0)
        at 
java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrow(DefaultMBeanServerInterceptor.java:829)
        at 
java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrowMaybeMBeanException(DefaultMBeanServerInterceptor.java:842)
        at 
java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:645)
        at 
java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:678)
        at 
org.apache.solr.core.TestJmxIntegration.testJmxRegistration(TestJmxIntegration.java:121)
        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)
Caused by: org.apache.lucene.store.AlreadyClosedException: Already closed
        at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:337)
        at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:349)
        at org.apache.solr.core.SolrCore.getIndexDir(SolrCore.java:328)
        at org.apache.solr.core.SolrCore.getIndexSize(SolrCore.java:405)
        at 
org.apache.solr.core.SolrCore.lambda$initializeMetrics$7(SolrCore.java:1137)
        at 
com.codahale.metrics.JmxReporter$JmxGauge.getValue(JmxReporter.java:188)
        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 sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71)
        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 java.base/sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:260)
        at 
java.management/com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:112)
        at 
java.management/com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:46)
        at 
java.management/com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:237)
        at 
java.management/com.sun.jmx.mbeanserver.PerInterface.getAttribute(PerInterface.java:83)
        at 
java.management/com.sun.jmx.mbeanserver.MBeanSupport.getAttribute(MBeanSupport.java:206)
        at 
java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:641)
        ... 40 more




Build Log:
[...truncated 10968 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderFailoverAfterPartitionTest_4970D41C4ABC809B-001\init-core-data-001
   [junit4]   2> 224225 WARN  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[4970D41C4ABC809B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 224225 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[4970D41C4ABC809B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 224228 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[4970D41C4ABC809B]-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> 224228 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[4970D41C4ABC809B]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /j_c/
   [junit4]   2> 224229 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 224229 INFO  (Thread-402) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 224229 INFO  (Thread-402) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 224233 ERROR (Thread-402) [    ] 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> 224329 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:57978
   [junit4]   2> 224342 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 0x15de0a780160000, 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> 224361 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 224365 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 224367 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 224369 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 224371 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 224373 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 224375 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 224376 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 224378 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 224380 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 224381 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 224383 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly 
asked otherwise
   [junit4]   2> 224690 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 224691 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1677a40{/j_c,null,AVAILABLE}
   [junit4]   2> 224693 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@164dffb{HTTP/1.1,[http/1.1]}{127.0.0.1:57986}
   [junit4]   2> 224693 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.e.j.s.Server Started @225523ms
   [junit4]   2> 224693 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/j_c, 
solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderFailoverAfterPartitionTest_4970D41C4ABC809B-001\tempDir-001/control/data,
 hostPort=57985, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderFailoverAfterPartitionTest_4970D41C4ABC809B-001\control-001\cores,
 replicaType=NRT}
   [junit4]   2> 224693 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 224694 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 224694 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 224694 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 224694 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-14T12:11:00.451782400Z
   [junit4]   2> 224698 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 0x15de0a780160002, 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> 224698 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 224698 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderFailoverAfterPartitionTest_4970D41C4ABC809B-001\control-001\solr.xml
   [junit4]   2> 224703 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7a30bb, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 224706 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57978/solr
   [junit4]   2> 224711 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 0x15de0a780160003, 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> 224848 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 224848 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57985_j_c
   [junit4]   2> 224850 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.Overseer Overseer 
(id=98481776885104644-127.0.0.1:57985_j_c-n_0000000000) starting
   [junit4]   2> 224857 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:57985_j_c
   [junit4]   2> 224860 INFO  (zkCallback-335-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 224989 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a30bb
   [junit4]   2> 224994 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a30bb
   [junit4]   2> 224994 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a30bb
   [junit4]   2> 224996 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderFailoverAfterPartitionTest_4970D41C4ABC809B-001\control-001\cores
   [junit4]   2> 225020 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 225022 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57978/solr ready
   [junit4]   2> 225023 INFO  (SocketProxy-Acceptor-57985) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=58005,localport=57985], receiveBufferSize:65536
   [junit4]   2> 225026 INFO  (SocketProxy-Acceptor-57985) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=57986,localport=58006], receiveBufferSize=65536
   [junit4]   2> 225030 INFO  (qtp1867791-2050) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:57985_j_c&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 225034 INFO  (OverseerThreadFactory-755-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 225142 INFO  (SocketProxy-Acceptor-57985) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=58007,localport=57985], receiveBufferSize:65536
   [junit4]   2> 225143 INFO  (SocketProxy-Acceptor-57985) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=57986,localport=58008], receiveBufferSize=65536
   [junit4]   2> 225145 INFO  (qtp1867791-2052) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 225145 INFO  (qtp1867791-2052) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 225253 INFO  (zkCallback-335-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 226174 INFO  (qtp1867791-2052) [    ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 226198 INFO  (qtp1867791-2052) [    ] o.a.s.s.IndexSchema 
[control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 226293 INFO  (qtp1867791-2052) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 226331 INFO  (qtp1867791-2052) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'control_collection_shard1_replica_n1' using configuration 
from collection control_collection, trusted=true
   [junit4]   2> 226332 INFO  (qtp1867791-2052) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7a30bb
   [junit4]   2> 226333 INFO  (qtp1867791-2052) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 226333 INFO  (qtp1867791-2052) [    ] o.a.s.c.SolrCore 
[[control_collection_shard1_replica_n1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderFailoverAfterPartitionTest_4970D41C4ABC809B-001\control-001\cores\control_collection_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderFailoverAfterPartitionTest_4970D41C4ABC809B-001\control-001\cores\control_collection_shard1_replica_n1\data\]
   [junit4]   2> 226338 INFO  (qtp1867791-2052) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 226341 WARN  (qtp1867791-2052) [    ] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 226449 INFO  (qtp1867791-2052) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 226449 INFO  (qtp1867791-2052) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 226452 INFO  (qtp1867791-2052) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 226452 INFO  (qtp1867791-2052) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 226453 INFO  (qtp1867791-2052) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=37, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=26.158203125, 
floorSegmentMB=1.240234375, forceMergeDeletesPctAllowed=27.641505922093746, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2748173170391589
   [junit4]   2> 226454 INFO  (qtp1867791-2052) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@f7ba92[control_collection_shard1_replica_n1] main]
   [junit4]   2> 226457 INFO  (qtp1867791-2052) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 226457 INFO  (qtp1867791-2052) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 226458 INFO  (qtp1867791-2052) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 226458 INFO  (qtp1867791-2052) [    ] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1575708432494755840
   [junit4]   2> 226460 INFO  (searcherExecutor-758-thread-1) [    ] 
o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher 
Searcher@f7ba92[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 226467 INFO  (qtp1867791-2052) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 226467 INFO  (qtp1867791-2052) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 226467 INFO  (qtp1867791-2052) [    ] o.a.s.c.SyncStrategy 
Sync replicas to 
http://127.0.0.1:57985/j_c/control_collection_shard1_replica_n1/
   [junit4]   2> 226467 INFO  (qtp1867791-2052) [    ] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 226467 INFO  (qtp1867791-2052) [    ] o.a.s.c.SyncStrategy 
http://127.0.0.1:57985/j_c/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 226467 INFO  (qtp1867791-2052) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 226473 INFO  (qtp1867791-2052) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:57985/j_c/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 226579 INFO  (zkCallback-335-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 226624 INFO  (qtp1867791-2052) [    ] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 226629 INFO  (qtp1867791-2052) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1484
   [junit4]   2> 226636 INFO  (qtp1867791-2050) [    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 226740 INFO  (zkCallback-335-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 227040 INFO  
(OverseerCollectionConfigSetProcessor-98481776885104644-127.0.0.1:57985_j_c-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 227637 INFO  (qtp1867791-2050) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:57985_j_c&wt=javabin&version=2}
 status=0 QTime=2605
   [junit4]   2> 227648 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 227650 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57978/solr ready
   [junit4]   2> 227650 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 227651 INFO  (SocketProxy-Acceptor-57985) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=58022,localport=57985], receiveBufferSize:65536
   [junit4]   2> 227652 INFO  (SocketProxy-Acceptor-57985) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=57986,localport=58023], receiveBufferSize=65536
   [junit4]   2> 227654 INFO  (qtp1867791-2054) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 227658 INFO  (OverseerThreadFactory-755-thread-2) [    ] 
o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 227659 WARN  (OverseerThreadFactory-755-thread-2) [    ] 
o.a.s.c.CreateCollectionCmd It is unusual to create a collection (collection1) 
without cores.
   [junit4]   2> 227866 INFO  (qtp1867791-2054) [    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 227867 INFO  (qtp1867791-2054) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
 status=0 QTime=212
   [junit4]   2> 228174 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderFailoverAfterPartitionTest_4970D41C4ABC809B-001\shard-1-001
 of type TLOG
   [junit4]   2> 228174 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 228175 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1205121{/j_c,null,AVAILABLE}
   [junit4]   2> 228176 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@15af7cd{HTTP/1.1,[http/1.1]}{127.0.0.1:58029}
   [junit4]   2> 228176 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.e.j.s.Server Started @229005ms
   [junit4]   2> 228176 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/j_c, 
solrconfig=solrconfig.xml, 
solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderFailoverAfterPartitionTest_4970D41C4ABC809B-001\tempDir-001/jetty1,
 hostPort=58028, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderFailoverAfterPartitionTest_4970D41C4ABC809B-001\shard-1-001\cores,
 replicaType=TLOG}
   [junit4]   2> 228176 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 228176 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 228176 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 228176 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 228176 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-14T12:11:03.933492900Z
   [junit4]   2> 228181 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 228181 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderFailoverAfterPartitionTest_4970D41C4ABC809B-001\shard-1-001\solr.xml
   [junit4]   2> 228185 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7a30bb, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 228188 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57978/solr
   [junit4]   2> 228201 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 228205 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 228207 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58028_j_c
   [junit4]   2> 228209 INFO  (zkCallback-347-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 228210 INFO  (zkCallback-342-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 228210 INFO  (zkCallback-335-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 228373 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a30bb
   [junit4]   2> 228377 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a30bb
   [junit4]   2> 228377 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a30bb
   [junit4]   2> 228379 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderFailoverAfterPartitionTest_4970D41C4ABC809B-001\shard-1-001\cores
   [junit4]   2> 228396 INFO  (SocketProxy-Acceptor-58028) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=58043,localport=58028], receiveBufferSize:65536
   [junit4]   2> 228396 INFO  (SocketProxy-Acceptor-58028) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=58029,localport=58044], receiveBufferSize=65536
   [junit4]   2> 228397 INFO  (qtp9826939-2098) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:58028_j_c&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 228402 INFO  
(OverseerCollectionConfigSetProcessor-98481776885104644-127.0.0.1:57985_j_c-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 228403 INFO  (OverseerThreadFactory-755-thread-3) [    ] 
o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:58028_j_c for creating new 
replica
   [junit4]   2> 228405 INFO  (SocketProxy-Acceptor-58028) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=58045,localport=58028], receiveBufferSize:65536
   [junit4]   2> 228406 INFO  (SocketProxy-Acceptor-58028) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=58029,localport=58046], receiveBufferSize=65536
   [junit4]   2> 228407 INFO  (qtp9826939-2100) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 228407 INFO  (qtp9826939-2100) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 228513 INFO  (zkCallback-347-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 229432 INFO  (qtp9826939-2100) [    ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 229451 INFO  (qtp9826939-2100) [    ] o.a.s.s.IndexSchema 
[collection1_shard2_replica_t0] Schema name=test
   [junit4]   2> 229542 INFO  (qtp9826939-2100) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 229564 INFO  (qtp9826939-2100) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_t0' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 229565 INFO  (qtp9826939-2100) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_t0' (registry 
'solr.core.collection1.shard2.replica_t0') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7a30bb
   [junit4]   2> 229565 INFO  (qtp9826939-2100) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 229565 INFO  (qtp9826939-2100) [    ] o.a.s.c.SolrCore 
[[collection1_shard2_replica_t0] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderFailoverAfterPartitionTest_4970D41C4ABC809B-001\shard-1-001\cores\collection1_shard2_replica_t0],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderFailoverAfterPartitionTest_4970D41C4ABC809B-001\shard-1-001\cores\collection1_shard2_replica_t0\data\]
   [junit4]   2> 229567 INFO  (qtp9826939-2100) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 229569 WARN  (qtp9826939-2100) [    ] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 229638 INFO  (qtp9826939-2100) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 229638 INFO  (qtp9826939-2100) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 229640 INFO  (qtp9826939-2100) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 229640 INFO  (qtp9826939-2100) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 229641 INFO  (qtp9826939-2100) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=37, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=26.158203125, 
floorSegmentMB=1.240234375, forceMergeDeletesPctAllowed=27.641505922093746, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2748173170391589
   [junit4]   2> 229642 INFO  (qtp9826939-2100) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1f3d1ce[collection1_shard2_replica_t0] main]
   [junit4]   2> 229644 INFO  (qtp9826939-2100) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 229644 INFO  (qtp9826939-2100) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 229645 INFO  (qtp9826939-2100) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 229646 INFO  (searcherExecutor-769-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard2_replica_t0] Registered new searcher 
Searcher@1f3d1ce[collection1_shard2_replica_t0] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 229646 INFO  (qtp9826939-2100) [    ] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1575708435837616128
   [junit4]   2> 229653 INFO  (qtp9826939-2100) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 229653 INFO  (qtp9826939-2100) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 229653 INFO  (qtp9826939-2100) [    ] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:58028/j_c/collection1_shard2_replica_t0/
   [junit4]   2> 229653 INFO  (qtp9826939-2100) [    ] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 229653 INFO  (qtp9826939-2100) [    ] o.a.s.c.SyncStrategy 
http://127.0.0.1:58028/j_c/collection1_shard2_replica_t0/ has no replicas
   [junit4]   2> 229653 INFO  (qtp9826939-2100) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 229654 INFO  (qtp9826939-2100) [    ] o.a.s.c.ZkController 
collection1_shard2_replica_t0 stopping background replication from leader
   [junit4]   2> 229657 INFO  (qtp9826939-2100) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:58028/j_c/collection1_shard2_replica_t0/ shard2
   [junit4]   2> 229763 INFO  (zkCallback-347-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 229809 INFO  (qtp9826939-2100) [    ] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 229816 INFO  (qtp9826939-2100) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=1408
   [junit4]   2> 229823 INFO  (qtp9826939-2098) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:58028_j_c&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
 status=0 QTime=1424
   [junit4]   2> 229919 INFO  (zkCallback-347-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 230150 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderFailoverAfterPartitionTest_4970D41C4ABC809B-001\shard-2-001
 of type TLOG
   [junit4]   2> 230150 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 230151 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1595221{/j_c,null,AVAILABLE}
   [junit4]   2> 230153 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@34ab5b{HTTP/1.1,[http/1.1]}{127.0.0.1:58054}
   [junit4]   2> 230153 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.e.j.s.Server Started @230982ms
   [junit4]   2> 230153 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/j_c, 
solrconfig=solrconfig.xml, 
solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderFailoverAfterPartitionTest_4970D41C4ABC809B-001\tempDir-001/jetty2,
 hostPort=58053, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderFailoverAfterPartitionTest_4970D41C4ABC809B-001\shard-2-001\cores,
 replicaType=TLOG}
   [junit4]   2> 230153 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 230154 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 230154 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 230154 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 230154 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-14T12:11:05.911403200Z
   [junit4]   2> 230158 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 0x15de0a78016000a, 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> 230159 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 230159 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderFailoverAfterPartitionTest_4970D41C4ABC809B-001\shard-2-001\solr.xml
   [junit4]   2> 230164 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7a30bb, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 230166 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57978/solr
   [junit4]   2> 230178 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 230181 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 230184 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58053_j_c
   [junit4]   2> 230186 INFO  (zkCallback-347-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 230187 INFO  (zkCallback-342-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 230187 INFO  (zkCallback-353-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 230187 INFO  (zkCallback-335-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 230407 INFO  
(OverseerCollectionConfigSetProcessor-98481776885104644-127.0.0.1:57985_j_c-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 230438 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a30bb
   [junit4]   2> 230445 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a30bb
   [junit4]   2> 230445 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a30bb
   [junit4]   2> 230447 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderFailoverAfterPartitionTest_4970D41C4ABC809B-001\shard-2-001\cores
   [junit4]   2> 230480 INFO  (qtp9826939-2101) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:58053_j_c&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 230485 INFO  (OverseerThreadFactory-755-thread-4) [    ] 
o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:58053_j_c for creating new 
replica
   [junit4]   2> 230487 INFO  (SocketProxy-Acceptor-58053) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=58068,localport=58053], receiveBufferSize:65536
   [junit4]   2> 230487 INFO  (SocketProxy-Acceptor-58053) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=58054,localport=58069], receiveBufferSize=65536
   [junit4]   2> 230490 INFO  (qtp33479096-2133) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 230491 INFO  (qtp33479096-2133) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 230597 INFO  (zkCallback-347-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 230597 INFO  (zkCallback-353-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 231520 INFO  (qtp33479096-2133) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 231549 INFO  (qtp33479096-2133) [    ] o.a.s.s.IndexSchema 
[collection1_shard1_replica_t0] Schema name=test
   [junit4]   2> 231637 INFO  (qtp33479096-2133) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 231662 INFO  (qtp33479096-2133) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_t0' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 231663 INFO  (qtp33479096-2133) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_t0' (registry 
'solr.core.collection1.shard1.replica_t0') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7a30bb
   [junit4]   2> 231663 INFO  (qtp33479096-2133) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 231663 INFO  (qtp33479096-2133) [    ] o.a.s.c.SolrCore 
[[collection1_shard1_replica_t0] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderFailoverAfterPartitionTest_4970D41C4ABC809B-001\shard-2-001\cores\collection1_shard1_replica_t0],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderFailoverAfterPartitionTest_4970D41C4ABC809B-001\shard-2-001\cores\collection1_shard1_replica_t0\data\]
   [junit4]   2> 231667 INFO  (qtp33479096-2133) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 231669 WARN  (qtp33479096-2133) [    ] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 231779 INFO  (qtp33479096-2133) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 231779 INFO  (qtp33479096-2133) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 231783 INFO  (qtp33479096-2133) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 231783 INFO  (qtp33479096-2133) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 231785 INFO  (qtp33479096-2133) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=37, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=26.158203125, 
floorSegmentMB=1.240234375, forceMergeDeletesPctAllowed=27.641505922093746, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2748173170391589
   [junit4]   2> 231785 INFO  (qtp33479096-2133) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@a16a5c[collection1_shard1_replica_t0] main]
   [junit4]   2> 231787 INFO  (qtp33479096-2133) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 231788 INFO  (qtp33479096-2133) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 231789 INFO  (qtp33479096-2133) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 231789 INFO  (searcherExecutor-780-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard1_replica_t0] Registered new searcher 
Searcher@a16a5c[collection1_shard1_replica_t0] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 231789 INFO  (qtp33479096-2133) [    ] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1575708438084714496
   [junit4]   2> 231803 INFO  (qtp33479096-2133) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 231803 INFO  (qtp33479096-2133) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 231803 INFO  (qtp33479096-2133) [    ] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:58053/j_c/collection1_shard1_replica_t0/
   [junit4]   2> 231803 INFO  (qtp33479096-2133) [    ] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 231803 INFO  (qtp33479096-2133) [    ] o.a.s.c.SyncStrategy 
http://127.0.0.1:58053/j_c/collection1_shard1_replica_t0/ has no replicas
   [junit4]   2> 231803 INFO  (qtp33479096-2133) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 231803 INFO  (qtp33479096-2133) [    ] o.a.s.c.ZkController 
collection1_shard1_replica_t0 stopping background replication from leader
   [junit4]   2> 231810 INFO  (qtp33479096-2133) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:58053/j_c/collection1_shard1_replica_t0/ shard1
   [junit4]   2> 231916 INFO  (zkCallback-353-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 231916 INFO  (zkCallback-347-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 231966 INFO  (qtp33479096-2133) [    ] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 231969 INFO  (qtp33479096-2133) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=1479
   [junit4]   2> 231973 INFO  (qtp9826939-2101) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:58053_j_c&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2}
 status=0 QTime=1493
   [junit4]   2> 232072 INFO  (zkCallback-353-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 232072 INFO  (zkCallback-347-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 232281 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderFailoverAfterPartitionTest_4970D41C4ABC809B-001\shard-3-001
 of type TLOG
   [junit4]   2> 232281 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 232282 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@a4d4a0{/j_c,null,AVAILABLE}
   [junit4]   2> 232283 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1ef0780{HTTP/1.1,[http/1.1]}{127.0.0.1:58077}
   [junit4]   2> 232283 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.e.j.s.Server Started @233112ms
   [junit4]   2> 232283 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/j_c, 
solrconfig=solrconfig.xml, 
solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderFailoverAfterPartitionTest_4970D41C4ABC809B-001\tempDir-001/jetty3,
 hostPort=58076, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderFailoverAfterPartitionTest_4970D41C4ABC809B-001\shard-3-001\cores,
 replicaType=TLOG}
   [junit4]   2> 232283 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 232283 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 232283 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 232283 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 232283 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-14T12:11:08.040447200Z
   [junit4]   2> 232288 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 232288 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderFailoverAfterPartitionTest_4970D41C4ABC809B-001\shard-3-001\solr.xml
   [junit4]   2> 232292 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7a30bb, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 232294 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57978/solr
   [junit4]   2> 232307 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 232310 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 232312 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58076_j_c
   [junit4]   2> 232313 INFO  (zkCallback-347-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 232316 INFO  (zkCallback-335-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 232316 INFO  (zkCallback-359-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 232316 INFO  (zkCallback-353-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 232316 INFO  (zkCallback-342-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 232486 INFO  
(OverseerCollectionConfigSetProcessor-98481776885104644-127.0.0.1:57985_j_c-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 232632 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a30bb
   [junit4]   2> 232636 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a30bb
   [junit4]   2> 232636 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a30bb
   [junit4]   2> 232638 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderFailoverAfterPartitionTest_4970D41C4ABC809B-001\shard-3-001\cores
   [junit4]   2> 232665 INFO  (SocketProxy-Acceptor-58076) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=58093,localport=58076], receiveBufferSize:65536
   [junit4]   2> 232666 INFO  (SocketProxy-Acceptor-58076) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=58077,localport=58094], receiveBufferSize=65536
   [junit4]   2> 232668 INFO  (qtp31943177-2165) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:58076_j_c&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 232672 INFO  (OverseerThreadFactory-755-thread-5) [    ] 
o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:58076_j_c for creating new 
replica
   [junit4]   2> 232673 INFO  (SocketProxy-Acceptor-58076) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=58095,localport=58076], receiveBufferSize:65536
   [junit4]   2> 232673 INFO  (SocketProxy-Acceptor-58076) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=58077,localport=58096], receiveBufferSize=65536
   [junit4]   2> 232675 INFO  (qtp31943177-2167) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 232675 INFO  (qtp31943177-2167) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 232782 INFO  (zkCallback-353-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 232782 INFO  (zkCallback-359-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 232782 INFO  (zkCallback-347-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 233705 INFO  (qtp31943177-2167) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 233729 INFO  (qtp31943177-2167) [    ] o.a.s.s.IndexSchema 
[collection1_shard2_replica_t1] Schema name=test
   [junit4]   2> 233818 INFO  (qtp31943177-2167) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 233841 INFO  (qtp31943177-2167) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_t1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 233841 INFO  (qtp31943177-2167) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_t1' (registry 
'solr.core.collection1.shard2.replica_t1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7a30bb
   [junit4]   2> 233841 INFO  (qtp31943177-2167) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 233841 INFO  (qtp31943177-2167) [    ] o.a.s.c.SolrCore 
[[collection1_shard2_replica_t1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderFailoverAfterPartitionTest_4970D41C4ABC809B-001\shard-3-001\cores\collection1_shard2_replica_t1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderFailoverAfterPartitionTest_4970D41C4ABC809B-001\shard-3-001\cores\collection1_shard2_replica_t1\data\]
   [junit4]   2> 233845 INFO  (qtp31943177-2167) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 233846 WARN  (qtp31943177-2167) [    ] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 233913 INFO  (qtp31943177-2167) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 233913 INFO  (qtp31943177-2167) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 233918 INFO  (qtp31943177-2167) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 233918 INFO  (qtp31943177-2167) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 233920 INFO  (qtp31943177-2167) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=37, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=26.158203125, 
floorSegmentMB=1.240234375, forceMergeDeletesPctAllowed=27.641505922093746, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2748173170391589
   [junit4]   2> 233920 INFO  (qtp31943177-2167) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@62cec7[collection1_shard2_replica_t1] main]
   [junit4]   2> 233921 INFO  (qtp31943177-2167) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 233931 INFO  (qtp31943177-2167) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 233931 INFO  (qtp31943177-2167) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 233933 INFO  (searcherExecutor-791-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard2_replica_t1] Registered new searcher 
Searcher@62cec7[collection1_shard2_replica_t1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 233933 INFO  (qtp31943177-2167) [    ] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1575708440332861440
   [junit4]   2> 233938 INFO  (qtp31943177-2167) [    ] o.a.s.c.ZkController 
Core needs to recover:collection1_shard2_replica_t1
   [junit4]   2> 233938 INFO  (updateExecutor-356-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 233938 INFO  (recoveryExecutor-357-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 233939 INFO  (recoveryExecutor-357-thread-1) [    ] 
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 233939 INFO  (recoveryExecutor-357-thread-1) [    ] 
o.a.s.c.ZkController collection1_shard2_replica_t1 stopping background 
replication from leader
   [junit4]   2> 233939 INFO  (recoveryExecutor-357-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Begin buffering updates. 
core=[collection1_shard2_replica_t1]
   [junit4]   2> 233939 INFO  (recoveryExecutor-357-thread-1) [    ] 
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, 
tlog=null}
   [junit4]   2> 233939 INFO  (recoveryExecutor-357-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Publishing state of core 
[collection1_shard2_replica_t1] as recovering, leader is 
[http://127.0.0.1:58028/j_c/collection1_shard2_replica_t0/] and I am 
[http://127.0.0.1:58076/j_c/collection1_shard2_replica_t1/]
   [junit4]   2> 233939 INFO  (qtp31943177-2167) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=1264
   [junit4]   2> 233941 INFO  (recoveryExecutor-357-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Sending prep recovery command to 
[http://127.0.0.1:58028/j_c]; [WaitForState: 
action=PREPRECOVERY&core=collection1_shard2_replica_t0&nodeName=127.0.0.1:58076_j_c&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 233942 INFO  (qtp31943177-2165) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:58076_j_c&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
 status=0 QTime=1274
   [junit4]   2> 233943 INFO  (SocketProxy-Acceptor-58028) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=58103,localport=58028], receiveBufferSize:65536
   [junit4]   2> 233944 INFO  (SocketProxy-Acceptor-58028) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=58029,localport=58104], receiveBufferSize=65536
   [junit4]   2> 233946 INFO  (qtp9826939-2102) [    ] o.a.s.h.a.PrepRecoveryOp 
Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, 
onlyIfLeader: true, onlyIfLeaderActive: true, maxTime: 183 s
   [junit4]   2> 233947 INFO  (qtp9826939-2102) [    ] o.a.s.h.a.PrepRecoveryOp 
In WaitForState(recovering): collection=collection1, shard=shard2, 
thisCore=collection1_shard2_replica_t0, leaderDoesNotNeedRecovery=false, 
isLeader? true, live=true, checkLive=true, currentState=down, 
localState=active, nodeName=127.0.0.1:58076_j_c, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1_shard2_replica_t1","base_url":"http://127.0.0.1:58076/j_c","node_name":"127.0.0.1:58076_j_c","state":"down","type":"TLOG"}
   [junit4]   2> 233949 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 233949 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 
30000 for each attempt
   [junit4]   2> 233949 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 234046 INFO  (zkCallback-359-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 234046 INFO  (zkCallback-347-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 234046 INFO  (zkCallback-353-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 234673 INFO  
(OverseerCollectionConfigSetProcessor-98481776885104644-127.0.0.1:57985_j_c-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 234948 INFO  (qtp9826939-2102) [    ] o.a.s.h.a.PrepRecoveryOp 
In WaitForState(recovering): collection=collection1, shard=shard2, 
thisCore=collection1_shard2_replica_t0, leaderDoesNotNeedRecovery=false, 
isLeader? true, live=true, checkLive=true, currentState=recovering, 
localState=active, nodeName=127.0.0.1:58076_j_c, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1_shard2_replica_t1","base_url":"http://127.0.0.1:58076/j_c","node_name":"127.0.0.1:58076_j_c","state":"recovering","type":"TLOG"}
   [junit4]   2> 234948 INFO  (qtp9826939-2102) [    ] o.a.s.h.a.PrepRecoveryOp 
Waited coreNodeName: core_node3, state: recovering, checkLive: true, 
onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 234948 INFO  (qtp9826939-2102) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:58076_j_c&onlyIfLeaderActive=true&core=collection1_shard2_replica_t0&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1001
   [junit4]   2> 235451 INFO  (recoveryExecutor-357-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Starting Replication Recovery.
   [junit4]   2> 235451 INFO  (recoveryExecutor-357-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Attempting to replicate from 
[http://127.0.0.1:58028/j_c/collection1_shard2_replica_t0/].
   [junit4]   2> 235453 INFO  (SocketProxy-Acceptor-58028) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=58110,localport=58028], receiveBufferSize:65536
   [junit4]   2> 235454 INFO  (SocketProxy-Acceptor-58028) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=58029,localport=58111], receiveBufferSize=65536
   [junit4]   2> 235459 INFO  (qtp9826939-2100) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1575708441932988416,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 235459 INFO  (qtp9826939-2100) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 235459 INFO  (qtp9826939-2100) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 235459 INFO  (qtp9826939-2100) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_t0]  
webapp=/j_c path=/update 
params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2}{commit=}
 0 0
   [junit4]   2> 235464 INFO  (SocketProxy-Acceptor-58028) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=58112,localport=58028], receiveBufferSize:65536
   [junit4]   2> 235465 INFO  (SocketProxy-Acceptor-58028) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=58029,localport=58113], receiveBufferSize=65536
   [junit4]   2> 235469 INFO  (qtp9826939-2102) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_t0]  webapp=/j_c path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 235470 INFO  (recoveryExecutor-357-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 235470 INFO  (recoveryExecutor-357-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 235470 INFO  (recoveryExecutor-357-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 235470 INFO  (recoveryExecutor-357-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 235470 INFO  (recoveryExecutor-357-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Replication Recovery was successful.
   [junit4]   2> 235471 INFO  (recoveryExecutor-357-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 235471 INFO  (recoveryExecutor-357-thread-1) [    ] 
o.a.s.c.ZkController collection1_shard2_replica_t1 starting background 
replication from leader
   [junit4]   2> 235471 INFO  (recoveryExecutor-357-thread-1) [    ] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 235473 INFO  (recoveryExecutor-357-thread-1) [    ] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 235483 INFO  (recoveryExecutor-357-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Updating version bucket highest from index after 
successful recovery.
   [junit4]   2> 235483 INFO  (recoveryExecutor-357-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1575708441958154240
   [junit4]   2> 235487 INFO  (recoveryExecutor-357-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Finished recovery process, successful=[true]
   [junit4]   2> 235592 INFO  (zkCallback-359-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 235592 INFO  (zkCallback-347-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 235592 INFO  (zkCallback-353-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 235953 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 235956 INFO  (qtp1867791-2051) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1575708442454130688,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 235956 INFO  (qtp1867791-2051) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 235957 INFO  (qtp1867791-2051) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 235957 INFO  (qtp1867791-2051) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [control_collection_shard1_replica_n1]  
webapp=/j_c path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 2
   [junit4]   2> 235959 INFO  (SocketProxy-Acceptor-58053) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=58117,localport=58053], receiveBufferSize:65536
   [junit4]   2> 235960 INFO  (SocketProxy-Acceptor-58053) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=58054,localport=58118], receiveBufferSize=65536
   [junit4]   2> 235965 INFO  (SocketProxy-Acceptor-58076) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=58119,localport=58076], receiveBufferSize:65536
   [junit4]   2> 235965 INFO  (SocketProxy-Acceptor-58053) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=58120,localport=58053], receiveBufferSize:65536
   [junit4]   2> 235966 INFO  (SocketProxy-Acceptor-58

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

end_commit_flush
   [junit4]   2> 980839 INFO  (searcherExecutor-3427-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@16fbc02[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C1)))}
   [junit4]   2> 980839 INFO  
(TEST-TestJmxIntegration.testJmxUpdate-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 9
   [junit4]   2> 980839 INFO  
(TEST-TestJmxIntegration.testJmxUpdate-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testJmxUpdate
   [junit4]   2> 980841 INFO  
(TEST-TestJmxIntegration.testJmxRegistration-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testJmxRegistration
   [junit4]   2> 980895 INFO  
(TEST-TestJmxIntegration.testJmxRegistration-seed#[4970D41C4ABC809B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testJmxRegistration
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestJmxIntegration 
-Dtests.method=testJmxRegistration -Dtests.seed=4970D41C4ABC809B 
-Dtests.slow=true -Dtests.locale=en-LS -Dtests.timezone=America/Halifax 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.06s J0 | TestJmxIntegration.testJmxRegistration <<<
   [junit4]    > Throwable #1: javax.management.RuntimeMBeanException: 
org.apache.lucene.store.AlreadyClosedException: Already closed
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([4970D41C4ABC809B:C7A1B02627FDD8FE]:0)
   [junit4]    >        at 
java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrow(DefaultMBeanServerInterceptor.java:829)
   [junit4]    >        at 
java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrowMaybeMBeanException(DefaultMBeanServerInterceptor.java:842)
   [junit4]    >        at 
java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:645)
   [junit4]    >        at 
java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:678)
   [junit4]    >        at 
org.apache.solr.core.TestJmxIntegration.testJmxRegistration(TestJmxIntegration.java:121)
   [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]    > Caused by: org.apache.lucene.store.AlreadyClosedException: 
Already closed
   [junit4]    >        at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:337)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:349)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.getIndexDir(SolrCore.java:328)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.getIndexSize(SolrCore.java:405)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.lambda$initializeMetrics$7(SolrCore.java:1137)
   [junit4]    >        at 
com.codahale.metrics.JmxReporter$JmxGauge.getValue(JmxReporter.java:188)
   [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/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/sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:260)
   [junit4]    >        at 
java.management/com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:112)
   [junit4]    >        at 
java.management/com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:46)
   [junit4]    >        at 
java.management/com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:237)
   [junit4]    >        at 
java.management/com.sun.jmx.mbeanserver.PerInterface.getAttribute(PerInterface.java:83)
   [junit4]    >        at 
java.management/com.sun.jmx.mbeanserver.MBeanSupport.getAttribute(MBeanSupport.java:206)
   [junit4]    >        at 
java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:641)
   [junit4]    >        ... 40 more
   [junit4]   2> 980897 INFO  
(SUITE-TestJmxIntegration-seed#[4970D41C4ABC809B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 980897 INFO  
(SUITE-TestJmxIntegration-seed#[4970D41C4ABC809B]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=31683159
   [junit4]   2> 980897 INFO  
(SUITE-TestJmxIntegration-seed#[4970D41C4ABC809B]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 980898 INFO  
(SUITE-TestJmxIntegration-seed#[4970D41C4ABC809B]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 980900 INFO  
(SUITE-TestJmxIntegration-seed#[4970D41C4ABC809B]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 980900 INFO  
(SUITE-TestJmxIntegration-seed#[4970D41C4ABC809B]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 980900 INFO  (coreCloseExecutor-3432-thread-1) [    ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@12e4fc5
   [junit4]   2> 980903 INFO  (coreCloseExecutor-3432-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=19812293
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestJmxIntegration_4970D41C4ABC809B-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{range_facet_l_dv=PostingsFormat(name=LuceneFixedGap), 
multiDefault=PostingsFormat(name=Memory), 
intDefault=PostingsFormat(name=Direct), id_i1=PostingsFormat(name=Memory), 
id=PostingsFormat(name=LuceneFixedGap), 
range_facet_i_dv=PostingsFormat(name=Direct), 
range_facet_l=PostingsFormat(name=Direct), 
timestamp=PostingsFormat(name=Direct)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene70), 
_version_=DocValuesFormat(name=Lucene70), 
intDefault=DocValuesFormat(name=Lucene70), 
id_i1=DocValuesFormat(name=Asserting), 
range_facet_i_dv=DocValuesFormat(name=Lucene70), 
intDvoDefault=DocValuesFormat(name=Direct), 
range_facet_l=DocValuesFormat(name=Lucene70), 
timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1033, 
maxMBSortInHeap=5.181527135347712, sim=RandomSimilarity(queryNorm=false): {}, 
locale=en-LS, timezone=America/Halifax
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 9 
(32-bit)/cpus=3,threads=1,free=171388984,total=346030080
   [junit4]   2> NOTE: All tests run in this JVM: [FastVectorHighlighterTest, 
TestNRTOpen, SegmentsInfoRequestHandlerTest, TolerantUpdateProcessorTest, 
HighlighterTest, TestExactSharedStatsCache, 
DistributedQueryComponentCustomSortTest, CursorPagingTest, 
TestSubQueryTransformerCrossCore, TestComplexPhraseQParserPlugin, 
CdcrReplicationHandlerTest, TestRequestStatusCollectionAPI, 
WrapperMergePolicyFactoryTest, ChaosMonkeySafeLeaderWithPullReplicasTest, 
TestInPlaceUpdatesDistrib, CoreSorterTest, CdcrBootstrapTest, 
TestJsonFacetRefinement, TestPseudoReturnFields, 
TestReversedWildcardFilterFactory, TestApiFramework, TestLRUStatsCache, 
TestRandomDVFaceting, CreateCollectionCleanupTest, ShardSplitTest, 
TestConfigSetsAPIZkFailure, SolrIndexMetricsTest, BlockJoinFacetSimpleTest, 
LeaderInitiatedRecoveryOnShardRestartTest, HdfsSyncSliceTest, RuleEngineTest, 
SolrShardReporterTest, SolrMetricsIntegrationTest, 
TestOverriddenPrefixQueryForCustomFieldType, SolrMetricManagerTest, 
SpatialFilterTest, TestFuzzyAnalyzedSuggestions, HLLUtilTest, 
TestShardHandlerFactory, DeleteInactiveReplicaTest, 
PropertiesRequestHandlerTest, VMParamsZkACLAndCredentialsProvidersTest, 
PreAnalyzedUpdateProcessorTest, V2StandaloneTest, TestFieldCollectionResource, 
TestStressReorder, TestObjectReleaseTracker, 
TestManagedSynonymGraphFilterFactory, TestMacroExpander, 
TestIndexingPerformance, RequestHandlersTest, HdfsDirectoryTest, 
ExitableDirectoryReaderTest, TestSlowCompositeReaderWrapper, 
CollectionsAPISolrJTest, RegexBoostProcessorTest, TestExportWriter, 
HdfsWriteToMultipleCollectionsTest, ChaosMonkeyNothingIsSafeTest, 
DistributedFacetPivotLongTailTest, CollectionTooManyReplicasTest, 
TestDFRSimilarityFactory, TestSimpleQParserPlugin, TestDefaultStatsCache, 
DefaultValueUpdateProcessorTest, HdfsRecoveryZkTest, TestSortByMinMaxFunction, 
SolrIndexSplitterTest, TestSolrCloudWithHadoopAuthPlugin, 
TestFoldingMultitermQuery, ClusterStateUpdateTest, DistanceUnitsTest, 
TestManagedStopFilterFactory, TestBulkSchemaConcurrent, MinimalSchemaTest, 
DistributedFacetPivotSmallTest, DataDrivenBlockJoinTest, TestReplicaProperties, 
TestCloudNestedDocsSort, TestFieldCacheWithThreads, TestUseDocValuesAsStored, 
TestPerFieldSimilarityWithDefaultOverride, TestJmxIntegration]
   [junit4] Completed [252/728 (2!)] on J0 in 0.62s, 3 tests, 1 error, 1 
skipped <<< FAILURES!

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

Reply via email to