Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/206/

3 tests failed.
FAILED:  
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testUpdateLogSynchronisation

Error Message:
Captured an uncaught exception in thread: Thread[id=104474, 
name=cdcr-replicator-6263-thread-5, state=RUNNABLE, 
group=TGRP-CdcrReplicationDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=104474, name=cdcr-replicator-6263-thread-5, 
state=RUNNABLE, group=TGRP-CdcrReplicationDistributedZkTest]
        at 
__randomizedtesting.SeedInfo.seed([7364E1FC98EB3611:8D0BB95F5ACB1500]:0)
Caused by: java.lang.AssertionError
        at __randomizedtesting.SeedInfo.seed([7364E1FC98EB3611]:0)
        at 
org.apache.solr.handler.CdcrReplicatorScheduler.lambda$null$0(CdcrReplicatorScheduler.java:78)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.testCollectionsAPI

Error Message:
Expected to see collection awhollynewcollection_0 null Last available state: 
DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/5)={
   "replicationFactor":"4",   "shards":{     "shard1":{       
"range":"80000000-ffffffff",       "state":"active",       "replicas":{}},     
"shard2":{       "range":"0-7fffffff",       "state":"active",       
"replicas":{}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"3",   
"autoAddReplicas":"false"}

Stack Trace:
java.lang.AssertionError: Expected to see collection awhollynewcollection_0
null
Last available state: 
DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/5)={
  "replicationFactor":"4",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"3",
  "autoAddReplicas":"false"}
        at 
__randomizedtesting.SeedInfo.seed([7364E1FC98EB3611:3B1195489ED81984]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:236)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:496)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        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:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.testSpecificConfigsets

Error Message:
KeeperErrorCode = NoNode for /collections/withconfigset2

Stack Trace:
org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode 
for /collections/withconfigset2
        at 
