Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/121/
Java: 32bit/jdk1.8.0_144 -server -XX:+UseConcMarkSweepGC

3 tests failed.
FAILED:  org.apache.solr.cloud.LeaderElectionContextKeyTest.test

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([BAF8FE2EC90E88F2:32ACC1F467F2E50A]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertTrue(Assert.java:54)
        at 
org.apache.solr.cloud.LeaderElectionContextKeyTest.test(LeaderElectionContextKeyTest.java:88)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster

Error Message:
Document mismatch on target after sync expected:<2000> but was:<1100>

Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync 
expected:<2000> but was:<1100>
        at 
__randomizedtesting.SeedInfo.seed([BAF8FE2EC90E88F2:6EBDB5772E583B09]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at 
org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.HttpPartitionTest.test

Error Message:
Doc with id=1 not found in http://127.0.0.1:65211/collMinRf_1x3 due to: Path 
not found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=1 not found in 
http://127.0.0.1:65211/collMinRf_1x3 due to: Path not found: /id; rsp={doc=null}
        at 
__randomizedtesting.SeedInfo.seed([BAF8FE2EC90E88F2:32ACC1F467F2E50A]: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.HttpPartitionTest.testMinRf(HttpPartitionTest.java:249)
        at 
org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:127)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 10899 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderElectionContextKeyTest
   [junit4]   2> 177857 INFO  
(SUITE-LeaderElectionContextKeyTest-seed#[BAF8FE2EC90E88F2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderElectionContextKeyTest_BAF8FE2EC90E88F2-001\init-core-data-001
   [junit4]   2> 177858 WARN  
(SUITE-LeaderElectionContextKeyTest-seed#[BAF8FE2EC90E88F2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=97 numCloses=97
   [junit4]   2> 177858 INFO  
(SUITE-LeaderElectionContextKeyTest-seed#[BAF8FE2EC90E88F2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 177861 INFO  
(SUITE-LeaderElectionContextKeyTest-seed#[BAF8FE2EC90E88F2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 177862 INFO  
(SUITE-LeaderElectionContextKeyTest-seed#[BAF8FE2EC90E88F2]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderElectionContextKeyTest_BAF8FE2EC90E88F2-001\tempDir-001
   [junit4]   2> 177862 INFO  
(SUITE-LeaderElectionContextKeyTest-seed#[BAF8FE2EC90E88F2]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 177863 INFO  (Thread-201) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 177863 INFO  (Thread-201) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 177867 ERROR (Thread-201) [    ] 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> 177964 INFO  
(SUITE-LeaderElectionContextKeyTest-seed#[BAF8FE2EC90E88F2]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:63337
   [junit4]   2> 177974 INFO  (jetty-launcher-143-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 177975 INFO  (jetty-launcher-143-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@54b2d6{/solr,null,AVAILABLE}
   [junit4]   2> 177981 INFO  (jetty-launcher-143-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@a3b964{HTTP/1.1,[http/1.1]}{127.0.0.1:63341}
   [junit4]   2> 177981 INFO  (jetty-launcher-143-thread-1) [    ] 
o.e.j.s.Server Started @186874ms
   [junit4]   2> 177981 INFO  (jetty-launcher-143-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=63341}
   [junit4]   2> 177981 ERROR (jetty-launcher-143-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 177981 INFO  (jetty-launcher-143-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.1.0
   [junit4]   2> 177981 INFO  (jetty-launcher-143-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 177981 INFO  (jetty-launcher-143-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 177981 INFO  (jetty-launcher-143-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-18T03:15:39.426Z
   [junit4]   2> 177985 INFO  (jetty-launcher-143-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 177998 INFO  (jetty-launcher-143-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63337/solr
   [junit4]   2> 178002 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 0x15df356d0af0002, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 178107 INFO  (jetty-launcher-143-thread-1) 
[n:127.0.0.1:63341_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 178108 INFO  (jetty-launcher-143-thread-1) 
[n:127.0.0.1:63341_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:63341_solr
   [junit4]   2> 178109 INFO  (jetty-launcher-143-thread-1) 
[n:127.0.0.1:63341_solr    ] o.a.s.c.Overseer Overseer 
(id=98502321065885699-127.0.0.1:63341_solr-n_0000000000) starting
   [junit4]   2> 178115 INFO  (jetty-launcher-143-thread-1) 
[n:127.0.0.1:63341_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:63341_solr
   [junit4]   2> 178117 INFO  
(OverseerStateUpdate-98502321065885699-127.0.0.1:63341_solr-n_0000000000) 
[n:127.0.0.1:63341_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 178305 INFO  (jetty-launcher-143-thread-1) 
[n:127.0.0.1:63341_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63341.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1036bff
   [junit4]   2> 178311 INFO  (jetty-launcher-143-thread-1) 
[n:127.0.0.1:63341_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63341.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1036bff
   [junit4]   2> 178311 INFO  (jetty-launcher-143-thread-1) 
[n:127.0.0.1:63341_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63341.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1036bff
   [junit4]   2> 178313 INFO  (jetty-launcher-143-thread-1) 
[n:127.0.0.1:63341_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderElectionContextKeyTest_BAF8FE2EC90E88F2-001\tempDir-001\node1\.
   [junit4]   2> 178332 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 0x15df356d0af0004, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 178343 INFO  
(SUITE-LeaderElectionContextKeyTest-seed#[BAF8FE2EC90E88F2]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 178344 INFO  
(SUITE-LeaderElectionContextKeyTest-seed#[BAF8FE2EC90E88F2]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63337/solr ready
   [junit4]   2> 178352 INFO  (qtp3254329-1279) [n:127.0.0.1:63341_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=config&maxShardsPerNode=1000&name=testCollection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 178355 INFO  
(OverseerThreadFactory-533-thread-1-processing-n:127.0.0.1:63341_solr) 
[n:127.0.0.1:63341_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
testCollection1
   [junit4]   2> 178464 INFO  
(OverseerStateUpdate-98502321065885699-127.0.0.1:63341_solr-n_0000000000) 
[n:127.0.0.1:63341_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testCollection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testCollection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:63341/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 178467 INFO  
(OverseerStateUpdate-98502321065885699-127.0.0.1:63341_solr-n_0000000000) 
[n:127.0.0.1:63341_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testCollection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testCollection1_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:63341/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 178669 INFO  (qtp3254329-1281) [n:127.0.0.1:63341_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=testCollection1_shard2_replica_n2&action=CREATE&numShards=2&collection=testCollection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 178669 INFO  (qtp3254329-1280) [n:127.0.0.1:63341_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=testCollection1_shard1_replica_n1&action=CREATE&numShards=2&collection=testCollection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 178671 INFO  (qtp3254329-1281) [n:127.0.0.1:63341_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 178780 INFO  
(zkCallback-150-thread-1-processing-n:127.0.0.1:63341_solr) 
[n:127.0.0.1:63341_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCollection1/state.json] for collection [testCollection1] 
has occurred - updating... (live nodes size: [1])
   [junit4]   2> 178780 INFO  
(zkCallback-150-thread-2-processing-n:127.0.0.1:63341_solr) 
[n:127.0.0.1:63341_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCollection1/state.json] for collection [testCollection1] 
has occurred - updating... (live nodes size: [1])
   [junit4]   2> 179729 INFO  (qtp3254329-1280) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard1 r:core_node3 x:testCollection1_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 179729 INFO  (qtp3254329-1281) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 179745 INFO  (qtp3254329-1281) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n2] 
o.a.s.s.IndexSchema [testCollection1_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 179746 INFO  (qtp3254329-1280) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard1 r:core_node3 x:testCollection1_shard1_replica_n1] 
o.a.s.s.IndexSchema [testCollection1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 179754 INFO  (qtp3254329-1281) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 179754 INFO  (qtp3254329-1281) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'testCollection1_shard2_replica_n2' 
using configuration from collection testCollection1, trusted=true
   [junit4]   2> 179754 INFO  (qtp3254329-1280) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard1 r:core_node3 x:testCollection1_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 179754 INFO  (qtp3254329-1280) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard1 r:core_node3 x:testCollection1_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'testCollection1_shard1_replica_n1' 
using configuration from collection testCollection1, trusted=true
   [junit4]   2> 179757 INFO  (qtp3254329-1281) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63341.solr.core.testCollection1.shard2.replica_n2' (registry 
'solr.core.testCollection1.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1036bff
   [junit4]   2> 179757 INFO  (qtp3254329-1280) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard1 r:core_node3 x:testCollection1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63341.solr.core.testCollection1.shard1.replica_n1' (registry 
'solr.core.testCollection1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1036bff
   [junit4]   2> 179757 INFO  (qtp3254329-1281) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 179757 INFO  (qtp3254329-1280) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard1 r:core_node3 x:testCollection1_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 179757 INFO  (qtp3254329-1281) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n2] 
o.a.s.c.SolrCore [[testCollection1_shard2_replica_n2] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderElectionContextKeyTest_BAF8FE2EC90E88F2-001\tempDir-001\node1\testCollection1_shard2_replica_n2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderElectionContextKeyTest_BAF8FE2EC90E88F2-001\tempDir-001\node1\.\testCollection1_shard2_replica_n2\data\]
   [junit4]   2> 179757 INFO  (qtp3254329-1280) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard1 r:core_node3 x:testCollection1_shard1_replica_n1] 
o.a.s.c.SolrCore [[testCollection1_shard1_replica_n1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderElectionContextKeyTest_BAF8FE2EC90E88F2-001\tempDir-001\node1\testCollection1_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderElectionContextKeyTest_BAF8FE2EC90E88F2-001\tempDir-001\node1\.\testCollection1_shard1_replica_n1\data\]
   [junit4]   2> 179934 INFO  (qtp3254329-1281) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 179934 INFO  (qtp3254329-1281) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 179936 INFO  (qtp3254329-1281) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 179936 INFO  (qtp3254329-1281) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 179939 INFO  (qtp3254329-1280) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard1 r:core_node3 x:testCollection1_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 179939 INFO  (qtp3254329-1280) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard1 r:core_node3 x:testCollection1_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 179941 INFO  (qtp3254329-1280) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard1 r:core_node3 x:testCollection1_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 179941 INFO  (qtp3254329-1280) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard1 r:core_node3 x:testCollection1_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 179942 INFO  (qtp3254329-1281) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1af33fa[testCollection1_shard2_replica_n2] main]
   [junit4]   2> 179945 INFO  (qtp3254329-1281) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 179945 INFO  (qtp3254329-1281) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 179947 INFO  (qtp3254329-1281) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 179947 INFO  (qtp3254329-1281) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1576037139236257792
   [junit4]   2> 179958 INFO  (qtp3254329-1281) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 179959 INFO  (qtp3254329-1281) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 179959 INFO  (qtp3254329-1281) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:63341/solr/testCollection1_shard2_replica_n2/
   [junit4]   2> 179959 INFO  (qtp3254329-1281) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 179959 INFO  (qtp3254329-1281) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n2] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:63341/solr/testCollection1_shard2_replica_n2/ has no replicas
   [junit4]   2> 179959 INFO  (qtp3254329-1281) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 179968 INFO  (qtp3254329-1281) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:63341/solr/testCollection1_shard2_replica_n2/ shard2
   [junit4]   2> 179969 INFO  (qtp3254329-1280) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard1 r:core_node3 x:testCollection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@964b69[testCollection1_shard1_replica_n1] main]
   [junit4]   2> 179970 INFO  (qtp3254329-1280) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard1 r:core_node3 x:testCollection1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 179970 INFO  (qtp3254329-1280) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard1 r:core_node3 x:testCollection1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 179970 INFO  (qtp3254329-1280) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard1 r:core_node3 x:testCollection1_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 179970 INFO  (qtp3254329-1280) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard1 r:core_node3 x:testCollection1_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1576037139260375040
   [junit4]   2> 179979 INFO  
(searcherExecutor-537-thread-1-processing-n:127.0.0.1:63341_solr 
x:testCollection1_shard1_replica_n1 s:shard1 c:testCollection1 r:core_node3) 
[n:127.0.0.1:63341_solr c:testCollection1 s:shard1 r:core_node3 
x:testCollection1_shard1_replica_n1] o.a.s.c.SolrCore 
[testCollection1_shard1_replica_n1] Registered new searcher 
Searcher@964b69[testCollection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 179980 INFO  
(searcherExecutor-536-thread-1-processing-n:127.0.0.1:63341_solr 
x:testCollection1_shard2_replica_n2 s:shard2 c:testCollection1 r:core_node4) 
[n:127.0.0.1:63341_solr c:testCollection1 s:shard2 r:core_node4 
x:testCollection1_shard2_replica_n2] o.a.s.c.SolrCore 
[testCollection1_shard2_replica_n2] Registered new searcher 
Searcher@1af33fa[testCollection1_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 179986 INFO  (qtp3254329-1280) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard1 r:core_node3 x:testCollection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 179986 INFO  (qtp3254329-1280) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard1 r:core_node3 x:testCollection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 179986 INFO  (qtp3254329-1280) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard1 r:core_node3 x:testCollection1_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:63341/solr/testCollection1_shard1_replica_n1/
   [junit4]   2> 179986 INFO  (qtp3254329-1280) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard1 r:core_node3 x:testCollection1_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 179986 INFO  (qtp3254329-1280) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard1 r:core_node3 x:testCollection1_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:63341/solr/testCollection1_shard1_replica_n1/ has no replicas
   [junit4]   2> 179986 INFO  (qtp3254329-1280) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard1 r:core_node3 x:testCollection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 179992 INFO  (qtp3254329-1280) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard1 r:core_node3 x:testCollection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:63341/solr/testCollection1_shard1_replica_n1/ shard1
   [junit4]   2> 180097 INFO  
(zkCallback-150-thread-1-processing-n:127.0.0.1:63341_solr) 
[n:127.0.0.1:63341_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCollection1/state.json] for collection [testCollection1] 
has occurred - updating... (live nodes size: [1])
   [junit4]   2> 180097 INFO  
(zkCallback-150-thread-2-processing-n:127.0.0.1:63341_solr) 
[n:127.0.0.1:63341_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCollection1/state.json] for collection [testCollection1] 
has occurred - updating... (live nodes size: [1])
   [junit4]   2> 180119 INFO  (qtp3254329-1281) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 180120 INFO  (qtp3254329-1281) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=testCollection1_shard2_replica_n2&action=CREATE&numShards=2&collection=testCollection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1451
   [junit4]   2> 180143 INFO  (qtp3254329-1280) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard1 r:core_node3 x:testCollection1_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 180147 INFO  (qtp3254329-1280) [n:127.0.0.1:63341_solr 
c:testCollection1 s:shard1 r:core_node3 x:testCollection1_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=testCollection1_shard1_replica_n1&action=CREATE&numShards=2&collection=testCollection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1477
   [junit4]   2> 180151 INFO  (qtp3254329-1279) [n:127.0.0.1:63341_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 180257 INFO  
(zkCallback-150-thread-2-processing-n:127.0.0.1:63341_solr) 
[n:127.0.0.1:63341_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCollection1/state.json] for collection [testCollection1] 
has occurred - updating... (live nodes size: [1])
   [junit4]   2> 180257 INFO  
(zkCallback-150-thread-1-processing-n:127.0.0.1:63341_solr) 
[n:127.0.0.1:63341_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCollection1/state.json] for collection [testCollection1] 
has occurred - updating... (live nodes size: [1])
   [junit4]   2> 180359 INFO  
(OverseerCollectionConfigSetProcessor-98502321065885699-127.0.0.1:63341_solr-n_0000000000)
 [n:127.0.0.1:63341_solr    ] 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> 181151 INFO  (qtp3254329-1279) [n:127.0.0.1:63341_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=config&maxShardsPerNode=1000&name=testCollection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=2797
   [junit4]   2> 181152 INFO  (qtp3254329-1283) [n:127.0.0.1:63341_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=config&maxShardsPerNode=1000&name=testCollection2&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 181154 INFO  
(OverseerThreadFactory-533-thread-2-processing-n:127.0.0.1:63341_solr) 
[n:127.0.0.1:63341_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
testCollection2
   [junit4]   2> 181362 INFO  
(OverseerStateUpdate-98502321065885699-127.0.0.1:63341_solr-n_0000000000) 
[n:127.0.0.1:63341_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testCollection2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testCollection2_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:63341/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 181366 INFO  
(OverseerStateUpdate-98502321065885699-127.0.0.1:63341_solr-n_0000000000) 
[n:127.0.0.1:63341_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testCollection2",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testCollection2_shard2_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:63341/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 181571 INFO  (qtp3254329-1282) [n:127.0.0.1:63341_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=testCollection2_shard2_replica_n3&action=CREATE&numShards=2&collection=testCollection2&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 181571 INFO  (qtp3254329-1284) [n:127.0.0.1:63341_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=config&newCollection=true&name=testCollection2_shard1_replica_n1&action=CREATE&numShards=2&collection=testCollection2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 181686 INFO  
(zkCallback-150-thread-1-processing-n:127.0.0.1:63341_solr) 
[n:127.0.0.1:63341_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCollection2/state.json] for collection [testCollection2] 
has occurred - updating... (live nodes size: [1])
   [junit4]   2> 181686 INFO  
(zkCallback-150-thread-2-processing-n:127.0.0.1:63341_solr) 
[n:127.0.0.1:63341_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCollection2/state.json] for collection [testCollection2] 
has occurred - updating... (live nodes size: [1])
   [junit4]   2> 181686 INFO  
(zkCallback-150-thread-3-processing-n:127.0.0.1:63341_solr) 
[n:127.0.0.1:63341_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCollection2/state.json] for collection [testCollection2] 
has occurred - updating... (live nodes size: [1])
   [junit4]   2> 182599 INFO  (qtp3254329-1282) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 182611 INFO  (qtp3254329-1282) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n3] 
o.a.s.s.IndexSchema [testCollection2_shard2_replica_n3] Schema name=minimal
   [junit4]   2> 182618 INFO  (qtp3254329-1282) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n3] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 182618 INFO  (qtp3254329-1282) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n3] 
o.a.s.c.CoreContainer Creating SolrCore 'testCollection2_shard2_replica_n3' 
using configuration from collection testCollection2, trusted=true
   [junit4]   2> 182619 INFO  (qtp3254329-1282) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63341.solr.core.testCollection2.shard2.replica_n3' (registry 
'solr.core.testCollection2.shard2.replica_n3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1036bff
   [junit4]   2> 182619 INFO  (qtp3254329-1282) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n3] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 182619 INFO  (qtp3254329-1282) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n3] 
o.a.s.c.SolrCore [[testCollection2_shard2_replica_n3] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderElectionContextKeyTest_BAF8FE2EC90E88F2-001\tempDir-001\node1\testCollection2_shard2_replica_n3],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderElectionContextKeyTest_BAF8FE2EC90E88F2-001\tempDir-001\node1\.\testCollection2_shard2_replica_n3\data\]
   [junit4]   2> 182619 INFO  (qtp3254329-1284) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard1 r:core_node2 x:testCollection2_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 182627 INFO  (qtp3254329-1284) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard1 r:core_node2 x:testCollection2_shard1_replica_n1] 
o.a.s.s.IndexSchema [testCollection2_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 182629 INFO  (qtp3254329-1284) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard1 r:core_node2 x:testCollection2_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 182629 INFO  (qtp3254329-1284) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard1 r:core_node2 x:testCollection2_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'testCollection2_shard1_replica_n1' 
using configuration from collection testCollection2, trusted=true
   [junit4]   2> 182630 INFO  (qtp3254329-1284) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard1 r:core_node2 x:testCollection2_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63341.solr.core.testCollection2.shard1.replica_n1' (registry 
'solr.core.testCollection2.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1036bff
   [junit4]   2> 182630 INFO  (qtp3254329-1284) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard1 r:core_node2 x:testCollection2_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 182630 INFO  (qtp3254329-1284) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard1 r:core_node2 x:testCollection2_shard1_replica_n1] 
o.a.s.c.SolrCore [[testCollection2_shard1_replica_n1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderElectionContextKeyTest_BAF8FE2EC90E88F2-001\tempDir-001\node1\testCollection2_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderElectionContextKeyTest_BAF8FE2EC90E88F2-001\tempDir-001\node1\.\testCollection2_shard1_replica_n1\data\]
   [junit4]   2> 182742 INFO  (qtp3254329-1282) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n3] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 182742 INFO  (qtp3254329-1282) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n3] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 182744 INFO  (qtp3254329-1282) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 182744 INFO  (qtp3254329-1282) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 182744 INFO  (qtp3254329-1284) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard1 r:core_node2 x:testCollection2_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 182744 INFO  (qtp3254329-1284) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard1 r:core_node2 x:testCollection2_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 182746 INFO  (qtp3254329-1284) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard1 r:core_node2 x:testCollection2_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 182746 INFO  (qtp3254329-1284) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard1 r:core_node2 x:testCollection2_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 182747 INFO  (qtp3254329-1282) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n3] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@512c8b[testCollection2_shard2_replica_n3] main]
   [junit4]   2> 182749 INFO  (qtp3254329-1282) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n3] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 182756 INFO  (qtp3254329-1282) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n3] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 182756 INFO  (qtp3254329-1282) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 182756 INFO  (qtp3254329-1282) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n3] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1576037142181707776
   [junit4]   2> 182765 INFO  (qtp3254329-1284) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard1 r:core_node2 x:testCollection2_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@ee3955[testCollection2_shard1_replica_n1] main]
   [junit4]   2> 182774 INFO  (qtp3254329-1284) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard1 r:core_node2 x:testCollection2_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 182775 INFO  (qtp3254329-1284) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard1 r:core_node2 x:testCollection2_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 182775 INFO  (qtp3254329-1284) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard1 r:core_node2 x:testCollection2_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 182776 INFO  (qtp3254329-1284) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard1 r:core_node2 x:testCollection2_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1576037142202679296
   [junit4]   2> 182790 INFO  
(searcherExecutor-546-thread-1-processing-n:127.0.0.1:63341_solr 
x:testCollection2_shard2_replica_n3 s:shard2 c:testCollection2 r:core_node4) 
[n:127.0.0.1:63341_solr c:testCollection2 s:shard2 r:core_node4 
x:testCollection2_shard2_replica_n3] o.a.s.c.SolrCore 
[testCollection2_shard2_replica_n3] Registered new searcher 
Searcher@512c8b[testCollection2_shard2_replica_n3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 182791 INFO  
(searcherExecutor-547-thread-1-processing-n:127.0.0.1:63341_solr 
x:testCollection2_shard1_replica_n1 s:shard1 c:testCollection2 r:core_node2) 
[n:127.0.0.1:63341_solr c:testCollection2 s:shard1 r:core_node2 
x:testCollection2_shard1_replica_n1] o.a.s.c.SolrCore 
[testCollection2_shard1_replica_n1] Registered new searcher 
Searcher@ee3955[testCollection2_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 182798 INFO  (qtp3254329-1284) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard1 r:core_node2 x:testCollection2_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 182798 INFO  (qtp3254329-1284) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard1 r:core_node2 x:testCollection2_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 182798 INFO  (qtp3254329-1284) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard1 r:core_node2 x:testCollection2_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:63341/solr/testCollection2_shard1_replica_n1/
   [junit4]   2> 182798 INFO  (qtp3254329-1284) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard1 r:core_node2 x:testCollection2_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 182798 INFO  (qtp3254329-1284) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard1 r:core_node2 x:testCollection2_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:63341/solr/testCollection2_shard1_replica_n1/ has no replicas
   [junit4]   2> 182799 INFO  (qtp3254329-1284) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard1 r:core_node2 x:testCollection2_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 182799 INFO  (qtp3254329-1282) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n3] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 182799 INFO  (qtp3254329-1282) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n3] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 182799 INFO  (qtp3254329-1282) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n3] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:63341/solr/testCollection2_shard2_replica_n3/
   [junit4]   2> 182799 INFO  (qtp3254329-1282) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n3] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 182799 INFO  (qtp3254329-1282) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n3] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:63341/solr/testCollection2_shard2_replica_n3/ has no replicas
   [junit4]   2> 182799 INFO  (qtp3254329-1282) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n3] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 182812 INFO  (qtp3254329-1284) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard1 r:core_node2 x:testCollection2_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:63341/solr/testCollection2_shard1_replica_n1/ shard1
   [junit4]   2> 182812 INFO  (qtp3254329-1282) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n3] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:63341/solr/testCollection2_shard2_replica_n3/ shard2
   [junit4]   2> 182944 INFO  
(zkCallback-150-thread-3-processing-n:127.0.0.1:63341_solr) 
[n:127.0.0.1:63341_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCollection2/state.json] for collection [testCollection2] 
has occurred - updating... (live nodes size: [1])
   [junit4]   2> 182944 INFO  
(zkCallback-150-thread-2-processing-n:127.0.0.1:63341_solr) 
[n:127.0.0.1:63341_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCollection2/state.json] for collection [testCollection2] 
has occurred - updating... (live nodes size: [1])
   [junit4]   2> 182944 INFO  
(zkCallback-150-thread-1-processing-n:127.0.0.1:63341_solr) 
[n:127.0.0.1:63341_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCollection2/state.json] for collection [testCollection2] 
has occurred - updating... (live nodes size: [1])
   [junit4]   2> 182965 INFO  (qtp3254329-1282) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n3] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 182965 INFO  (qtp3254329-1284) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard1 r:core_node2 x:testCollection2_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 182967 INFO  (qtp3254329-1284) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard1 r:core_node2 x:testCollection2_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=config&newCollection=true&name=testCollection2_shard1_replica_n1&action=CREATE&numShards=2&collection=testCollection2&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1396
   [junit4]   2> 182981 INFO  (qtp3254329-1282) [n:127.0.0.1:63341_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n3] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=testCollection2_shard2_replica_n3&action=CREATE&numShards=2&collection=testCollection2&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1410
   [junit4]   2> 182984 INFO  (qtp3254329-1283) [n:127.0.0.1:63341_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 183084 INFO  
(zkCallback-150-thread-1-processing-n:127.0.0.1:63341_solr) 
[n:127.0.0.1:63341_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCollection2/state.json] for collection [testCollection2] 
has occurred - updating... (live nodes size: [1])
   [junit4]   2> 183084 INFO  
(zkCallback-150-thread-2-processing-n:127.0.0.1:63341_solr) 
[n:127.0.0.1:63341_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCollection2/state.json] for collection [testCollection2] 
has occurred - updating... (live nodes size: [1])
   [junit4]   2> 183084 INFO  
(zkCallback-150-thread-3-processing-n:127.0.0.1:63341_solr) 
[n:127.0.0.1:63341_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCollection2/state.json] for collection [testCollection2] 
has occurred - updating... (live nodes size: [1])
   [junit4]   2> 183156 INFO  
(OverseerCollectionConfigSetProcessor-98502321065885699-127.0.0.1:63341_solr-n_0000000000)
 [n:127.0.0.1:63341_solr    ] 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> 184084 INFO  (qtp3254329-1283) [n:127.0.0.1:63341_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=config&maxShardsPerNode=1000&name=testCollection2&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=2932
   [junit4]   2> 184084 INFO  
(SUITE-LeaderElectionContextKeyTest-seed#[BAF8FE2EC90E88F2]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
testCollection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 184085 INFO  
(SUITE-LeaderElectionContextKeyTest-seed#[BAF8FE2EC90E88F2]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: 
testCollection1
   [junit4]   2> 184085 INFO  
(SUITE-LeaderElectionContextKeyTest-seed#[BAF8FE2EC90E88F2]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
testCollection2 failOnTimeout:true timeout (sec):30
   [junit4]   2> 184085 INFO  
(SUITE-LeaderElectionContextKeyTest-seed#[BAF8FE2EC90E88F2]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: 
testCollection2
   [junit4]   2> 184098 INFO  
(TEST-LeaderElectionContextKeyTest.test-seed#[BAF8FE2EC90E88F2]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 184134 INFO  (qtp3254329-1277) [n:127.0.0.1:63341_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.testCollection1.shard2.replica_n2, tag=null
   [junit4]   2> 184135 INFO  (qtp3254329-1277) [n:127.0.0.1:63341_solr    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4ca3fc: rootName = 
solr_63341, domain = solr.core.testCollection1.shard2.replica_n2, service url = 
null, agent id = null] for registry solr.core.testCollection1.shard2.replica_n2 
/ com.codahale.metrics.MetricRegistry@1385aab
   [junit4]   2> 184148 INFO  (qtp3254329-1277) [n:127.0.0.1:63341_solr    ] 
o.a.s.c.SolrCore [testCollection1_shard2_replica_n2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1358dcf
   [junit4]   2> 184148 INFO  (qtp3254329-1277) [n:127.0.0.1:63341_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.testCollection1.shard2.replica_n2, tag=20286927
   [junit4]   2> 184149 INFO  (qtp3254329-1277) [n:127.0.0.1:63341_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.testCollection1.shard2.leader, tag=20286927
   [junit4]   2> 184199 INFO  (qtp3254329-1277) [n:127.0.0.1:63341_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=false&core=testCollection1_shard2_replica_n2&deleteDataDir=false&action=UNLOAD&indexInfo=true&wt=javabin&version=2&deleteIndex=false}
 status=0 QTime=88
   [junit4]   2> 184199 INFO  
(TEST-LeaderElectionContextKeyTest.test-seed#[BAF8FE2EC90E88F2]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=LeaderElectionContextKeyTest -Dtests.method=test 
-Dtests.seed=BAF8FE2EC90E88F2 -Dtests.slow=true -Dtests.locale=zh-SG 
-Dtests.timezone=Africa/Ceuta -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.12s J1 | LeaderElectionContextKeyTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([BAF8FE2EC90E88F2:32ACC1F467F2E50A]:0)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderElectionContextKeyTest.test(LeaderElectionContextKeyTest.java:88)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 184207 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 0x15df356d0af0005, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 184237 INFO  (jetty-closer-144-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@a3b964{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 184241 INFO  (jetty-closer-144-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=11318993
   [junit4]   2> 184241 INFO  (jetty-closer-144-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 184241 INFO  (jetty-closer-144-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@da8d25: rootName = 
solr_63341, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@bbf3df
   [junit4]   2> 184246 INFO  (jetty-closer-144-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 184246 INFO  (jetty-closer-144-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1412658: rootName = 
solr_63341, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@13fb4c0
   [junit4]   2> 184249 INFO  (jetty-closer-144-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 184249 INFO  (jetty-closer-144-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@fdada9: rootName = 
solr_63341, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@1722d56
   [junit4]   2> 184252 INFO  (jetty-closer-144-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 184261 INFO  (coreCloseExecutor-556-thread-1) 
[n:127.0.0.1:63341_solr c:testCollection1 s:shard1 r:core_node3 
x:testCollection1_shard1_replica_n1] o.a.s.c.SolrCore 
[testCollection1_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@170d8d8
   [junit4]   2> 184261 INFO  (coreCloseExecutor-556-thread-1) 
[n:127.0.0.1:63341_solr c:testCollection1 s:shard1 r:core_node3 
x:testCollection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.testCollection1.shard1.replica_n1, tag=24172760
   [junit4]   2> 184261 INFO  (coreCloseExecutor-556-thread-1) 
[n:127.0.0.1:63341_solr c:testCollection1 s:shard1 r:core_node3 
x:testCollection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1e945e2: rootName = 
solr_63341, domain = solr.core.testCollection1.shard1.replica_n1, service url = 
null, agent id = null] for registry solr.core.testCollection1.shard1.replica_n1 
/ com.codahale.metrics.MetricRegistry@d4103f
   [junit4]   2> 184267 INFO  (coreCloseExecutor-556-thread-1) 
[n:127.0.0.1:63341_solr c:testCollection1 s:shard1 r:core_node3 
x:testCollection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testCollection1.shard1.leader, 
tag=24172760
   [junit4]   2> 184274 INFO  (coreCloseExecutor-556-thread-3) 
[n:127.0.0.1:63341_solr c:testCollection2 s:shard1 r:core_node2 
x:testCollection2_shard1_replica_n1] o.a.s.c.SolrCore 
[testCollection2_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@a64e15
   [junit4]   2> 184274 INFO  (coreCloseExecutor-556-thread-3) 
[n:127.0.0.1:63341_solr c:testCollection2 s:shard1 r:core_node2 
x:testCollection2_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.testCollection2.shard1.replica_n1, tag=10898965
   [junit4]   2> 184274 INFO  (coreCloseExecutor-556-thread-2) 
[n:127.0.0.1:63341_solr c:testCollection2 s:shard2 r:core_node4 
x:testCollection2_shard2_replica_n3] o.a.s.c.SolrCore 
[testCollection2_shard2_replica_n3]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@a18eb2
   [junit4]   2> 184274 INFO  (coreCloseExecutor-556-thread-3) 
[n:127.0.0.1:63341_solr c:testCollection2 s:shard1 r:core_node2 
x:testCollection2_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@238db5: rootName = 
solr_63341, domain = solr.core.testCollection2.shard1.replica_n1, service url = 
null, agent id = null] for registry solr.core.testCollection2.shard1.replica_n1 
/ com.codahale.metrics.MetricRegistry@e86ffd
   [junit4]   2> 184287 INFO  (coreCloseExecutor-556-thread-3) 
[n:127.0.0.1:63341_solr c:testCollection2 s:shard1 r:core_node2 
x:testCollection2_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testCollection2.shard1.leader, 
tag=10898965
   [junit4]   2> 184288 INFO  (coreCloseExecutor-556-thread-2) 
[n:127.0.0.1:63341_solr c:testCollection2 s:shard2 r:core_node4 
x:testCollection2_shard2_replica_n3] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.testCollection2.shard2.replica_n3, tag=10587826
   [junit4]   2> 184288 INFO  (coreCloseExecutor-556-thread-2) 
[n:127.0.0.1:63341_solr c:testCollection2 s:shard2 r:core_node4 
x:testCollection2_shard2_replica_n3] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@f0db48: rootName = 
solr_63341, domain = solr.core.testCollection2.shard2.replica_n3, service url = 
null, agent id = null] for registry solr.core.testCollection2.shard2.replica_n3 
/ com.codahale.metrics.MetricRegistry@1b2854a
   [junit4]   2> 184293 INFO  (coreCloseExecutor-556-thread-2) 
[n:127.0.0.1:63341_solr c:testCollection2 s:shard2 r:core_node4 
x:testCollection2_shard2_replica_n3] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testCollection2.shard2.leader, 
tag=10587826
   [junit4]   2> 184324 INFO  (jetty-closer-144-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=98502321065885699-127.0.0.1:63341_solr-n_0000000000) closing
   [junit4]   2> 184325 INFO  
(OverseerStateUpdate-98502321065885699-127.0.0.1:63341_solr-n_0000000000) 
[n:127.0.0.1:63341_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:63341_solr
   [junit4]   2> 184337 WARN  
(zkCallback-150-thread-3-processing-n:127.0.0.1:63341_solr) 
[n:127.0.0.1:63341_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 184342 INFO  (jetty-closer-144-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@54b2d6{/solr,null,UNAVAILABLE}
   [junit4]   2> 184346 ERROR 
(SUITE-LeaderElectionContextKeyTest-seed#[BAF8FE2EC90E88F2]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 184346 INFO  
(SUITE-LeaderElectionContextKeyTest-seed#[BAF8FE2EC90E88F2]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:63337 63337
   [junit4]   2> 184347 INFO  (Thread-201) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:63337 63337
   [junit4]   2> 184348 WARN  (Thread-201) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/aliases.json
   [junit4]   2>        2       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        9       /solr/collections/testCollection2/state.json
   [junit4]   2>        5       /solr/collections/testCollection1/state.json
   [junit4]   2>        2       /solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/live_nodes
   [junit4]   2>        2       /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderElectionContextKeyTest_BAF8FE2EC90E88F2-001
   [junit4]   2> Aug 18, 2017 3:15:45 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=true): {}, locale=zh-SG, timezone=Africa/Ceuta
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_144 
(32-bit)/cpus=3,threads=1,free=70634288,total=196476928
   [junit4]   2> NOTE: All tests run in this JVM: [CursorMarkTest, 
MultiThreadedOCPTest, ExitableDirectoryReaderTest, CollectionReloadTest, 
TestConfigsApi, SolrMetricsIntegrationTest, TestReloadDeadlock, 
DistributedQueryElevationComponentTest, StatsComponentTest, 
DataDrivenBlockJoinTest, BlockJoinFacetSimpleTest, BasicDistributedZk2Test, 
TestScoreJoinQPNoScore, CdcrReplicationHandlerTest, 
LeaderElectionContextKeyTest]
   [junit4] Completed [35/729 (1!)] on J1 in 6.76s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 327 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrBootstrapTest
   [junit4]   2> 329609 INFO  
(SUITE-CdcrBootstrapTest-seed#[BAF8FE2EC90E88F2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_BAF8FE2EC90E88F2-001\init-core-data-001
   [junit4]   2> 329610 WARN  
(SUITE-CdcrBootstrapTest-seed#[BAF8FE2EC90E88F2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 329610 INFO  
(SUITE-CdcrBootstrapTest-seed#[BAF8FE2EC90E88F2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 329614 INFO  
(SUITE-CdcrBootstrapTest-seed#[BAF8FE2EC90E88F2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 329615 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[BAF8FE2EC90E88F2]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testBootstrapWithSourceCluster
   [junit4]   2> 329616 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[BAF8FE2EC90E88F2]) 
[    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_BAF8FE2EC90E88F2-001\cdcr-target-001
   [junit4]   2> 329616 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[BAF8FE2EC90E88F2]) 
[    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 329627 INFO  (Thread-356) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 329627 INFO  (Thread-356) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 329631 ERROR (Thread-356) [    ] 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> 329717 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[BAF8FE2EC90E88F2]) 
[    ] o.a.s.c.ZkTestServer start zk server on port:64131
   [junit4]   2> 329726 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 0x15df35921840000, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 329728 INFO  (jetty-launcher-302-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 329729 INFO  (jetty-launcher-302-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1aa195b{/solr,null,AVAILABLE}
   [junit4]   2> 329731 INFO  (jetty-launcher-302-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6077c3{HTTP/1.1,[http/1.1]}{127.0.0.1:64135}
   [junit4]   2> 329731 INFO  (jetty-launcher-302-thread-1) [    ] 
o.e.j.s.Server Started @338625ms
   [junit4]   2> 329731 INFO  (jetty-launcher-302-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=64135}
   [junit4]   2> 329732 ERROR (jetty-launcher-302-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 329732 INFO  (jetty-launcher-302-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.1.0
   [junit4]   2> 329732 INFO  (jetty-launcher-302-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 329732 INFO  (jetty-launcher-302-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 329732 INFO  (jetty-launcher-302-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-18T03:18:11.177Z
   [junit4]   2> 329738 INFO  (jetty-launcher-302-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 329755 INFO  (jetty-launcher-302-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64131/solr
   [junit4]   2> 329777 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 0x15df35921840002, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 329891 INFO  (jetty-launcher-302-thread-1) 
[n:127.0.0.1:64135_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 329892 INFO  (jetty-launcher-302-thread-1) 
[n:127.0.0.1:64135_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:64135_solr
   [junit4]   2> 329893 INFO  (jetty-launcher-302-thread-1) 
[n:127.0.0.1:64135_solr    ] o.a.s.c.Overseer Overseer 
(id=98502331011956739-127.0.0.1:64135_solr-n_0000000000) starting
   [junit4]   2> 329904 INFO  (jetty-launcher-302-thread-1) 
[n:127.0.0.1:64135_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:64135_solr
   [junit4]   2> 329911 INFO  
(zkCallback-309-thread-1-processing-n:127.0.0.1:64135_solr) 
[n:127.0.0.1:64135_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 330100 INFO  (jetty-launcher-302-thread-1) 
[n:127.0.0.1:64135_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64135.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1036bff
   [junit4]   2> 330105 INFO  (jetty-launcher-302-thread-1) 
[n:127.0.0.1:64135_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64135.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1036bff
   [junit4]   2> 330105 INFO  (jetty-launcher-302-thread-1) 
[n:127.0.0.1:64135_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64135.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1036bff
   [junit4]   2> 330108 INFO  (jetty-launcher-302-thread-1) 
[n:127.0.0.1:64135_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_BAF8FE2EC90E88F2-001\cdcr-target-001\node1\.
   [junit4]   1> Target zkHost = 127.0.0.1:64131/solr
   [junit4]   2> 330154 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[BAF8FE2EC90E88F2]) 
[    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_BAF8FE2EC90E88F2-001\cdcr-source-001
   [junit4]   2> 330154 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[BAF8FE2EC90E88F2]) 
[    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 330155 INFO  (Thread-369) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 330155 INFO  (Thread-369) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 330164 ERROR (Thread-369) [    ] 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> 330256 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[BAF8FE2EC90E88F2]) 
[    ] o.a.s.c.ZkTestServer start zk server on port:64155
   [junit4]   2> 330270 INFO  (jetty-launcher-314-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 330274 INFO  (jetty-launcher-314-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1b335e2{/solr,null,AVAILABLE}
   [junit4]   2> 330275 INFO  (jetty-launcher-314-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@17271ae{HTTP/1.1,[http/1.1]}{127.0.0.1:64159}
   [junit4]   2> 330275 INFO  (jetty-launcher-314-thread-1) [    ] 
o.e.j.s.Server Started @339169ms
   [junit4]   2> 330275 INFO  (jetty-launcher-314-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=64159}
   [junit4]   2> 330275 ERROR (jetty-launcher-314-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 330275 INFO  (jetty-launcher-314-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.1.0
   [junit4]   2> 330276 INFO  (jetty-launcher-314-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 330276 INFO  (jetty-launcher-314-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 330276 INFO  (jetty-launcher-314-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-18T03:18:11.721Z
   [junit4]   2> 330292 INFO  (jetty-launcher-314-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 330307 INFO  (jetty-launcher-314-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64155/solr
   [junit4]   2> 330437 INFO  (jetty-launcher-314-thread-1) 
[n:127.0.0.1:64159_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 330438 INFO  (jetty-launcher-314-thread-1) 
[n:127.0.0.1:64159_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:64159_solr
   [junit4]   2> 330439 INFO  (jetty-launcher-314-thread-1) 
[n:127.0.0.1:64159_solr    ] o.a.s.c.Overseer Overseer 
(id=98502331046756355-127.0.0.1:64159_solr-n_0000000000) starting
   [junit4]   2> 330443 INFO  (jetty-launcher-314-thread-1) 
[n:127.0.0.1:64159_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:64159_solr
   [junit4]   2> 330445 INFO  
(OverseerStateUpdate-98502331046756355-127.0.0.1:64159_solr-n_0000000000) 
[n:127.0.0.1:64159_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 330588 INFO  (jetty-launcher-314-thread-1) 
[n:127.0.0.1:64159_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64159.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1036bff
   [junit4]   2> 330603 INFO  (jetty-launcher-314-thread-1) 
[n:127.0.0.1:64159_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64159.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1036bff
   [junit4]   2> 330603 INFO  (jetty-launcher-314-thread-1) 
[n:127.0.0.1:64159_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64159.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1036bff
   [junit4]   2> 330604 INFO  (jetty-launcher-314-thread-1) 
[n:127.0.0.1:64159_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_BAF8FE2EC90E88F2-001\cdcr-source-001\node1\.
   [junit4]   2> 330638 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 0x15df35923970004, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 330645 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 0x15df35923970005, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 330660 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 0x15df35923970006, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 330666 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[BAF8FE2EC90E88F2]) 
[    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 330667 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[BAF8FE2EC90E88F2]) 
[    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64155/solr 
ready
   [junit4]   2> 330669 INFO  (qtp12181066-2247) [n:127.0.0.1:64159_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 330673 INFO  
(OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:64159_solr) 
[n:127.0.0.1:64159_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
cdcr-source
   [junit4]   2> 330786 INFO  
(OverseerStateUpdate-98502331046756355-127.0.0.1:64159_solr-n_0000000000) 
[n:127.0.0.1:64159_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-source",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-source_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:64159/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 330991 INFO  (qtp12181066-2242) [n:127.0.0.1:64159_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 330996 INFO  (qtp12181066-2242) [n:127.0.0.1:64159_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 331106 INFO  
(zkCallback-321-thread-1-processing-n:127.0.0.1:64159_solr) 
[n:127.0.0.1:64159_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 331108 INFO  
(zkCallback-321-thread-2-processing-n:127.0.0.1:64159_solr) 
[n:127.0.0.1:64159_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/state.json] for coll

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

nit4]   2> 559063 INFO  (TEST-HttpPartitionTest.test-seed#[BAF8FE2EC90E88F2]) [ 
   ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.cluster, tag=null
   [junit4]   2> 559064 INFO  (coreCloseExecutor-2945-thread-1) 
[n:127.0.0.1:65276_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_t45] o.a.s.c.SolrCore 
[collection1_shard2_replica_t45]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6cd97a
   [junit4]   2> 559064 INFO  (coreCloseExecutor-2945-thread-1) 
[n:127.0.0.1:65276_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_t45] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.collection1.shard2.replica_t45, tag=7133562
   [junit4]   2> 559064 INFO  (coreCloseExecutor-2945-thread-1) 
[n:127.0.0.1:65276_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_t45] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@181ec7f: rootName = null, 
domain = solr.core.collection1.shard2.replica_t45, service url = null, agent id 
= null] for registry solr.core.collection1.shard2.replica_t45 / 
com.codahale.metrics.MetricRegistry@9fd1ab
   [junit4]   2> 559071 INFO  (coreCloseExecutor-2945-thread-1) 
[n:127.0.0.1:65276_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_t45] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1.shard2.leader, tag=7133562
   [junit4]   2> 559072 INFO  
(TEST-HttpPartitionTest.test-seed#[BAF8FE2EC90E88F2]) [    ] o.a.s.c.Overseer 
Overseer (id=98502344125710351-127.0.0.1:65276_-n_0000000003) closing
   [junit4]   2> 559072 INFO  
(OverseerStateUpdate-98502344125710351-127.0.0.1:65276_-n_0000000003) 
[n:127.0.0.1:65276_    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:65276_
   [junit4]   2> 559073 WARN  
(zkCallback-1110-thread-1-processing-n:127.0.0.1:65276_) [n:127.0.0.1:65276_    
] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to 
ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 559074 INFO  
(TEST-HttpPartitionTest.test-seed#[BAF8FE2EC90E88F2]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@1f83cea{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 559074 INFO  
(TEST-HttpPartitionTest.test-seed#[BAF8FE2EC90E88F2]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@787376{/,null,UNAVAILABLE}
   [junit4]   2> 559076 ERROR 
(TEST-HttpPartitionTest.test-seed#[BAF8FE2EC90E88F2]) [    ] 
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> 559076 INFO  
(TEST-HttpPartitionTest.test-seed#[BAF8FE2EC90E88F2]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:65161 65161
   [junit4]   2> 559077 INFO  (Thread-1078) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:65161 65161
   [junit4]   2> 559077 WARN  (Thread-1078) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/aliases.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       /solr/configs/conf1
   [junit4]   2>        3       /solr/collections/collection1/state.json
   [junit4]   2>        3       /solr/collections/collMinRf_1x3/state.json
   [junit4]   2>        2       /solr/collections/c8n_crud_1x2/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/clusterstate.json
   [junit4]   2>        6       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/live_nodes
   [junit4]   2>        6       /solr/collections
   [junit4]   2>        4       /solr/overseer/queue
   [junit4]   2>        4       /solr/overseer/collection-queue-work
   [junit4]   2>        3       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 559078 WARN  
(TEST-HttpPartitionTest.test-seed#[BAF8FE2EC90E88F2]) [    ] 
o.a.s.c.SocketProxy Closing 5 connections to: http://127.0.0.1:65276/, target: 
http://127.0.0.1:65277/
   [junit4]   2> 559078 WARN  
(TEST-HttpPartitionTest.test-seed#[BAF8FE2EC90E88F2]) [    ] 
o.a.s.c.SocketProxy Closing 14 connections to: http://127.0.0.1:65194/, target: 
http://127.0.0.1:65195/
   [junit4]   2> 559078 WARN  
(TEST-HttpPartitionTest.test-seed#[BAF8FE2EC90E88F2]) [    ] 
o.a.s.c.SocketProxy Closing 8 connections to: http://127.0.0.1:65211/, target: 
http://127.0.0.1:65212/
   [junit4]   2> 559078 WARN  
(TEST-HttpPartitionTest.test-seed#[BAF8FE2EC90E88F2]) [    ] 
o.a.s.c.SocketProxy Closing 2 connections to: http://127.0.0.1:65169/, target: 
http://127.0.0.1:65170/
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HttpPartitionTest 
-Dtests.method=test -Dtests.seed=BAF8FE2EC90E88F2 -Dtests.slow=true 
-Dtests.locale=fr-CH -Dtests.timezone=EST5EDT -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 29.3s J0 | HttpPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Doc with id=1 not 
found in http://127.0.0.1:65211/collMinRf_1x3 due to: Path not found: /id; 
rsp={doc=null}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([BAF8FE2EC90E88F2:32ACC1F467F2E50A]:0)
   [junit4]    >        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
   [junit4]    >        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:558)
   [junit4]    >        at 
org.apache.solr.cloud.HttpPartitionTest.testMinRf(HttpPartitionTest.java:249)
   [junit4]    >        at 
org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:127)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionTest_BAF8FE2EC90E88F2-001
   [junit4]   2> Aug 18, 2017 3:22:00 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{range_facet_l_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
multiDefault=BlockTreeOrds(blocksize=128), a_t=PostingsFormat(name=Memory), 
intDefault=PostingsFormat(name=Memory), id_i1=BlockTreeOrds(blocksize=128), 
id=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
range_facet_i_dv=PostingsFormat(name=Memory), 
text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 range_facet_l=PostingsFormat(name=Memory), 
timestamp=PostingsFormat(name=Memory)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene70), 
_version_=DocValuesFormat(name=Memory), 
intDefault=DocValuesFormat(name=Memory), id_i1=DocValuesFormat(name=Asserting), 
range_facet_i_dv=DocValuesFormat(name=Memory), 
intDvoDefault=DocValuesFormat(name=Direct), 
range_facet_l=DocValuesFormat(name=Memory), 
timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1120, 
maxMBSortInHeap=6.449178176305725, sim=RandomSimilarity(queryNorm=false): {}, 
locale=fr-CH, timezone=EST5EDT
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_144 
(32-bit)/cpus=3,threads=1,free=76457400,total=242819072
   [junit4]   2> NOTE: All tests run in this JVM: [BasicAuthIntegrationTest, 
DisMaxRequestHandlerTest, TestBulkSchemaAPI, TestEmbeddedSolrServerSchemaAPI, 
ExplicitHLLTest, SolrGangliaReporterTest, TestRTimerTree, TestLazyCores, 
TestFunctionQuery, HdfsRestartWhileUpdatingTest, ShardRoutingTest, 
CdcrUpdateLogTest, TestOnReconnectListenerSupport, TestSQLHandlerNonCloud, 
SolrCloudExampleTest, TestCoreContainer, TestConfigReload, SimpleFacetsTest, 
TestLeaderElectionWithEmptyReplica, SolrIndexSplitterTest, TestSimpleTextCodec, 
TestImpersonationWithHadoopAuth, TestSchemalessBufferedUpdates, TestConfigSets, 
DistributedQueueTest, HdfsCollectionsAPIDistributedZkTest, 
ClassificationUpdateProcessorFactoryTest, ParsingFieldUpdateProcessorsTest, 
TestFaceting, ImplicitSnitchTest, TestCryptoKeys, TestQuerySenderListener, 
TestMissingGroups, ConnectionReuseTest, CustomCollectionTest, ClusterStateTest, 
TestFreeTextSuggestions, TestFilteredDocIdSet, URLClassifyProcessorTest, 
DistributedQueryComponentOptimizationTest, TimeZoneUtilsTest, 
RequestHandlersTest, TestFieldCacheVsDocValues, ResourceLoaderTest, 
HighlighterConfigTest, TestAddFieldRealTimeGet, 
TestSolrCloudWithDelegationTokens, RankQueryTest, SuggesterTest, 
DirectSolrConnectionTest, TestRecoveryHdfs, ClassificationUpdateProcessorTest, 
ZkControllerTest, SoftAutoCommitTest, TestFoldingMultitermQuery, 
TestBackupRepositoryFactory, HdfsThreadLeakTest, LargeFieldTest, SolrCoreTest, 
TestReloadAndDeleteDocs, SmileWriterTest, TestLegacyFieldCache, 
CSVRequestHandlerTest, TestMacros, TestPointFields, TestSolrCoreSnapshots, 
ResponseLogComponentTest, TestClassicSimilarityFactory, NumericFieldsTest, 
TestSolrConfigHandlerConcurrent, BufferStoreTest, 
DistribDocExpirationUpdateProcessorTest, HdfsLockFactoryTest, ScriptEngineTest, 
NotRequiredUniqueKeyTest, MinimalSchemaTest, SuggestComponentTest, 
XsltUpdateRequestHandlerTest, TestInPlaceUpdatesStandalone, TestInitParams, 
TestNumericTokenStream, CoreAdminCreateDiscoverTest, ZkStateReaderTest, 
CheckHdfsIndexTest, MultiTermTest, DistributedExpandComponentTest, TestUpdate, 
TestMaxTokenLenTokenizer, TestSolrCoreProperties, MigrateRouteKeyTest, 
TestCloudRecovery, TestExclusionRuleCollectionAccess, HttpPartitionTest]
   [junit4] Completed [144/729 (3!)] on J0 in 30.07s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to