Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1538/

1 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.LeaderElectionContextKeyTest

Error Message:
Could not load collection from ZK: testCollection1

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: 
testCollection1
        at __randomizedtesting.SeedInfo.seed([B60225E5447CD6C7]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1301)
        at 
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:730)
        at 
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:148)
        at 
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:131)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:154)
        at 
org.apache.solr.cloud.LeaderElectionContextKeyTest.setupCluster(LeaderElectionContextKeyTest.java:66)
        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$6.evaluate(RandomizedRunner.java:874)
        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)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /collections/testCollection1/state.json
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1215)
        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:340)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:340)
        at 
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1313)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1299)
        ... 29 more




Build Log:
[...truncated 14167 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderElectionContextKeyTest
   [junit4]   2> 2468401 INFO  
(SUITE-LeaderElectionContextKeyTest-seed#[B60225E5447CD6C7]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionContextKeyTest_B60225E5447CD6C7-001/init-core-data-001
   [junit4]   2> 2468402 INFO  
(SUITE-LeaderElectionContextKeyTest-seed#[B60225E5447CD6C7]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2468404 INFO  
(SUITE-LeaderElectionContextKeyTest-seed#[B60225E5447CD6C7]-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> 2468405 INFO  
(SUITE-LeaderElectionContextKeyTest-seed#[B60225E5447CD6C7]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionContextKeyTest_B60225E5447CD6C7-001/tempDir-001
   [junit4]   2> 2468405 INFO  
(SUITE-LeaderElectionContextKeyTest-seed#[B60225E5447CD6C7]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2468438 INFO  (Thread-3150) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2468438 INFO  (Thread-3150) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2468455 ERROR (Thread-3150) [    ] 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> 2468511 INFO  
(SUITE-LeaderElectionContextKeyTest-seed#[B60225E5447CD6C7]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:36026
   [junit4]   2> 2468746 INFO  (zkConnectionManagerCallback-1733-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2469039 INFO  (jetty-launcher-1730-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, 
git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2469148 INFO  (jetty-launcher-1730-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2469148 INFO  (jetty-launcher-1730-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2469148 INFO  (jetty-launcher-1730-thread-1) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2469149 INFO  (jetty-launcher-1730-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6d522f88{/solr,null,AVAILABLE}
   [junit4]   2> 2469150 INFO  (jetty-launcher-1730-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@11088986{SSL,[ssl, 
http/1.1]}{127.0.0.1:44844}
   [junit4]   2> 2469150 INFO  (jetty-launcher-1730-thread-1) [    ] 
o.e.j.s.Server Started @2469432ms
   [junit4]   2> 2469150 INFO  (jetty-launcher-1730-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44844}
   [junit4]   2> 2469151 ERROR (jetty-launcher-1730-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2469151 INFO  (jetty-launcher-1730-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2469151 INFO  (jetty-launcher-1730-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 2469151 INFO  (jetty-launcher-1730-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2469151 INFO  (jetty-launcher-1730-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2469151 INFO  (jetty-launcher-1730-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-05-05T04:41:45.299Z
   [junit4]   2> 2469193 INFO  (zkConnectionManagerCallback-1735-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2469194 INFO  (jetty-launcher-1730-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2469279 INFO  (jetty-launcher-1730-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36026/solr
   [junit4]   2> 2469296 INFO  (zkConnectionManagerCallback-1739-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2469412 INFO  (zkConnectionManagerCallback-1741-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2471891 INFO  (jetty-launcher-1730-thread-1) 
[n:127.0.0.1:44844_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2471892 INFO  (jetty-launcher-1730-thread-1) 
[n:127.0.0.1:44844_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:44844_solr
   [junit4]   2> 2471892 INFO  (jetty-launcher-1730-thread-1) 
[n:127.0.0.1:44844_solr    ] o.a.s.c.Overseer Overseer 
(id=72570918227083267-127.0.0.1:44844_solr-n_0000000000) starting
   [junit4]   2> 2472073 INFO  (zkConnectionManagerCallback-1748-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2472075 INFO  (jetty-launcher-1730-thread-1) 
[n:127.0.0.1:44844_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:36026/solr ready
   [junit4]   2> 2472147 INFO  (jetty-launcher-1730-thread-1) 
[n:127.0.0.1:44844_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44844_solr
   [junit4]   2> 2472231 INFO  (zkCallback-1740-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2472292 INFO  (zkCallback-1747-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2473197 INFO  (jetty-launcher-1730-thread-1) 
[n:127.0.0.1:44844_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44844.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@539f285e
   [junit4]   2> 2473306 INFO  (jetty-launcher-1730-thread-1) 
[n:127.0.0.1:44844_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44844.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@539f285e
   [junit4]   2> 2473306 INFO  (jetty-launcher-1730-thread-1) 
[n:127.0.0.1:44844_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44844.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@539f285e
   [junit4]   2> 2473307 INFO  (jetty-launcher-1730-thread-1) 
[n:127.0.0.1:44844_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionContextKeyTest_B60225E5447CD6C7-001/tempDir-001/node1/.
   [junit4]   2> 2473446 INFO  (zkConnectionManagerCallback-1750-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2473551 INFO  (zkConnectionManagerCallback-1755-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2473552 INFO  
(SUITE-LeaderElectionContextKeyTest-seed#[B60225E5447CD6C7]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2473553 INFO  
(SUITE-LeaderElectionContextKeyTest-seed#[B60225E5447CD6C7]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36026/solr ready
   [junit4]   2> 2474263 INFO  (qtp1807502144-8826) [n:127.0.0.1:44844_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=config&maxShardsPerNode=100&name=testCollection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2474315 INFO  (OverseerThreadFactory-3099-thread-1) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection testCollection1
   [junit4]   2> 2474351 WARN  (OverseerThreadFactory-3099-thread-1) [    ] 
o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection 
(testCollection1) without cores.
   [junit4]   2> 2474545 INFO  (qtp1807502144-8826) [n:127.0.0.1:44844_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> 2474545 INFO  (qtp1807502144-8826) [n:127.0.0.1:44844_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=config&maxShardsPerNode=100&name=testCollection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&wt=javabin&version=2}
 status=0 QTime=282
   [junit4]   2> 2474581 INFO  (qtp1807502144-8824) [n:127.0.0.1:44844_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
action=ADDREPLICA&collection=testCollection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2474671 INFO  
(OverseerCollectionConfigSetProcessor-72570918227083267-127.0.0.1:44844_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2474690 INFO  (OverseerThreadFactory-3099-thread-2) [ 
c:testCollection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:44844_solr for creating new replica
   [junit4]   2> 2474770 INFO  
(OverseerStateUpdate-72570918227083267-127.0.0.1:44844_solr-n_0000000000) [    
] 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_n41",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:44844/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:44844_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 2475133 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr    
x:testCollection1_shard1_replica_n41] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node42&collection.configName=config&name=testCollection1_shard1_replica_n41&action=CREATE&collection=testCollection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2475133 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr    
x:testCollection1_shard1_replica_n41] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2475191 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard1 r:core_node42 x:testCollection1_shard1_replica_n41] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2475226 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard1 r:core_node42 x:testCollection1_shard1_replica_n41] 
o.a.s.s.IndexSchema [testCollection1_shard1_replica_n41] Schema name=minimal
   [junit4]   2> 2475241 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard1 r:core_node42 x:testCollection1_shard1_replica_n41] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2475241 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard1 r:core_node42 x:testCollection1_shard1_replica_n41] 
o.a.s.c.CoreContainer Creating SolrCore 'testCollection1_shard1_replica_n41' 
using configuration from collection testCollection1, trusted=true
   [junit4]   2> 2475243 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard1 r:core_node42 x:testCollection1_shard1_replica_n41] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44844.solr.core.testCollection1.shard1.replica_n41' (registry 
'solr.core.testCollection1.shard1.replica_n41') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@539f285e
   [junit4]   2> 2475243 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard1 r:core_node42 x:testCollection1_shard1_replica_n41] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2475243 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard1 r:core_node42 x:testCollection1_shard1_replica_n41] 
o.a.s.c.SolrCore [[testCollection1_shard1_replica_n41] ] Opening new SolrCore 
at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionContextKeyTest_B60225E5447CD6C7-001/tempDir-001/node1/testCollection1_shard1_replica_n41],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionContextKeyTest_B60225E5447CD6C7-001/tempDir-001/node1/./testCollection1_shard1_replica_n41/data/]
   [junit4]   2> 2475710 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard1 r:core_node42 x:testCollection1_shard1_replica_n41] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2475710 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard1 r:core_node42 x:testCollection1_shard1_replica_n41] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2475712 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard1 r:core_node42 x:testCollection1_shard1_replica_n41] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2475712 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard1 r:core_node42 x:testCollection1_shard1_replica_n41] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2475725 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard1 r:core_node42 x:testCollection1_shard1_replica_n41] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6becfe30[testCollection1_shard1_replica_n41] main]
   [junit4]   2> 2475727 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard1 r:core_node42 x:testCollection1_shard1_replica_n41] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 2475727 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard1 r:core_node42 x:testCollection1_shard1_replica_n41] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 2475728 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard1 r:core_node42 x:testCollection1_shard1_replica_n41] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2475784 INFO  
(searcherExecutor-3102-thread-1-processing-n:127.0.0.1:44844_solr 
x:testCollection1_shard1_replica_n41 c:testCollection1 s:shard1 r:core_node42) 
[n:127.0.0.1:44844_solr c:testCollection1 s:shard1 r:core_node42 
x:testCollection1_shard1_replica_n41] o.a.s.c.SolrCore 
[testCollection1_shard1_replica_n41] Registered new searcher 
Searcher@6becfe30[testCollection1_shard1_replica_n41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2475784 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard1 r:core_node42 x:testCollection1_shard1_replica_n41] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1599597772204408832
   [junit4]   2> 2475819 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard1 r:core_node42 x:testCollection1_shard1_replica_n41] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/testCollection1/terms/shard1 to Terms{values={core_node42=0}, 
version=0}
   [junit4]   2> 2475821 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard1 r:core_node42 x:testCollection1_shard1_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2475821 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard1 r:core_node42 x:testCollection1_shard1_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2475821 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard1 r:core_node42 x:testCollection1_shard1_replica_n41] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:44844/solr/testCollection1_shard1_replica_n41/
   [junit4]   2> 2475822 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard1 r:core_node42 x:testCollection1_shard1_replica_n41] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2475822 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard1 r:core_node42 x:testCollection1_shard1_replica_n41] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:44844/solr/testCollection1_shard1_replica_n41/ has no replicas
   [junit4]   2> 2475822 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard1 r:core_node42 x:testCollection1_shard1_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2475837 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard1 r:core_node42 x:testCollection1_shard1_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:44844/solr/testCollection1_shard1_replica_n41/ shard1
   [junit4]   2> 2475995 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard1 r:core_node42 x:testCollection1_shard1_replica_n41] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2475998 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard1 r:core_node42 x:testCollection1_shard1_replica_n41] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node42&collection.configName=config&name=testCollection1_shard1_replica_n41&action=CREATE&collection=testCollection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=865
   [junit4]   2> 2476000 INFO  (qtp1807502144-8824) [n:127.0.0.1:44844_solr 
c:testCollection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={action=ADDREPLICA&collection=testCollection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=1418
   [junit4]   2> 2476009 INFO  (qtp1807502144-8826) [n:127.0.0.1:44844_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
action=ADDREPLICA&collection=testCollection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2476011 INFO  
(OverseerCollectionConfigSetProcessor-72570918227083267-127.0.0.1:44844_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2476038 INFO  (OverseerThreadFactory-3099-thread-3) [ 
c:testCollection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:44844_solr for creating new replica
   [junit4]   2> 2476041 INFO  
(OverseerStateUpdate-72570918227083267-127.0.0.1:44844_solr-n_0000000000) [    
] 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_n43",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:44844/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:44844_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 2476159 INFO  (zkCallback-1740-thread-2) [    ] 
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> 2476253 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr    
x:testCollection1_shard2_replica_n43] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node44&collection.configName=config&name=testCollection1_shard2_replica_n43&action=CREATE&collection=testCollection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2476312 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard2 r:core_node44 x:testCollection1_shard2_replica_n43] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2476340 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard2 r:core_node44 x:testCollection1_shard2_replica_n43] 
o.a.s.s.IndexSchema [testCollection1_shard2_replica_n43] Schema name=minimal
   [junit4]   2> 2476355 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard2 r:core_node44 x:testCollection1_shard2_replica_n43] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2476355 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard2 r:core_node44 x:testCollection1_shard2_replica_n43] 
o.a.s.c.CoreContainer Creating SolrCore 'testCollection1_shard2_replica_n43' 
using configuration from collection testCollection1, trusted=true
   [junit4]   2> 2476356 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard2 r:core_node44 x:testCollection1_shard2_replica_n43] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44844.solr.core.testCollection1.shard2.replica_n43' (registry 
'solr.core.testCollection1.shard2.replica_n43') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@539f285e
   [junit4]   2> 2476356 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard2 r:core_node44 x:testCollection1_shard2_replica_n43] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2476356 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard2 r:core_node44 x:testCollection1_shard2_replica_n43] 
o.a.s.c.SolrCore [[testCollection1_shard2_replica_n43] ] Opening new SolrCore 
at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionContextKeyTest_B60225E5447CD6C7-001/tempDir-001/node1/testCollection1_shard2_replica_n43],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionContextKeyTest_B60225E5447CD6C7-001/tempDir-001/node1/./testCollection1_shard2_replica_n43/data/]
   [junit4]   2> 2476382 INFO  (zkCallback-1740-thread-2) [    ] 
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> 2476631 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard2 r:core_node44 x:testCollection1_shard2_replica_n43] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2476631 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard2 r:core_node44 x:testCollection1_shard2_replica_n43] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2476632 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard2 r:core_node44 x:testCollection1_shard2_replica_n43] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2476632 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard2 r:core_node44 x:testCollection1_shard2_replica_n43] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2476634 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard2 r:core_node44 x:testCollection1_shard2_replica_n43] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@46a4a96f[testCollection1_shard2_replica_n43] main]
   [junit4]   2> 2476647 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard2 r:core_node44 x:testCollection1_shard2_replica_n43] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 2476647 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard2 r:core_node44 x:testCollection1_shard2_replica_n43] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 2476648 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard2 r:core_node44 x:testCollection1_shard2_replica_n43] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2476668 INFO  
(searcherExecutor-3107-thread-1-processing-n:127.0.0.1:44844_solr 
x:testCollection1_shard2_replica_n43 c:testCollection1 s:shard2 r:core_node44) 
[n:127.0.0.1:44844_solr c:testCollection1 s:shard2 r:core_node44 
x:testCollection1_shard2_replica_n43] o.a.s.c.SolrCore 
[testCollection1_shard2_replica_n43] Registered new searcher 
Searcher@46a4a96f[testCollection1_shard2_replica_n43] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2476668 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard2 r:core_node44 x:testCollection1_shard2_replica_n43] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1599597773131350016
   [junit4]   2> 2476688 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard2 r:core_node44 x:testCollection1_shard2_replica_n43] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/testCollection1/terms/shard2 to Terms{values={core_node44=0}, 
version=0}
   [junit4]   2> 2476690 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard2 r:core_node44 x:testCollection1_shard2_replica_n43] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2476690 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard2 r:core_node44 x:testCollection1_shard2_replica_n43] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2476690 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard2 r:core_node44 x:testCollection1_shard2_replica_n43] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:44844/solr/testCollection1_shard2_replica_n43/
   [junit4]   2> 2476690 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard2 r:core_node44 x:testCollection1_shard2_replica_n43] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2476690 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard2 r:core_node44 x:testCollection1_shard2_replica_n43] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:44844/solr/testCollection1_shard2_replica_n43/ has no replicas
   [junit4]   2> 2476690 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard2 r:core_node44 x:testCollection1_shard2_replica_n43] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2476693 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard2 r:core_node44 x:testCollection1_shard2_replica_n43] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:44844/solr/testCollection1_shard2_replica_n43/ shard2
   [junit4]   2> 2476808 INFO  (zkCallback-1740-thread-2) [    ] 
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> 2476844 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard2 r:core_node44 x:testCollection1_shard2_replica_n43] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2476875 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection1 s:shard2 r:core_node44 x:testCollection1_shard2_replica_n43] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node44&collection.configName=config&name=testCollection1_shard2_replica_n43&action=CREATE&collection=testCollection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=621
   [junit4]   2> 2476877 INFO  (qtp1807502144-8826) [n:127.0.0.1:44844_solr 
c:testCollection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={action=ADDREPLICA&collection=testCollection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=868
   [junit4]   2> 2476899 INFO  (qtp1807502144-8826) [n:127.0.0.1:44844_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=config&maxShardsPerNode=100&name=testCollection2&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2476912 INFO  
(OverseerCollectionConfigSetProcessor-72570918227083267-127.0.0.1:44844_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2476912 INFO  (OverseerThreadFactory-3099-thread-4) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection testCollection2
   [junit4]   2> 2476913 WARN  (OverseerThreadFactory-3099-thread-4) [    ] 
o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection 
(testCollection2) without cores.
   [junit4]   2> 2477069 INFO  (zkCallback-1740-thread-2) [    ] 
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> 2477163 INFO  (qtp1807502144-8826) [n:127.0.0.1:44844_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> 2477163 INFO  (qtp1807502144-8826) [n:127.0.0.1:44844_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=config&maxShardsPerNode=100&name=testCollection2&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&wt=javabin&version=2}
 status=0 QTime=264
   [junit4]   2> 2477164 INFO  (qtp1807502144-8824) [n:127.0.0.1:44844_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
action=ADDREPLICA&collection=testCollection2&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2477165 INFO  
(OverseerCollectionConfigSetProcessor-72570918227083267-127.0.0.1:44844_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2477253 INFO  (OverseerThreadFactory-3099-thread-5) [ 
c:testCollection2 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:44844_solr for creating new replica
   [junit4]   2> 2477255 INFO  
(OverseerStateUpdate-72570918227083267-127.0.0.1:44844_solr-n_0000000000) [    
] 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_n41",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:44844/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:44844_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 2477547 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr    
x:testCollection2_shard1_replica_n41] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node42&collection.configName=config&name=testCollection2_shard1_replica_n41&action=CREATE&collection=testCollection2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2477615 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard1 r:core_node42 x:testCollection2_shard1_replica_n41] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2477651 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard1 r:core_node42 x:testCollection2_shard1_replica_n41] 
o.a.s.s.IndexSchema [testCollection2_shard1_replica_n41] Schema name=minimal
   [junit4]   2> 2477672 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard1 r:core_node42 x:testCollection2_shard1_replica_n41] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2477672 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard1 r:core_node42 x:testCollection2_shard1_replica_n41] 
o.a.s.c.CoreContainer Creating SolrCore 'testCollection2_shard1_replica_n41' 
using configuration from collection testCollection2, trusted=true
   [junit4]   2> 2477672 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard1 r:core_node42 x:testCollection2_shard1_replica_n41] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44844.solr.core.testCollection2.shard1.replica_n41' (registry 
'solr.core.testCollection2.shard1.replica_n41') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@539f285e
   [junit4]   2> 2477673 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard1 r:core_node42 x:testCollection2_shard1_replica_n41] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2477673 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard1 r:core_node42 x:testCollection2_shard1_replica_n41] 
