Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/756/

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

Error Message:


Stack Trace:
java.util.concurrent.TimeoutException
        at 
__randomizedtesting.SeedInfo.seed([FCD3C46C1855682A:7487FBB6B6A905D2]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:1251)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.waitForState(CloudSolrClient.java:702)
        at 
org.apache.solr.cloud.TestLeaderElectionWithEmptyReplica.test(TestLeaderElectionWithEmptyReplica.java:97)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.hdfs.HdfsRecoveryZkTest.test

Error Message:
Mismatch in counts between replicas

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




Build Log:
[...truncated 11497 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestLeaderElectionWithEmptyReplica
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_FCD3C46C1855682A-001/init-core-data-001
   [junit4]   2> 494049 INFO  
(SUITE-TestLeaderElectionWithEmptyReplica-seed#[FCD3C46C1855682A]-worker) [    
] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 494050 INFO  
(SUITE-TestLeaderElectionWithEmptyReplica-seed#[FCD3C46C1855682A]-worker) [    
] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 494050 INFO  
(SUITE-TestLeaderElectionWithEmptyReplica-seed#[FCD3C46C1855682A]-worker) [    
] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_FCD3C46C1855682A-001/tempDir-001
   [junit4]   2> 494050 INFO  
(SUITE-TestLeaderElectionWithEmptyReplica-seed#[FCD3C46C1855682A]-worker) [    
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 494051 INFO  (Thread-970) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 494051 INFO  (Thread-970) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 494151 INFO  
(SUITE-TestLeaderElectionWithEmptyReplica-seed#[FCD3C46C1855682A]-worker) [    
] o.a.s.c.ZkTestServer start zk server on port:59163
   [junit4]   2> 494154 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15a7f71499e0000, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 494156 INFO  (jetty-launcher-1526-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 494156 INFO  (jetty-launcher-1526-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 494159 INFO  (jetty-launcher-1526-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@20e39e54{/solr,null,AVAILABLE}
   [junit4]   2> 494162 INFO  (jetty-launcher-1526-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2b2c6552{HTTP/1.1,[http/1.1]}{127.0.0.1:40637}
   [junit4]   2> 494162 INFO  (jetty-launcher-1526-thread-1) [    ] 
o.e.j.s.Server Started @497370ms
   [junit4]   2> 494162 INFO  (jetty-launcher-1526-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@348d403e{/solr,null,AVAILABLE}
   [junit4]   2> 494162 INFO  (jetty-launcher-1526-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40637}
   [junit4]   2> 494162 ERROR (jetty-launcher-1526-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 494162 INFO  (jetty-launcher-1526-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@532f550f{HTTP/1.1,[http/1.1]}{127.0.0.1:36422}
   [junit4]   2> 494162 INFO  (jetty-launcher-1526-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.5.0
   [junit4]   2> 494162 INFO  (jetty-launcher-1526-thread-2) [    ] 
o.e.j.s.Server Started @497370ms
   [junit4]   2> 494163 INFO  (jetty-launcher-1526-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 494163 INFO  (jetty-launcher-1526-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36422}
   [junit4]   2> 494163 INFO  (jetty-launcher-1526-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 494163 INFO  (jetty-launcher-1526-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-27T12:00:15.373Z
   [junit4]   2> 494163 ERROR (jetty-launcher-1526-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 494163 INFO  (jetty-launcher-1526-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.5.0
   [junit4]   2> 494163 INFO  (jetty-launcher-1526-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 494163 INFO  (jetty-launcher-1526-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 494163 INFO  (jetty-launcher-1526-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-27T12:00:15.373Z
   [junit4]   2> 494174 INFO  (jetty-launcher-1526-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 494180 INFO  (jetty-launcher-1526-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 494181 INFO  (jetty-launcher-1526-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59163/solr
   [junit4]   2> 494181 INFO  (jetty-launcher-1526-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 494185 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15a7f71499e0003, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 494186 INFO  (jetty-launcher-1526-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 494187 INFO  (jetty-launcher-1526-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59163/solr
   [junit4]   2> 494188 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15a7f71499e0005, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 494206 INFO  (jetty-launcher-1526-thread-1) 
[n:127.0.0.1:40637_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 494207 INFO  (jetty-launcher-1526-thread-2) 
[n:127.0.0.1:36422_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 494207 INFO  (jetty-launcher-1526-thread-1) 
[n:127.0.0.1:40637_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:40637_solr
   [junit4]   2> 494208 INFO  (jetty-launcher-1526-thread-2) 
[n:127.0.0.1:36422_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36422_solr
   [junit4]   2> 494208 INFO  (jetty-launcher-1526-thread-1) 
[n:127.0.0.1:40637_solr    ] o.a.s.c.Overseer Overseer 
(id=97530466485010436-127.0.0.1:40637_solr-n_0000000000) starting
   [junit4]   2> 494209 INFO  
(zkCallback-1534-thread-1-processing-n:127.0.0.1:40637_solr) 
[n:127.0.0.1:40637_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 494212 INFO  
(zkCallback-1538-thread-1-processing-n:127.0.0.1:36422_solr) 
[n:127.0.0.1:36422_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 494218 INFO  (jetty-launcher-1526-thread-1) 
[n:127.0.0.1:40637_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40637_solr
   [junit4]   2> 494219 INFO  
(zkCallback-1534-thread-1-processing-n:127.0.0.1:40637_solr) 
[n:127.0.0.1:40637_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 494222 INFO  
(zkCallback-1538-thread-1-processing-n:127.0.0.1:36422_solr) 
[n:127.0.0.1:36422_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 494263 INFO  (jetty-launcher-1526-thread-2) 
[n:127.0.0.1:36422_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_FCD3C46C1855682A-001/tempDir-001/node2/.
   [junit4]   2> 494283 INFO  (jetty-launcher-1526-thread-1) 
[n:127.0.0.1:40637_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_FCD3C46C1855682A-001/tempDir-001/node1/.
   [junit4]   2> 494664 INFO  
(SUITE-TestLeaderElectionWithEmptyReplica-seed#[FCD3C46C1855682A]-worker) [    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 494664 INFO  
(SUITE-TestLeaderElectionWithEmptyReplica-seed#[FCD3C46C1855682A]-worker) [    
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59163/solr ready
   [junit4]   2> 494669 INFO  (qtp87629935-5927) [n:127.0.0.1:36422_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
async=c9a516a8-80a5-41be-bc8e-dc48a1426f77&replicationFactor=1&collection.configName=config&name=solr_9504&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 494670 INFO  (qtp87629935-5927) [n:127.0.0.1:36422_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={async=c9a516a8-80a5-41be-bc8e-dc48a1426f77&replicationFactor=1&collection.configName=config&name=solr_9504&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 494672 INFO  
(OverseerThreadFactory-2723-thread-1-processing-n:127.0.0.1:40637_solr) 
[n:127.0.0.1:40637_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
solr_9504
   [junit4]   2> 494672 INFO  (qtp87629935-5929) [n:127.0.0.1:36422_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=c9a516a8-80a5-41be-bc8e-dc48a1426f77&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 494673 INFO  (qtp87629935-5929) [n:127.0.0.1:36422_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=c9a516a8-80a5-41be-bc8e-dc48a1426f77&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 494777 INFO  (qtp557273486-5919) [n:127.0.0.1:40637_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={async=c9a516a8-80a5-41be-bc8e-dc48a1426f7726573061193738868&qt=/admin/cores&collection.configName=config&newCollection=true&name=solr_9504_shard1_replica1&action=CREATE&numShards=1&collection=solr_9504&shard=shard1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 494782 INFO  
(parallelCoreAdminExecutor-2726-thread-1-processing-n:127.0.0.1:40637_solr 
c9a516a8-80a5-41be-bc8e-dc48a1426f7726573061193738868 CREATE) 
[n:127.0.0.1:40637_solr    ] o.a.s.h.a.CoreAdminOperation core create command 
async=c9a516a8-80a5-41be-bc8e-dc48a1426f7726573061193738868&qt=/admin/cores&collection.configName=config&newCollection=true&name=solr_9504_shard1_replica1&action=CREATE&numShards=1&collection=solr_9504&shard=shard1&wt=javabin&version=2
   [junit4]   2> 494783 INFO  (qtp557273486-5924) [n:127.0.0.1:40637_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
c9a516a8-80a5-41be-bc8e-dc48a1426f7726573061193738868
   [junit4]   2> 494783 INFO  (qtp557273486-5924) [n:127.0.0.1:40637_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=c9a516a8-80a5-41be-bc8e-dc48a1426f7726573061193738868&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 494886 INFO  
(zkCallback-1534-thread-4-processing-n:127.0.0.1:40637_solr) 
[n:127.0.0.1:40637_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solr_9504/state.json] for collection [solr_9504] has occurred 
- updating... (live nodes size: [2])
   [junit4]   2> 495674 INFO  (qtp87629935-5931) [n:127.0.0.1:36422_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=c9a516a8-80a5-41be-bc8e-dc48a1426f77&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 495675 INFO  (qtp87629935-5931) [n:127.0.0.1:36422_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=c9a516a8-80a5-41be-bc8e-dc48a1426f77&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 495785 INFO  (qtp557273486-5924) [n:127.0.0.1:40637_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
c9a516a8-80a5-41be-bc8e-dc48a1426f7726573061193738868
   [junit4]   2> 495785 INFO  (qtp557273486-5924) [n:127.0.0.1:40637_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=c9a516a8-80a5-41be-bc8e-dc48a1426f7726573061193738868&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 495810 INFO  
(parallelCoreAdminExecutor-2726-thread-1-processing-n:127.0.0.1:40637_solr 
c9a516a8-80a5-41be-bc8e-dc48a1426f7726573061193738868 CREATE) 
[n:127.0.0.1:40637_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 495817 INFO  
(parallelCoreAdminExecutor-2726-thread-1-processing-n:127.0.0.1:40637_solr 
c9a516a8-80a5-41be-bc8e-dc48a1426f7726573061193738868 CREATE) 
[n:127.0.0.1:40637_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] 
o.a.s.s.IndexSchema [solr_9504_shard1_replica1] Schema name=minimal
   [junit4]   2> 495819 INFO  
(parallelCoreAdminExecutor-2726-thread-1-processing-n:127.0.0.1:40637_solr 
c9a516a8-80a5-41be-bc8e-dc48a1426f7726573061193738868 CREATE) 
[n:127.0.0.1:40637_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 495822 INFO  
(parallelCoreAdminExecutor-2726-thread-1-processing-n:127.0.0.1:40637_solr 
c9a516a8-80a5-41be-bc8e-dc48a1426f7726573061193738868 CREATE) 
[n:127.0.0.1:40637_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'solr_9504_shard1_replica1' using 
configuration from collection solr_9504
   [junit4]   2> 495828 INFO  
(parallelCoreAdminExecutor-2726-thread-1-processing-n:127.0.0.1:40637_solr 
c9a516a8-80a5-41be-bc8e-dc48a1426f7726573061193738868 CREATE) 
[n:127.0.0.1:40637_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] 
o.a.s.c.SolrCore [[solr_9504_shard1_replica1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_FCD3C46C1855682A-001/tempDir-001/node1/solr_9504_shard1_replica1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_FCD3C46C1855682A-001/tempDir-001/node1/./solr_9504_shard1_replica1/data/]
   [junit4]   2> 495857 INFO  
(parallelCoreAdminExecutor-2726-thread-1-processing-n:127.0.0.1:40637_solr 
c9a516a8-80a5-41be-bc8e-dc48a1426f7726573061193738868 CREATE) 
[n:127.0.0.1:40637_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 495857 INFO  
(parallelCoreAdminExecutor-2726-thread-1-processing-n:127.0.0.1:40637_solr 
c9a516a8-80a5-41be-bc8e-dc48a1426f7726573061193738868 CREATE) 
[n:127.0.0.1:40637_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 495858 INFO  
(parallelCoreAdminExecutor-2726-thread-1-processing-n:127.0.0.1:40637_solr 
c9a516a8-80a5-41be-bc8e-dc48a1426f7726573061193738868 CREATE) 
[n:127.0.0.1:40637_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 495858 INFO  
(parallelCoreAdminExecutor-2726-thread-1-processing-n:127.0.0.1:40637_solr 
c9a516a8-80a5-41be-bc8e-dc48a1426f7726573061193738868 CREATE) 
[n:127.0.0.1:40637_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 495859 INFO  
(parallelCoreAdminExecutor-2726-thread-1-processing-n:127.0.0.1:40637_solr 
c9a516a8-80a5-41be-bc8e-dc48a1426f7726573061193738868 CREATE) 
[n:127.0.0.1:40637_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3481107b[solr_9504_shard1_replica1] 
main]
   [junit4]   2> 495860 INFO  
(parallelCoreAdminExecutor-2726-thread-1-processing-n:127.0.0.1:40637_solr 
c9a516a8-80a5-41be-bc8e-dc48a1426f7726573061193738868 CREATE) 
[n:127.0.0.1:40637_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 495860 INFO  
(parallelCoreAdminExecutor-2726-thread-1-processing-n:127.0.0.1:40637_solr 
c9a516a8-80a5-41be-bc8e-dc48a1426f7726573061193738868 CREATE) 
[n:127.0.0.1:40637_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 495860 INFO  
(parallelCoreAdminExecutor-2726-thread-1-processing-n:127.0.0.1:40637_solr 
c9a516a8-80a5-41be-bc8e-dc48a1426f7726573061193738868 CREATE) 
[n:127.0.0.1:40637_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 495860 INFO  
(parallelCoreAdminExecutor-2726-thread-1-processing-n:127.0.0.1:40637_solr 
c9a516a8-80a5-41be-bc8e-dc48a1426f7726573061193738868 CREATE) 
[n:127.0.0.1:40637_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1560487465655992320
   [junit4]   2> 495860 INFO  
(searcherExecutor-2728-thread-1-processing-x:solr_9504_shard1_replica1 
c9a516a8-80a5-41be-bc8e-dc48a1426f7726573061193738868 CREATE 
n:127.0.0.1:40637_solr s:shard1 c:solr_9504) [n:127.0.0.1:40637_solr 
c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] o.a.s.c.SolrCore 
[solr_9504_shard1_replica1] Registered new searcher 
Searcher@3481107b[solr_9504_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 495865 INFO  
(parallelCoreAdminExecutor-2726-thread-1-processing-n:127.0.0.1:40637_solr 
c9a516a8-80a5-41be-bc8e-dc48a1426f7726573061193738868 CREATE) 
[n:127.0.0.1:40637_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 495865 INFO  
(parallelCoreAdminExecutor-2726-thread-1-processing-n:127.0.0.1:40637_solr 
c9a516a8-80a5-41be-bc8e-dc48a1426f7726573061193738868 CREATE) 
[n:127.0.0.1:40637_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 495865 INFO  
(parallelCoreAdminExecutor-2726-thread-1-processing-n:127.0.0.1:40637_solr 
c9a516a8-80a5-41be-bc8e-dc48a1426f7726573061193738868 CREATE) 
[n:127.0.0.1:40637_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:40637/solr/solr_9504_shard1_replica1/
   [junit4]   2> 495865 INFO  
(parallelCoreAdminExecutor-2726-thread-1-processing-n:127.0.0.1:40637_solr 
c9a516a8-80a5-41be-bc8e-dc48a1426f7726573061193738868 CREATE) 
[n:127.0.0.1:40637_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 495865 INFO  
(parallelCoreAdminExecutor-2726-thread-1-processing-n:127.0.0.1:40637_solr 
c9a516a8-80a5-41be-bc8e-dc48a1426f7726573061193738868 CREATE) 
[n:127.0.0.1:40637_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] 
o.a.s.c.SyncStrategy http://127.0.0.1:40637/solr/solr_9504_shard1_replica1/ has 
no replicas
   [junit4]   2> 495865 INFO  
(parallelCoreAdminExecutor-2726-thread-1-processing-n:127.0.0.1:40637_solr 
c9a516a8-80a5-41be-bc8e-dc48a1426f7726573061193738868 CREATE) 
[n:127.0.0.1:40637_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 495868 INFO  
(parallelCoreAdminExecutor-2726-thread-1-processing-n:127.0.0.1:40637_solr 
c9a516a8-80a5-41be-bc8e-dc48a1426f7726573061193738868 CREATE) 
[n:127.0.0.1:40637_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:40637/solr/solr_9504_shard1_replica1/ shard1
   [junit4]   2> 495970 INFO  
(zkCallback-1534-thread-2-processing-n:127.0.0.1:40637_solr) 
[n:127.0.0.1:40637_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solr_9504/state.json] for collection [solr_9504] has occurred 
- updating... (live nodes size: [2])
   [junit4]   2> 496019 INFO  
(parallelCoreAdminExecutor-2726-thread-1-processing-n:127.0.0.1:40637_solr 
c9a516a8-80a5-41be-bc8e-dc48a1426f7726573061193738868 CREATE) 
[n:127.0.0.1:40637_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 496122 INFO  
(zkCallback-1534-thread-1-processing-n:127.0.0.1:40637_solr) 
[n:127.0.0.1:40637_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solr_9504/state.json] for collection [solr_9504] has occurred 
- updating... (live nodes size: [2])
   [junit4]   2> 496677 INFO  (qtp87629935-5933) [n:127.0.0.1:36422_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=c9a516a8-80a5-41be-bc8e-dc48a1426f77&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 496678 INFO  (qtp87629935-5933) [n:127.0.0.1:36422_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=c9a516a8-80a5-41be-bc8e-dc48a1426f77&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 496787 INFO  (qtp557273486-5928) [n:127.0.0.1:40637_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
c9a516a8-80a5-41be-bc8e-dc48a1426f7726573061193738868
   [junit4]   2> 496787 INFO  (qtp557273486-5928) [n:127.0.0.1:40637_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=c9a516a8-80a5-41be-bc8e-dc48a1426f7726573061193738868&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 496790 INFO  
(OverseerThreadFactory-2723-thread-1-processing-n:127.0.0.1:40637_solr) 
[n:127.0.0.1:40637_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 497680 INFO  (qtp87629935-5935) [n:127.0.0.1:36422_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=c9a516a8-80a5-41be-bc8e-dc48a1426f77&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 497684 INFO  (qtp87629935-5935) [n:127.0.0.1:36422_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=c9a516a8-80a5-41be-bc8e-dc48a1426f77&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=4
   [junit4]   2> 497688 INFO  (qtp87629935-5920) [n:127.0.0.1:36422_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with 
params 
requestid=c9a516a8-80a5-41be-bc8e-dc48a1426f77&action=DELETESTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 497688 INFO  (qtp87629935-5920) [n:127.0.0.1:36422_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=c9a516a8-80a5-41be-bc8e-dc48a1426f77&action=DELETESTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 497725 INFO  
(TEST-TestLeaderElectionWithEmptyReplica.test-seed#[FCD3C46C1855682A]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 497755 INFO  (qtp557273486-5921) [n:127.0.0.1:40637_solr 
c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[0 (1560487467640946688)]} 0 9
   [junit4]   2> 497761 INFO  (qtp557273486-5919) [n:127.0.0.1:40637_solr 
c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[1 (1560487467649335296)]} 0 0
   [junit4]   2> 497765 INFO  (qtp557273486-5926) [n:127.0.0.1:40637_solr 
c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[2 (1560487467653529600)]} 0 0
   [junit4]   2> 497767 INFO  (qtp557273486-5926) [n:127.0.0.1:40637_solr 
c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[3 (1560487467655626752)]} 0 0
   [junit4]   2> 497769 INFO  (qtp557273486-5926) [n:127.0.0.1:40637_solr 
c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[4 (1560487467656675328)]} 0 0
   [junit4]   2> 497770 INFO  (qtp557273486-5932) [n:127.0.0.1:40637_solr 
c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[5 (1560487467658772480)]} 0 0
   [junit4]   2> 497772 INFO  (qtp557273486-5921) [n:127.0.0.1:40637_solr 
c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[6 (1560487467660869632)]} 0 0
   [junit4]   2> 497777 INFO  (qtp557273486-5919) [n:127.0.0.1:40637_solr 
c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[7 (1560487467666112512)]} 0 0
   [junit4]   2> 497779 INFO  (qtp557273486-5919) [n:127.0.0.1:40637_solr 
c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[8 (1560487467668209664)]} 0 0
   [junit4]   2> 497782 INFO  (qtp557273486-5919) [n:127.0.0.1:40637_solr 
c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[9 (1560487467671355392)]} 0 0
   [junit4]   2> 497785 INFO  (qtp557273486-5926) [n:127.0.0.1:40637_solr 
c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 497785 INFO  (qtp557273486-5926) [n:127.0.0.1:40637_solr 
c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1d148f59
   [junit4]   2> 497837 INFO  (qtp557273486-5926) [n:127.0.0.1:40637_solr 
c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@41fb8a51[solr_9504_shard1_replica1] 
main]
   [junit4]   2> 497837 INFO  (qtp557273486-5926) [n:127.0.0.1:40637_solr 
c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 497837 INFO  
(searcherExecutor-2728-thread-1-processing-n:127.0.0.1:40637_solr 
x:solr_9504_shard1_replica1 s:shard1 c:solr_9504 r:core_node1) 
[n:127.0.0.1:40637_solr c:solr_9504 s:shard1 r:core_node1 
x:solr_9504_shard1_replica1] o.a.s.c.SolrCore [solr_9504_shard1_replica1] 
Registered new searcher Searcher@41fb8a51[solr_9504_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.0):C10)))}
   [junit4]   2> 497837 INFO  (qtp557273486-5926) [n:127.0.0.1:40637_solr 
c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica1]  webapp=/solr 
path=/update 
params={_stateVer_=solr_9504:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 52
   [junit4]   2> 497838 INFO  
(TEST-TestLeaderElectionWithEmptyReplica.test-seed#[FCD3C46C1855682A]) [    ] 
o.a.s.c.ChaosMonkey monkey: kill shard! 40637
   [junit4]   2> 497854 INFO  
(TEST-TestLeaderElectionWithEmptyReplica.test-seed#[FCD3C46C1855682A]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@2b2c6552{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 497855 INFO  
(TEST-TestLeaderElectionWithEmptyReplica.test-seed#[FCD3C46C1855682A]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=679873871
   [junit4]   2> 497859 INFO  
(zkCallback-1534-thread-2-processing-n:127.0.0.1:40637_solr) 
[n:127.0.0.1:40637_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solr_9504/state.json] for collection [solr_9504] has occurred 
- updating... (live nodes size: [2])
   [junit4]   2> 497869 INFO  (coreCloseExecutor-2733-thread-1) 
[n:127.0.0.1:40637_solr c:solr_9504 s:shard1 r:core_node1 
x:solr_9504_shard1_replica1] o.a.s.c.SolrCore [solr_9504_shard1_replica1]  
CLOSING SolrCore org.apache.solr.core.SolrCore@650bf0ac
   [junit4]   2> 497877 INFO  (coreCloseExecutor-2733-thread-1) 
[n:127.0.0.1:40637_solr c:solr_9504 s:shard1 r:core_node1 
x:solr_9504_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric reporters 
for: solr.core.solr_9504.shard1.replica1
   [junit4]   2> 497902 INFO  
(TEST-TestLeaderElectionWithEmptyReplica.test-seed#[FCD3C46C1855682A]) [    ] 
o.a.s.c.Overseer Overseer 
(id=97530466485010436-127.0.0.1:40637_solr-n_0000000000) closing
   [junit4]   2> 497902 INFO  
(OverseerStateUpdate-97530466485010436-127.0.0.1:40637_solr-n_0000000000) 
[n:127.0.0.1:40637_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:40637_solr
   [junit4]   2> 497909 INFO  (zkCallback-1544-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 497910 INFO  
(zkCallback-1538-thread-1-processing-n:127.0.0.1:36422_solr) 
[n:127.0.0.1:36422_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:36422_solr
   [junit4]   2> 497913 INFO  
(zkCallback-1538-thread-2-processing-n:127.0.0.1:36422_solr) 
[n:127.0.0.1:36422_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 497913 INFO  
(zkCallback-1538-thread-1-processing-n:127.0.0.1:36422_solr) 
[n:127.0.0.1:36422_solr    ] o.a.s.c.Overseer Overseer 
(id=97530466485010438-127.0.0.1:36422_solr-n_0000000001) starting
   [junit4]   2> 499411 WARN  
(zkCallback-1534-thread-2-processing-n:127.0.0.1:40637_solr) 
[n:127.0.0.1:40637_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 499411 INFO  
(TEST-TestLeaderElectionWithEmptyReplica.test-seed#[FCD3C46C1855682A]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 499412 INFO  
(TEST-TestLeaderElectionWithEmptyReplica.test-seed#[FCD3C46C1855682A]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@20e39e54{/solr,null,UNAVAILABLE}
   [junit4]   2> 499425 INFO  
(TEST-TestLeaderElectionWithEmptyReplica.test-seed#[FCD3C46C1855682A]) [    ] 
o.a.s.c.ChaosMonkey monkey: stop shard! 40637
   [junit4]   2> 499430 INFO  (qtp87629935-5927) [n:127.0.0.1:36422_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
async=6e1bd268-3f1c-4751-b7d8-c2f10c3f0a38&action=ADDREPLICA&collection=solr_9504&shard=shard1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 499431 INFO  (qtp87629935-5927) [n:127.0.0.1:36422_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={async=6e1bd268-3f1c-4751-b7d8-c2f10c3f0a38&action=ADDREPLICA&collection=solr_9504&shard=shard1&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 499432 INFO  
(OverseerThreadFactory-2736-thread-1-processing-n:127.0.0.1:36422_solr) 
[n:127.0.0.1:36422_solr    ] o.a.s.c.AddReplicaCmd addReplica() : {
   [junit4]   2>   "collection":"solr_9504",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "async":"6e1bd268-3f1c-4751-b7d8-c2f10c3f0a38",
   [junit4]   2>   "operation":"addreplica"}
   [junit4]   2> 499442 INFO  
(OverseerThreadFactory-2736-thread-1-processing-n:127.0.0.1:36422_solr) 
[n:127.0.0.1:36422_solr    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:36422_solr for creating new replica
   [junit4]   2> 499444 INFO  (qtp87629935-5923) [n:127.0.0.1:36422_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={async=6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308&qt=/admin/cores&collection.configName=config&name=solr_9504_shard1_replica2&action=CREATE&collection=solr_9504&shard=shard1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 499468 INFO  
(parallelCoreAdminExecutor-2724-thread-1-processing-n:127.0.0.1:36422_solr 
6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308 CREATE) 
[n:127.0.0.1:36422_solr    ] o.a.s.h.a.CoreAdminOperation core create command 
async=6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308&qt=/admin/cores&collection.configName=config&name=solr_9504_shard1_replica2&action=CREATE&collection=solr_9504&shard=shard1&wt=javabin&version=2
   [junit4]   2> 499474 INFO  (qtp87629935-5933) [n:127.0.0.1:36422_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308
   [junit4]   2> 499474 INFO  (qtp87629935-5933) [n:127.0.0.1:36422_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 499497 INFO  
(parallelCoreAdminExecutor-2724-thread-1-processing-n:127.0.0.1:36422_solr 
6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308 CREATE) 
[n:127.0.0.1:36422_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 499504 INFO  
(parallelCoreAdminExecutor-2724-thread-1-processing-n:127.0.0.1:36422_solr 
6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308 CREATE) 
[n:127.0.0.1:36422_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] 
o.a.s.s.IndexSchema [solr_9504_shard1_replica2] Schema name=minimal
   [junit4]   2> 499507 INFO  
(parallelCoreAdminExecutor-2724-thread-1-processing-n:127.0.0.1:36422_solr 
6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308 CREATE) 
[n:127.0.0.1:36422_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 499508 INFO  
(parallelCoreAdminExecutor-2724-thread-1-processing-n:127.0.0.1:36422_solr 
6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308 CREATE) 
[n:127.0.0.1:36422_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] 
o.a.s.c.CoreContainer Creating SolrCore 'solr_9504_shard1_replica2' using 
configuration from collection solr_9504
   [junit4]   2> 499508 INFO  
(parallelCoreAdminExecutor-2724-thread-1-processing-n:127.0.0.1:36422_solr 
6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308 CREATE) 
[n:127.0.0.1:36422_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] 
o.a.s.c.SolrCore [[solr_9504_shard1_replica2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_FCD3C46C1855682A-001/tempDir-001/node2/solr_9504_shard1_replica2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_FCD3C46C1855682A-001/tempDir-001/node2/./solr_9504_shard1_replica2/data/]
   [junit4]   2> 499581 INFO  
(parallelCoreAdminExecutor-2724-thread-1-processing-n:127.0.0.1:36422_solr 
6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308 CREATE) 
[n:127.0.0.1:36422_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 499581 INFO  
(parallelCoreAdminExecutor-2724-thread-1-processing-n:127.0.0.1:36422_solr 
6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308 CREATE) 
[n:127.0.0.1:36422_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 499582 INFO  
(parallelCoreAdminExecutor-2724-thread-1-processing-n:127.0.0.1:36422_solr 
6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308 CREATE) 
[n:127.0.0.1:36422_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 499582 INFO  
(parallelCoreAdminExecutor-2724-thread-1-processing-n:127.0.0.1:36422_solr 
6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308 CREATE) 
[n:127.0.0.1:36422_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 499583 INFO  
(parallelCoreAdminExecutor-2724-thread-1-processing-n:127.0.0.1:36422_solr 
6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308 CREATE) 
[n:127.0.0.1:36422_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3d758931[solr_9504_shard1_replica2] 
main]
   [junit4]   2> 499583 INFO  
(parallelCoreAdminExecutor-2724-thread-1-processing-n:127.0.0.1:36422_solr 
6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308 CREATE) 
[n:127.0.0.1:36422_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 499583 INFO  
(parallelCoreAdminExecutor-2724-thread-1-processing-n:127.0.0.1:36422_solr 
6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308 CREATE) 
[n:127.0.0.1:36422_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 499584 INFO  
(parallelCoreAdminExecutor-2724-thread-1-processing-n:127.0.0.1:36422_solr 
6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308 CREATE) 
[n:127.0.0.1:36422_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 499584 INFO  
(parallelCoreAdminExecutor-2724-thread-1-processing-n:127.0.0.1:36422_solr 
6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308 CREATE) 
[n:127.0.0.1:36422_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1560487469560889344
   [junit4]   2> 499586 INFO  
(searcherExecutor-2737-thread-1-processing-x:solr_9504_shard1_replica2 
6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308 CREATE 
n:127.0.0.1:36422_solr s:shard1 c:solr_9504) [n:127.0.0.1:36422_solr 
c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] o.a.s.c.SolrCore 
[solr_9504_shard1_replica2] Registered new searcher 
Searcher@3d758931[solr_9504_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 499587 INFO  
(parallelCoreAdminExecutor-2724-thread-1-processing-n:127.0.0.1:36422_solr 
6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308 CREATE) 
[n:127.0.0.1:36422_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 499694 INFO  
(zkCallback-1538-thread-3-processing-n:127.0.0.1:36422_solr) 
[n:127.0.0.1:36422_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solr_9504/state.json] for collection [solr_9504] has occurred 
- updating... (live nodes size: [1])
   [junit4]   2> 500433 INFO  
(TEST-TestLeaderElectionWithEmptyReplica.test-seed#[FCD3C46C1855682A]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 500476 INFO  (qtp87629935-5935) [n:127.0.0.1:36422_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308
   [junit4]   2> 500476 INFO  (qtp87629935-5935) [n:127.0.0.1:36422_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 500561 INFO  
(TEST-TestLeaderElectionWithEmptyReplica.test-seed#[FCD3C46C1855682A]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6072b6c7{/solr,null,AVAILABLE}
   [junit4]   2> 500578 INFO  
(TEST-TestLeaderElectionWithEmptyReplica.test-seed#[FCD3C46C1855682A]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@3e768888{HTTP/1.1,[http/1.1]}{127.0.0.1:40637}
   [junit4]   2> 500578 INFO  
(TEST-TestLeaderElectionWithEmptyReplica.test-seed#[FCD3C46C1855682A]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6072b6c7{/solr,null,UNAVAILABLE}
   [junit4]   2> 501478 INFO  (qtp87629935-5935) [n:127.0.0.1:36422_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308
   [junit4]   2> 501478 INFO  (qtp87629935-5935) [n:127.0.0.1:36422_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 502480 INFO  (qtp87629935-5935) [n:127.0.0.1:36422_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308
   [junit4]   2> 502480 INFO  (qtp87629935-5935) [n:127.0.0.1:36422_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 503483 INFO  (qtp87629935-5935) [n:127.0.0.1:36422_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308
   [junit4]   2> 503483 INFO  (qtp87629935-5935) [n:127.0.0.1:36422_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 503586 INFO  
(TEST-TestLeaderElectionWithEmptyReplica.test-seed#[FCD3C46C1855682A]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 503696 INFO  
(TEST-TestLeaderElectionWithEmptyReplica.test-seed#[FCD3C46C1855682A]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2eec626c{/solr,null,AVAILABLE}
   [junit4]   2> 503696 INFO  
(TEST-TestLeaderElectionWithEmptyReplica.test-seed#[FCD3C46C1855682A]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@19a37fa8{HTTP/1.1,[http/1.1]}{127.0.0.1:40637}
   [junit4]   2> 503696 INFO  
(TEST-TestLeaderElectionWithEmptyReplica.test-seed#[FCD3C46C1855682A]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@2eec626c{/solr,null,UNAVAILABLE}
   [junit4]   2> 504486 INFO  (qtp87629935-5935) [n:127.0.0.1:36422_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308
   [junit4]   2> 504486 INFO  (qtp87629935-5935) [n:127.0.0.1:36422_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 505488 INFO  (qtp87629935-5935) [n:127.0.0.1:36422_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308
   [junit4]   2> 505488 INFO  (qtp87629935-5935) [n:127.0.0.1:36422_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 506490 INFO  (qtp87629935-5935) [n:127.0.0.1:36422_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308
   [junit4]   2> 506490 INFO  (qtp87629935-5935) [n:127.0.0.1:36422_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 507492 INFO  (qtp87629935-5935) [n:127.0.0.1:36422_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308
   [junit4]   2> 507492 INFO  (qtp87629935-5935) [n:127.0.0.1:36422_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 508494 INFO  (qtp87629935-5923) [n:127.0.0.1:36422_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308
   [junit4]   2> 508494 INFO  (qtp87629935-5923) [n:127.0.0.1:36422_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 509496 INFO  (qtp87629935-5933) [n:127.0.0.1:36422_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308
   [junit4]   2> 509496 INFO  (qtp87629935-5933) [n:127.0.0.1:36422_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 509598 INFO  
(parallelCoreAdminExecutor-2724-thread-1-processing-n:127.0.0.1:36422_solr 
6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308 CREATE) 
[n:127.0.0.1:36422_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext Was waiting for replicas to come up, but 
they are taking too long - assuming they won't come back till later
   [junit4]   2> 509598 INFO  
(parallelCoreAdminExecutor-2724-thread-1-processing-n:127.0.0.1:36422_solr 
6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308 CREATE) 
[n:127.0.0.1:36422_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 509598 INFO  
(parallelCoreAdminExecutor-2724-thread-1-processing-n:127.0.0.1:36422_solr 
6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308 CREATE) 
[n:127.0.0.1:36422_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:36422/solr/solr_9504_shard1_replica2/
   [junit4]   2> 509598 INFO  
(parallelCoreAdminExecutor-2724-thread-1-processing-n:127.0.0.1:36422_solr 
6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308 CREATE) 
[n:127.0.0.1:36422_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 509598 INFO  
(parallelCoreAdminExecutor-2724-thread-1-processing-n:127.0.0.1:36422_solr 
6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308 CREATE) 
[n:127.0.0.1:36422_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] 
o.a.s.c.SyncStrategy http://127.0.0.1:36422/solr/solr_9504_shard1_replica2/ has 
no replicas
   [junit4]   2> 509600 INFO  
(parallelCoreAdminExecutor-2724-thread-1-processing-n:127.0.0.1:36422_solr 
6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308 CREATE) 
[n:127.0.0.1:36422_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:36422/solr/solr_9504_shard1_replica2/ shard1
   [junit4]   2> 509601 INFO  
(zkCallback-1538-thread-2-processing-n:127.0.0.1:36422_solr) 
[n:127.0.0.1:36422_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solr_9504/state.json] for collection [solr_9504] has occurred 
- updating... (live nodes size: [1])
   [junit4]   2> 509651 INFO  
(parallelCoreAdminExecutor-2724-thread-1-processing-n:127.0.0.1:36422_solr 
6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308 CREATE) 
[n:127.0.0.1:36422_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 509754 INFO  
(zkCallback-1538-thread-2-processing-n:127.0.0.1:36422_solr) 
[n:127.0.0.1:36422_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solr_9504/state.json] for collection [solr_9504] has occurred 
- updating... (live nodes size: [1])
   [junit4]   2> 510498 INFO  (qtp87629935-5933) [n:127.0.0.1:36422_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308
   [junit4]   2> 510498 INFO  (qtp87629935-5933) [n:127.0.0.1:36422_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=6e1bd268-3f1c-4751-b7d8-c2f10c3f0a3826573065861224308&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 510500 INFO  
(OverseerThreadFactory-2736-thread-1-processing-n:127.0.0.1:36422_solr) 
[n:127.0.0.1:36422_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000001 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 511442 INFO  
(OverseerCollectionConfigSetProcessor-97530466485010438-127.0.0.1:36422_solr-n_0000000001)
 [n:127.0.0.1:36422_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000001 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 513698 INFO  
(TEST-TestLeaderElectionWithEmptyReplica.test-seed#[FCD3C46C1855682A]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 513699 INFO  
(TEST-TestLeaderElectionWithEmptyReplica.test-seed#[FCD3C46C1855682A]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@de38b0a{/solr,null,AVAILABLE}
   [junit4]   2> 513699 INFO  
(TEST-TestLeaderElectionWithEmptyReplica.test-seed#[FCD3C46C1855682A]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@1648bc2c{HTTP/1.1,[http/1.1]}{127.0.0.1:40637}
   [junit4]   2> 513699 INFO  
(TEST-TestLeaderElectionWithEmptyReplica.test-seed#[FCD3C46C1855682A]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@de38b0a{/solr,null,UNAVAILABLE}
   [junit4]   2> 543700 INFO  
(TEST-TestLeaderElectionWithEmptyReplica.test-seed#[FCD3C46C1855682A]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 543705 INFO  
(TEST-TestLeaderElectionWithEmptyReplica.test-seed#[FCD3C46C1855682A]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7776fefe{/solr,null,AVAILABLE}
   [junit4]   2> 543705 ERROR 
(TEST-TestLeaderElectionWithEmptyReplica.test-seed#[FCD3C46C1855682A]) [    ] 
o.a.s.c.ChaosMonkey Could not get the port to start jetty again
   [junit4]   2> java.net.BindException: Address already in use
   [junit4]   2>        at sun.nio.ch.Net.bind0(Native Method)
   [junit4]   2>        at sun.nio.ch.Net.bind(Net.java:433)
   [junit4]   2>        at sun.nio.ch.Net.bind(Net.java:425)
   [junit4]   2>        at 
sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
   [junit4]   2>        at 
sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
   [junit4]   2>        at 
org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:317)
   [junit4]   2>        at 
org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
   [junit4]   2>        at 
org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:235)
   [junit4]   2>        at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.doStart(Server.java:401)
   [junit4]   2>        at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:394)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:367)
   [junit4]   2>        at 
org.apache.solr.cloud.ChaosMonkey.start(ChaosMonkey.java:600)
   [junit4]   2>        at 
org.apache.solr.cloud.TestLeaderElectionWithEmptyReplica.test(TestLeaderElectionWithEmptyReplica.java:94)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 543706 INFO  
(TEST-TestLeaderElectionWithEmptyReplica.test-seed#[FCD3C46C1855682A]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@bed84a0{HTTP/1.1,[http/1.1]}{127.0.0.1:40637}
   [junit4]   2> 543706 INFO  
(TEST-TestLeaderElectionWithEmptyReplica.test-seed#[FCD3C46C1855682A]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7776fefe{/solr,null,UNAVAILABLE}
   [junit4]   2> 633708 INFO  
(TEST-TestLeaderElectionWithEmptyReplica.test-seed#[FCD3C46C1855682A]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestLeaderElectionWithEmptyReplica -Dtests.method=test 
-Dtests.seed=FCD3C46C1855682A -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=ro-RO -Dtests.timezone=Australia/ACT -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    136s J2 | TestLeaderElectionWithEmptyReplica.test <<<
   [junit4]    > Throwable #1: java.util.concurrent.TimeoutException
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([FCD3C46C1855682A:7487FBB6B6A905D2]:0)
   [junit4]    >        at 
org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:1251)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.waitForState(CloudSolrClient.java:702)
   [junit4]    >        at 
org.apache.solr.cloud.TestLeaderElectionWithEmptyReplica.test(TestLeaderElectionWithEmptyReplica.java:97)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 633714 INFO  (jetty-closer-1527-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@532f550f{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 633715 INFO  (jetty-closer-1527-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1305632249
   [junit4]   2> 633717 INFO  (coreCloseExecutor-2742-thread-1) 
[n:127.0.0.1:36422_solr c:solr_9504 s:shard1 r:core_node2 
x:solr_9504_shard1_replica2] o.a.s.c.SolrCore [solr_9504_shard1_replica2]  
CLOSING SolrCore org.apache.solr.core.SolrCore@4120ab3f
   [junit4]   2> 633717 INFO  
(zkCallback-1538-thread-5-processing-n:127.0.0.1:36422_solr) 
[n:127.0.0.1:36422_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solr_9504/state.json] for collection [solr_9504] has occurred 
- updating... (live nodes size: [1])
   [junit4]   2> 633718 INFO  (coreCloseExecutor-2742-thread-1) 
[n:127.0.0.1:36422_solr c:solr_9504 s:shard1 r:core_node2 
x:solr_9504_shard1_replica2] o.a.s.m.SolrMetricManager Closing metric reporters 
for: solr.core.solr_9504.shard1.replica2
   [junit4]   2> 633719 INFO  (jetty-closer-1527-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=97530466485010438-127.0.0.1:36422_solr-n_0000000001) closing
   [junit4]   2> 633719 INFO  
(OverseerStateUpdate-97530466485010438-127.0.0.1:36422_solr-n_0000000001) 
[n:127.0.0.1:36422_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:36422_solr
   [junit4]   2> 635221 WARN  
(zkCallback-1538-thread-4-processing-n:127.0.0.1:36422_solr) 
[n:127.0.0.1:36422_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 635221 INFO  (jetty-closer-1527-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 635221 INFO  (jetty-closer-1527-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@348d403e{/solr,null,UNAVAILABLE}
   [junit4]   2> 635222 INFO  
(SUITE-TestLeaderElectionWithEmptyReplica-seed#[FCD3C46C1855682A]-worker) [    
] o.a.s.c.ZkTestServer connecting to 127.0.0.1:59163 59163
   [junit4]   2> 635388 INFO  (Thread-970) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:59163 59163
   [junit4]   2> 635389 WARN  (Thread-970) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/aliases.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2>        2       /solr/security.json
   [junit4]   2>        2       /solr/configs/config
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/clusterstate.json
   [junit4]   2>        3       /solr/collections/solr_9504/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        126     /solr/overseer/collection-queue-work
   [junit4]   2>        14      /solr/overseer/queue
   [junit4]   2>        5       /solr/overseer/queue-work
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        3       /solr/collections
   [junit4]   2> 
   [junit4]   2> 635389 INFO  
(SUITE-TestLeaderElectionWithEmptyReplica-seed#[FCD3C46C1855682A]-worker) [    
] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_FCD3C46C1855682A-001
   [junit4]   2> Feb 27, 2017 12:02:36 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=ro-RO, 
timezone=Australia/ACT
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 
1.8.0_121 (64-bit)/cpus=4,threads=1,free=174742208,total=526385152
   [junit4]   2> NOTE: All tests run in this JVM: [UnloadDistributedZkTest, 
TestXIncludeConfig, LeaderElectionContextKeyTest, TestExtendedDismaxParser, 
TestFieldSortValues, TestAnalyzedSuggestions, 
BigEndianAscendingWordSerializerTest, TestIntervalFaceting, 
TestRuleBasedAuthorizationPlugin, TestDynamicLoading, 
TestSolrConfigHandlerCloud, TestRestManager, TestConfigOverlay, 
HdfsBasicDistributedZk2Test, HighlighterMaxOffsetTest, 
TestCustomDocTransformer, TestConfigSets, CollectionsAPIAsyncDistributedZkTest, 
SolrTestCaseJ4Test, TestSerializedLuceneMatchVersion, 
FieldMutatingUpdateProcessorTest, ShowFileRequestHandlerTest, 
TestSortByMinMaxFunction, RollingRestartTest, JSONWriterTest, 
LeaderElectionTest, TestDocBasedVersionConstraints, SuggesterTSTTest, 
FacetPivotSmallTest, TestScoreJoinQPNoScore, TestTolerantSearch, 
SolrCoreCheckLockOnStartupTest, RecoveryZkTest, TestGraphMLResponseWriter, 
TestFieldCacheVsDocValues, CircularListTest, TestWriterPerf, 
ResponseLogComponentTest, TestDownShardTolerantSearch, TestRawResponseWriter, 
TestStressReorder, FieldAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, 
TestSchemaManager, TermVectorComponentDistributedTest, 
TestDFISimilarityFactory, TimeZoneUtilsTest, TestSolrQueryParser, 
TestRandomFlRTGCloud, CursorMarkTest, TestRecovery, BufferStoreTest, 
SuggesterWFSTTest, LukeRequestHandlerTest, TestBlendedInfixSuggestions, 
JvmMetricsTest, DataDrivenBlockJoinTest, TestDistributedMissingSort, 
PingRequestHandlerTest, TestLeaderElectionWithEmptyReplica]
   [junit4] Completed [176/696 (1!)] on J2 in 141.85s, 1 test, 1 error <<< 
FAILURES!

[...truncated 1254 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsRecoveryZkTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_FCD3C46C1855682A-001/init-core-data-001
   [junit4]   2> 1710343 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[FCD3C46C1855682A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 1710344 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[FCD3C46C1855682A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1710344 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[FCD3C46C1855682A]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_FCD3C46C1855682A-001/tempDir-001
   [junit4]   2> 1710344 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[FCD3C46C1855682A]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1710344 INFO  (Thread-3250) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1710344 INFO  (Thread-3250) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1710444 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[FCD3C46C1855682A]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:58005
   [junit4]   2> 1710450 INFO  (jetty-launcher-4613-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1710454 INFO  (jetty-launcher-4613-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3860e943{/solr,null,AVAILABLE}
   [junit4]   2> 1710455 INFO  (jetty-launcher-4613-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4ea9047e{HTTP/1.1,[http/1.1]}{127.0.0.1:42477}
   [junit4]   2> 1710455 INFO  (jetty-launcher-4613-thread-1) [    ] 
o.e.j.s.Server Started @1713663ms
   [junit4]   2> 1710455 INFO  (jetty-launcher-4613-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42477}
   [junit4]   2> 1710455 ERROR (jetty-launcher-4613-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1710456 INFO  (jetty-launcher-4613-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.5.0
   [junit4]   2> 1710456 INFO  (jetty-launcher-4613-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1710456 INFO  (jetty-launcher-4613-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1710456 INFO  (jetty-launcher-4613-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-27T12:20:31.666Z
   [junit4]   2> 1710457 INFO  (jetty-launcher-4613-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1710457 INFO  (jetty-launcher-4613-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1710464 INFO  (jetty-launcher-4613-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@64e7b527{/solr,null,AVAILABLE}
   [junit4]   2> 1710465 INFO  (jetty-launcher-4613-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4c74b658{HTTP/1.1,[http/1.1]}{127.0.0.1:34038}
   [junit4]   2> 1710465 INFO  (jetty-launcher-4613-thread-2) [    ] 
o.e.j.s.Server Started @1713672ms
   [junit4]   2> 1710465 INFO  (jetty-launcher-4613-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34038}
   [junit4]   2> 1710465 ERROR (jetty-launcher-4613-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1710465 INFO  (jetty-launcher-4613-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.5.0
   [junit4]   2> 1710465 INFO  (jetty-launcher-4613-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1710465 INFO  (jetty-launcher-4613-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1710465 INFO  (jetty-launcher-4613-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-27T12:20:31.675Z
   [junit4]   2> 1710469 INFO  (jetty-launcher-4613-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1710470 INFO  (jetty-launcher-4613-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1710471 INFO  (jetty-launcher-4613-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58005/solr
   [junit4]   2> 1710473 INFO  (jetty-launcher-4613-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1710474 INFO  (jetty-launcher-4613-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58005/solr
   [junit4]   2> 1710493 INFO  (jetty-launcher-4613-thread-2) 
[n:127.0.0.1:34038_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1710494 INFO  (jetty-launcher-4613-thread-1) 
[n:127.0.0.1:42477_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1710494 INFO  (jetty-launcher-4613-thread-2) 
[n:127.0.0.1:34038_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:34038_solr
   [junit4]   2> 1710495 INFO  (jetty-launcher-4613-thread-1) 
[n:127.0.0.1:42477_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42477_solr
   [junit4]   2> 1710495 INFO  (jetty-launcher-4613-thread-2) 
[n:127.0.0.1:34038_solr    ] o.a.s.c.Overseer Overseer 
(id=97530546195988486-127.0.0.1:34038_solr-n_0000000000) starting
   [junit4]   2> 1710496 INFO  
(zkCallback-4623-thread-1-processing-n:127.0.0.1:42477_solr) 
[n:127.0.0.1:42477_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1710497 INFO  
(zkCallback-4625-thread-1-processing-n:127.0.0.1:34038_solr) 
[n:127.0.0.1:34038_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1710502 INFO  (jetty-launcher-4613-thread-2) 
[n:127.0.0.1:34038_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34038_solr
   [junit4]   2> 1710503 INFO  
(zkCallback-4623-thread-1-processing-n:127.0.0.1:42477_solr) 
[n:127.0.0.1:42477_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1710503 INFO  
(zkCallback-4625-thread-1-processing-n:127.0.0.1:34038_solr) 
[n:127.0.0.1:34038_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1710549 INFO  (jetty-launcher-4613-thread-1) 
[n:127.0.0.1:42477_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_FCD3C46C1855682A-001/tempDir-001/node1/.
   [junit4]   2> 1710632 INFO  (jetty-launcher-4613-thread-2) 
[n:127.0.0.1:34038_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_FCD3C46C1855682A-001/tempDir-001/node2/.
   [junit4]   2> 1711341 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[FCD3C46C1855682A]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1711342 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[FCD3C46C1855682A]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58005/solr ready
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 1711375 WARN  
(SUITE-HdfsRecoveryZkTest-seed#[FCD3C46C1855682A]-worker) [    ] 
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 1711383 WARN  
(SUITE-HdfsRecoveryZkTest-seed#[FCD3C46C1855682A]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1711386 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[FCD3C46C1855682A]-worker) [    ] o.m.log 
jetty-6.1.26
   [junit4]   2> 1711402 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[FCD3C46C1855682A]-worker) [    ] o.m.log 
Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/hdfs
 to ./temp/Jetty_localhost_44988_hdfs____hpjjmr/webapp
   [junit4]   2> 1711751 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[FCD3C46C1855682A]-worker) [    ] o.m.log 
Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:44988
   [junit4]   2> 1711861 WARN  
(SUITE-HdfsRecoveryZkTest-seed#[FCD3C46C1855682A]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1711862 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[FCD3C46C1855682A]-worker) [    ] o.m.log 
jetty-6.1.26
   [junit4]   2> 1711870 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[FCD3C46C1855682A]-worker) [    ] o.m.log 
Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_35282_datanode____.75lvdb/webapp
   [junit4]   2> 1712207 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[FCD3C46C1855682A]-worker) [    ] o.m.log 
Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:35282
   [junit4]   2> 1712372 WARN  
(SUITE-HdfsRecoveryZkTest-seed#[FCD3C46C1855682A]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1712374 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[FCD3C46C1855682A]-worker) [    ] o.m.log 
jetty-6.1.26
   [junit4]   2> 1712394 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[FCD3C46C1855682A]-worker) [    ] o.m.log 
Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_43626_datanode____kja4jm/webapp
   [junit4]   2> 1712454 INFO  (IPC Server handler 4 on 53833) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-8e774ca1-42ff-44c4-894f-88d0e236a079 node 
DatanodeRegistration(127.0.0.1:53192, 
datanodeUuid=fa4550c3-d764-4e10-8995-8b1ba81a853d, infoPort=58033, 
infoSecurePort=0, ipcPort=56301, 
storageInfo=lv=-56;cid=testClusterID;nsid=1329083324;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 1712454 INFO  (IPC Server handler 4 on 53833) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-12e444ec-012d-46e1-81a6-9616bf517389 node 
DatanodeRegistration(127.0.0.1:53192, 
datanodeUuid=fa4550c3-d764-4e10-8995-8b1ba81a853d, infoPort=58033, 
infoSecurePort=0, ipcPort=56301, 
storageInfo=lv=-56;cid=testClusterID;nsid=1329083324;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 1712764 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[FCD3C46C1855682A]-worker) [    ] o.m.log 
Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:43626
   [junit4]   2> 1712841 INFO  (IPC Server handler 2 on 53833) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-0b2c9611-9bbf-4a9d-bcf2-f9da931dec36 node 
DatanodeRegistration(127.0.0.1:51803, 
datanodeUuid=549f24da-fe24-4c4e-8c91-9a381210c7e9, infoPort=45407, 
infoSecurePort=0, ipcPort=36988, 
storageInfo=lv=-56;cid=testClusterID;nsid=1329083324;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 1712841 INFO  (IPC Server handler 2 on 53833) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-9c5bd197-2c49-41c4-a277-4715b9bad236 node 
DatanodeRegistration(127.0.0.1:51803, 
datanodeUuid=549f24da-fe24-4c4e-8c91-9a381210c7e9, infoPort=45407, 
infoSecurePort=0, ipcPort=36988, 
storageInfo=lv=-56;cid=testClusterID;nsid=1329083324;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 1712939 INFO  
(TEST-HdfsRecoveryZkTest.test-seed#[FCD3C46C1855682A]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1712941 INFO  (qtp1914944343-20966) [n:127.0.0.1:42477_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=recoverytest&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1712942 INFO  
(OverseerThreadFactory-7168-thread-1-processing-n:127.0.0.1:34038_solr) 
[n:127.0.0.1:34038_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
recoverytest
   [junit4]   2> 1713048 INFO  (qtp1914944343-20964) [n:127.0.0.1:42477_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=recoverytest_shard1_replica1&action=CREATE&numShards=1&collection=recoverytest&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1713048 INFO  (qtp123295778-20979) [n:127.0.0.1:34038_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=recoverytest_shard1_replica2&action=CREATE&numShards=1&collection=recoverytest&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1713153 INFO  
(zkCallback-4625-thread-1-processing-n:127.0.0.1:34038_solr) 
[n:127.0.0.1:34038_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/recoverytest/state.json] for collection [recoverytest] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1713153 INFO  
(zkCallback-4623-thread-1-processing-n:127.0.0.1:42477_solr) 
[n:127.0.0.1:42477_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/recoverytest/state.json] for collection [recoverytest] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1714056 INFO  (qtp1914944343-20964) [n:127.0.0.1:42477_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1714057 INFO  (qtp123295778-20979) [n:127.0.0.1:34038_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1714063 INFO  (qtp123295778-20979) [n:127.0.0.1:34038_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.s.IndexSchema 
[recoverytest_shard1_replica2] Schema name=minimal
   [junit4]   2> 1714065 INFO  (qtp123295778-20979) [n:127.0.0.1:34038_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1714066 INFO  (qtp123295778-20979) [n:127.0.0.1:34038_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.CoreContainer 
Creating SolrCore 'recoverytest_shard1_replica2' using configuration from 
collection recoverytes

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

cs2.impl.MetricsSourceAdapter.stopMBeans(MetricsSourceAdapter.java:226)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.stop(MetricsSourceAdapter.java:211)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.stopSources(MetricsSystemImpl.java:463)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.stop(MetricsSystemImpl.java:213)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.shutdown(MetricsSystemImpl.java:594)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdownInstance(DefaultMetricsSystem.java:72)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdown(DefaultMetricsSystem.java:68)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics.shutdown(NameNodeMetrics.java:171)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.NameNode.stop(NameNode.java:872)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1726)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1705)
   [junit4]   2>        at 
org.apache.solr.cloud.hdfs.HdfsTestUtil.teardownClass(HdfsTestUtil.java:203)
   [junit4]   2>        at 
org.apache.solr.cloud.hdfs.HdfsRecoveryZkTest.teardownClass(HdfsRecoveryZkTest.java:51)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: java.lang.NullPointerException
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap.size(BlocksMap.java:203)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.getTotalBlocks(BlockManager.java:3370)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlocksTotal(FSNamesystem.java:5729)
   [junit4]   2>        ... 54 more
   [junit4]   2> 1731951 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[FCD3C46C1855682A]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:58005 58005
   [junit4]   2> 1731951 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[FCD3C46C1855682A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_FCD3C46C1855682A-001
   [junit4]   2> Feb 27, 2017 12:20:53 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 34 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{rnd_b=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
_version_=Lucene50(blocksize=128), a_t=Lucene50(blocksize=128), 
a_i=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
id=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{}, 
maxPointsInLeafNode=1069, maxMBSortInHeap=7.307690418047138, 
sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=ar-SA, 
timezone=Europe/Kaliningrad
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 
1.8.0_121 (64-bit)/cpus=4,threads=2,free=218852744,total=526909440
   [junit4]   2> NOTE: All tests run in this JVM: [UnloadDistributedZkTest, 
TestXIncludeConfig, LeaderElectionContextKeyTest, TestExtendedDismaxParser, 
TestFieldSortValues, TestAnalyzedSuggestions, 
BigEndianAscendingWordSerializerTest, TestIntervalFaceting, 
TestRuleBasedAuthorizationPlugin, TestDynamicLoading, 
TestSolrConfigHandlerCloud, TestRestManager, TestConfigOverlay, 
HdfsBasicDistributedZk2Test, HighlighterMaxOffsetTest, 
TestCustomDocTransformer, TestConfigSets, CollectionsAPIAsyncDistributedZkTest, 
SolrTestCaseJ4Test, TestSerializedLuceneMatchVersion, 
FieldMutatingUpdateProcessorTest, ShowFileRequestHandlerTest, 
TestSortByMinMaxFunction, RollingRestartTest, JSONWriterTest, 
LeaderElectionTest, TestDocBasedVersionConstraints, SuggesterTSTTest, 
FacetPivotSmallTest, TestScoreJoinQPNoScore, TestTolerantSearch, 
SolrCoreCheckLockOnStartupTest, RecoveryZkTest, TestGraphMLResponseWriter, 
TestFieldCacheVsDocValues, CircularListTest, TestWriterPerf, 
ResponseLogComponentTest, TestDownShardTolerantSearch, TestRawResponseWriter, 
TestStressReorder, FieldAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, 
TestSchemaManager, TermVectorComponentDistributedTest, 
TestDFISimilarityFactory, TimeZoneUtilsTest, TestSolrQueryParser, 
TestRandomFlRTGCloud, CursorMarkTest, TestRecovery, BufferStoreTest, 
SuggesterWFSTTest, LukeRequestHandlerTest, TestBlendedInfixSuggestions, 
JvmMetricsTest, DataDrivenBlockJoinTest, TestDistributedMissingSort, 
PingRequestHandlerTest, TestLeaderElectionWithEmptyReplica, 
TestHdfsBackupRestoreCore, TlogReplayBufferedWhileIndexingTest, 
TestSizeLimitedDistributedMap, BadComponentTest, CustomCollectionTest, 
BasicDistributedZk2Test, TestCoreAdminApis, DeleteNodeTest, SmileWriterTest, 
TestMissingGroups, DistribJoinFromCollectionTest, RequestHandlersTest, 
TestBinaryField, RequestLoggingTest, TestIndexingPerformance, TestConfig, 
TestXmlQParser, SolrXmlInZkTest, SpellPossibilityIteratorTest, 
QueryParsingTest, TestFieldTypeCollectionResource, AddBlockUpdateTest, 
PreAnalyzedFieldTest, SparseHLLTest, TestCopyFieldCollectionResource, 
TestStressLiveNodes, TestDistribIDF, JSONWriterTest, BlobRepositoryCloudTest, 
SolrGraphiteReporterTest, CurrencyFieldXmlFileTest, DocValuesMultiTest, 
OpenExchangeRatesOrgProviderTest, TestJettySolrRunner, TestStandardQParsers, 
NoCacheHeaderTest, TestCloudRecovery, TestCryptoKeys, CollectionReloadTest, 
TestSort, BadCopyFieldTest, SortSpecParsingTest, TestTestInjection, 
FullSolrCloudDistribCmdsTest, BinaryUpdateRequestHandlerTest, 
SolrPluginUtilsTest, TestUniqueKeyFieldResource, AliasIntegrationTest, 
TestSolrCloudWithSecureImpersonation, TestImpersonationWithHadoopAuth, 
OverseerRolesTest, SimpleCollectionCreateDeleteTest, OpenCloseCoreStressTest, 
OverseerTest, ShardRoutingTest, TestFaceting, 
DistributedSpellCheckComponentTest, TestReload, HardAutoCommitTest, 
TestRangeQuery, TestGroupingSearch, QueryElevationComponentTest, 
BadIndexSchemaTest, ConvertedLegacyTest, TestFiltering, TestIndexSearcher, 
SoftAutoCommitTest, SearchHandlerTest, TestMergePolicyConfig, 
TestSolrDeletionPolicy2, TestSearchPerf, MinimalSchemaTest, 
TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions, 
ExternalFileFieldSortTest, TestSolrCoreProperties, TestPostingsSolrHighlighter, 
DirectSolrConnectionTest, TestLuceneMatchVersion, TestPhraseSuggestions, 
TestCharFilters, TestCodecSupport, EchoParamsTest, TestDFRSimilarityFactory, 
TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, 
TestFastWriter, TestJmxMonitoredMap, TestFastOutputStream, PluginInfoTest, 
DateMathParserTest, DateFieldTest, RAMDirectoryFactoryTest, TestUtils, 
SystemInfoHandlerTest, UUIDFieldTest, CursorPagingTest, 
TestSimpleTrackingShardHandler, CloudExitableDirectoryReaderTest, 
CollectionTooManyReplicasTest, DistributedQueueTest, 
DistributedVersionInfoTest, MultiThreadedOCPTest, TestCloudDeleteByQuery, 
TestClusterProperties, TestDistribDocBasedVersion, 
TestLocalFSCloudBackupRestore, TestMiniSolrCloudClusterSSL, 
TestRandomRequestDistribution, TestSSLRandomization, 
TestSolrCloudWithKerberosAlt, TestTolerantUpdateProcessorCloud, 
VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZkTest, 
HdfsChaosMonkeySafeLeaderTest, HdfsCollectionsAPIDistributedZkTest, 
HdfsNNFailoverTest, HdfsRecoveryZkTest]
   [junit4] Completed [555/696 (2!)] on J2 in 30.75s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 63115 lines...]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to