__randomizedtesting.SeedInfo.seed([7364E1FC98EB3611:5E1AAEA66FCF8C1D]:0)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:356)
        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:353)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:353)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testSpecificConfigsets(CollectionsAPIDistributedZkTest.java:425)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        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:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11335 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_7364E1FC98EB3611-001/init-core-data-001
   [junit4]   2> 130885 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[7364E1FC98EB3611]-worker) [    
] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 130889 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[7364E1FC98EB3611]-worker) [    
] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_7364E1FC98EB3611-001/tempDir-001
   [junit4]   2> 130889 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[7364E1FC98EB3611]-worker) [    
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 130889 INFO  (Thread-223) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 130889 INFO  (Thread-223) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 130989 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[7364E1FC98EB3611]-worker) [    
] o.a.s.c.ZkTestServer start zk server on port:54475
   [junit4]   2> 131015 INFO  (jetty-launcher-151-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 131016 INFO  (jetty-launcher-151-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 131016 INFO  (jetty-launcher-151-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 131030 INFO  (jetty-launcher-151-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@239cd561{/solr,null,AVAILABLE}
   [junit4]   2> 131031 INFO  (jetty-launcher-151-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 131038 INFO  (jetty-launcher-151-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@725240d5{/solr,null,AVAILABLE}
   [junit4]   2> 131040 INFO  (jetty-launcher-151-thread-2) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@17f67509{SSL,[ssl, 
http/1.1]}{127.0.0.1:35350}
   [junit4]   2> 131040 INFO  (jetty-launcher-151-thread-2) [    ] 
o.e.j.s.Server Started @135644ms
   [junit4]   2> 131040 INFO  (jetty-launcher-151-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35350}
   [junit4]   2> 131041 ERROR (jetty-launcher-151-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 131065 INFO  (jetty-launcher-151-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@14538944{/solr,null,AVAILABLE}
   [junit4]   2> 131072 INFO  (jetty-launcher-151-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.0
   [junit4]   2> 131072 INFO  (jetty-launcher-151-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 131072 INFO  (jetty-launcher-151-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 131072 INFO  (jetty-launcher-151-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-11-21T17:12:48.212Z
   [junit4]   2> 131041 INFO  (jetty-launcher-151-thread-3) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@35f2635d{SSL,[ssl, 
http/1.1]}{127.0.0.1:57318}
   [junit4]   2> 131085 INFO  (jetty-launcher-151-thread-3) [    ] 
o.e.j.s.Server Started @135689ms
   [junit4]   2> 131081 INFO  (jetty-launcher-151-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@46b5e43f{/solr,null,AVAILABLE}
   [junit4]   2> 131085 INFO  (jetty-launcher-151-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=57318}
   [junit4]   2> 131085 ERROR (jetty-launcher-151-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 131085 INFO  (jetty-launcher-151-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.0
   [junit4]   2> 131086 INFO  (jetty-launcher-151-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 131086 INFO  (jetty-launcher-151-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 131086 INFO  (jetty-launcher-151-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-11-21T17:12:48.226Z
   [junit4]   2> 131087 INFO  (jetty-launcher-151-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 131087 INFO  (jetty-launcher-151-thread-1) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@2c5d02cd{SSL,[ssl, 
http/1.1]}{127.0.0.1:34983}
   [junit4]   2> 131087 INFO  (jetty-launcher-151-thread-1) [    ] 
o.e.j.s.Server Started @135691ms
   [junit4]   2> 131087 INFO  (jetty-launcher-151-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34983}
   [junit4]   2> 131087 ERROR (jetty-launcher-151-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 131087 INFO  (jetty-launcher-151-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.0
   [junit4]   2> 131088 INFO  (jetty-launcher-151-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 131088 INFO  (jetty-launcher-151-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 131088 INFO  (jetty-launcher-151-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-11-21T17:12:48.228Z
   [junit4]   2> 131088 INFO  (jetty-launcher-151-thread-4) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@56493fda{SSL,[ssl, 
http/1.1]}{127.0.0.1:49448}
   [junit4]   2> 131088 INFO  (jetty-launcher-151-thread-4) [    ] 
o.e.j.s.Server Started @135692ms
   [junit4]   2> 131088 INFO  (jetty-launcher-151-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=49448}
   [junit4]   2> 131088 ERROR (jetty-launcher-151-thread-4) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 131088 INFO  (jetty-launcher-151-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.0
   [junit4]   2> 131088 INFO  (jetty-launcher-151-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 131088 INFO  (jetty-launcher-151-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 131089 INFO  (jetty-launcher-151-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-11-21T17:12:48.229Z
   [junit4]   2> 131107 INFO  (jetty-launcher-151-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 131115 INFO  (jetty-launcher-151-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 131115 INFO  (jetty-launcher-151-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54475/solr
   [junit4]   2> 131123 INFO  (jetty-launcher-151-thread-3) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 131125 INFO  (jetty-launcher-151-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 131145 INFO  (jetty-launcher-151-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54475/solr
   [junit4]   2> 131149 INFO  (jetty-launcher-151-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 131156 INFO  (jetty-launcher-151-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 131156 INFO  (jetty-launcher-151-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54475/solr
   [junit4]   2> 131179 INFO  (jetty-launcher-151-thread-4) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 131184 INFO  (jetty-launcher-151-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54475/solr
   [junit4]   2> 131262 INFO  (jetty-launcher-151-thread-2) 
[n:127.0.0.1:35350_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:35350_solr
   [junit4]   2> 131264 INFO  (jetty-launcher-151-thread-2) 
[n:127.0.0.1:35350_solr    ] o.a.s.c.Overseer Overseer 
(id=96976789047279625-127.0.0.1:35350_solr-n_0000000000) starting
   [junit4]   2> 131266 INFO  (jetty-launcher-151-thread-1) 
[n:127.0.0.1:34983_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34983_solr
   [junit4]   2> 131268 INFO  (jetty-launcher-151-thread-3) 
[n:127.0.0.1:57318_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:57318_solr
   [junit4]   2> 131270 INFO  
(zkCallback-171-thread-1-processing-n:127.0.0.1:34983_solr) 
[n:127.0.0.1:34983_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 131271 INFO  
(zkCallback-170-thread-1-processing-n:127.0.0.1:57318_solr) 
[n:127.0.0.1:57318_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 131274 INFO  
(zkCallback-166-thread-1-processing-n:127.0.0.1:35350_solr) 
[n:127.0.0.1:35350_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 131277 INFO  
(zkCallback-170-thread-1-processing-n:127.0.0.1:57318_solr) 
[n:127.0.0.1:57318_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 131283 INFO  
(zkCallback-166-thread-1-processing-n:127.0.0.1:35350_solr) 
[n:127.0.0.1:35350_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 131283 INFO  
(zkCallback-171-thread-1-processing-n:127.0.0.1:34983_solr) 
[n:127.0.0.1:34983_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 131284 INFO  
(zkCallback-172-thread-2-processing-n:127.0.0.1:49448_solr) 
[n:127.0.0.1:49448_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 131288 INFO  (jetty-launcher-151-thread-4) 
[n:127.0.0.1:49448_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:49448_solr
   [junit4]   2> 131294 INFO  
(zkCallback-170-thread-1-processing-n:127.0.0.1:57318_solr) 
[n:127.0.0.1:57318_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 131294 INFO  
(zkCallback-171-thread-1-processing-n:127.0.0.1:34983_solr) 
[n:127.0.0.1:34983_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 131297 INFO  
(zkCallback-166-thread-1-processing-n:127.0.0.1:35350_solr) 
[n:127.0.0.1:35350_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 131325 INFO  
(zkCallback-172-thread-2-processing-n:127.0.0.1:49448_solr) 
[n:127.0.0.1:49448_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 131327 INFO  (jetty-launcher-151-thread-2) 
[n:127.0.0.1:35350_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35350_solr
   [junit4]   2> 131330 INFO  
(zkCallback-171-thread-1-processing-n:127.0.0.1:34983_solr) 
[n:127.0.0.1:34983_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 131330 INFO  
(zkCallback-170-thread-1-processing-n:127.0.0.1:57318_solr) 
[n:127.0.0.1:57318_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 131330 INFO  
(zkCallback-172-thread-2-processing-n:127.0.0.1:49448_solr) 
[n:127.0.0.1:49448_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 131337 INFO  
(zkCallback-166-thread-1-processing-n:127.0.0.1:35350_solr) 
[n:127.0.0.1:35350_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 131388 INFO  (jetty-launcher-151-thread-4) 
[n:127.0.0.1:49448_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_7364E1FC98EB3611-001/tempDir-001/node4/.
   [junit4]   2> 131403 INFO  (jetty-launcher-151-thread-3) 
[n:127.0.0.1:57318_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_7364E1FC98EB3611-001/tempDir-001/node3/.
   [junit4]   2> 131410 INFO  (jetty-launcher-151-thread-2) 
[n:127.0.0.1:35350_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_7364E1FC98EB3611-001/tempDir-001/node2/.
   [junit4]   2> 131413 INFO  (jetty-launcher-151-thread-1) 
[n:127.0.0.1:34983_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_7364E1FC98EB3611-001/tempDir-001/node1/.
   [junit4]   2> 131440 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[7364E1FC98EB3611]-worker) [    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 132530 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[7364E1FC98EB3611]-worker) [    
] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your 
platform... using builtin-java classes where applicable
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 133869 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[7364E1FC98EB3611]-worker) [    
] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 134325 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[7364E1FC98EB3611]-worker) [    
] o.m.log Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via 
org.mortbay.log.Slf4jLog
   [junit4]   2> 134355 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[7364E1FC98EB3611]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 134460 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[7364E1FC98EB3611]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 134512 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[7364E1FC98EB3611]-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_59757_hdfs____.jga0yp/webapp
   [junit4]   2> 136175 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[7364E1FC98EB3611]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:59757
   [junit4]   2> 137392 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[7364E1FC98EB3611]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 137401 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[7364E1FC98EB3611]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 137419 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[7364E1FC98EB3611]-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_34332_datanode____.307yko/webapp
   [junit4]   2> 138640 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[7364E1FC98EB3611]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:34332
   [junit4]   2> 139507 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[7364E1FC98EB3611]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 139509 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[7364E1FC98EB3611]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 139566 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[7364E1FC98EB3611]-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_49369_datanode____.auyio8/webapp
   [junit4]   2> 140438 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[7364E1FC98EB3611]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:49369
   [junit4]   2> 142585 INFO  (IPC Server handler 5 on 46870) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-adfcdec0-ae71-4398-b62e-cf12d105f0cb node 
DatanodeRegistration(127.0.0.1:52726, 
datanodeUuid=2665818e-ae68-42c7-a77b-790ae72f150e, infoPort=54319, 
infoSecurePort=0, ipcPort=39325, 
storageInfo=lv=-56;cid=testClusterID;nsid=934187588;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 4 msecs
   [junit4]   2> 142585 INFO  (IPC Server handler 5 on 46870) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-084893ac-67af-4821-95e6-baf47e8ede08 node 
DatanodeRegistration(127.0.0.1:52726, 
datanodeUuid=2665818e-ae68-42c7-a77b-790ae72f150e, infoPort=54319, 
infoSecurePort=0, ipcPort=39325, 
storageInfo=lv=-56;cid=testClusterID;nsid=934187588;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 142589 INFO  (IPC Server handler 1 on 46870) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-a37fee81-4630-42af-aa68-8d9c48c4a22a node 
DatanodeRegistration(127.0.0.1:47707, 
datanodeUuid=2e3cd6d8-106f-4046-82c9-2a58fe5af878, infoPort=44680, 
infoSecurePort=0, ipcPort=43261, 
storageInfo=lv=-56;cid=testClusterID;nsid=934187588;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 2 msecs
   [junit4]   2> 142589 INFO  (IPC Server handler 1 on 46870) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-050b9b3f-7bf4-40ba-8ce7-744d40c7bf9b node 
DatanodeRegistration(127.0.0.1:47707, 
datanodeUuid=2e3cd6d8-106f-4046-82c9-2a58fe5af878, infoPort=44680, 
infoSecurePort=0, ipcPort=43261, 
storageInfo=lv=-56;cid=testClusterID;nsid=934187588;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 143117 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.testCoresAreDistributedAcrossNodes-seed#[7364E1FC98EB3611])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testCoresAreDistributedAcrossNodes
   [junit4]   2> 143119 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.testCoresAreDistributedAcrossNodes-seed#[7364E1FC98EB3611])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 143230 INFO  (qtp13844187-949) [n:127.0.0.1:35350_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&name=nodes_used_collection&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 143251 INFO  
(OverseerThreadFactory-416-thread-1-processing-n:127.0.0.1:35350_solr) 
[n:127.0.0.1:35350_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
nodes_used_collection
   [junit4]   2> 143527 INFO  (qtp13844187-966) [n:127.0.0.1:35350_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard2_replica2&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard2&wt=javabin&version=2
   [junit4]   2> 143622 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard2_replica1&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard2&wt=javabin&version=2
   [junit4]   2> 143621 INFO  (qtp905495170-953) [n:127.0.0.1:57318_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard1_replica2&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard1&wt=javabin&version=2
   [junit4]   2> 143624 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard1_replica1&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard1&wt=javabin&version=2
   [junit4]   2> 143739 INFO  
(zkCallback-172-thread-2-processing-n:127.0.0.1:49448_solr) 
[n:127.0.0.1:49448_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 143739 INFO  
(zkCallback-170-thread-1-processing-n:127.0.0.1:57318_solr) 
[n:127.0.0.1:57318_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 143739 INFO  
(zkCallback-171-thread-1-processing-n:127.0.0.1:34983_solr) 
[n:127.0.0.1:34983_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 143743 INFO  
(zkCallback-166-thread-1-processing-n:127.0.0.1:35350_solr) 
[n:127.0.0.1:35350_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 144571 INFO  (qtp13844187-966) [n:127.0.0.1:35350_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 144582 INFO  (qtp13844187-966) [n:127.0.0.1:35350_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica2] 
o.a.s.s.IndexSchema [nodes_used_collection_shard2_replica2] Schema name=minimal
   [junit4]   2> 144585 INFO  (qtp13844187-966) [n:127.0.0.1:35350_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 144587 INFO  (qtp13844187-966) [n:127.0.0.1:35350_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica2] 
o.a.s.c.CoreContainer Creating SolrCore 'nodes_used_collection_shard2_replica2' 
using configuration from collection nodes_used_collection
   [junit4]   2> 144601 INFO  (qtp13844187-966) [n:127.0.0.1:35350_solr 
c:nodes_used_collection s:shard2 r:core_node1 
x:nodes_used_collection_shard2_replica2] o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:46870/data
   [junit4]   2> 144601 INFO  (qtp13844187-966) [n:127.0.0.1:35350_solr 
c:nodes_used_collection s:shard2 r:core_node1 
x:nodes_used_collection_shard2_replica2] o.a.s.c.HdfsDirectoryFactory Solr 
Kerberos Authentication disabled
   [junit4]   2> 144602 INFO  (qtp13844187-966) [n:127.0.0.1:35350_solr 
c:nodes_used_collection s:shard2 r:core_node1 
x:nodes_used_collection_shard2_replica2] o.a.s.c.SolrCore 
[[nodes_used_collection_shard2_replica2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_7364E1FC98EB3611-001/tempDir-001/node2/nodes_used_collection_shard2_replica2],
 dataDir=[hdfs://localhost:46870/data/nodes_used_collection/core_node1/data/]
   [junit4]   2> 144603 INFO  (qtp13844187-966) [n:127.0.0.1:35350_solr 
c:nodes_used_collection s:shard2 r:core_node1 
x:nodes_used_collection_shard2_replica2] o.a.s.c.HdfsDirectoryFactory creating 
directory factory for path 
hdfs://localhost:46870/data/nodes_used_collection/core_node1/data/snapshot_metadata
   [junit4]   2> 144625 INFO  (qtp13844187-966) [n:127.0.0.1:35350_solr 
c:nodes_used_collection s:shard2 r:core_node1 
x:nodes_used_collection_shard2_replica2] o.a.s.c.HdfsDirectoryFactory Number of 
slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 144625 INFO  (qtp13844187-966) [n:127.0.0.1:35350_solr 
c:nodes_used_collection s:shard2 r:core_node1 
x:nodes_used_collection_shard2_replica2] o.a.s.c.HdfsDirectoryFactory Block 
cache target memory usage, slab size of [16777216] will allocate [1] slabs and 
use ~[16777216] bytes
   [junit4]   2> 144625 INFO  (qtp13844187-966) [n:127.0.0.1:35350_solr 
c:nodes_used_collection s:shard2 r:core_node1 
x:nodes_used_collection_shard2_replica2] o.a.s.c.HdfsDirectoryFactory Creating 
new single instance HDFS BlockCache
   [junit4]   2> 144657 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 144703 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica1] 
o.a.s.s.IndexSchema [nodes_used_collection_shard1_replica1] Schema name=minimal
   [junit4]   2> 144706 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 144707 INFO  (qtp905495170-953) [n:127.0.0.1:57318_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 144709 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 144718 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'nodes_used_collection_shard1_replica1' 
using configuration from collection nodes_used_collection
   [junit4]   2> 144718 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr 
c:nodes_used_collection s:shard1 r:core_node3 
x:nodes_used_collection_shard1_replica1] o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:46870/data
   [junit4]   2> 144719 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr 
c:nodes_used_collection s:shard1 r:core_node3 
x:nodes_used_collection_shard1_replica1] o.a.s.c.HdfsDirectoryFactory Solr 
Kerberos Authentication disabled
   [junit4]   2> 144720 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr 
c:nodes_used_collection s:shard1 r:core_node3 
x:nodes_used_collection_shard1_replica1] o.a.s.c.SolrCore 
[[nodes_used_collection_shard1_replica1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_7364E1FC98EB3611-001/tempDir-001/node4/nodes_used_collection_shard1_replica1],
 dataDir=[hdfs://localhost:46870/data/nodes_used_collection/core_node3/data/]
   [junit4]   2> 144720 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr 
c:nodes_used_collection s:shard1 r:core_node3 
x:nodes_used_collection_shard1_replica1] o.a.s.c.HdfsDirectoryFactory creating 
directory factory for path 
hdfs://localhost:46870/data/nodes_used_collection/core_node3/data/snapshot_metadata
   [junit4]   2> 144728 INFO  (qtp905495170-953) [n:127.0.0.1:57318_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica2] 
o.a.s.s.IndexSchema [nodes_used_collection_shard1_replica2] Schema name=minimal
   [junit4]   2> 144733 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica1] 
o.a.s.s.IndexSchema [nodes_used_collection_shard2_replica1] Schema name=minimal
   [junit4]   2> 144740 INFO  (qtp905495170-953) [n:127.0.0.1:57318_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 144742 INFO  (qtp905495170-953) [n:127.0.0.1:57318_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica2] 
o.a.s.c.CoreContainer Creating SolrCore 'nodes_used_collection_shard1_replica2' 
using configuration from collection nodes_used_collection
   [junit4]   2> 144742 INFO  (qtp905495170-953) [n:127.0.0.1:57318_solr 
c:nodes_used_collection s:shard1 r:core_node4 
x:nodes_used_collection_shard1_replica2] o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:46870/data
   [junit4]   2> 144743 INFO  (qtp905495170-953) [n:127.0.0.1:57318_solr 
c:nodes_used_collection s:shard1 r:core_node4 
x:nodes_used_collection_shard1_replica2] o.a.s.c.HdfsDirectoryFactory Solr 
Kerberos Authentication disabled
   [junit4]   2> 144743 INFO  (qtp905495170-953) [n:127.0.0.1:57318_solr 
c:nodes_used_collection s:shard1 r:core_node4 
x:nodes_used_collection_shard1_replica2] o.a.s.c.SolrCore 
[[nodes_used_collection_shard1_replica2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_7364E1FC98EB3611-001/tempDir-001/node3/nodes_used_collection_shard1_replica2],
 dataDir=[hdfs://localhost:46870/data/nodes_used_collection/core_node4/data/]
   [junit4]   2> 144743 INFO  (qtp905495170-953) [n:127.0.0.1:57318_solr 
c:nodes_used_collection s:shard1 r:core_node4 
x:nodes_used_collection_shard1_replica2] o.a.s.c.HdfsDirectoryFactory creating 
directory factory for path 
hdfs://localhost:46870/data/nodes_used_collection/core_node4/data/snapshot_metadata
   [junit4]   2> 144747 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 144748 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'nodes_used_collection_shard2_replica1' 
using configuration from collection nodes_used_collection
   [junit4]   2> 144749 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr 
c:nodes_used_collection s:shard2 r:core_node2 
x:nodes_used_collection_shard2_replica1] o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:46870/data
   [junit4]   2> 144749 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr 
c:nodes_used_collection s:shard2 r:core_node2 
x:nodes_used_collection_shard2_replica1] o.a.s.c.HdfsDirectoryFactory Solr 
Kerberos Authentication disabled
   [junit4]   2> 144749 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr 
c:nodes_used_collection s:shard2 r:core_node2 
x:nodes_used_collection_shard2_replica1] o.a.s.c.SolrCore 
[[nodes_used_collection_shard2_replica1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_7364E1FC98EB3611-001/tempDir-001/node1/nodes_used_collection_shard2_replica1],
 dataDir=[hdfs://localhost:46870/data/nodes_used_collection/core_node2/data/]
   [junit4]   2> 144749 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr 
c:nodes_used_collection s:shard2 r:core_node2 
x:nodes_used_collection_shard2_replica1] o.a.s.c.HdfsDirectoryFactory creating 
directory factory for path 
hdfs://localhost:46870/data/nodes_used_collection/core_node2/data/snapshot_metadata
   [junit4]   2> 144752 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr 
c:nodes_used_collection s:shard1 r:core_node3 
x:nodes_used_collection_shard1_replica1] o.a.s.c.HdfsDirectoryFactory Number of 
slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 144752 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr 
c:nodes_used_collection s:shard1 r:core_node3 
x:nodes_used_collection_shard1_replica1] o.a.s.c.HdfsDirectoryFactory Block 
cache target memory usage, slab size of [16777216] will allocate [1] slabs and 
use ~[16777216] bytes
   [junit4]   2> 144752 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr 
c:nodes_used_collection s:shard1 r:core_node3 
x:nodes_used_collection_shard1_replica1] o.a.s.c.HdfsDirectoryFactory Creating 
new single instance HDFS BlockCache
   [junit4]   2> 144780 INFO  (qtp905495170-953) [n:127.0.0.1:57318_solr 
c:nodes_used_collection s:shard1 r:core_node4 
x:nodes_used_collection_shard1_replica2] o.a.s.c.HdfsDirectoryFactory Number of 
slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 144780 INFO  (qtp905495170-953) [n:127.0.0.1:57318_solr 
c:nodes_used_collection s:shard1 r:core_node4 
x:nodes_used_collection_shard1_replica2] o.a.s.c.HdfsDirectoryFactory Block 
cache target memory usage, slab size of [16777216] will allocate [1] slabs and 
use ~[16777216] bytes
   [junit4]   2> 144780 INFO  (qtp905495170-953) [n:127.0.0.1:57318_solr 
c:nodes_used_collection s:shard1 r:core_node4 
x:nodes_used_collection_shard1_replica2] o.a.s.c.HdfsDirectoryFactory Creating 
new single instance HDFS BlockCache
   [junit4]   2> 144802 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr 
c:nodes_used_collection s:shard2 r:core_node2 
x:nodes_used_collection_shard2_replica1] o.a.s.c.HdfsDirectoryFactory Number of 
slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 144802 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr 
c:nodes_used_collection s:shard2 r:core_node2 
x:nodes_used_collection_shard2_replica1] o.a.s.c.HdfsDirectoryFactory Block 
cache target memory usage, slab size of [16777216] will allocate [1] slabs and 
use ~[16777216] bytes
   [junit4]   2> 144802 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr 
c:nodes_used_collection s:shard2 r:core_node2 
x:nodes_used_collection_shard2_replica1] o.a.s.c.HdfsDirectoryFactory Creating 
new single instance HDFS BlockCache
   [junit4]   2> 146595 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr 
c:nodes_used_collection s:shard1 r:core_node3 
x:nodes_used_collection_shard1_replica1] o.a.s.s.b.BlockDirectory Block cache 
on write is disabled
   [junit4]   2> 146597 INFO  (qtp905495170-953) [n:127.0.0.1:57318_solr 
c:nodes_used_collection s:shard1 r:core_node4 
x:nodes_used_collection_shard1_replica2] o.a.s.s.b.BlockDirectory Block cache 
on write is disabled
   [junit4]   2> 146606 INFO  (qtp13844187-966) [n:127.0.0.1:35350_solr 
c:nodes_used_collection s:shard2 r:core_node1 
x:nodes_used_collection_shard2_replica2] o.a.s.s.b.BlockDirectory Block cache 
on write is disabled
   [junit4]   2> 146608 INFO  (qtp13844187-966) [n:127.0.0.1:35350_solr 
c:nodes_used_collection s:shard2 r:core_node1 
x:nodes_used_collection_shard2_replica2] o.a.s.c.HdfsDirectoryFactory creating 
directory factory for path 
hdfs://localhost:46870/data/nodes_used_collection/core_node1/data
   [junit4]   2> 146618 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr 
c:nodes_used_collection s:shard2 r:core_node2 
x:nodes_used_collection_shard2_replica1] o.a.s.s.b.BlockDirectory Block cache 
on write is disabled
   [junit4]   2> 146624 INFO  (qtp905495170-953) [n:127.0.0.1:57318_solr 
c:nodes_used_collection s:shard1 r:core_node4 
x:nodes_used_collection_shard1_replica2] o.a.s.c.HdfsDirectoryFactory creating 
directory factory for path 
hdfs://localhost:46870/data/nodes_used_collection/core_node4/data
   [junit4]   2> 146625 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr 
c:nodes_used_collection s:shard2 r:core_node2 
x:nodes_used_collection_shard2_replica1] o.a.s.c.HdfsDirectoryFactory creating 
directory factory for path 
hdfs://localhost:46870/data/nodes_used_collection/core_node2/data
   [junit4]   2> 146633 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr 
c:nodes_used_collection s:shard1 r:core_node3 
x:nodes_used_collection_shard1_replica1] o.a.s.c.HdfsDirectoryFactory creating 
directory factory for path 
hdfs://localhost:46870/data/nodes_used_collection/core_node3/data
   [junit4]   2> 146691 INFO  (qtp13844187-966) [n:127.0.0.1:35350_solr 
c:nodes_used_collection s:shard2 r:core_node1 
x:nodes_used_collection_shard2_replica2] o.a.s.c.HdfsDirectoryFactory creating 
directory factory for path 
hdfs://localhost:46870/data/nodes_used_collection/core_node1/data/index
   [junit4]   2> 146708 INFO  (qtp13844187-966) [n:127.0.0.1:35350_solr 
c:nodes_used_collection s:shard2 r:core_node1 
x:nodes_used_collection_shard2_replica2] o.a.s.c.HdfsDirectoryFactory Number of 
slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 146708 INFO  (qtp13844187-966) [n:127.0.0.1:35350_solr 
c:nodes_used_collection s:shard2 r:core_node1 
x:nodes_used_collection_shard2_replica2] o.a.s.c.HdfsDirectoryFactory Block 
cache target memory usage, slab size of [16777216] will allocate [1] slabs and 
use ~[16777216] bytes
   [junit4]   2> 146708 INFO  (qtp13844187-966) [n:127.0.0.1:35350_solr 
c:nodes_used_collection s:shard2 r:core_node1 
x:nodes_used_collection_shard2_replica2] o.a.s.c.HdfsDirectoryFactory Creating 
new single instance HDFS BlockCache
   [junit4]   2> 146727 INFO  (qtp905495170-953) [n:127.0.0.1:57318_solr 
c:nodes_used_collection s:shard1 r:core_node4 
x:nodes_used_collection_shard1_replica2] o.a.s.c.HdfsDirectoryFactory creating 
directory factory for path 
hdfs://localhost:46870/data/nodes_used_collection/core_node4/data/index
   [junit4]   2> 146729 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr 
c:nodes_used_collection s:shard1 r:core_node3 
x:nodes_used_collection_shard1_replica1] o.a.s.c.HdfsDirectoryFactory creating 
directory factory for path 
hdfs://localhost:46870/data/nodes_used_collection/core_node3/data/index
   [junit4]   2> 146732 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr 
c:nodes_used_collection s:shard2 r:core_node2 
x:nodes_used_collection_shard2_replica1] o.a.s.c.HdfsDirectoryFactory creating 
directory factory for path 
hdfs://localhost:46870/data/nodes_used_collection/core_node2/data/index
   [junit4]   2> 146741 INFO  (qtp905495170-953) [n:127.0.0.1:57318_solr 
c:nodes_used_collection s:shard1 r:core_node4 
x:nodes_used_collection_shard1_replica2] o.a.s.c.HdfsDirectoryFactory Number of 
slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 146741 INFO  (qtp905495170-953) [n:127.0.0.1:57318_solr 
c:nodes_used_collection s:shard1 r:core_node4 
x:nodes_used_collection_shard1_replica2] o.a.s.c.HdfsDirectoryFactory Block 
cache target memory usage, slab size of [16777216] will allocate [1] slabs and 
use ~[16777216] bytes
   [junit4]   2> 146741 INFO  (qtp905495170-953) [n:127.0.0.1:57318_solr 
c:nodes_used_collection s:shard1 r:core_node4 
x:nodes_used_collection_shard1_replica2] o.a.s.c.HdfsDirectoryFactory Creating 
new single instance HDFS BlockCache
   [junit4]   2> 146743 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr 
c:nodes_used_collection s:shard1 r:core_node3 
x:nodes_used_collection_shard1_replica1] o.a.s.c.HdfsDirectoryFactory Number of 
slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 146743 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr 
c:nodes_used_collection s:shard1 r:core_node3 
x:nodes_used_collection_shard1_replica1] o.a.s.c.HdfsDirectoryFactory Block 
cache target memory usage, slab size of [16777216] will allocate [1] slabs and 
use ~[16777216] bytes
   [junit4]   2> 146743 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr 
c:nodes_used_collection s:shard1 r:core_node3 
x:nodes_used_collection_shard1_replica1] o.a.s.c.HdfsDirectoryFactory Creating 
new single instance HDFS BlockCache
   [junit4]   2> 146750 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr 
c:nodes_used_collection s:shard2 r:core_node2 
x:nodes_used_collection_shard2_replica1] o.a.s.c.HdfsDirectoryFactory Number of 
slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 146750 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr 
c:nodes_used_collection s:shard2 r:core_node2 
x:nodes_used_collection_shard2_replica1] o.a.s.c.HdfsDirectoryFactory Block 
cache target memory usage, slab size of [16777216] will allocate [1] slabs and 
use ~[16777216] bytes
   [junit4]   2> 146750 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr 
c:nodes_used_collection s:shard2 r:core_node2 
x:nodes_used_collection_shard2_replica1] o.a.s.c.HdfsDirectoryFactory Creating 
new single instance HDFS BlockCache
   [junit4]   2> 146765 INFO  (qtp13844187-966) [n:127.0.0.1:35350_solr 
c:nodes_used_collection s:shard2 r:core_node1 
x:nodes_used_collection_shard2_replica2] o.a.s.s.b.BlockDirectory Block cache 
on write is disabled
   [junit4]   2> 146770 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr 
c:nodes_used_collection s:shard1 r:core_node3 
x:nodes_used_collection_shard1_replica1] o.a.s.s.b.BlockDirectory Block cache 
on write is disabled
   [junit4]   2> 146801 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr 
c:nodes_used_collection s:shard2 r:core_node2 
x:nodes_used_collection_shard2_replica1] o.a.s.s.b.BlockDirectory Block cache 
on write is disabled
   [junit4]   2> 146802 INFO  (qtp905495170-953) [n:127.0.0.1:57318_solr 
c:nodes_used_collection s:shard1 r:core_node4 
x:nodes_used_collection_shard1_replica2] o.a.s.s.b.BlockDirectory Block cache 
on write is disabled
   [junit4]   2> 147216 INFO  (IPC Server handler 0 on 46870) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:52726 is 
added to blk_1073741826_1002{UCState=COMMITTED, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-a37fee81-4630-42af-aa68-8d9c48c4a22a:NORMAL:127.0.0.1:47707|RBW],
 
ReplicaUC[[DISK]DS-084893ac-67af-4821-95e6-baf47e8ede08:NORMAL:127.0.0.1:52726|RBW]]}
 size 71
   [junit4]   2> 147217 INFO  (IPC Server handler 5 on 46870) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:47707 is 
added to blk_1073741827_1003{UCState=COMMITTED, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-adfcdec0-ae71-4398-b62e-cf12d105f0cb:NORMAL:127.0.0.1:52726|RBW],
 
ReplicaUC[[DISK]DS-050b9b3f-7bf4-40ba-8ce7-744d40c7bf9b:NORMAL:127.0.0.1:47707|RBW]]}
 size 71
   [junit4]   2> 147219 INFO  (IPC Server handler 3 on 46870) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:52726 is 
added to blk_1073741825_1001{UCState=COMMITTED, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-a37fee81-4630-42af-aa68-8d9c48c4a22a:NORMAL:127.0.0.1:47707|RBW],
 
ReplicaUC[[DISK]DS-adfcdec0-ae71-4398-b62e-cf12d105f0cb:NORMAL:127.0.0.1:52726|RBW]]}
 size 71
   [junit4]   2> 147219 INFO  (IPC Server handler 3 on 46870) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:52726 is 
added to blk_1073741827_1003 size 71
   [junit4]   2> 147219 INFO  (IPC Server handler 3 on 46870) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:52726 is 
added to blk_1073741828_1004{UCState=COMMITTED, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-a37fee81-4630-42af-aa68-8d9c48c4a22a:NORMAL:127.0.0.1:47707|RBW],
 
ReplicaUC[[DISK]DS-084893ac-67af-4821-95e6-baf47e8ede08:NORMAL:127.0.0.1:52726|RBW]]}
 size 71
   [junit4]   2> 147219 INFO  (IPC Server handler 9 on 46870) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:47707 is 
added to blk_1073741825_1001 size 71
   [junit4]   2> 147219 INFO  (IPC Server handler 9 on 46870) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:47707 is 
added to blk_1073741828_1004 size 71
   [junit4]   2> 147219 INFO  (IPC Server handler 9 on 46870) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:47707 is 
added to blk_1073741826_1002 size 71
   [junit4]   2> 147668 INFO  (qtp905495170-953) [n:127.0.0.1:57318_solr 
c:nodes_used_collection s:shard1 r:core_node4 
x:nodes_used_collection_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 147668 INFO  (qtp905495170-953) [n:127.0.0.1:57318_solr 
c:nodes_used_collection s:shard1 r:core_node4 
x:nodes_used_collection_shard1_replica2] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 147668 INFO  (qtp905495170-953) [n:127.0.0.1:57318_solr 
c:nodes_used_collection s:shard1 r:core_node4 
x:nodes_used_collection_shard1_replica2] o.a.s.u.HdfsUpdateLog Initializing 
HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 147673 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr 
c:nodes_used_collection s:shard2 r:core_node2 
x:nodes_used_collection_shard2_replica1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 147673 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr 
c:nodes_used_collection s:shard2 r:core_node2 
x:nodes_used_collection_shard2_replica1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 147673 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr 
c:nodes_used_collection s:shard2 r:core_node2 
x:nodes_used_collection_shard2_replica1] o.a.s.u.HdfsUpdateLog Initializing 
HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 147677 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr 
c:nodes_used_collection s:shard1 r:core_node3 
x:nodes_used_collection_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 147677 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr 
c:nodes_used_collection s:shard1 r:core_node3 
x:nodes_used_collection_shard1_replica1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 147677 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr 
c:nodes_used_collection s:shard1 r:core_node3 
x:nodes_used_collection_shard1_replica1] o.a.s.u.HdfsUpdateLog Initializing 
HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 147705 INFO  (qtp905495170-953) [n:127.0.0.1:57318_solr 
c:nodes_used_collection s:shard1 r:core_node4 
x:nodes_used_collection_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 147705 INFO  (qtp905495170-953) [n:127.0.0.1:57318_solr 
c:nodes_used_collection s:shard1 r:core_node4 
x:nodes_used_collection_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 147706 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr 
c:nodes_used_collection s:shard1 r:core_node3 
x:nodes_used_collection_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 147706 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr 
c:nodes_used_collection s:shard1 r:core_node3 
x:nodes_used_collection_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 147708 INFO  (qtp13844187-966) [n:127.0.0.1:35350_solr 
c:nodes_used_collection s:shard2 r:core_node1 
x:nodes_used_collection_shard2_replica2] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 147708 INFO  (qtp13844187-966) [n:127.0.0.1:35350_solr 
c:nodes_used_collection s:shard2 r:core_node1 
x:nodes_used_collection_shard2_replica2] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 147708 INFO  (qtp13844187-966) [n:127.0.0.1:35350_solr 
c:nodes_used_collection s:shard2 r:core_node1 
x:nodes_used_collection_shard2_replica2] o.a.s.u.HdfsUpdateLog Initializing 
HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 147714 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr 
c:nodes_used_collection s:shard2 r:core_node2 
x:nodes_used_collection_shard2_replica1] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 147714 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr 
c:nodes_used_collection s:shard2 r:core_node2 
x:nodes_used_collection_shard2_replica1] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 147733 INFO  (qtp13844187-966) [n:127.0.0.1:35350_solr 
c:nodes_used_collection s:shard2 r:core_node1 
x:nodes_used_collection_shard2_replica2] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 147733 INFO  (qtp13844187-966) [n:127.0.0.1:35350_solr 
c:nodes_used_collection s:shard2 r:core_node1 
x:nodes_used_collection_shard2_replica2] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 147844 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr 
c:nodes_used_collection s:shard2 r:core_node2 
x:nodes_used_collection_shard2_replica1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@39e2e2a6[nodes_used_collection_shard2_replica1] main]
   [junit4]   2> 147850 INFO  (qtp13844187-966) [n:127.0.0.1:35350_solr 
c:nodes_used_collection s:shard2 r:core_node1 
x:nodes_used_collection_shard2_replica2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@618c3afe[nodes_used_collection_shard2_replica2] main]
   [junit4]   2> 147850 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr 
c:nodes_used_collection s:shard2 r:core_node2 
x:nodes_used_collection_shard2_replica1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 147851 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr 
c:nodes_used_collection s:shard2 r:core_node2 
x:nodes_used_collection_shard2_replica1] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 147851 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr 
c:nodes_used_collection s:shard1 r:core_node3 
x:nodes_used_collection_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6b5c99b6[nodes_used_collection_shard1_replica1] main]
   [junit4]   2> 147852 INFO  (qtp13844187-966) [n:127.0.0.1:35350_solr 
c:nodes_used_collection s:shard2 r:core_node1 
x:nodes_used_collection_shard2_replica2] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 147856 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr 
c:nodes_used_collection s:shard2 r:core_node2 
x:nodes_used_collection_shard2_replica1] o.a.s.h.ReplicationHandler Commits 
will be reserved for  10000
   [junit4]   2> 147855 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr 
c:nodes_used_collection s:shard1 r:core_node3 
x:nodes_used_collection_shard1_replica1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 147854 INFO  (qtp905495170-953) [n:127.0.0.1:57318_solr 
c:nodes_used_collection s:shard1 r:core_node4 
x:nodes_used_collection_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3a42a52a[nodes_used_collection_shard1_replica2] main]
   [junit4]   2> 147857 INFO  
(searcherExecutor-428-thread-1-processing-n:127.0.0.1:34983_solr 
x:nodes_used_collection_shard2_replica1 s:shard2 c:nodes_used_collection 
r:core_node2) [n:127.0.0.1:34983_solr c:nodes_used_collection s:shard2 
r:core_node2 x:nodes_used_collection_shard2_replica1] o.a.s.c.SolrCore 
[nodes_used_collection_shard2_replica1] Registered new searcher 
Searcher@39e2e2a6[nodes_used_collection_shard2_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 147858 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr 
c:nodes_used_collection s:shard2 r:core_node2 
x:nodes_used_collection_shard2_replica1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1551628642547662848
   [junit4]   2> 147858 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr 
c:nodes_used_collection s:shard1 r:core_node3 
x:nodes_used_collection_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 147858 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr 
c:nodes_used_collection s:shard1 r:core_node3 
x:nodes_used_collection_shard1_replica1] o.a.s.h.ReplicationHandler Commits 
will be reserved for  10000
   [junit4]   2> 147858 INFO  
(searcherExecutor-426-thread-1-processing-n:127.0.0.1:49448_solr 
x:nodes_used_collection_shard1_replica1 s:shard1 c:nodes_used_collection 
r:core_node3) [n:127.0.0.1:49448_solr c:nodes_used_collection s:shard1 
r:core_node3 x:nodes_used_collection_shard1_replica1] o.a.s.c.SolrCore 
[nodes_used_collection_shard1_replica1] Registered new searcher 
Searcher@6b5c99b6[nodes_used_collection_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 147858 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr 
c:nodes_used_collection s:shard1 r:core_node3 
x:nodes_used_collection_shard1_replica1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1551628642547662848
   [junit4]   2> 147859 INFO  (qtp13844187-966) [n:127.0.0.1:35350_solr 
c:nodes_used_collection s:shard2 r:core_node1 
x:nodes_used_collection_shard2_replica2] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 147859 INFO  (qtp13844187-966) [n:127.0.0.1:35350_solr 
c:nodes_used_collection s:shard2 r:core_node1 
x:nodes_used_collection_shard2_replica2] o.a.s.h.ReplicationHandler Commits 
will be reserved for  10000
   [junit4]   2> 147859 INFO  
(searcherExecutor-425-thread-1-processing-n:127.0.0.1:35350_solr 
x:nodes_used_collection_shard2_replica2 s:shard2 c:nodes_used_collection 
r:core_node1) [n:127.0.0.1:35350_solr c:nodes_used_collection s:shard2 
r:core_node1 x:nodes_used_collection_shard2_replica2] o.a.s.c.SolrCore 
[nodes_used_collection_shard2_replica2] Registered new searcher 
Searcher@618c3afe[nodes_used_collection_shard2_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 147859 INFO  (qtp13844187-966) [n:127.0.0.1:35350_solr 
c:nodes_used_collection s:shard2 r:core_node1 
x:nodes_used_collection_shard2_replica2] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1551628642548711424
   [junit4]   2> 147860 INFO  (qtp905495170-953) [n:127.0.0.1:57318_solr 
c:nodes_used_collection s:shard1 r:core_node4 
x:nodes_used_collection_shard1_replica2] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 147861 INFO  (qtp905495170-953) [n:127.0.0.1:57318_solr 
c:nodes_used_collection s:shard1 r:core_node4 
x:nodes_used_collection_shard1_replica2] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 147861 INFO  (qtp905495170-953) [n:127.0.0.1:57318_solr 
c:nodes_used_collection s:shard1 r:core_node4 
x:nodes_used_collection_shard1_replica2] o.a.s.h.ReplicationHandler Commits 
will be reserved for  10000
   [junit4]   2> 147861 INFO  
(searcherExecutor-427-thread-1-processing-n:127.0.0.1:57318_solr 
x:nodes_used_collection_shard1_replica2 s:shard1 c:nodes_used_collection 
r:core_node4) [n:127.0.0.1:57318_solr c:nodes_used_collection s:shard1 
r:core_node4 x:nodes_used_collection_shard1_replica2] o.a.s.c.SolrCore 
[nodes_used_collection_shard1_replica2] Registered new searcher 
Searcher@3a42a52a[nodes_used_collection_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 147861 INFO  (qtp905495170-953) [n:127.0.0.1:57318_solr 
c:nodes_used_collection s:shard1 r:core_node4 
x:nodes_used_collection_shard1_replica2] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1551628642550808576
   [junit4]   2> 147895 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr 
c:nodes_used_collection s:shard2 r:core_node2 
x:nodes_used_collection_shard2_replica1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 147895 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr 
c:nodes_used_collection s:shard2 r:core_node2 
x:nodes_used_collection_shard2_replica1] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 147895 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr 
c:nodes_used_collection s:shard2 r:core_node2 
x:nodes_used_collection_shard2_replica1] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:34983/solr/nodes_used_collection_shard2_replica1/
   [junit4]   2> 147896 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr 
c:nodes_used_collection s:shard2 r:core_node2 
x:nodes_used_collection_shard2_replica1] o.a.s.u.PeerSync PeerSync: 
core=nodes_used_collection_shard2_replica1 url=https://127.0.0.1:34983/solr 
START 
replicas=[https://127.0.0.1:35350/solr/nodes_used_collection_shard2_replica2/] 
nUpdates=100
   [junit4]   2> 147899 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr 
c:nodes_used_collection s:shard1 r:core_node3 
x:nodes_used_collection_shard1_replica1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 147899 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr 
c:nodes_used_collection s:shard1 r:core_node3 
x:nodes_used_collection_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 147899 INFO  
(zkCallback-172-thread-2-processing-n:127.0.0.1:49448_solr) 
[n:127.0.0.1:49448_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 147899 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr 
c:nodes_used_collection s:shard1 r:core_node3 
x:nodes_used_collection_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:49448/solr/nodes_used_collection_shard1_replica1/
   [junit4]   2> 147899 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr 
c:nodes_used_collection s:shard1 r:core_node3 
x:nodes_used_collection_shard1_replica1] o.a.s.u.PeerSync PeerSync: 
core=nodes_used_collection_shard1_replica1 url=https://127.0.0.1:49448/solr 
START 
replicas=[https://127.0.0.1:57318/solr/nodes_used_collection_shard1_replica2/] 
nUpdates=100
   [junit4]   2> 147899 INFO  
(zkCallback-171-thread-1-processing-n:127.0.0.1:34983_solr) 
[n:127.0.0.1:34983_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 147899 INFO  
(zkCallback-170-thread-1-processing-n:127.0.0.1:57318_solr) 
[n:127.0.0.1:57318_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 147899 INFO  
(zkCallback-166-thread-3-processing-n:127.0.0.1:35350_solr) 
[n:127.0.0.1:35350_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 147901 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr 
c:nodes_used_collection s:shard2 r:core_node2 
x:nodes_used_collection_shard2_replica1] o.a.s.u.PeerSync PeerSync: 
core=nodes_used_collection_shard2_replica1 url=https://127.0.0.1:34983/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 147911 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr 
c:nodes_used_collection s:shard1 r:core_node3 
x:nodes_used_collection_shard1_replica1] o.a.s.u.PeerSync PeerSync: 
core=nodes_used_collection_shard1_replica1 url=https://127.0.0.1:49448/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 147931 INFO  (qtp13844187-963) [n:127.0.0.1:35350_solr 
c:nodes_used_collection s:shard2 r:core_node1 
x:nodes_used_collection_shard2_replica2] o.a.s.c.S.Request 
[nodes_used_collection_shard2_replica2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 147932 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr 
c:nodes_used_collection s:shard2 r:core_node2 
x:nodes_used_collection_shard2_replica1] o.a.s.c.SyncStrategy Leader's attempt 
to sync with shard failed, moving to the next candidate
   [junit4]   2> 147933 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr 
c:nodes_used_collection s:shard2 r:core_node2 
x:nodes_used_collection_shard2_replica1] o.a.s.c.ShardLeaderElectionContext We 
failed sync, but we have no versions - we can't sync in that case - we were 
active before, so become leader anyway
   [junit4]   2> 147937 INFO  (qtp905495170-952) [n:127.0.0.1:57318_solr 
c:nodes_used_collection s:shard1 r:core_node4 
x:nodes_used_collection_shard1_replica2] o.a.s.c.S.Request 
[nodes_used_collection_shard1_replica2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 147938 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr 
c:nodes_used_collection s:shard1 r:core_node3 
x:nodes_used_collection_shard1_replica1] o.a.s.c.SyncStrategy Leader's attempt 
to sync with shard failed, moving to the next candidate
   [junit4]   2> 147938 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr 
c:nodes_used_collection s:shard1 r:core_node3 
x:nodes_used_collection_shard1_replica1] o.a.s.c.ShardLeaderElectionContext We 
failed sync, but we have no versions - we can't sync in that case - we were 
active before, so become leader anyway
   [junit4]   2> 147940 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr 
c:nodes_used_collection s:shard2 r:core_node2 
x:nodes_used_collection_shard2_replica1] o.a.s.c.ShardLeaderElectionContext I 
am the new leader: 
https://127.0.0.1:34983/solr/nodes_used_collection_shard2_replica1/ shard2
   [junit4]   2> 147944 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr 
c:nodes_used_collection s:shard1 r:core_node3 
x:nodes_used_collection_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I 
am the new leader: 
https://127.0.0.1:49448/solr/nodes_used_collection_shard1_replica1/ shard1
   [junit4]   2> 148049 INFO  
(zkCallback-170-thread-1-processing-n:127.0.0.1:57318_solr) 
[n:127.0.0.1:57318_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 148049 INFO  
(zkCallback-171-thread-1-processing-n:127.0.0.1:34983_solr) 
[n:127.0.0.1:34983_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 148049 INFO  
(zkCallback-172-thread-2-processing-n:127.0.0.1:49448_solr) 
[n:127.0.0.1:49448_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 148050 INFO  
(zkCallback-166-thread-3-processing-n:127.0.0.1:35350_solr) 
[n:127.0.0.1:35350_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 148092 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr 
c:nodes_used_collection s:shard2 r:core_node2 
x:nodes_used_collection_shard2_replica1] o.a.s.c.ZkController I am the leader, 
no recovery necessary
   [junit4]   2> 148095 INFO  (qtp1365093701-972) [n:127.0.0.1:34983_solr 
c:nodes_used_collection s:shard2 r:core_node2 
x:nodes_used_collection_shard2_replica1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard2_replica1&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard2&wt=javabin&version=2}
 status=0 QTime=4472
   [junit4]   2> 148099 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr 
c:nodes_used_collection s:shard1 r:core_node3 
x:nodes_used_collection_shard1_replica1] o.a.s.c.ZkController I am the leader, 
no recovery necessary
   [junit4]   2> 148101 INFO  (qtp2098378588-981) [n:127.0.0.1:49448_solr 
c:nodes_used_collection s:shard1 r:core_node3 
x:nodes_used_collection_shard1_replica1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard1_replica1&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard1&wt=javabin&version=2}
 status=0 QTime=4476
   [junit4]   2> 148213 INFO  
(zkCallback-172-thread-2-processing-n:127.0.0.1:49448_solr) 
[n:127.0.0.1:49448_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 148214 INFO  
(zkCallback-170-thread-1-processing-n:127.0.0.1:57318_solr) 
[n:127.0.0.1:57318_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 148214 INFO  
(zkCallback-171-thread-1-processing-n:127.0.0.1:34983_solr) 
[n:127.0.0.1:34983_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 148215 INFO  
(zkCallback-166-thread-4-processing-n:127.0.0.1:35350_solr) 
[n:127.0.0.1:35350_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 148903 INFO  (qtp13844187-966) [n:127.0.0.1:35350_solr 
c:nodes_used_collection s:shard2 r:core_node1 
x:nodes_used_collection_shard2_replica2] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard2_replica2&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard2&wt=javabin&version=2}
 status=0 QTime=5378
   [junit4]   2> 148905 INFO  (qtp905495170-953) [n:127.0.0.1:57318_solr 
c:nodes_used_collection s:shard1 r:core_node4 
x:nodes_used_collection_shard1_replica2] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard1_replica2&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard1&wt=javabin&version=2}
 status=0 QTime=5284
   [junit4]   2> 148944 INFO  (qtp13844187-949) [n:127.0.0.1:35350_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 149011 INFO  
(zkCallback-172-thread-2-processing-n:127.0.0.1:49448_solr) 
[n:127.0.0.1:49448_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 149011 INFO  
(zkCallback-171-thread-1-processing-n:127.0.0.1:34983_solr) 
[n:127.0.0.1:34983_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 149011 INFO  
(zkCallback-170-thread-1-processing-n:127.0.0.1:57318_solr) 
[n:127.0.0.1:57318_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 149015 INFO  
(zkCallback-166-thread-4-processing-n:127.0.0.1:35350_solr) 
[n:127.0.0.1:35350_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 149262 INFO  
(OverseerCollectionConfigSetProcessor-96976789047279625-127.0.0.1:35350_solr-n_0000000000)
 [n:127.0.0.1:35350_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> 149944 INFO  (qtp13844187-949) [n:127.0.0.1:35350_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=2&collection.configName=conf&name=nodes_used_collection&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=6738
   [junit4]   2> 149946 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.testCoresAreDistributedAcrossNodes-seed#[7364E1FC98EB3611])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testCoresAreDistributedAcrossNodes
   [junit4]   2> 150092 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[7364E1FC98EB3611])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDeleteNonExistentCollection
   [junit4]   2> 150094 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[7364E1FC98EB3611])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 150100 INFO  (qtp13844187-964) [n:127.0.0.1:35350_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=nodes_used_collection&action=DELETE&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 150109 INFO  
(OverseerThreadFactory-416-thread-2-processing-n:127.0.0.1:35350_solr) 
[n:127.0.0.1:35350_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 150114 INFO  (qtp13844187-960) [n:127.0.0.1:35350_solr    ] 
o.a.s.c.SolrCore [nodes_used_collection_shard2_replica2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6e9ec951
   [junit4]   2> 150114 INFO  (qtp905495170-955) [n:127.0.0.1:57318_solr    ] 
o.a.s.c.SolrCore [nodes_used_collection_shard1_replica2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6b02055a
   [junit4]   2> 150115 INFO  (qtp2098378588-979) [n:127.0.0.1:49448_solr    ] 
o.a.s.c.SolrCore [nodes_used_collection_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2306d043
   [junit4]   2> 150116 INFO  (qtp1365093701-971) [n:127.0.0.1:34983_solr    ] 
o.a.s.c.SolrCore [nodes_used_collection_shard2_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3578ad44
   [junit4]   2> 150178 INFO  (qtp2098378588-979) [n:127.0.0.1:49448_solr    ] 
o.a.s.s.h.HdfsDirectory Closing hdfs directory 
hdfs://localhost:46870/data/nodes_used_collection/core_node3/data/index
   [junit4]   2> 150180 INFO  (qtp13844187-960) [n:127.0.0.1:35350_solr    ] 
o.a.s.s.h.HdfsDirectory Closing hdfs directory 
hdfs://localhost:46870/data/nodes_used_collection/core_node1/data/index
   [junit4]   2> 150181 INFO  (qtp905495170-955) [n:127.0.0.1:57318_solr    ] 
o.a.s.s.h.HdfsDirectory Closing hdfs directory 
hdfs://localhost:46870/data/nodes_used_collection/core_node4/data/snapshot_metadata
   [junit4]   2> 150184 INFO  (qtp905495170-955) [n:127.0.0.1:57318_solr    ] 
o.a.s.s.h.HdfsDirectory Closing hdfs directory 
hdfs://localhost:46870/data/nodes_used_collection/core_node4/data/index
   [junit4]   2> 150186 INFO  (qtp905495170-955) [n:127.0.0.1:57318_solr    ] 
o.a.s.s.h.HdfsDirectory Closing hdfs directory 
hdfs://localhost:46870/data/nodes_used_collection/core_node4/data
   [junit4]   2> 150192 INFO  (qtp13844187-960) [n:127.0.0.1:35350_solr    ] 
o.a.s.s.h.HdfsDirectory Closing hdfs directory 
hdfs://localhost:46870/data/nodes_used_collection/core_node1/data/snapshot_metadata
   [junit4]   2> 150192 INFO  (qtp13844187-960) [n:127.0.0.1:35350_solr    ] 
o.a.s.s.h.HdfsDirectory Closing hdfs directory 
hdfs://localhost:46870/data/nodes_used_collection/core_node1/data
   [junit4]   2> 150201 INFO  (qtp2098378588-979) [n:127.0.0.1:49448_solr    ] 
o.a.s.s.h.HdfsDirectory Closing hdfs directory 
hdfs://localhost:46870/data/nodes_used_collection/core_node3/data/snapshot_metadata
   [junit4]   2> 150201 INFO  (qtp2098378588-979) [n:127.0.0.1:49448_solr    ] 
o.a.s.s.h.HdfsDirectory Closing hdfs directory 
hdfs://localhost:46870/data/nodes_used_collection/core_node3/data
   [junit4]   2> 150211 INFO  (IPC Server handler 2 on 46870) [    ] 
BlockStateChange BLOCK* addToInvalidates: blk_1073741827_1003 127.0.0.1:47707 
127.0.0.1:52726 
   [junit4]   2> 150213 INFO  (qtp1365093701-971) [n:127.0.0.1:34983_solr    ] 
o.a.s.s.h.HdfsDirectory Closing hdfs directory 
hdfs://localhost:46870/data/nodes_used_collection/core_node2/data/snapshot_metadata
   [junit4]   2> 150218 INFO  (qtp1365093701-971) [n:127.0.0.1:34983_solr    ] 
o.a.s.s.h.HdfsDirectory Closing hdfs directory 
hdfs://localhost:46870/data/nodes_used_collection/core_node2/data/index
   [junit4]   2> 150245 INFO  (qtp1365093701-971) [n:127.0.0.1:34983_solr    ] 
o.a.s.s.h.HdfsDirectory Closing hdfs directory 
hdfs://localhost:46870/data/nodes_used_collection/core_node2/data
   [junit4]   2> 150250 INFO  (IPC Server handler 6 on 46870) [    ] 
BlockStateChange BLOCK* addToInvalidates: blk_1073741828_1004 127.0.0.1:52726 
127.0.0.1:47707 
   [junit4]   2> 150286 WARN  
(zkCallback-170-thread-1-processing-n:127.0.0.1:57318_solr) 
[n:127.0.0.1:57318_solr    ] o.a.s.c.LeaderElector 
   [junit4]   2> org.apache.solr.common.SolrException: SolrCore not 
found:nodes_used_collection_shard1_replica2 in []
   [junit4]   2>        at 
org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:296)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:268)
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 150287 INFO  (IPC Server handler 8 on 46870) [    ] 
BlockStateChange BLOCK* addToInvalidates: blk_1073741825_1001 127.0.0.1:52726 
127.0.0.1:47707 
   [junit4]   2> 150294 INFO  (qtp905495170-955) [n:127.0.0.1:57318_solr    ] 
o.a.s.c.ShardLeaderElectionContextBase No version found for ephemeral leader 
parent node, won't remove previous leader registration.
   [junit4]   2> 150294 INFO  (qtp905495170-955) [n:127.0.0.1:57318_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=nodes_used_collection_shard1_replica2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=182
   [junit4]   2> 150296 INFO  (qtp2098378588-979) [n:127.0.0.1:49448_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=nodes_used_collection_shard1_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=182
   [junit4]   2> 150302 INFO  (IPC Server handler 5 on 46870) [    ] 
BlockStateChange BLOCK* addToInvalidates: blk_1073741826_1002 127.0.0.1:52726 
127.0.0.1:47707 
   [junit4]   2> 150333 INFO  (qtp1365093701-971) [n:127.0.0.1:34983_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=nodes_used_collection_shard2_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=217
   [junit4]   2> 150329 INFO  (qtp13844187-960) [n:127.0.0.1:35350_solr    ] 
o.a.s.c.ShardLeaderElectionContextBase No version found for ephemeral leader 
parent node, won't remove previous leader registration.
   [junit4]   2> 150332 WARN  
(zkCallback-166-thread-1-processing-n:127.0.0.1:35350_solr) 
[n:127.0.0.1:35350_solr    ] o.a.s.c.LeaderElector Our node is no longer in 
line to be leader
   [junit4]   

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

.S.Request [target_collection_shard2_replica1]  webapp= path=/cdcr 
params={action=LASTPROCESSEDVERSION&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2339400 WARN  
(zkCallback-30601-thread-3-processing-n:127.0.0.1:33488_) [n:127.0.0.1:33488_ 
c:target_collection s:shard1 r:core_node3 x:target_collection_shard1_replica1] 
o.a.s.c.SyncStrategy Closed, skipping sync up.
   [junit4]   2> 2339400 INFO  
(zkCallback-30601-thread-3-processing-n:127.0.0.1:33488_) [n:127.0.0.1:33488_ 
c:target_collection s:shard1 r:core_node3 x:target_collection_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 2339401 INFO  
(zkCallback-30601-thread-3-processing-n:127.0.0.1:33488_) [n:127.0.0.1:33488_ 
c:target_collection s:shard1 r:core_node3 x:target_collection_shard1_replica1] 
o.a.s.c.SolrCore [target_collection_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6078fdcf
   [junit4]   2> 2339401 INFO  
(zkCallback-30601-thread-3-processing-n:127.0.0.1:33488_) [n:127.0.0.1:33488_ 
c:target_collection s:shard1 r:core_node3 x:target_collection_shard1_replica1] 
o.a.s.h.CdcrRequestHandler Solr core is being closed - shutting down CDCR 
handler @ target_collection:shard1
   [junit4]   2> 2339416 INFO  
(TEST-CdcrReplicationDistributedZkTest.testDeleteCreateSourceCollection-seed#[7364E1FC98EB3611])
 [    ] o.e.j.s.ServerConnector Stopped ServerConnector@4225894f{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2339416 INFO  
(TEST-CdcrReplicationDistributedZkTest.testDeleteCreateSourceCollection-seed#[7364E1FC98EB3611])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@65143084{/,null,UNAVAILABLE}
   [junit4]   2> 2339421 INFO  
(TEST-CdcrReplicationDistributedZkTest.testDeleteCreateSourceCollection-seed#[7364E1FC98EB3611])
 [    ] o.a.s.c.ChaosMonkey monkey: stop shard! 34794
   [junit4]   2> 2339421 INFO  
(TEST-CdcrReplicationDistributedZkTest.testDeleteCreateSourceCollection-seed#[7364E1FC98EB3611])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=847498965
   [junit4]   2> 2339441 INFO  (coreCloseExecutor-8210-thread-1) 
[n:127.0.0.1:34794_ c:target_collection s:shard2 r:core_node2 
x:target_collection_shard2_replica2] o.a.s.c.SolrCore 
[target_collection_shard2_replica2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4dd4926e
   [junit4]   2> 2339441 INFO  (coreCloseExecutor-8210-thread-1) 
[n:127.0.0.1:34794_ c:target_collection s:shard2 r:core_node2 
x:target_collection_shard2_replica2] o.a.s.h.CdcrRequestHandler Solr core is 
being closed - shutting down CDCR handler @ target_collection:shard2
   [junit4]   2> 2339462 INFO  
(zkCallback-30614-thread-1-processing-n:127.0.0.1:40152_) [n:127.0.0.1:40152_   
 ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2339528 INFO  
(zkCallback-30614-thread-1-processing-n:127.0.0.1:40152_) [n:127.0.0.1:40152_   
 ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/target_collection/state.json] for collection 
[target_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2340962 WARN  
(zkCallback-30696-thread-2-processing-n:127.0.0.1:34794_) [n:127.0.0.1:34794_   
 ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to 
ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2340964 INFO  
(TEST-CdcrReplicationDistributedZkTest.testDeleteCreateSourceCollection-seed#[7364E1FC98EB3611])
 [    ] o.e.j.s.ServerConnector Stopped ServerConnector@3be60066{SSL,[ssl, 
http/1.1]}{127.0.0.1:34794}
   [junit4]   2> 2340965 INFO  
(TEST-CdcrReplicationDistributedZkTest.testDeleteCreateSourceCollection-seed#[7364E1FC98EB3611])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5569d204{/,null,UNAVAILABLE}
   [junit4]   2> 2340965 INFO  
(TEST-CdcrReplicationDistributedZkTest.testDeleteCreateSourceCollection-seed#[7364E1FC98EB3611])
 [    ] o.a.s.c.ChaosMonkey monkey: stop shard! 40152
   [junit4]   2> 2340966 INFO  
(TEST-CdcrReplicationDistributedZkTest.testDeleteCreateSourceCollection-seed#[7364E1FC98EB3611])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=656091445
   [junit4]   2> 2340977 INFO  (coreCloseExecutor-8212-thread-1) 
[n:127.0.0.1:40152_ c:target_collection s:shard2 r:core_node4 
x:target_collection_shard2_replica1] o.a.s.c.SolrCore 
[target_collection_shard2_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@630e67a5
   [junit4]   2> 2340977 INFO  (coreCloseExecutor-8212-thread-1) 
[n:127.0.0.1:40152_ c:target_collection s:shard2 r:core_node4 
x:target_collection_shard2_replica1] o.a.s.h.CdcrRequestHandler Solr core is 
being closed - shutting down CDCR handler @ target_collection:shard2
   [junit4]   2> 2340998 INFO  
(TEST-CdcrReplicationDistributedZkTest.testDeleteCreateSourceCollection-seed#[7364E1FC98EB3611])
 [    ] o.a.s.c.Overseer Overseer 
(id=96976928167624737-127.0.0.1:40152_-n_0000000007) closing
   [junit4]   2> 2340998 INFO  
(OverseerStateUpdate-96976928167624737-127.0.0.1:40152_-n_0000000007) 
[n:127.0.0.1:40152_    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:40152_
   [junit4]   2> 2340999 WARN  
(zkCallback-30614-thread-2-processing-n:127.0.0.1:40152_) [n:127.0.0.1:40152_   
 ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to 
ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2341003 INFO  
(TEST-CdcrReplicationDistributedZkTest.testDeleteCreateSourceCollection-seed#[7364E1FC98EB3611])
 [    ] o.e.j.s.ServerConnector Stopped ServerConnector@64fc727a{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2341003 INFO  
(TEST-CdcrReplicationDistributedZkTest.testDeleteCreateSourceCollection-seed#[7364E1FC98EB3611])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3df4fbc5{/,null,UNAVAILABLE}
   [junit4]   2> 2341006 INFO  
(TEST-CdcrReplicationDistributedZkTest.testDeleteCreateSourceCollection-seed#[7364E1FC98EB3611])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDeleteCreateSourceCollection
   [junit4]   2> 2341008 INFO  
(TEST-CdcrReplicationDistributedZkTest.testDeleteCreateSourceCollection-seed#[7364E1FC98EB3611])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:41895 41895
   [junit4]   2> 2341095 INFO  (Thread-1340) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:41895 41895
   [junit4]   2> 2341096 WARN  (Thread-1340) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        48      /solr/aliases.json
   [junit4]   2>        26      /solr/configs/conf1
   [junit4]   2>        10      /solr/security.json
   [junit4]   2>        8       /solr/collections/tmp_collection/state.json
   [junit4]   2>        3       
/solr/collections/source_collection/leaders/shard1/leader
   [junit4]   2>        3       
/solr/collections/target_collection/leaders/shard1/leader
   [junit4]   2>        2       
/solr/collections/source_collection/leaders/shard2/leader
   [junit4]   2>        2       
/solr/collections/tmp_collection/leaders/shard2/leader
   [junit4]   2>        2       
/solr/collections/target_collection/leaders/shard2/leader
   [junit4]   2>        2       
/solr/collections/tmp_collection/leaders/shard1/leader
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        48      /solr/clusterprops.json
   [junit4]   2>        48      /solr/clusterstate.json
   [junit4]   2>        10      
/solr/collections/target_collection/cdcr/state/buffer
   [junit4]   2>        10      
/solr/collections/source_collection/cdcr/state/buffer
   [junit4]   2>        10      
/solr/collections/source_collection/cdcr/state/process
   [junit4]   2>        10      
/solr/collections/target_collection/cdcr/state/process
   [junit4]   2>        9       /solr/collections/source_collection/state.json
   [junit4]   2>        9       /solr/collections/target_collection/state.json
   [junit4]   2>        8       
/solr/collections/tmp_collection/cdcr/state/process
   [junit4]   2>        8       
/solr/collections/tmp_collection/cdcr/state/buffer
   [junit4]   2>        2       
/solr/overseer_elect/election/96976928167624737-127.0.0.1:40152_-n_0000000007
   [junit4]   2>        2       
/solr/overseer_elect/election/96976928167624731-127.0.0.1:33488_-n_0000000005
   [junit4]   2>        2       
/solr/collections/source_collection/leader_elect/shard2/election/96976928167624709-core_node1-n_0000000000
   [junit4]   2>        2       
/solr/overseer_elect/election/96976928167624712-127.0.0.1:33343_-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        109     /solr/overseer/queue
   [junit4]   2>        65      /solr/overseer/collection-queue-work
   [junit4]   2>        48      /solr/collections
   [junit4]   2>        46      /solr/live_nodes
   [junit4]   2>        24      /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 2341097 INFO  
(SUITE-CdcrReplicationDistributedZkTest-seed#[7364E1FC98EB3611]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{_version_=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
id=PostingsFormat(name=MockRandom)}, docValues:{}, maxPointsInLeafNode=670, 
maxMBSortInHeap=6.612962112274484, 
sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=ga-IE, timezone=ART
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 
1.8.0_102 (64-bit)/cpus=4,threads=1,free=68128456,total=506462208
   [junit4]   2> NOTE: All tests run in this JVM: [TestScoreJoinQPNoScore, 
OutputWriterTest, AlternateDirectoryTest, TestStressLiveNodes, TestBadConfig, 
XsltUpdateRequestHandlerTest, MultiThreadedOCPTest, TestDistribIDF, 
TestDocumentBuilder, TestCloudPivotFacet, CloudMLTQParserTest, 
TestDeleteCollectionOnDownNodes, TestFunctionQuery, 
DeleteLastCustomShardedReplicaTest, DistributedFacetPivotLargeTest, 
CdcrReplicationDistributedZkTest]
   [junit4] Completed [255/654 (2!)] on J0 in 1804.23s, 11 tests, 1 error <<< 
FAILURES!

[...truncated 61976 lines...]


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

Reply via email to