o.a.s.c.SolrCore [[testCollection2_shard1_replica_n41] ] Opening new SolrCore 
at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionContextKeyTest_B60225E5447CD6C7-001/tempDir-001/node1/testCollection2_shard1_replica_n41],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionContextKeyTest_B60225E5447CD6C7-001/tempDir-001/node1/./testCollection2_shard1_replica_n41/data/]
   [junit4]   2> 2477895 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard1 r:core_node42 x:testCollection2_shard1_replica_n41] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2477895 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard1 r:core_node42 x:testCollection2_shard1_replica_n41] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2477896 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard1 r:core_node42 x:testCollection2_shard1_replica_n41] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2477896 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard1 r:core_node42 x:testCollection2_shard1_replica_n41] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2477910 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard1 r:core_node42 x:testCollection2_shard1_replica_n41] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1a007823[testCollection2_shard1_replica_n41] main]
   [junit4]   2> 2477911 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard1 r:core_node42 x:testCollection2_shard1_replica_n41] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 2477911 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard1 r:core_node42 x:testCollection2_shard1_replica_n41] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 2477912 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard1 r:core_node42 x:testCollection2_shard1_replica_n41] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2477912 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard1 r:core_node42 x:testCollection2_shard1_replica_n41] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1599597774435778560
   [junit4]   2> 2477913 INFO  
