Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20446/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseParallelGC

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

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([6552D52D9F630475:ED06EAF7319F698D]: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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestSegmentSorting.testSegmentTerminateEarly

Error Message:
responseHeader.segmentTerminatedEarly missing/false in 
{zkConnected=true,segmentTerminatedEarly=false,status=0,QTime=9}

Stack Trace:
java.lang.AssertionError: responseHeader.segmentTerminatedEarly missing/false 
in {zkConnected=true,segmentTerminatedEarly=false,status=0,QTime=9}
        at 
__randomizedtesting.SeedInfo.seed([6552D52D9F630475:B5F412804331901F]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.SegmentTerminateEarlyTestState.queryTimestampDescendingSegmentTerminateEarlyYes(SegmentTerminateEarlyTestState.java:150)
        at 
org.apache.solr.cloud.TestSegmentSorting.testSegmentTerminateEarly(TestSegmentSorting.java:109)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12890 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderElectionContextKeyTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionContextKeyTest_6552D52D9F630475-001/init-core-data-001
   [junit4]   2> 1669510 WARN  
(SUITE-LeaderElectionContextKeyTest-seed#[6552D52D9F630475]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=38 numCloses=38
   [junit4]   2> 1669511 INFO  
(SUITE-LeaderElectionContextKeyTest-seed#[6552D52D9F630475]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1669513 INFO  
(SUITE-LeaderElectionContextKeyTest-seed#[6552D52D9F630475]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1669513 INFO  
(SUITE-LeaderElectionContextKeyTest-seed#[6552D52D9F630475]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1669514 INFO  
(SUITE-LeaderElectionContextKeyTest-seed#[6552D52D9F630475]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionContextKeyTest_6552D52D9F630475-001/tempDir-001
   [junit4]   2> 1669514 INFO  
(SUITE-LeaderElectionContextKeyTest-seed#[6552D52D9F630475]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1669517 INFO  (Thread-3777) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1669517 INFO  (Thread-3777) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1669518 ERROR (Thread-3777) [    ] 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> 1669617 INFO  
(SUITE-LeaderElectionContextKeyTest-seed#[6552D52D9F630475]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:46161
   [junit4]   2> 1669622 INFO  (jetty-launcher-3434-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1669627 INFO  (jetty-launcher-3434-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@d6c3d0{/solr,null,AVAILABLE}
   [junit4]   2> 1669630 INFO  (jetty-launcher-3434-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@fd519d{HTTP/1.1,[http/1.1]}{127.0.0.1:33445}
   [junit4]   2> 1669630 INFO  (jetty-launcher-3434-thread-1) [    ] 
o.e.j.s.Server Started @1670671ms
   [junit4]   2> 1669630 INFO  (jetty-launcher-3434-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33445}
   [junit4]   2> 1669630 ERROR (jetty-launcher-3434-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1669630 INFO  (jetty-launcher-3434-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1669630 INFO  (jetty-launcher-3434-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1669631 INFO  (jetty-launcher-3434-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1669631 INFO  (jetty-launcher-3434-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-10T13:18:29.557Z
   [junit4]   2> 1669635 INFO  (jetty-launcher-3434-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1669643 INFO  (jetty-launcher-3434-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46161/solr
   [junit4]   2> 1669687 INFO  (jetty-launcher-3434-thread-1) 
[n:127.0.0.1:33445_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1669688 INFO  (jetty-launcher-3434-thread-1) 
[n:127.0.0.1:33445_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:33445_solr
   [junit4]   2> 1669688 INFO  (jetty-launcher-3434-thread-1) 
[n:127.0.0.1:33445_solr    ] o.a.s.c.Overseer Overseer 
(id=98634924650921987-127.0.0.1:33445_solr-n_0000000000) starting
   [junit4]   2> 1669695 INFO  (jetty-launcher-3434-thread-1) 
[n:127.0.0.1:33445_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33445_solr
   [junit4]   2> 1669697 INFO  
(zkCallback-3441-thread-1-processing-n:127.0.0.1:33445_solr) 
[n:127.0.0.1:33445_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1669876 INFO  (jetty-launcher-3434-thread-1) 
[n:127.0.0.1:33445_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33445.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16a18ab
   [junit4]   2> 1669918 INFO  (jetty-launcher-3434-thread-1) 
[n:127.0.0.1:33445_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33445.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16a18ab
   [junit4]   2> 1669918 INFO  (jetty-launcher-3434-thread-1) 
[n:127.0.0.1:33445_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33445.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16a18ab
   [junit4]   2> 1669919 INFO  (jetty-launcher-3434-thread-1) 
[n:127.0.0.1:33445_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionContextKeyTest_6552D52D9F630475-001/tempDir-001/node1/.
   [junit4]   2> 1669949 INFO  
(SUITE-LeaderElectionContextKeyTest-seed#[6552D52D9F630475]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1669950 INFO  
(SUITE-LeaderElectionContextKeyTest-seed#[6552D52D9F630475]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46161/solr ready
   [junit4]   2> 1669954 INFO  (qtp32656692-15398) [n:127.0.0.1:33445_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> 1669963 INFO  
(OverseerThreadFactory-5916-thread-1-processing-n:127.0.0.1:33445_solr) 
[n:127.0.0.1:33445_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
testCollection1
   [junit4]   2> 1670072 INFO  
(OverseerStateUpdate-98634924650921987-127.0.0.1:33445_solr-n_0000000000) 
[n:127.0.0.1:33445_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:33445/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1670075 INFO  
(OverseerStateUpdate-98634924650921987-127.0.0.1:33445_solr-n_0000000000) 
[n:127.0.0.1:33445_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_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:33445/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1670277 INFO  (qtp32656692-15400) [n:127.0.0.1:33445_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_n3&action=CREATE&numShards=2&collection=testCollection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1670277 INFO  (qtp32656692-15395) [n:127.0.0.1:33445_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&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> 1670277 INFO  (qtp32656692-15395) [n:127.0.0.1:33445_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1670383 INFO  
(zkCallback-3441-thread-1-processing-n:127.0.0.1:33445_solr) 
[n:127.0.0.1:33445_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> 1670383 INFO  
(zkCallback-3441-thread-2-processing-n:127.0.0.1:33445_solr) 
[n:127.0.0.1:33445_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> 1671294 INFO  (qtp32656692-15395) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard1 r:core_node2 x:testCollection1_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1671294 INFO  (qtp32656692-15400) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1671302 INFO  (qtp32656692-15395) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard1 r:core_node2 x:testCollection1_shard1_replica_n1] 
o.a.s.s.IndexSchema [testCollection1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1671302 INFO  (qtp32656692-15400) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n3] 
o.a.s.s.IndexSchema [testCollection1_shard2_replica_n3] Schema name=minimal
   [junit4]   2> 1671304 INFO  (qtp32656692-15395) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard1 r:core_node2 x:testCollection1_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1671304 INFO  (qtp32656692-15395) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard1 r:core_node2 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> 1671306 INFO  (qtp32656692-15395) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard1 r:core_node2 x:testCollection1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33445.solr.core.testCollection1.shard1.replica_n1' (registry 
'solr.core.testCollection1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16a18ab
   [junit4]   2> 1671306 INFO  (qtp32656692-15400) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n3] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1671306 INFO  (qtp32656692-15400) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n3] 
o.a.s.c.CoreContainer Creating SolrCore 'testCollection1_shard2_replica_n3' 
using configuration from collection testCollection1, trusted=true
   [junit4]   2> 1671306 INFO  (qtp32656692-15395) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard1 r:core_node2 x:testCollection1_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1671306 INFO  (qtp32656692-15395) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard1 r:core_node2 x:testCollection1_shard1_replica_n1] 
o.a.s.c.SolrCore [[testCollection1_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionContextKeyTest_6552D52D9F630475-001/tempDir-001/node1/testCollection1_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionContextKeyTest_6552D52D9F630475-001/tempDir-001/node1/./testCollection1_shard1_replica_n1/data/]
   [junit4]   2> 1671307 INFO  (qtp32656692-15400) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33445.solr.core.testCollection1.shard2.replica_n3' (registry 
'solr.core.testCollection1.shard2.replica_n3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16a18ab
   [junit4]   2> 1671307 INFO  (qtp32656692-15400) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n3] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1671307 INFO  (qtp32656692-15400) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n3] 
o.a.s.c.SolrCore [[testCollection1_shard2_replica_n3] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionContextKeyTest_6552D52D9F630475-001/tempDir-001/node1/testCollection1_shard2_replica_n3],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionContextKeyTest_6552D52D9F630475-001/tempDir-001/node1/./testCollection1_shard2_replica_n3/data/]
   [junit4]   2> 1671357 INFO  (qtp32656692-15395) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard1 r:core_node2 x:testCollection1_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1671357 INFO  (qtp32656692-15395) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard1 r:core_node2 x:testCollection1_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1671358 INFO  (qtp32656692-15395) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard1 r:core_node2 x:testCollection1_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1671358 INFO  (qtp32656692-15395) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard1 r:core_node2 x:testCollection1_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1671360 INFO  (qtp32656692-15395) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard1 r:core_node2 x:testCollection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@13f265f[testCollection1_shard1_replica_n1] main]
   [junit4]   2> 1671361 INFO  (qtp32656692-15395) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard1 r:core_node2 x:testCollection1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 1671361 INFO  (qtp32656692-15395) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard1 r:core_node2 x:testCollection1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1671362 INFO  (qtp32656692-15395) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard1 r:core_node2 x:testCollection1_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1671363 INFO  
(searcherExecutor-5919-thread-1-processing-n:127.0.0.1:33445_solr 
x:testCollection1_shard1_replica_n1 s:shard1 c:testCollection1 r:core_node2) 
[n:127.0.0.1:33445_solr c:testCollection1 s:shard1 r:core_node2 
x:testCollection1_shard1_replica_n1] o.a.s.c.SolrCore 
[testCollection1_shard1_replica_n1] Registered new searcher 
Searcher@13f265f[testCollection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1671363 INFO  (qtp32656692-15395) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard1 r:core_node2 x:testCollection1_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1578158796349374464
   [junit4]   2> 1671367 INFO  (qtp32656692-15395) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard1 r:core_node2 x:testCollection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1671367 INFO  (qtp32656692-15395) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard1 r:core_node2 x:testCollection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1671367 INFO  (qtp32656692-15395) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard1 r:core_node2 x:testCollection1_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:33445/solr/testCollection1_shard1_replica_n1/
   [junit4]   2> 1671367 INFO  (qtp32656692-15395) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard1 r:core_node2 x:testCollection1_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1671367 INFO  (qtp32656692-15395) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard1 r:core_node2 x:testCollection1_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:33445/solr/testCollection1_shard1_replica_n1/ has no replicas
   [junit4]   2> 1671367 INFO  (qtp32656692-15395) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard1 r:core_node2 x:testCollection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1671368 INFO  (qtp32656692-15400) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n3] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1671368 INFO  (qtp32656692-15400) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n3] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1671369 INFO  (qtp32656692-15400) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1671369 INFO  (qtp32656692-15400) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1671369 INFO  (qtp32656692-15395) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard1 r:core_node2 x:testCollection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:33445/solr/testCollection1_shard1_replica_n1/ shard1
   [junit4]   2> 1671371 INFO  (qtp32656692-15400) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n3] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@fb917c[testCollection1_shard2_replica_n3] main]
   [junit4]   2> 1671371 INFO  (qtp32656692-15400) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n3] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 1671372 INFO  (qtp32656692-15400) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n3] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1671373 INFO  (qtp32656692-15400) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1671374 INFO  
(searcherExecutor-5920-thread-1-processing-n:127.0.0.1:33445_solr 
x:testCollection1_shard2_replica_n3 s:shard2 c:testCollection1 r:core_node4) 
[n:127.0.0.1:33445_solr c:testCollection1 s:shard2 r:core_node4 
x:testCollection1_shard2_replica_n3] o.a.s.c.SolrCore 
[testCollection1_shard2_replica_n3] Registered new searcher 
Searcher@fb917c[testCollection1_shard2_replica_n3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1671374 INFO  (qtp32656692-15400) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n3] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1578158796360908800
   [junit4]   2> 1671377 INFO  (qtp32656692-15400) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n3] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1671377 INFO  (qtp32656692-15400) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n3] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1671378 INFO  (qtp32656692-15400) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n3] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:33445/solr/testCollection1_shard2_replica_n3/
   [junit4]   2> 1671378 INFO  (qtp32656692-15400) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n3] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1671378 INFO  (qtp32656692-15400) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n3] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:33445/solr/testCollection1_shard2_replica_n3/ has no replicas
   [junit4]   2> 1671378 INFO  (qtp32656692-15400) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n3] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1671379 INFO  (qtp32656692-15400) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n3] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:33445/solr/testCollection1_shard2_replica_n3/ shard2
   [junit4]   2> 1671481 INFO  
(zkCallback-3441-thread-1-processing-n:127.0.0.1:33445_solr) 
[n:127.0.0.1:33445_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> 1671481 INFO  
(zkCallback-3441-thread-2-processing-n:127.0.0.1:33445_solr) 
[n:127.0.0.1:33445_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> 1671520 INFO  (qtp32656692-15395) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard1 r:core_node2 x:testCollection1_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1671522 INFO  (qtp32656692-15395) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard1 r:core_node2 x:testCollection1_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=testCollection1_shard1_replica_n1&action=CREATE&numShards=2&collection=testCollection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1245
   [junit4]   2> 1671530 INFO  (qtp32656692-15400) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_shard2_replica_n3] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1671532 INFO  (qtp32656692-15400) [n:127.0.0.1:33445_solr 
c:testCollection1 s:shard2 r:core_node4 x:testCollection1_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=testCollection1_shard2_replica_n3&action=CREATE&numShards=2&collection=testCollection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1254
   [junit4]   2> 1671537 INFO  (qtp32656692-15398) [n:127.0.0.1:33445_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> 1671636 INFO  
(zkCallback-3441-thread-2-processing-n:127.0.0.1:33445_solr) 
[n:127.0.0.1:33445_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> 1671636 INFO  
(zkCallback-3441-thread-1-processing-n:127.0.0.1:33445_solr) 
[n:127.0.0.1:33445_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> 1671965 INFO  
(OverseerCollectionConfigSetProcessor-98634924650921987-127.0.0.1:33445_solr-n_0000000000)
 [n:127.0.0.1:33445_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> 1672537 INFO  (qtp32656692-15398) [n:127.0.0.1:33445_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=2583
   [junit4]   2> 1672539 INFO  (qtp32656692-15399) [n:127.0.0.1:33445_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> 1672540 INFO  
(OverseerThreadFactory-5916-thread-2-processing-n:127.0.0.1:33445_solr) 
[n:127.0.0.1:33445_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
testCollection2
   [junit4]   2> 1672745 INFO  
(OverseerStateUpdate-98634924650921987-127.0.0.1:33445_solr-n_0000000000) 
[n:127.0.0.1:33445_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:33445/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1672746 INFO  
(OverseerStateUpdate-98634924650921987-127.0.0.1:33445_solr-n_0000000000) 
[n:127.0.0.1:33445_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_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:33445/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1672947 INFO  (qtp32656692-15429) [n:127.0.0.1:33445_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_n2&action=CREATE&numShards=2&collection=testCollection2&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1672947 INFO  (qtp32656692-15393) [n:127.0.0.1:33445_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&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> 1673055 INFO  
(zkCallback-3441-thread-1-processing-n:127.0.0.1:33445_solr) 
[n:127.0.0.1:33445_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> 1673055 INFO  
(zkCallback-3441-thread-2-processing-n:127.0.0.1:33445_solr) 
[n:127.0.0.1:33445_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> 1673973 INFO  (qtp32656692-15429) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1673973 INFO  (qtp32656692-15393) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard1 r:core_node3 x:testCollection2_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1673979 INFO  (qtp32656692-15429) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n2] 
o.a.s.s.IndexSchema [testCollection2_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1673981 INFO  (qtp32656692-15393) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard1 r:core_node3 x:testCollection2_shard1_replica_n1] 
o.a.s.s.IndexSchema [testCollection2_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1673981 INFO  (qtp32656692-15429) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1673981 INFO  (qtp32656692-15429) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'testCollection2_shard2_replica_n2' 
using configuration from collection testCollection2, trusted=true
   [junit4]   2> 1673982 INFO  (qtp32656692-15429) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33445.solr.core.testCollection2.shard2.replica_n2' (registry 
'solr.core.testCollection2.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16a18ab
   [junit4]   2> 1673982 INFO  (qtp32656692-15429) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1673982 INFO  (qtp32656692-15429) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n2] 
o.a.s.c.SolrCore [[testCollection2_shard2_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionContextKeyTest_6552D52D9F630475-001/tempDir-001/node1/testCollection2_shard2_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionContextKeyTest_6552D52D9F630475-001/tempDir-001/node1/./testCollection2_shard2_replica_n2/data/]
   [junit4]   2> 1673984 INFO  (qtp32656692-15393) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard1 r:core_node3 x:testCollection2_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1673984 INFO  (qtp32656692-15393) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard1 r:core_node3 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> 1673984 INFO  (qtp32656692-15393) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard1 r:core_node3 x:testCollection2_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33445.solr.core.testCollection2.shard1.replica_n1' (registry 
'solr.core.testCollection2.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16a18ab
   [junit4]   2> 1673985 INFO  (qtp32656692-15393) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard1 r:core_node3 x:testCollection2_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1673985 INFO  (qtp32656692-15393) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard1 r:core_node3 x:testCollection2_shard1_replica_n1] 
o.a.s.c.SolrCore [[testCollection2_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionContextKeyTest_6552D52D9F630475-001/tempDir-001/node1/testCollection2_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionContextKeyTest_6552D52D9F630475-001/tempDir-001/node1/./testCollection2_shard1_replica_n1/data/]
   [junit4]   2> 1674028 INFO  (qtp32656692-15429) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1674028 INFO  (qtp32656692-15429) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1674029 INFO  (qtp32656692-15429) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1674029 INFO  (qtp32656692-15429) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1674031 INFO  (qtp32656692-15429) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1b552c[testCollection2_shard2_replica_n2] main]
   [junit4]   2> 1674031 INFO  (qtp32656692-15429) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 1674032 INFO  (qtp32656692-15429) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1674032 INFO  (qtp32656692-15429) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1674033 INFO  
(searcherExecutor-5929-thread-1-processing-n:127.0.0.1:33445_solr 
x:testCollection2_shard2_replica_n2 s:shard2 c:testCollection2 r:core_node4) 
[n:127.0.0.1:33445_solr c:testCollection2 s:shard2 r:core_node4 
x:testCollection2_shard2_replica_n2] o.a.s.c.SolrCore 
[testCollection2_shard2_replica_n2] Registered new searcher 
Searcher@1b552c[testCollection2_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1674033 INFO  (qtp32656692-15429) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1578158799149072384
   [junit4]   2> 1674037 INFO  (qtp32656692-15429) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1674037 INFO  (qtp32656692-15429) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1674037 INFO  (qtp32656692-15429) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:33445/solr/testCollection2_shard2_replica_n2/
   [junit4]   2> 1674037 INFO  (qtp32656692-15429) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1674037 INFO  (qtp32656692-15429) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n2] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:33445/solr/testCollection2_shard2_replica_n2/ has no replicas
   [junit4]   2> 1674037 INFO  (qtp32656692-15429) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1674038 INFO  (qtp32656692-15429) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:33445/solr/testCollection2_shard2_replica_n2/ shard2
   [junit4]   2> 1674045 INFO  (qtp32656692-15393) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard1 r:core_node3 x:testCollection2_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1674046 INFO  (qtp32656692-15393) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard1 r:core_node3 x:testCollection2_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1674047 INFO  (qtp32656692-15393) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard1 r:core_node3 x:testCollection2_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1674047 INFO  (qtp32656692-15393) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard1 r:core_node3 x:testCollection2_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1674049 INFO  (qtp32656692-15393) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard1 r:core_node3 x:testCollection2_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1716695[testCollection2_shard1_replica_n1] main]
   [junit4]   2> 1674050 INFO  (qtp32656692-15393) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard1 r:core_node3 x:testCollection2_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 1674051 INFO  (qtp32656692-15393) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard1 r:core_node3 x:testCollection2_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1674052 INFO  (qtp32656692-15393) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard1 r:core_node3 x:testCollection2_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1674053 INFO  
(searcherExecutor-5930-thread-1-processing-n:127.0.0.1:33445_solr 
x:testCollection2_shard1_replica_n1 s:shard1 c:testCollection2 r:core_node3) 
[n:127.0.0.1:33445_solr c:testCollection2 s:shard1 r:core_node3 
x:testCollection2_shard1_replica_n1] o.a.s.c.SolrCore 
[testCollection2_shard1_replica_n1] Registered new searcher 
Searcher@1716695[testCollection2_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1674053 INFO  (qtp32656692-15393) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard1 r:core_node3 x:testCollection2_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1578158799170043904
   [junit4]   2> 1674057 INFO  (qtp32656692-15393) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard1 r:core_node3 x:testCollection2_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1674057 INFO  (qtp32656692-15393) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard1 r:core_node3 x:testCollection2_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1674058 INFO  (qtp32656692-15393) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard1 r:core_node3 x:testCollection2_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:33445/solr/testCollection2_shard1_replica_n1/
   [junit4]   2> 1674058 INFO  (qtp32656692-15393) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard1 r:core_node3 x:testCollection2_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1674058 INFO  (qtp32656692-15393) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard1 r:core_node3 x:testCollection2_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:33445/solr/testCollection2_shard1_replica_n1/ has no replicas
   [junit4]   2> 1674058 INFO  (qtp32656692-15393) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard1 r:core_node3 x:testCollection2_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1674059 INFO  (qtp32656692-15393) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard1 r:core_node3 x:testCollection2_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:33445/solr/testCollection2_shard1_replica_n1/ shard1
   [junit4]   2> 1674161 INFO  
(zkCallback-3441-thread-1-processing-n:127.0.0.1:33445_solr) 
[n:127.0.0.1:33445_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> 1674161 INFO  
(zkCallback-3441-thread-2-processing-n:127.0.0.1:33445_solr) 
[n:127.0.0.1:33445_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> 1674189 INFO  (qtp32656692-15429) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1674190 INFO  (qtp32656692-15429) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard2 r:core_node4 x:testCollection2_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=testCollection2_shard2_replica_n2&action=CREATE&numShards=2&collection=testCollection2&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1242
   [junit4]   2> 1674210 INFO  (qtp32656692-15393) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard1 r:core_node3 x:testCollection2_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1674211 INFO  (qtp32656692-15393) [n:127.0.0.1:33445_solr 
c:testCollection2 s:shard1 r:core_node3 x:testCollection2_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=testCollection2_shard1_replica_n1&action=CREATE&numShards=2&collection=testCollection2&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1264
   [junit4]   2> 1674213 INFO  (qtp32656692-15399) [n:127.0.0.1:33445_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> 1674314 INFO  
(zkCallback-3441-thread-2-processing-n:127.0.0.1:33445_solr) 
[n:127.0.0.1:33445_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> 1674314 INFO  
(zkCallback-3441-thread-1-processing-n:127.0.0.1:33445_solr) 
[n:127.0.0.1:33445_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> 1674542 INFO  
(OverseerCollectionConfigSetProcessor-98634924650921987-127.0.0.1:33445_solr-n_0000000000)
 [n:127.0.0.1:33445_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> 1675214 INFO  (qtp32656692-15399) [n:127.0.0.1:33445_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=2675
   [junit4]   2> 1675214 INFO  
(SUITE-LeaderElectionContextKeyTest-seed#[6552D52D9F630475]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
testCollection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 1675215 INFO  
(SUITE-LeaderElectionContextKeyTest-seed#[6552D52D9F630475]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: 
testCollection1
   [junit4]   2> 1675215 INFO  
(SUITE-LeaderElectionContextKeyTest-seed#[6552D52D9F630475]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
testCollection2 failOnTimeout:true timeout (sec):30
   [junit4]   2> 1675215 INFO  
(SUITE-LeaderElectionContextKeyTest-seed#[6552D52D9F630475]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: 
testCollection2
   [junit4]   2> 1675224 INFO  
(TEST-LeaderElectionContextKeyTest.test-seed#[6552D52D9F630475]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1675228 INFO  (qtp32656692-15400) [n:127.0.0.1:33445_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.testCollection1.shard2.replica_n3, tag=null
   [junit4]   2> 1675229 INFO  (qtp32656692-15400) [n:127.0.0.1:33445_solr    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5ef537: rootName = 
solr_33445, domain = solr.core.testCollection1.shard2.replica_n3, service url = 
null, agent id = null] for registry solr.core.testCollection1.shard2.replica_n3 
/ com.codahale.metrics.MetricRegistry@1514780
   [junit4]   2> 1675245 INFO  (qtp32656692-15400) [n:127.0.0.1:33445_solr    ] 
o.a.s.c.SolrCore [testCollection1_shard2_replica_n3]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@944184
   [junit4]   2> 1675245 INFO  (qtp32656692-15400) [n:127.0.0.1:33445_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.testCollection1.shard2.replica_n3, tag=9716100
   [junit4]   2> 1675245 INFO  (qtp32656692-15400) [n:127.0.0.1:33445_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.testCollection1.shard2.leader, tag=9716100
   [junit4]   2> 1675247 INFO  (qtp32656692-15400) [n:127.0.0.1:33445_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=false&core=testCollection1_shard2_replica_n3&deleteDataDir=false&action=UNLOAD&indexInfo=true&wt=javabin&version=2&deleteIndex=false}
 status=0 QTime=18
   [junit4]   2> 1675248 INFO  
(TEST-LeaderElectionContextKeyTest.test-seed#[6552D52D9F630475]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=LeaderElectionContextKeyTest -Dtests.method=test 
-Dtests.seed=6552D52D9F630475 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=ro-RO -Dtests.timezone=America/Indiana/Vevay 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.04s J1 | LeaderElectionContextKeyTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([6552D52D9F630475:ED06EAF7319F698D]:0)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderElectionContextKeyTest.test(LeaderElectionContextKeyTest.java:88)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1675260 INFO  (jetty-closer-3435-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@fd519d{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1675260 INFO  (jetty-closer-3435-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=11224768
   [junit4]   2> 1675260 INFO  (jetty-closer-3435-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1675260 INFO  (jetty-closer-3435-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6640f4: rootName = 
solr_33445, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@1b6d89f
   [junit4]   2> 1675267 INFO  (jetty-closer-3435-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1675267 INFO  (jetty-closer-3435-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@879fa0: rootName = 
solr_33445, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@1ed8893
   [junit4]   2> 1675274 INFO  (jetty-closer-3435-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1675274 INFO  (jetty-closer-3435-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@689062: rootName = 
solr_33445, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@4bb74d
   [junit4]   2> 1675275 INFO  (jetty-closer-3435-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1675278 INFO  (coreCloseExecutor-5939-thread-1) 
[n:127.0.0.1:33445_solr c:testCollection1 s:shard1 r:core_node2 
x:testCollection1_shard1_replica_n1] o.a.s.c.SolrCore 
[testCollection1_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@16d6736
   [junit4]   2> 1675278 INFO  (coreCloseExecutor-5939-thread-2) 
[n:127.0.0.1:33445_solr c:testCollection2 s:shard2 r:core_node4 
x:testCollection2_shard2_replica_n2] o.a.s.c.SolrCore 
[testCollection2_shard2_replica_n2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@834da5
   [junit4]   2> 1675278 INFO  (coreCloseExecutor-5939-thread-3) 
[n:127.0.0.1:33445_solr c:testCollection2 s:shard1 r:core_node3 
x:testCollection2_shard1_replica_n1] o.a.s.c.SolrCore 
[testCollection2_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1b6252f
   [junit4]   2> 1675278 INFO  (coreCloseExecutor-5939-thread-1) 
[n:127.0.0.1:33445_solr c:testCollection1 s:shard1 r:core_node2 
x:testCollection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.testCollection1.shard1.replica_n1, tag=23947062
   [junit4]   2> 1675278 INFO  (coreCloseExecutor-5939-thread-1) 
[n:127.0.0.1:33445_solr c:testCollection1 s:shard1 r:core_node2 
x:testCollection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1a8ed6b: rootName = 
solr_33445, 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@57f48b
   [junit4]   2> 1675290 INFO  (coreCloseExecutor-5939-thread-1) 
[n:127.0.0.1:33445_solr c:testCollection1 s:shard1 r:core_node2 
x:testCollection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testCollection1.shard1.leader, 
tag=23947062
   [junit4]   2> 1675290 INFO  (coreCloseExecutor-5939-thread-2) 
[n:127.0.0.1:33445_solr c:testCollection2 s:shard2 r:core_node4 
x:testCollection2_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.testCollection2.shard2.replica_n2, tag=8605093
   [junit4]   2> 1675291 INFO  (coreCloseExecutor-5939-thread-2) 
[n:127.0.0.1:33445_solr c:testCollection2 s:shard2 r:core_node4 
x:testCollection2_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1e63060: rootName = 
solr_33445, domain = solr.core.testCollection2.shard2.replica_n2, service url = 
null, agent id = null] for registry solr.core.testCollection2.shard2.replica_n2 
/ com.codahale.metrics.MetricRegistry@97aa25
   [junit4]   2> 1675303 INFO  (coreCloseExecutor-5939-thread-2) 
[n:127.0.0.1:33445_solr c:testCollection2 s:shard2 r:core_node4 
x:testCollection2_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testCollection2.shard2.leader, 
tag=8605093
   [junit4]   2> 1675303 INFO  (coreCloseExecutor-5939-thread-3) 
[n:127.0.0.1:33445_solr c:testCollection2 s:shard1 r:core_node3 
x:testCollection2_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.testCollection2.shard1.replica_n1, tag=28714287
   [junit4]   2> 1675303 INFO  (coreCloseExecutor-5939-thread-3) 
[n:127.0.0.1:33445_solr c:testCollection2 s:shard1 r:core_node3 
x:testCollection2_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@36bc58: rootName = 
solr_33445, 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@18ad2bb
   [junit4]   2> 1675315 INFO  (coreCloseExecutor-5939-thread-3) 
[n:127.0.0.1:33445_solr c:testCollection2 s:shard1 r:core_node3 
x:testCollection2_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testCollection2.shard1.leader, 
tag=28714287
   [junit4]   2> 1675316 INFO  (jetty-closer-3435-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=98634924650921987-127.0.0.1:33445_solr-n_0000000000) closing
   [junit4]   2> 1675316 INFO  
(OverseerStateUpdate-98634924650921987-127.0.0.1:33445_solr-n_0000000000) 
[n:127.0.0.1:33445_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:33445_solr
   [junit4]   2> 1676817 WARN  
(zkCallback-3441-thread-1-processing-n:127.0.0.1:33445_solr) 
[n:127.0.0.1:33445_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1676818 INFO  (jetty-closer-3435-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@d6c3d0{/solr,null,UNAVAILABLE}
   [junit4]   2> 1676818 ERROR 
(SUITE-LeaderElectionContextKeyTest-seed#[6552D52D9F630475]-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> 1676819 INFO  
(SUITE-LeaderElectionContextKeyTest-seed#[6552D52D9F630475]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:46161 46161
   [junit4]   2> 1688084 INFO  (Thread-3777) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:46161 46161
   [junit4]   2> 1688085 WARN  (Thread-3777) [    ] 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>        5       /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: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionContextKeyTest_6552D52D9F630475-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=982, maxMBSortInHeap=7.052792011202149, 
sim=RandomSimilarity(queryNorm=false): {}, locale=ro-RO, 
timezone=America/Indiana/Vevay
   [junit4]   2> NOTE: Linux 4.10.0-33-generic i386/Oracle Corporation 
1.8.0_144 (32-bit)/cpus=8,threads=1,free=93018344,total=408158208
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestCollectionsAPIViaSolrCloudCluster, EnumFieldTest, TestSolrJ, 
TestRandomRequestDistribution, TestStressRecovery, 
TestDynamicFieldCollectionResource, TestFastLRUCache, ShardRoutingCustomTest, 
SuggestComponentContextFilterQueryTest, OpenCloseCoreStressTest, 
SchemaVersionSpecificBehaviorTest, BlockDirectoryTest, TestPerFieldSimilarity, 
TestStressVersions, BaseCdcrDistributedZkTest, SolrMetricReporterTest, 
HdfsSyncSliceTest, AddBlockUpdateTest, ConnectionReuseTest, ScriptEngineTest, 
TestSubQueryTransformerDistrib, AlternateDirectoryTest, HdfsLockFactoryTest, 
TestFieldSortValues, HdfsChaosMonkeySafeLeaderTest, SolrCmdDistributorTest, 
TestCloudManagedSchema, TestChildDocTransformer, PrimUtilsTest, 
TestValueSourceCache, LeaderInitiatedRecoveryOnCommitTest, 
DistributedFacetPivotLongTailTest, DistributedFacetPivotWhiteBoxTest, 
DistributedTermsComponentTest, SpatialFilterTest, SolrSlf4jReporterTest, 
TestInfoStreamLogging, TestSchemalessBufferedUpdates, TestRawResponseWriter, 
TestReloadAndDeleteDocs, ConfigureRecoveryStrategyTest, 
TestBackupRepositoryFactory, TestCloudSearcherWarming, ResourceLoaderTest, 
UpdateRequestProcessorFactoryTest, CollectionsAPISolrJTest, TestPullReplica, 
ReplicaListTransformerTest, TestLegacyFieldReuse, ZkControllerTest, 
TestLeaderInitiatedRecoveryThread, CloudMLTQParserTest, 
TestSolrCloudWithDelegationTokens, TermVectorComponentTest, 
TestSolrCloudWithHadoopAuthPlugin, SortSpecParsingTest, 
TestFreeTextSuggestions, OverseerTaskQueueTest, VersionInfoTest, 
TestJsonFacetRefinement, AtomicUpdatesTest, TestCloudDeleteByQuery, 
DisMaxRequestHandlerTest, SharedFSAutoReplicaFailoverUtilsTest, 
MetricsConfigTest, SubstringBytesRefFilterTest, CleanupOldIndexTest, 
ImplicitSnitchTest, TestSchemaNameResource, CdcrReplicationHandlerTest, 
SaslZkACLProviderTest, JsonLoaderTest, AssignBackwardCompatibilityTest, 
BlobRepositoryCloudTest, TestFiltering, TestCharFilters, 
ExitableDirectoryReaderTest, DistributedExpandComponentTest, ZkSolrClientTest, 
TestConfigSetsAPIZkFailure, TestMaxScoreQueryParser, 
CollectionsAPIDistributedZkTest, TestHdfsCloudBackupRestore, 
TestPartialUpdateDeduplication, QueryParsingTest, 
TestCursorMarkWithoutUniqueKey, TestSimpleTrackingShardHandler, 
TestSolrConfigHandlerConcurrent, BitVectorTest, ClusterStateUpdateTest, 
TestCustomStream, TestFuzzyAnalyzedSuggestions, OverseerModifyCollectionTest, 
PropertiesRequestHandlerTest, DocValuesTest, TestManagedStopFilterFactory, 
MetricUtilsTest, SpellCheckComponentTest, CurrencyFieldTypeTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, AnalyticsMergeStrategyTest, 
TestSQLHandler, DeleteReplicaTest, SuggesterTSTTest, IndexSchemaTest, 
TestUpdate, TestTrackingShardHandlerFactory, LoggingHandlerTest, 
NoCacheHeaderTest, HdfsUnloadDistributedZkTest, BlockJoinFacetDistribTest, 
WrapperMergePolicyFactoryTest, HighlighterTest, TestCustomDocTransformer, 
ZkFailoverTest, SolrGraphiteReporterTest, DirectSolrSpellCheckerTest, 
TestUnifiedSolrHighlighter, BasicDistributedZk2Test, SyncSliceTest, 
TestReplicationHandler, TestRandomDVFaceting, TestDistributedGrouping, 
TestRecovery, TermVectorComponentDistributedTest, TestRangeQuery, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, DeleteNodeTest, DeleteStatusTest, 
DocValuesNotIndexedTest, LeaderElectionContextKeyTest]
   [junit4] Completed [515/732 (1!)] on J1 in 18.60s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 131 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestSegmentSorting
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestSegmentSorting_6552D52D9F630475-001/init-core-data-001
   [junit4]   2> 2020193 WARN  
(SUITE-TestSegmentSorting-seed#[6552D52D9F630475]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=42 numCloses=42
   [junit4]   2> 2020194 INFO  
(SUITE-TestSegmentSorting-seed#[6552D52D9F630475]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2020195 INFO  
(SUITE-TestSegmentSorting-seed#[6552D52D9F630475]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2020196 INFO  
(SUITE-TestSegmentSorting-seed#[6552D52D9F630475]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2020196 INFO  
(SUITE-TestSegmentSorting-seed#[6552D52D9F630475]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestSegmentSorting_6552D52D9F630475-001/tempDir-001
   [junit4]   2> 2020196 INFO  
(SUITE-TestSegmentSorting-seed#[6552D52D9F630475]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2020196 INFO  (Thread-4348) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2020197 INFO  (Thread-4348) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2020198 ERROR (Thread-4348) [    ] 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> 2020297 INFO  
(SUITE-TestSegmentSorting-seed#[6552D52D9F630475]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:43201
   [junit4]   2> 2020306 INFO  (jetty-launcher-3924-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2020306 INFO  (jetty-launcher-3924-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2020306 INFO  (jetty-launcher-3924-thread-5) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2020306 INFO  (jetty-launcher-3924-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2020306 INFO  (jetty-launcher-3924-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2020309 INFO  (jetty-launcher-3924-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@474b2{/solr,null,AVAILABLE}
   [junit4]   2> 2020309 INFO  (jetty-launcher-3924-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1aac626{/solr,null,AVAILABLE}
   [junit4]   2> 2020309 INFO  (jetty-launcher-3924-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@18a481d{/solr,null,AVAILABLE}
   [junit4]   2> 2020310 INFO  (jetty-launcher-3924-thread-5) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1229268{/solr,null,AVAILABLE}
   [junit4]   2> 2020310 INFO  (jetty-launcher-3924-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@b52578{/solr,null,AVAILABLE}
   [junit4]   2> 2020311 INFO  (jetty-launcher-3924-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@17c77d8{SSL,[ssl, 
http/1.1]}{127.0.0.1:46039}
   [junit4]   2> 2020311 INFO  (jetty-launcher-3924-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@15ae9ad{SSL,[ssl, 
http/1.1]}{127.0.0.1:46587}
   [junit4]   2> 2020311 INFO  (jetty-launcher-3924-thread-4) [    ] 
o.e.j.s.Server Started @2021352ms
   [junit4]   2> 2020311 INFO  (jetty-launcher-3924-thread-1) [    ] 
o.e.j.s.Server Started @2021352ms
   [junit4]   2> 2020311 INFO  (jetty-launcher-3924-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46039}
   [junit4]   2> 2020311 INFO  (jetty-launcher-3924-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46587}
   [junit4]   2> 2020312 ERROR (jetty-launcher-3924-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2020312 ERROR (jetty-launcher-3924-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2020312 INFO  (jetty-launcher-3924-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 2020312 INFO  (jetty-launcher-3924-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 2020312 INFO  (jetty-launcher-3924-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2020312 INFO  (jetty-launcher-3924-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2020312 INFO  (jetty-launcher-3924-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2020312 INFO  (jetty-launcher-3924-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2020312 INFO  (jetty-launcher-3924-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-10T13:24:20.238Z
   [junit4]   2> 2020312 INFO  (jetty-launcher-3924-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-10T13:24:20.238Z
   [junit4]   2> 2020312 INFO  (jetty-launcher-3924-thread-5) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1b9e38f{SSL,[ssl, 
http/1.1]}{127.0.0.1:41241}
   [junit4]   2> 2020313 INFO  (jetty-launcher-3924-thread-5) [    ] 
o.e.j.s.Server Started @2021353ms
   [junit4]   2> 2020313 INFO  (jetty-launcher-3924-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41241}
   [junit4]   2> 2020313 ERROR (jetty-launcher-3924-thread-5) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2020313 INFO  (jetty-launcher-3924-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 2020313 INFO  (jetty-launcher-3924-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2020313 INFO  (jetty-launcher-3924-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2020313 INFO  (jetty-launcher-3924-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-10T13:24:20.239Z
   [junit4]   2> 2020314 INFO  (jetty-launcher-3924-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@d75e0{SSL,[ssl, 
http/1.1]}{127.0.0.1:46169}
   [junit4]   2> 2020314 INFO  (jetty-launcher-3924-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@b30581{SSL,[ssl, 
http/1.1]}{127.0.0.1:33761}
   [junit4]   2> 2020316 INFO  (jetty-launcher-3924-thread-2) [    ] 
o.e.j.s.Server Started @2021357ms
   [junit4]   2> 2020316 INFO  (jetty-launcher-3924-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33761}
   [junit4]   2> 2020316 INFO  (jetty-launcher-3924-thread-3) [    ] 
o.e.j.s.Server Started @2021357ms
   [junit4]   2> 2020316 INFO  (jetty-launcher-3924-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46169}
   [junit4]   2> 2020316 ERROR (jetty-launcher-3924-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2020317 ERROR (jetty-launcher-3924-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2020317 INFO  (jetty-launcher-3924-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 2020317 INFO  (jetty-launcher-3924-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 2020317 INFO  (jetty-launcher-3924-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2020317 INFO  (jetty-launcher-3924-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2020317 INFO  (jetty-launcher-3924-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2020317 INFO  (jetty-launcher-3924-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2020317 INFO  (jetty-launcher-3924-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-10T13:24:20.243Z
   [junit4]   2> 2020317 INFO  (jetty-launcher-3924-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-10T13:24:20.243Z
   [junit4]   2> 2020317 INFO  (jetty-launcher-3924-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2020318 INFO  (jetty-launcher-3924-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2020318 INFO  (jetty-launcher-3924-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2020319 INFO  (jetty-launcher-3924-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2020332 INFO  (jetty-launcher-3924-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2020333 INFO  (jetty-launcher-3924-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43201/solr
   [junit4]   2> 2020333 INFO  (jetty-launcher-3924-thread-5) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43201/solr
   [junit4]   2> 2020342 INFO  (jetty-launcher-3924-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43201/solr
   [junit4]   2> 2020342 INFO  (jetty-launcher-3924-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43201/solr
   [junit4]   2> 2020342 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 0x15e6bf6581b0007, 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> 2020344 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 0x15e6bf6581b0009, 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> 2020345 INFO  (jetty-launcher-3924-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43201/solr
   [junit4]   2> 2020409 INFO  (jetty-launcher-3924-thread-5) 
[n:127.0.0.1:41241_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2020409 INFO  (jetty-launcher-3924-thread-3) 
[n:127.0.0.1:46169_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2020409 INFO  (jetty-launcher-3924-thread-5) 
[n:127.0.0.1:41241_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:41241_solr
   [junit4]   2> 2020410 INFO  (jetty-launcher-3924-thread-3) 
[n:127.0.0.1:46169_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46169_solr
   [junit4]   2> 2020410 INFO  (jetty-launcher-3924-thread-5) 
[n:127.0.0.1:41241_solr    ] o.a.s.c.Overseer Overseer 
(id=98634947633020939-127.0.0.1:41241_solr-n_0000000000) starting
   [junit4]   2> 2020410 INFO  (jetty-launcher-3924-thread-2) 
[n:127.0.0.1:33761_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2020411 INFO  
(zkCallback-3945-thread-1-processing-n:127.0.0.1:41241_solr) 
[n:127.0.0.1:41241_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2020411 INFO  (jetty-launcher-3924-thread-4) 
[n:127.0.0.1:46039_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2020411 INFO  
(zkCallback-3942-thread-1-processing-n:127.0.0.1:46169_solr) 
[n:127.0.0.1:46169_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2020411 INFO  
(zkCallback-3950-thread-1-processing-n:127.0.0.1:46039_solr) 
[n:127.0.0.1:46039_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2020411 INFO  
(zkCallback-3951-thread-1-processing-n:127.0.0.1:33761_solr) 
[n:127.0.0.1:33761_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2020412 INFO  
(zkCallback-3947-thread-1-processing-n:127.0.0.1:46587_solr) 
[n:127.0.0.1:46587_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2020412 INFO  (jetty-launcher-3924-thread-1) 
[n:127.0.0.1:46587_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2020412 INFO  (jetty-launcher-3924-thread-4) 
[n:127.0.0.1:46039_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46039_solr
   [junit4]   2> 2020413 INFO  
(zkCallback-3950-thread-1-processing-n:127.0.0.1:46039_solr) 
[n:127.0.0.1:46039_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2020413 INFO  
(zkCallback-3951-thread-1-processing-n:127.0.0.1:33761_solr) 
[n:127.0.0.1:33761_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2020413 INFO  
(zkCallback-3947-thread-1-processing-n:127.0.0.1:46587_solr) 
[n:127.0.0.1:46587_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2020413 INFO  (jetty-launcher-3924-thread-1) 
[n:127.0.0.1:46587_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46587_solr
   [junit4]   2> 2020414 INFO  
(zkCallback-3947-thread-1-processing-n:127.0.0.1:46587_solr) 
[n:127.0.0.1:46587_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 2020414 INFO  
(zkCallback-3951-thread-1-processing-n:127.0.0.1:33761_solr) 
[n:127.0.0.1:33761_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 2020415 INFO  
(zkCallback-3950-thread-1-processing-n:127.0.0.1:46039_solr) 
[n:127.0.0.1:46039_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 2020415 INFO  
(OverseerStateUpdate-98634947633020939-127.0.0.1:41241_solr-n_0000000000) 
[n:127.0.0.1:41241_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (3)
   [junit4]   2> 2020415 INFO  (jetty-launcher-3924-thread-5) 
[n:127.0.0.1:41241_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41241_solr
   [junit4]   2> 2020416 INFO  
(zkCallback-3950-thread-1-processing-n:127.0.0.1:46039_solr) 
[n:127.0.0.1:46039_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2020416 INFO  
(zkCallback-3951-thread-1-processing-n:127.0.0.1:33761_solr) 
[n:127.0.0.1:33761_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2020419 INFO  
(zkCallback-3945-thread-1-processing-n:127.0.0.1:41241_solr) 
[n:127.0.0.1:41241_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2020419 INFO  
(zkCallback-3947-thread-1-processing-n:127.0.0.1:46587_solr) 
[n:127.0.0.1:46587_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2020419 INFO  
(zkCallback-3942-thread-1-processing-n:127.0.0.1:46169_solr) 
[n:127.0.0.1:46169_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (4)
   [junit4]   2> 2020423 INFO  (jetty-launcher-3924-thread-2) 
[n:127.0.0.1:33761_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33761_solr
   [junit4]   2> 2020424 INFO  
(zkCallback-3945-thread-1-processing-n:127.0.0.1:41241_solr) 
[n:127.0.0.1:41241_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 2020424 INFO  
(zkCallback-3950-thread-1-processing-n:127.0.0.1:46039_solr) 
[n:127.0.0.1:46039_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 2020424 INFO  
(zkCallback-3951-thread-1-processing-n:127.0.0.1:33761_solr) 
[n:127.0.0.1:33761_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 2020431 INFO  
(zkCallback-3947-thread-1-processing-n:127.0.0.1:46587_solr) 
[n:127.0.0.1:46587_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 2020438 INFO  
(zkCallback-3942-thread-1-processing-n:127.0.0.1:46169_solr) 
[n:127.0.0.1:46169_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 2020542 INFO  (jetty-launcher-3924-thread-1) 
[n:127.0.0.1:46587_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46587.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16a18ab
   [junit4]   2> 2020557 INFO  (jetty-launcher-3924-thread-1) 
[n:127.0.0.1:46587_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46587.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16a18ab
   [junit4]   2> 2020557 INFO  (jetty-launcher-3924-thread-1) 
[n:127.0.0.1:46587_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46587.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16a18ab
   [junit4]   2> 2020559 INFO  (jetty-launcher-3924-thread-1) 
[n:127.0.0.1:46587_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestSegmentSorting_6552D52D9F630475-001/tempDir-001/node1/.
   [junit4]   2> 2020618 INFO  (jetty-launcher-3924-thread-3) 
[n:127.0.0.1:46169_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46169.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16a18ab
   [junit4]   2> 2020623 INFO  (jetty-launcher-3924-thread-4) 
[n:127.0.0.1:46039_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46039.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16a18ab
   [junit4]   2> 2020633 INFO  (jetty-launcher-3924-thread-3) 
[n:127.0.0.1:46169_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46169.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16a18ab
   [junit4]   2> 2020633 INFO  (jetty-launcher-3924-thread-4) 
[n:127.0.0.1:46039_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46039.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16a18ab
   [junit4]   2> 2020633 INFO  (jetty-launcher-3924-thread-4) 
[n:127.0.0.1:46039_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46039.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16a18ab
   [junit4]   2> 2020633 INFO  (jetty-launcher-3924-thread-3) 
[n:127.0.0.1:46169_solr    ] o.a.s.m.r.SolrJmxReporter JMX

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

SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2044787 INFO  (jetty-closer-3925-thread-4) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2044787 INFO  (jetty-closer-3925-thread-4) [    ] 
o.a.s.c.Overseer Overseer 
(id=98634947633020939-127.0.0.1:41241_solr-n_0000000000) closing
   [junit4]   2> 2044787 INFO  (jetty-closer-3925-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 2044788 INFO  
(OverseerStateUpdate-98634947633020939-127.0.0.1:41241_solr-n_0000000000) 
[n:127.0.0.1:41241_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:41241_solr
   [junit4]   2> 2044788 INFO  (jetty-closer-3925-thread-5) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 2044788 INFO  
(zkCallback-3951-thread-1-processing-n:127.0.0.1:33761_solr) 
[n:127.0.0.1:33761_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 2044788 INFO  
(zkCallback-3947-thread-2-processing-n:127.0.0.1:46587_solr) 
[n:127.0.0.1:46587_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 2044788 INFO  
(zkCallback-3945-thread-1-processing-n:127.0.0.1:41241_solr) 
[n:127.0.0.1:41241_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 2044791 INFO  (jetty-closer-3925-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@b52578{/solr,null,UNAVAILABLE}
   [junit4]   2> 2044792 INFO  
(zkCallback-3947-thread-2-processing-n:127.0.0.1:46587_solr) 
[n:127.0.0.1:46587_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 2044792 INFO  
(zkCallback-3951-thread-1-processing-n:127.0.0.1:33761_solr) 
[n:127.0.0.1:33761_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 2044792 INFO  
(zkCallback-3951-thread-2-processing-n:127.0.0.1:33761_solr) 
[n:127.0.0.1:33761_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:33761_solr
   [junit4]   2> 2046292 WARN  
(zkCallback-3945-thread-1-processing-n:127.0.0.1:41241_solr) 
[n:127.0.0.1:41241_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2046292 INFO  (jetty-closer-3925-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1229268{/solr,null,UNAVAILABLE}
   [junit4]   2> 2046292 WARN  
(zkCallback-3951-thread-1-processing-n:127.0.0.1:33761_solr) 
[n:127.0.0.1:33761_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2046292 WARN  
(zkCallback-3947-thread-2-processing-n:127.0.0.1:46587_solr) 
[n:127.0.0.1:46587_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2046292 INFO  (jetty-closer-3925-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@474b2{/solr,null,UNAVAILABLE}
   [junit4]   2> 2046299 INFO  (jetty-closer-3925-thread-5) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1aac626{/solr,null,UNAVAILABLE}
   [junit4]   2> 2046299 ERROR 
(SUITE-TestSegmentSorting-seed#[6552D52D9F630475]-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> 2046299 INFO  
(SUITE-TestSegmentSorting-seed#[6552D52D9F630475]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:43201 43201
   [junit4]   2> 2051337 INFO  (Thread-4348) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:43201 43201
   [junit4]   2> 2051338 WARN  (Thread-4348) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        8       /solr/aliases.json
   [junit4]   2>        8       /solr/configs/class 
org.apache.solr.cloud.TestSegmentSorting_configSet
   [junit4]   2>        5       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        26      
/solr/collections/testAtomicUpdateOfSegmentSortField/state.json
   [junit4]   2>        24      
/solr/collections/testSegmentTerminateEarly/state.json
   [junit4]   2>        8       /solr/clusterprops.json
   [junit4]   2>        8       /solr/clusterstate.json
   [junit4]   2>        2       
/solr/overseer_elect/election/98634947633020943-127.0.0.1:33761_solr-n_0000000002
   [junit4]   2>        2       
/solr/overseer_elect/election/98634947633020939-127.0.0.1:41241_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        12      /solr/collections
   [junit4]   2>        8       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestSegmentSorting_6552D52D9F630475-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{multiDefault=Lucene50(blocksize=128), id=PostingsFormat(name=Direct)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene70), 
multiDefault=DocValuesFormat(name=Memory), 
intDefault=DocValuesFormat(name=Lucene70), 
range_facet_l=DocValuesFormat(name=Memory), 
odd_l1=DocValuesFormat(name=Direct), quad_l1=DocValuesFormat(name=Direct), 
_version_=DocValuesFormat(name=Lucene70), id_i1=DocValuesFormat(name=Lucene70), 
range_facet_i_dv=DocValuesFormat(name=Memory), 
id=DocValuesFormat(name=Lucene70), 
intDvoDefault=DocValuesFormat(name=Lucene70), 
timestamp_i_dvo=DocValuesFormat(name=Lucene70), 
timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=978, 
maxMBSortInHeap=5.663858595647682, sim=RandomSimilarity(queryNorm=false): {}, 
locale=sr-BA, timezone=CST
   [junit4]   2> NOTE: Linux 4.10.0-33-generic i386/Oracle Corporation 
1.8.0_144 (32-bit)/cpus=8,threads=1,free=203903136,total=461635584
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestCollectionsAPIViaSolrCloudCluster, EnumFieldTest, TestSolrJ, 
TestRandomRequestDistribution, TestStressRecovery, 
TestDynamicFieldCollectionResource, TestFastLRUCache, ShardRoutingCustomTest, 
SuggestComponentContextFilterQueryTest, OpenCloseCoreStressTest, 
SchemaVersionSpecificBehaviorTest, BlockDirectoryTest, TestPerFieldSimilarity, 
TestStressVersions, BaseCdcrDistributedZkTest, SolrMetricReporterTest, 
HdfsSyncSliceTest, AddBlockUpdateTest, ConnectionReuseTest, ScriptEngineTest, 
TestSubQueryTransformerDistrib, AlternateDirectoryTest, HdfsLockFactoryTest, 
TestFieldSortValues, HdfsChaosMonkeySafeLeaderTest, SolrCmdDistributorTest, 
TestCloudManagedSchema, TestChildDocTransformer, PrimUtilsTest, 
TestValueSourceCache, LeaderInitiatedRecoveryOnCommitTest, 
DistributedFacetPivotLongTailTest, DistributedFacetPivotWhiteBoxTest, 
DistributedTermsComponentTest, SpatialFilterTest, SolrSlf4jReporterTest, 
TestInfoStreamLogging, TestSchemalessBufferedUpdates, TestRawResponseWriter, 
TestReloadAndDeleteDocs, ConfigureRecoveryStrategyTest, 
TestBackupRepositoryFactory, TestCloudSearcherWarming, ResourceLoaderTest, 
UpdateRequestProcessorFactoryTest, CollectionsAPISolrJTest, TestPullReplica, 
ReplicaListTransformerTest, TestLegacyFieldReuse, ZkControllerTest, 
TestLeaderInitiatedRecoveryThread, CloudMLTQParserTest, 
TestSolrCloudWithDelegationTokens, TermVectorComponentTest, 
TestSolrCloudWithHadoopAuthPlugin, SortSpecParsingTest, 
TestFreeTextSuggestions, OverseerTaskQueueTest, VersionInfoTest, 
TestJsonFacetRefinement, AtomicUpdatesTest, TestCloudDeleteByQuery, 
DisMaxRequestHandlerTest, SharedFSAutoReplicaFailoverUtilsTest, 
MetricsConfigTest, SubstringBytesRefFilterTest, CleanupOldIndexTest, 
ImplicitSnitchTest, TestSchemaNameResource, CdcrReplicationHandlerTest, 
SaslZkACLProviderTest, JsonLoaderTest, AssignBackwardCompatibilityTest, 
BlobRepositoryCloudTest, TestFiltering, TestCharFilters, 
ExitableDirectoryReaderTest, DistributedExpandComponentTest, ZkSolrClientTest, 
TestConfigSetsAPIZkFailure, TestMaxScoreQueryParser, 
CollectionsAPIDistributedZkTest, TestHdfsCloudBackupRestore, 
TestPartialUpdateDeduplication, QueryParsingTest, 
TestCursorMarkWithoutUniqueKey, TestSimpleTrackingShardHandler, 
TestSolrConfigHandlerConcurrent, BitVectorTest, ClusterStateUpdateTest, 
TestCustomStream, TestFuzzyAnalyzedSuggestions, OverseerModifyCollectionTest, 
PropertiesRequestHandlerTest, DocValuesTest, TestManagedStopFilterFactory, 
MetricUtilsTest, SpellCheckComponentTest, CurrencyFieldTypeTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, AnalyticsMergeStrategyTest, 
TestSQLHandler, DeleteReplicaTest, SuggesterTSTTest, IndexSchemaTest, 
TestUpdate, TestTrackingShardHandlerFactory, LoggingHandlerTest, 
NoCacheHeaderTest, HdfsUnloadDistributedZkTest, BlockJoinFacetDistribTest, 
WrapperMergePolicyFactoryTest, HighlighterTest, TestCustomDocTransformer, 
ZkFailoverTest, SolrGraphiteReporterTest, DirectSolrSpellCheckerTest, 
TestUnifiedSolrHighlighter, BasicDistributedZk2Test, SyncSliceTest, 
TestReplicationHandler, TestRandomDVFaceting, TestDistributedGrouping, 
TestRecovery, TermVectorComponentDistributedTest, TestRangeQuery, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, DeleteNodeTest, DeleteStatusTest, 
DocValuesNotIndexedTest, LeaderElectionContextKeyTest, 
LeaderFailoverAfterPartitionTest, LeaderFailureAfterFreshStartTest, 
MissingSegmentRecoveryTest, OverseerCollectionConfigSetProcessorTest, 
OverseerRolesTest, RecoveryAfterSoftCommitTest, ReplaceNodeTest, 
SolrXmlInZkTest, TestCloudInspectUtil, TestCloudPivotFacet, TestConfigSetsAPI, 
TestPullReplicaErrorHandling, TestSegmentSorting]
   [junit4] Completed [557/732 (2!)] on J1 in 31.18s, 2 tests, 1 failure <<< 
FAILURES!

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

Reply via email to