(searcherExecutor-3112-thread-1-processing-n:127.0.0.1:44844_solr 
x:testCollection2_shard1_replica_n41 c:testCollection2 s:shard1 r:core_node42) 
[n:127.0.0.1:44844_solr c:testCollection2 s:shard1 r:core_node42 
x:testCollection2_shard1_replica_n41] o.a.s.c.SolrCore 
[testCollection2_shard1_replica_n41] Registered new searcher 
Searcher@1a007823[testCollection2_shard1_replica_n41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2477943 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard1 r:core_node42 x:testCollection2_shard1_replica_n41] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/testCollection2/terms/shard1 to Terms{values={core_node42=0}, 
version=0}
   [junit4]   2> 2477955 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard1 r:core_node42 x:testCollection2_shard1_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2477955 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard1 r:core_node42 x:testCollection2_shard1_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2477955 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard1 r:core_node42 x:testCollection2_shard1_replica_n41] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:44844/solr/testCollection2_shard1_replica_n41/
   [junit4]   2> 2477955 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard1 r:core_node42 x:testCollection2_shard1_replica_n41] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2477955 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard1 r:core_node42 x:testCollection2_shard1_replica_n41] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:44844/solr/testCollection2_shard1_replica_n41/ has no replicas
   [junit4]   2> 2477955 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard1 r:core_node42 x:testCollection2_shard1_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2477968 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard1 r:core_node42 x:testCollection2_shard1_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:44844/solr/testCollection2_shard1_replica_n41/ shard1
   [junit4]   2> 2478071 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard1 r:core_node42 x:testCollection2_shard1_replica_n41] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2478146 INFO  (qtp1807502144-8828) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard1 r:core_node42 x:testCollection2_shard1_replica_n41] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node42&collection.configName=config&name=testCollection2_shard1_replica_n41&action=CREATE&collection=testCollection2&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=599
   [junit4]   2> 2478181 INFO  (qtp1807502144-8824) [n:127.0.0.1:44844_solr 
c:testCollection2   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={action=ADDREPLICA&collection=testCollection2&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=1017
   [junit4]   2> 2478182 INFO  (qtp1807502144-8826) [n:127.0.0.1:44844_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
action=ADDREPLICA&collection=testCollection2&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2478184 INFO  (OverseerThreadFactory-3099-thread-5) [ 
c:testCollection2 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:44844_solr for creating new replica
   [junit4]   2> 2478186 INFO  
(OverseerCollectionConfigSetProcessor-72570918227083267-127.0.0.1:44844_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2478197 INFO  
(OverseerStateUpdate-72570918227083267-127.0.0.1:44844_solr-n_0000000000) [    
] 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_n43",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:44844/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:44844_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 2478311 INFO  (zkCallback-1740-thread-2) [    ] 
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> 2478388 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr    
x:testCollection2_shard2_replica_n43] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node44&collection.configName=config&name=testCollection2_shard2_replica_n43&action=CREATE&collection=testCollection2&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2478426 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard2 r:core_node44 x:testCollection2_shard2_replica_n43] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2488533 WARN  
(jetty-launcher-1730-thread-1-SendThread(127.0.0.1:36026)) [    ] 
o.a.z.ClientCnxn Client session timed out, have not heard from server in 
10335ms for sessionid 0x101d2dd99f30004
   [junit4]   2> 2488533 WARN  
(SUITE-LeaderElectionContextKeyTest-seed#[B60225E5447CD6C7]-worker-SendThread(127.0.0.1:36026))
 [    ] o.a.z.ClientCnxn Client session timed out, have not heard from server 
in 11566ms for sessionid 0x101d2dd99f30006
   [junit4]   2> 2488533 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x101d2dd99f30006, likely client has closed socket
   [junit4]   2> 2488534 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x101d2dd99f30004, likely client has closed socket
   [junit4]   2> 2488553 INFO  (zkCallback-1740-thread-2) [    ] 
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> 2488568 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard2 r:core_node44 x:testCollection2_shard2_replica_n43] 
o.a.s.s.IndexSchema [testCollection2_shard2_replica_n43] Schema name=minimal
   [junit4]   2> 2488570 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard2 r:core_node44 x:testCollection2_shard2_replica_n43] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2488570 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard2 r:core_node44 x:testCollection2_shard2_replica_n43] 
o.a.s.c.CoreContainer Creating SolrCore 'testCollection2_shard2_replica_n43' 
using configuration from collection testCollection2, trusted=true
   [junit4]   2> 2488571 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard2 r:core_node44 x:testCollection2_shard2_replica_n43] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44844.solr.core.testCollection2.shard2.replica_n43' (registry 
'solr.core.testCollection2.shard2.replica_n43') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@539f285e
   [junit4]   2> 2488571 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard2 r:core_node44 x:testCollection2_shard2_replica_n43] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2488571 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard2 r:core_node44 x:testCollection2_shard2_replica_n43] 
o.a.s.c.SolrCore [[testCollection2_shard2_replica_n43] ] Opening new SolrCore 
at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionContextKeyTest_B60225E5447CD6C7-001/tempDir-001/node1/testCollection2_shard2_replica_n43],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionContextKeyTest_B60225E5447CD6C7-001/tempDir-001/node1/./testCollection2_shard2_replica_n43/data/]
   [junit4]   2> 2488678 WARN  (zkConnectionManagerCallback-1748-thread-1) [    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2c561bd8 name: 
ZooKeeperConnection Watcher:127.0.0.1:36026/solr got event WatchedEvent 
state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 2488678 WARN  (zkConnectionManagerCallback-1748-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 2488678 WARN  (zkConnectionManagerCallback-1755-thread-1) [    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@52007649 name: 
ZooKeeperConnection Watcher:127.0.0.1:36026/solr got event WatchedEvent 
state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 2488678 WARN  (zkConnectionManagerCallback-1755-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 2488876 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard2 r:core_node44 x:testCollection2_shard2_replica_n43] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2488876 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard2 r:core_node44 x:testCollection2_shard2_replica_n43] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2488877 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard2 r:core_node44 x:testCollection2_shard2_replica_n43] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2488877 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard2 r:core_node44 x:testCollection2_shard2_replica_n43] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2488878 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard2 r:core_node44 x:testCollection2_shard2_replica_n43] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@34f46f75[testCollection2_shard2_replica_n43] main]
   [junit4]   2> 2488912 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard2 r:core_node44 x:testCollection2_shard2_replica_n43] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 2488913 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard2 r:core_node44 x:testCollection2_shard2_replica_n43] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 2488913 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard2 r:core_node44 x:testCollection2_shard2_replica_n43] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2488913 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard2 r:core_node44 x:testCollection2_shard2_replica_n43] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1599597785971163136
   [junit4]   2> 2488950 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard2 r:core_node44 x:testCollection2_shard2_replica_n43] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/testCollection2/terms/shard2 to Terms{values={core_node44=0}, 
version=0}
   [junit4]   2> 2488952 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard2 r:core_node44 x:testCollection2_shard2_replica_n43] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2488952 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard2 r:core_node44 x:testCollection2_shard2_replica_n43] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2488952 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard2 r:core_node44 x:testCollection2_shard2_replica_n43] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:44844/solr/testCollection2_shard2_replica_n43/
   [junit4]   2> 2488952 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard2 r:core_node44 x:testCollection2_shard2_replica_n43] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2488952 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard2 r:core_node44 x:testCollection2_shard2_replica_n43] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:44844/solr/testCollection2_shard2_replica_n43/ has no replicas
   [junit4]   2> 2488952 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard2 r:core_node44 x:testCollection2_shard2_replica_n43] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2489012 INFO  
(searcherExecutor-3117-thread-1-processing-n:127.0.0.1:44844_solr 
x:testCollection2_shard2_replica_n43 c:testCollection2 s:shard2 r:core_node44) 
[n:127.0.0.1:44844_solr c:testCollection2 s:shard2 r:core_node44 
x:testCollection2_shard2_replica_n43] o.a.s.c.SolrCore 
[testCollection2_shard2_replica_n43] Registered new searcher 
Searcher@34f46f75[testCollection2_shard2_replica_n43] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2489023 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard2 r:core_node44 x:testCollection2_shard2_replica_n43] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:44844/solr/testCollection2_shard2_replica_n43/ shard2
   [junit4]   2> 2489124 INFO  (zkCallback-1740-thread-2) [    ] 
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> 2489139 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard2 r:core_node44 x:testCollection2_shard2_replica_n43] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2489141 INFO  (qtp1807502144-8827) [n:127.0.0.1:44844_solr 
c:testCollection2 s:shard2 r:core_node44 x:testCollection2_shard2_replica_n43] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node44&collection.configName=config&name=testCollection2_shard2_replica_n43&action=CREATE&collection=testCollection2&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=10753
   [junit4]   2> 2489233 INFO  (qtp1807502144-8826) [n:127.0.0.1:44844_solr 
c:testCollection2   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={action=ADDREPLICA&collection=testCollection2&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=11051
   [junit4]   2> 2489233 INFO  
(SUITE-LeaderElectionContextKeyTest-seed#[B60225E5447CD6C7]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
testCollection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 2489249 INFO  (zkCallback-1740-thread-2) [    ] 
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> 2489772 WARN  
(jetty-launcher-1730-thread-1-SendThread(127.0.0.1:36026)) [    ] 
o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 
0x101d2dd99f30004 has expired
   [junit4]   2> 2489784 WARN  (zkConnectionManagerCallback-1748-thread-1) [    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2c561bd8 name: 
ZooKeeperConnection Watcher:127.0.0.1:36026/solr got event WatchedEvent 
state:Expired type:None path:null path: null type: None
   [junit4]   2> 2489784 WARN  (zkConnectionManagerCallback-1748-thread-1) [    
] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. 
Attempting to reconnect to recover relationship with ZooKeeper...
   [junit4]   2> 2489785 WARN  (zkConnectionManagerCallback-1748-thread-1) [    
] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one...
   [junit4]   2> 2489804 INFO  
(zkConnectionManagerCallback-1748-thread-1-EventThread) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2489804 INFO  (zkConnectionManagerCallback-1748-thread-1) [    
] o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
   [junit4]   2> 2489884 INFO  (zkConnectionManagerCallback-1748-thread-1) [    
] o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper
   [junit4]   2> 2489884 INFO  (zkConnectionManagerCallback-1748-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient Connected:true
   [junit4]   2> 2489991 WARN  
(SUITE-LeaderElectionContextKeyTest-seed#[B60225E5447CD6C7]-worker-SendThread(127.0.0.1:36026))
 [    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 
0x101d2dd99f30006 has expired
   [junit4]   2> 2489991 WARN  (zkConnectionManagerCallback-1755-thread-1) [    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@52007649 name: 
ZooKeeperConnection Watcher:127.0.0.1:36026/solr got event WatchedEvent 
state:Expired type:None path:null path: null type: None
   [junit4]   2> 2489991 WARN  (zkConnectionManagerCallback-1755-thread-1) [    
] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. 
Attempting to reconnect to recover relationship with ZooKeeper...
   [junit4]   2> 2489991 WARN  (zkConnectionManagerCallback-1755-thread-1) [    
] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one...
   [junit4]   2> 2490039 INFO  
(zkConnectionManagerCallback-1755-thread-1-EventThread) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2490039 INFO  (zkConnectionManagerCallback-1755-thread-1) [    
] o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
   [junit4]   2> 2490130 INFO  (zkConnectionManagerCallback-1755-thread-1) [    
] o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper
   [junit4]   2> 2490130 INFO  (zkConnectionManagerCallback-1755-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient Connected:true
   [junit4]   2> 2490267 INFO  (jetty-closer-1731-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@11088986{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2490282 INFO  (jetty-closer-1731-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1944770019
   [junit4]   2> 2490303 INFO  (jetty-closer-1731-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 2490311 INFO  (jetty-closer-1731-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7369a781: rootName = 
solr_44844, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@2ae4d63e
   [junit4]   2> 2490385 INFO  (jetty-closer-1731-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 2490385 INFO  (jetty-closer-1731-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2eb157fa: rootName = 
solr_44844, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@29c9d8f1
   [junit4]   2> 2490387 INFO  (jetty-closer-1731-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 2490387 INFO  (jetty-closer-1731-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2f2f524e: rootName = 
solr_44844, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@76a185f6
   [junit4]   2> 2490603 INFO  (jetty-closer-1731-thread-1) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44844_solr
   [junit4]   2> 2490620 INFO  (jetty-closer-1731-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 2490639 INFO  (coreCloseExecutor-3122-thread-1) 
[n:127.0.0.1:44844_solr c:testCollection1 s:shard1 r:core_node42 
x:testCollection1_shard1_replica_n41] o.a.s.c.SolrCore 
[testCollection1_shard1_replica_n41]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@e2a601a
   [junit4]   2> 2490639 INFO  (coreCloseExecutor-3122-thread-1) 
[n:127.0.0.1:44844_solr c:testCollection1 s:shard1 r:core_node42 
x:testCollection1_shard1_replica_n41] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.testCollection1.shard1.replica_n41, tag=e2a601a
   [junit4]   2> 2490639 INFO  (coreCloseExecutor-3122-thread-1) 
[n:127.0.0.1:44844_solr c:testCollection1 s:shard1 r:core_node42 
x:testCollection1_shard1_replica_n41] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@33f21381: rootName 
= solr_44844, domain = solr.core.testCollection1.shard1.replica_n41, service 
url = null, agent id = null] for registry 
solr.core.testCollection1.shard1.replica_n41 / 
com.codahale.metrics.MetricRegistry@73d53556
   [junit4]   2> 2490651 INFO  (zkCallback-1740-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 2490656 INFO  (coreCloseExecutor-3122-thread-2) 
[n:127.0.0.1:44844_solr c:testCollection1 s:shard2 r:core_node44 
x:testCollection1_shard2_replica_n43] o.a.s.c.SolrCore 
[testCollection1_shard2_replica_n43]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@424676bc
   [junit4]   2> 2490672 INFO  
(OverseerCollectionConfigSetProcessor-72570918227083267-127.0.0.1:44844_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000010 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2490688 INFO  (coreCloseExecutor-3122-thread-3) 
[n:127.0.0.1:44844_solr c:testCollection2 s:shard1 r:core_node42 
x:testCollection2_shard1_replica_n41] o.a.s.c.SolrCore 
[testCollection2_shard1_replica_n41]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2d598ece
   [junit4]   2> 2490688 INFO  (coreCloseExecutor-3122-thread-3) 
[n:127.0.0.1:44844_solr c:testCollection2 s:shard1 r:core_node42 
x:testCollection2_shard1_replica_n41] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.testCollection2.shard1.replica_n41, 
tag=2d598ece
   [junit4]   2> 2490688 INFO  (coreCloseExecutor-3122-thread-3) 
[n:127.0.0.1:44844_solr c:testCollection2 s:shard1 r:core_node42 
x:testCollection2_shard1_replica_n41] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1a8d8fc1: rootName 
= solr_44844, domain = solr.core.testCollection2.shard1.replica_n41, service 
url = null, agent id = null] for registry 
solr.core.testCollection2.shard1.replica_n41 / 
com.codahale.metrics.MetricRegistry@dd2dceb
   [junit4]   2> 2490692 INFO  (coreCloseExecutor-3122-thread-4) 
[n:127.0.0.1:44844_solr c:testCollection2 s:shard2 r:core_node44 
x:testCollection2_shard2_replica_n43] o.a.s.c.SolrCore 
[testCollection2_shard2_replica_n43]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@50db8444
   [junit4]   2> 2490711 INFO  (coreCloseExecutor-3122-thread-3) 
[n:127.0.0.1:44844_solr c:testCollection2 s:shard1 r:core_node42 
x:testCollection2_shard1_replica_n41] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testCollection2.shard1.leader, 
tag=2d598ece
   [junit4]   2> 2490712 INFO  (coreCloseExecutor-3122-thread-1) 
[n:127.0.0.1:44844_solr c:testCollection1 s:shard1 r:core_node42 
x:testCollection1_shard1_replica_n41] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testCollection1.shard1.leader, 
tag=e2a601a
   [junit4]   2> 2490712 INFO  (coreCloseExecutor-3122-thread-2) 
[n:127.0.0.1:44844_solr c:testCollection1 s:shard2 r:core_node44 
x:testCollection1_shard2_replica_n43] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.testCollection1.shard2.replica_n43, 
tag=424676bc
   [junit4]   2> 2490712 INFO  (coreCloseExecutor-3122-thread-2) 
[n:127.0.0.1:44844_solr c:testCollection1 s:shard2 r:core_node44 
x:testCollection1_shard2_replica_n43] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3609d425: rootName 
= solr_44844, domain = solr.core.testCollection1.shard2.replica_n43, service 
url = null, agent id = null] for registry 
solr.core.testCollection1.shard2.replica_n43 / 
com.codahale.metrics.MetricRegistry@240e474c
   [junit4]   2> 2490860 INFO  (zkCallback-1747-thread-4) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 2490878 INFO  (coreCloseExecutor-3122-thread-4) 
[n:127.0.0.1:44844_solr c:testCollection2 s:shard2 r:core_node44 
x:testCollection2_shard2_replica_n43] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.testCollection2.shard2.replica_n43, 
tag=50db8444
   [junit4]   2> 2490878 INFO  (coreCloseExecutor-3122-thread-4) 
[n:127.0.0.1:44844_solr c:testCollection2 s:shard2 r:core_node44 
x:testCollection2_shard2_replica_n43] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@509c709b: rootName 
= solr_44844, domain = solr.core.testCollection2.shard2.replica_n43, service 
url = null, agent id = null] for registry 
solr.core.testCollection2.shard2.replica_n43 / 
com.codahale.metrics.MetricRegistry@121dd222
   [junit4]   2> 2491053 INFO  (zkCallback-1740-thread-2) [    ] 
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: [0])
   [junit4]   2> 2491148 INFO  (coreCloseExecutor-3122-thread-4) 
[n:127.0.0.1:44844_solr c:testCollection2 s:shard2 r:core_node44 
x:testCollection2_shard2_replica_n43] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testCollection2.shard2.leader, 
tag=50db8444
   [junit4]   2> 2491219 INFO  (zkCallback-1740-thread-2) [    ] 
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: [0])
   [junit4]   2> 2491219 INFO  (coreCloseExecutor-3122-thread-2) 
[n:127.0.0.1:44844_solr c:testCollection1 s:shard2 r:core_node44 
x:testCollection1_shard2_replica_n43] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testCollection1.shard2.leader, 
tag=424676bc
   [junit4]   2> 2491361 INFO  (jetty-closer-1731-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72570918227083267-127.0.0.1:44844_solr-n_0000000000) closing
   [junit4]   2> 2491361 INFO  
(OverseerStateUpdate-72570918227083267-127.0.0.1:44844_solr-n_0000000000) [    
] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:44844_solr
   [junit4]   2> 2491362 WARN  
(OverseerAutoScalingTriggerThread-72570918227083267-127.0.0.1:44844_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 2491511 INFO  (jetty-closer-1731-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6d522f88{/solr,null,UNAVAILABLE}
   [junit4]   2> 2491512 INFO  (jetty-closer-1731-thread-1) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 2491531 ERROR 
(SUITE-LeaderElectionContextKeyTest-seed#[B60225E5447CD6C7]-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> 2491620 INFO  
(SUITE-LeaderElectionContextKeyTest-seed#[B60225E5447CD6C7]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:36026 36026
   [junit4]   2> 2491730 INFO  (Thread-3150) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:36026 36026
   [junit4]   2> 2491787 WARN  (Thread-3150) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/aliases.json
   [junit4]   2>        2       /solr/collections/testCollection2/terms/shard2
   [junit4]   2>        2       /solr/collections/testCollection2/terms/shard1
   [junit4]   2>        2       /solr/collections/testCollection1/terms/shard1
   [junit4]   2>        2       /solr/collections/testCollection1/terms/shard2
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2>        5       /solr/collections
   [junit4]   2> 
   [junit4]   2> 2491892 INFO  
(SUITE-LeaderElectionContextKeyTest-seed#[B60225E5447CD6C7]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ------------------------------------------------------- 
Done waiting for tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=906, maxMBSortInHeap=5.722082953489707, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@14119f53),
 locale=mk-MK, timezone=Brazil/East
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 
1.8.0_172 (64-bit)/cpus=4,threads=1,free=149839400,total=479199232
   [junit4]   2> NOTE: All tests run in this JVM: [CdcrBootstrapTest, 
AtomicUpdateProcessorFactoryTest, TestCloudSearcherWarming, 
HdfsCollectionsAPIDistributedZkTest, TestRTGBase, TestNestedDocsSort, 
PKIAuthenticationIntegrationTest, TestSolrCoreSnapshots, 
NodeLostTriggerIntegrationTest, CoreSorterTest, 
OverseerCollectionConfigSetProcessorTest, AutoAddReplicasIntegrationTest, 
ZkStateReaderTest, TestStandardQParsers, BadComponentTest, HighlighterTest, 
NodeMutatorTest, TestSystemCollAutoCreate, DOMUtilTest, 
LeaderVoteWaitTimeoutTest, AlternateDirectoryTest, TestJsonFacetRefinement, 
HttpSolrCallGetCoreTest, MetricTriggerTest, TestNumericTerms64, 
TestFieldCacheSort, TestFunctionQuery, TestSQLHandlerNonCloud, ForceLeaderTest, 
RecoveryAfterSoftCommitTest, SortByFunctionTest, CustomHighlightComponentTest, 
TestHalfAndHalfDocValues, TestGenericDistributedQueue, 
DocExpirationUpdateProcessorFactoryTest, BJQParserTest, 
TestFieldTypeCollectionResource, SuggesterFSTTest, TestRTimerTree, 
ZkFailoverTest, TestReplicationHandler, TestCloudManagedSchema, PrimUtilsTest, 
TestDistribIDF, TestReload, SOLR749Test, TestSimpleTrackingShardHandler, 
MaxSizeAutoCommitTest, SimplePostToolTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, MissingSegmentRecoveryTest, 
TestLeaderElectionZkExpiry, TestComputePlanAction, QueryParsingTest, 
SliceStateTest, QueryElevationComponentTest, TestEmbeddedSolrServerSchemaAPI, 
BlockJoinFacetSimpleTest, SolrXmlInZkTest, TestQueryWrapperFilter, 
LeaderElectionContextKeyTest]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=LeaderElectionContextKeyTest -Dtests.seed=B60225E5447CD6C7 
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.locale=mk-MK -Dtests.timezone=Brazil/East -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | LeaderElectionContextKeyTest (suite) <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: Could not 
load collection from ZK: testCollection1
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([B60225E5447CD6C7]:0)
   [junit4]    >        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1301)
   [junit4]    >        at 
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:730)
   [junit4]    >        at 
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:148)
   [junit4]    >        at 
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:131)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:154)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderElectionContextKeyTest.setupCluster(LeaderElectionContextKeyTest.java:66)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: 
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = 
Session expired for /collections/testCollection1/state.json
   [junit4]    >        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
   [junit4]    >        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]    >        at 
org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1215)
   [junit4]    >        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:340)
   [junit4]    >        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]    >        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:340)
   [junit4]    >        at 
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1313)
   [junit4]    >        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1299)
   [junit4]    >        ... 29 more
   [junit4] Completed [215/806 (1!)] on J1 in 23.69s, 0 tests, 1 error <<< 
FAILURES!

[...truncated 52450 lines...]
[asciidoctor:convert] asciidoctor: ERROR: about-this-guide.adoc: line 1: 
invalid part, must have at least one section (e.g., chapter, appendix, etc.)
[asciidoctor:convert] asciidoctor: ERROR: solr-glossary.adoc: line 1: invalid 
part, must have at least one section (e.g., chapter, appendix, etc.)
     [java] Processed 2206 links (1762 relative) to 3066 anchors in 244 files
     [echo] Validated Links & Anchors via: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-ref-guide/bare-bones-html/

-documentation-lint:
    [jtidy] Checking for broken html (such as invalid tags)...
   [delete] Deleting directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/jtidy_tmp
     [echo] Checking for broken links...
     [exec] 
     [exec] Crawl/parse...
     [exec] 
     [exec] Verify...
     [echo] Checking for malformed docs...

jar-checksums:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

common.resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/null375274814
     [copy] Copying 40 files to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/null375274814
   [delete] Deleting directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/null375274814

resolve-example:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

resolve-server:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null170682750
     [copy] Copying 246 files to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null170682750
   [delete] Deleting directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null170682750

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: 
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found 
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath]         found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath]         found org.apache.httpcomponents#httpclient;4.3.6 in 
public
[ivy:cachepath]         found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath]         found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath]         found commons-codec#commons-codec;1.6 in public
[ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 72ms :: artifacts dl 4ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
        ---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for 
further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 757 minutes 50 seconds
Archiving artifacts
WARN: No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
WARN: java.lang.InterruptedException: no matches found within 10000
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to