Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/977/

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

Error Message:
Captured an uncaught exception in thread: Thread[id=18289, name=collection3, 
state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=18289, name=collection3, state=RUNNABLE, 
group=TGRP-CollectionsAPIDistributedZkTest]
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:39969: collection already exists: 
awholynewstresscollection_collection3_1
        at __randomizedtesting.SeedInfo.seed([F1C31F1CCECA8AE8]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:575)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1099)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1574)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1595)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:888)


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

Error Message:
Captured an uncaught exception in thread: Thread[id=7640, name=collection1, 
state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=7640, name=collection1, state=RUNNABLE, 
group=TGRP-HdfsCollectionsAPIDistributedZkTest]
        at 
__randomizedtesting.SeedInfo.seed([F1C31F1CCECA8AE8:799720C66036E710]:0)
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:42023: Could not find collection : 
awholynewstresscollection_collection1_4
        at __randomizedtesting.SeedInfo.seed([F1C31F1CCECA8AE8]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:575)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1099)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:895)


FAILED:  
org.apache.solr.cloud.LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR

Error Message:
Captured an uncaught exception in thread: Thread[id=116935, 
name=coreZkRegister-6107-thread-2, state=RUNNABLE, 
group=TGRP-LeaderInitiatedRecoveryOnShardRestartTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=116935, name=coreZkRegister-6107-thread-2, 
state=RUNNABLE, group=TGRP-LeaderInitiatedRecoveryOnShardRestartTest]
Caused by: java.lang.AssertionError
        at __randomizedtesting.SeedInfo.seed([F1C31F1CCECA8AE8]:0)
        at 
org.apache.solr.cloud.ZkController.updateLeaderInitiatedRecoveryState(ZkController.java:2133)
        at 
org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:422)
        at 
org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:197)
        at 
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:157)
        at 
org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:346)
        at 
org.apache.solr.cloud.ZkController.joinElection(ZkController.java:1113)
        at org.apache.solr.cloud.ZkController.register(ZkController.java:926)
        at org.apache.solr.cloud.ZkController.register(ZkController.java:881)
        at org.apache.solr.core.ZkContainer$2.run(ZkContainer.java:183)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10470 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F1C31F1CCECA8AE8-001/init-core-data-001
   [junit4]   2> 682384 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F1C31F1CCECA8AE8]-worker) [    
] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 682384 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F1C31F1CCECA8AE8]-worker) [    
] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 682434 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F1C31F1CCECA8AE8]-worker) [    
] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 682444 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F1C31F1CCECA8AE8]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 682448 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F1C31F1CCECA8AE8]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 682466 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F1C31F1CCECA8AE8]-worker) [    
] o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.6.0-tests.jar!/webapps/hdfs
 to ./temp/Jetty_localhost_42568_hdfs____.38yeal/webapp
   [junit4]   2> 682593 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F1C31F1CCECA8AE8]-worker) [    
] o.m.log NO JSP Support for /, did not find 
org.apache.jasper.servlet.JspServlet
   [junit4]   2> 683150 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F1C31F1CCECA8AE8]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:42568
   [junit4]   2> 683241 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F1C31F1CCECA8AE8]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 683244 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F1C31F1CCECA8AE8]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 683256 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F1C31F1CCECA8AE8]-worker) [    
] o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.6.0-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_48541_datanode____vygzmd/webapp
   [junit4]   2> 683385 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F1C31F1CCECA8AE8]-worker) [    
] o.m.log NO JSP Support for /, did not find 
org.apache.jasper.servlet.JspServlet
   [junit4]   2> 683610 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F1C31F1CCECA8AE8]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:48541
   [junit4]   2> 683673 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F1C31F1CCECA8AE8]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 683679 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F1C31F1CCECA8AE8]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 684447 ERROR (Finalizer) [    ] o.a.s.c.CoreContainer 
CoreContainer was not close prior to finalize(), indicates a bug -- POSSIBLE 
RESOURCE LEAK!!!  instance=272715603
   [junit4]   2> 684460 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F1C31F1CCECA8AE8]-worker) [    
] o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.6.0-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_45058_datanode____wczxjt/webapp
   [junit4]   2> 684499 INFO  (IPC Server handler 9 on 56115) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-25d7982f-ab64-421c-bb84-cde50e29ff07 node DatanodeRegistration(127.0.0.1, 
datanodeUuid=0840c058-017f-43f1-b1ec-6316166ca01b, infoPort=48541, 
ipcPort=34104, storageInfo=lv=-56;cid=testClusterID;nsid=1369767611;c=0), 
blocks: 0, hasStaleStorages: true, processing time: 1 msecs
   [junit4]   2> 684499 INFO  (IPC Server handler 9 on 56115) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-bfd42281-035a-485e-87a0-168455cbda86 node DatanodeRegistration(127.0.0.1, 
datanodeUuid=0840c058-017f-43f1-b1ec-6316166ca01b, infoPort=48541, 
ipcPort=34104, storageInfo=lv=-56;cid=testClusterID;nsid=1369767611;c=0), 
blocks: 0, hasStaleStorages: false, processing time: 0 msecs
   [junit4]   2> 684606 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F1C31F1CCECA8AE8]-worker) [    
] o.m.log NO JSP Support for /, did not find 
org.apache.jasper.servlet.JspServlet
   [junit4]   2> 684798 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F1C31F1CCECA8AE8]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:45058
   [junit4]   2> 684875 INFO  (IPC Server handler 3 on 56115) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-619c130b-7b64-4cce-acd8-438876fec21c node DatanodeRegistration(127.0.0.1, 
datanodeUuid=e6f7eac4-940a-4a97-b2a7-84a54dd4add3, infoPort=45058, 
ipcPort=46107, storageInfo=lv=-56;cid=testClusterID;nsid=1369767611;c=0), 
blocks: 0, hasStaleStorages: true, processing time: 0 msecs
   [junit4]   2> 684875 INFO  (IPC Server handler 3 on 56115) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-52a128ba-170a-4eb1-9d42-1c3c53292377 node DatanodeRegistration(127.0.0.1, 
datanodeUuid=e6f7eac4-940a-4a97-b2a7-84a54dd4add3, infoPort=45058, 
ipcPort=46107, storageInfo=lv=-56;cid=testClusterID;nsid=1369767611;c=0), 
blocks: 0, hasStaleStorages: false, processing time: 0 msecs
   [junit4]   2> 684984 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 684985 INFO  (Thread-3964) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 684985 INFO  (Thread-3964) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 685085 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:44237
   [junit4]   2> 685085 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 685085 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 685093 INFO  (zkCallback-358-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@269d4d64 
name:ZooKeeperConnection Watcher:127.0.0.1:44237 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 685094 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 685094 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 685094 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 685097 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 685097 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 685099 INFO  (zkCallback-359-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3ac931d9 
name:ZooKeeperConnection Watcher:127.0.0.1:44237/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 685099 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 685099 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 685099 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 685101 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 685103 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 685104 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 685106 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 685106 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 685110 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 685111 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 685114 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 685114 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 685116 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 685116 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 685117 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 685118 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 685119 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 685119 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 685121 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 685122 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 685123 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 685123 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 685125 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 685125 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 685127 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 685127 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 685128 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 685129 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 685131 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 685131 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 685133 INFO  (zkCallback-360-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7236e0a6 
name:ZooKeeperConnection Watcher:127.0.0.1:44237 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 685133 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 685133 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 685133 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 685135 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 685135 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 685137 INFO  (zkCallback-361-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@905053e name:ZooKeeperConnection 
Watcher:127.0.0.1:44237/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 685137 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 685137 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 685137 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf2/solrconfig.xml
   [junit4]   2> 685137 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/solrconfig.xml
   [junit4]   2> 685140 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf2/schema.xml
   [junit4]   2> 685140 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/schema.xml
   [junit4]   2> 685142 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf2/enumsConfig.xml
   [junit4]   2> 685142 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/enumsConfig.xml
   [junit4]   2> 685144 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 685144 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 685146 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf2/stopwords.txt
   [junit4]   2> 685147 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/stopwords.txt
   [junit4]   2> 685152 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf2/protwords.txt
   [junit4]   2> 685153 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/protwords.txt
   [junit4]   2> 685154 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf2/currency.xml
   [junit4]   2> 685155 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/currency.xml
   [junit4]   2> 685156 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf2/open-exchange-rates.json
   [junit4]   2> 685156 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/open-exchange-rates.json
   [junit4]   2> 685159 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 685159 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 685161 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf2/old_synonyms.txt
   [junit4]   2> 685161 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/old_synonyms.txt
   [junit4]   2> 685162 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf2/synonyms.txt
   [junit4]   2> 685163 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/synonyms.txt
   [junit4]   2> 685164 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/elevate.xml
 to /configs/conf2/elevate.xml
   [junit4]   2> 685164 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/elevate.xml
   [junit4]   2> 685461 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F1C31F1CCECA8AE8-001/control-001/cores/collection1
   [junit4]   2> 685463 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 685465 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@364168ce{/,null,AVAILABLE}
   [junit4]   2> 685465 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@47c836{HTTP/1.1}{127.0.0.1:49410}
   [junit4]   2> 685465 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.e.j.s.Server Started @688711ms
   [junit4]   2> 685465 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solr.data.dir=hdfs://localhost:56115/hdfs__localhost_56115__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-5.x_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F1C31F1CCECA8AE8-001_tempDir-002_control_data,
 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F1C31F1CCECA8AE8-001/control-001/cores,
 hostPort=49410}
   [junit4]   2> 685466 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1fe91485
   [junit4]   2> 685466 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F1C31F1CCECA8AE8-001/control-001/'
   [junit4]   2> 685482 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 685483 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 685484 INFO  (zkCallback-362-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3e7657f1 
name:ZooKeeperConnection Watcher:127.0.0.1:44237/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 685484 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 685484 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 685485 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 685486 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F1C31F1CCECA8AE8-001/control-001/solr.xml
   [junit4]   2> 685500 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.CoresLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F1C31F1CCECA8AE8-001/control-001/cores
   [junit4]   2> 685500 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1801156008
   [junit4]   2> 685500 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F1C31F1CCECA8AE8-001/control-001/]
   [junit4]   2> 685501 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F1C31F1CCECA8AE8-001/control-001/lib
   [junit4]   2> 685501 WARN  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F1C31F1CCECA8AE8-001/control-001/lib).
   [junit4]   2> 685509 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 685510 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 685510 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 685511 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 685511 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44237/solr
   [junit4]   2> 685511 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 685511 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 685511 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 685513 INFO  (zkCallback-364-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@78825153 
name:ZooKeeperConnection Watcher:127.0.0.1:44237 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 685513 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 685514 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 685515 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) 
[n:127.0.0.1:49410_    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 685517 INFO  
(zkCallback-365-thread-1-processing-n:127.0.0.1:49410_) [n:127.0.0.1:49410_    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7dcc5bc8 
name:ZooKeeperConnection Watcher:127.0.0.1:44237/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 685517 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) 
[n:127.0.0.1:49410_    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 685518 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) 
[n:127.0.0.1:49410_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 685520 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) 
[n:127.0.0.1:49410_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 685523 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) 
[n:127.0.0.1:49410_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 685525 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) 
[n:127.0.0.1:49410_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 685527 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) 
[n:127.0.0.1:49410_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 685529 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) 
[n:127.0.0.1:49410_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 685530 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) 
[n:127.0.0.1:49410_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 685532 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) 
[n:127.0.0.1:49410_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 685533 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) 
[n:127.0.0.1:49410_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 685534 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) 
[n:127.0.0.1:49410_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:49410_
   [junit4]   2> 685535 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) 
[n:127.0.0.1:49410_    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:49410_
   [junit4]   2> 685536 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) 
[n:127.0.0.1:49410_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 685538 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) 
[n:127.0.0.1:49410_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 685539 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) 
[n:127.0.0.1:49410_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 685539 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) 
[n:127.0.0.1:49410_    ] o.a.s.c.LeaderElector Joined leadership election with 
path: /overseer_elect/election/94639553585283078-127.0.0.1:49410_-n_0000000000
   [junit4]   2> 685541 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) 
[n:127.0.0.1:49410_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:49410_
   [junit4]   2> 685541 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) 
[n:127.0.0.1:49410_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 685542 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) 
[n:127.0.0.1:49410_    ] o.a.s.c.Overseer Overseer 
(id=94639553585283078-127.0.0.1:49410_-n_0000000000) starting
   [junit4]   2> 685544 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) 
[n:127.0.0.1:49410_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 685551 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) 
[n:127.0.0.1:49410_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=10000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 685552 INFO  
(OverseerCollectionConfigSetProcessor-94639553585283078-127.0.0.1:49410_-n_0000000000)
 [n:127.0.0.1:49410_    ] o.a.s.c.OverseerTaskProcessor Process current queue 
of overseer operations
   [junit4]   2> 685552 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) 
[n:127.0.0.1:49410_    ] o.a.s.c.c.ZkStateReader Updating cluster state from 
ZooKeeper... 
   [junit4]   2> 685552 INFO  
(OverseerStateUpdate-94639553585283078-127.0.0.1:49410_-n_0000000000) 
[n:127.0.0.1:49410_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 685577 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) 
[n:127.0.0.1:49410_    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 685578 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) 
[n:127.0.0.1:49410_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 685579 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) 
[n:127.0.0.1:49410_    ] o.a.s.c.CoresLocator Looking for core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F1C31F1CCECA8AE8-001/control-001/cores
   [junit4]   2> 685579 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) 
[n:127.0.0.1:49410_    ] o.a.s.c.SolrCore Created CoreDescriptor: 
{absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F1C31F1CCECA8AE8-001/control-001/cores/collection1/,
 transient=false, dataDir=data/, schema=schema.xml, 
configSetProperties=configsetprops.json, config=solrconfig.xml, coreNodeName=, 
instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F1C31F1CCECA8AE8-001/control-001/cores/collection1,
 shard=, name=collection1, collection=control_collection, loadOnStartup=true}
   [junit4]   2> 685579 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) 
[n:127.0.0.1:49410_    ] o.a.s.c.CoresLocator Found core collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F1C31F1CCECA8AE8-001/control-001/cores/collection1/
   [junit4]   2> 685580 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) 
[n:127.0.0.1:49410_    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 685581 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection   x:collection1] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 685581 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection   x:collection1] o.a.s.c.ZkController 
numShards not found on descriptor - reading it from system property
   [junit4]   2> 685581 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) 
[n:127.0.0.1:49410_    ] o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1
   [junit4]   2> 685581 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) 
[n:127.0.0.1:49410_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() 
done
   [junit4]   2> 685584 INFO  
(OverseerStateUpdate-94639553585283078-127.0.0.1:49410_-n_0000000000) 
[n:127.0.0.1:49410_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "shard":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:49410";,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "node_name":"127.0.0.1:49410_"} current state version: 0
   [junit4]   2> 685586 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection   x:collection1] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 685586 INFO  
(OverseerStateUpdate-94639553585283078-127.0.0.1:49410_-n_0000000000) 
[n:127.0.0.1:49410_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "shard":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:49410";,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "node_name":"127.0.0.1:49410_"}
   [junit4]   2> 685587 INFO  
(OverseerStateUpdate-94639553585283078-127.0.0.1:49410_-n_0000000000) 
[n:127.0.0.1:49410_    ] o.a.s.c.o.ClusterStateMutator building a new cName: 
control_collection
   [junit4]   2> 685587 INFO  
(OverseerStateUpdate-94639553585283078-127.0.0.1:49410_-n_0000000000) 
[n:127.0.0.1:49410_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 685589 INFO  
(zkCallback-365-thread-1-processing-n:127.0.0.1:49410_) [n:127.0.0.1:49410_    
] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred 
- updating... (live nodes size: 1)
   [junit4]   2> 686587 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection   x:collection1] o.a.s.c.ZkController 
waiting to find shard id in clusterstate for collection1
   [junit4]   2> 686587 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection   x:collection1] o.a.s.c.ZkController 
Check for collection zkNode:control_collection
   [junit4]   2> 686587 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection   x:collection1] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 686587 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader Load collection config 
from:/collections/control_collection
   [junit4]   2> 686588 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 
specified config exists in ZooKeeper
   [junit4]   2> 686588 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F1C31F1CCECA8AE8-001/control-001/cores/collection1/'
   [junit4]   2> 686605 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection   x:collection1] o.a.s.c.Config loaded 
config solrconfig.xml with version 0 
   [junit4]   2> 686612 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 686627 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 686658 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection   x:collection1] o.a.s.c.Config Loaded 
SolrConfig: solrconfig.xml
   [junit4]   2> 686659 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 686666 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 686953 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 686963 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
default search field in schema is text
   [junit4]   2> 686965 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 686980 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 686984 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 686987 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 686988 WARN  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 686988 WARN  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 686988 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 686989 WARN  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 686989 WARN  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 686990 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection   x:collection1] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/configs/conf1', 
cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1
   [junit4]   2> 686990 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection
   [junit4]   2> 686990 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore org.apache.solr.core.HdfsDirectoryFactory
   [junit4]   2> 686991 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:56115/solr_hdfs_home
   [junit4]   2> 686991 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 686991 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F1C31F1CCECA8AE8-001/control-001/cores/collection1/],
 dataDir=[null]
   [junit4]   2> 686991 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e5bf9e7
   [junit4]   2> 686992 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:56115/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 687009 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
hdfs://localhost:56115/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 687011 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=hdfs://localhost:56115/solr_hdfs_home/control_collection/core_node1/data/index/
   [junit4]   2> 687025 WARN  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'hdfs:/localhost:56115/solr_hdfs_home/control_collection/core_node1/data/index' 
doesn't exist. Creating new index...
   [junit4]   2> 687025 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:56115/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 687042 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
hdfs://localhost:56115/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 687043 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@28e94f58
   [junit4]   2> 687072 INFO  (IPC Server handler 6 on 56115) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:48994 is 
added to blk_1073741825_1001{blockUCState=UNDER_CONSTRUCTION, 
primaryNodeIndex=-1, 
replicas=[ReplicaUnderConstruction[[DISK]DS-52a128ba-170a-4eb1-9d42-1c3c53292377:NORMAL:127.0.0.1:36235|RBW],
 
ReplicaUnderConstruction[[DISK]DS-25d7982f-ab64-421c-bb84-cde50e29ff07:NORMAL:127.0.0.1:48994|RBW]]}
 size 0
   [junit4]   2> 687075 INFO  (IPC Server handler 5 on 56115) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:36235 is 
added to blk_1073741825_1001 size 71
   [junit4]   2> 687078 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=NRTCachingDirectory(HdfsDirectory@b8ae23bd 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d8278bd; 
maxCacheMB=192.0 maxMergeSizeMB=16.0),segFN=segments_1,generation=1}
   [junit4]   2> 687078 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 687080 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:49410_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore 
Looking for old index directories to cleanup for core collection1 in 
hdfs://localhost:56115/solr_hdfs_home/control_collection/core_node1/data/
   [junit4]   2> 687087 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 687088 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 687088 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 687088 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 687088 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 687088 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 687089 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 687089 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 687089 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 687092 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 687094 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 687097 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 687103 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 687109 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers Registered paths: 
/update/csv,/admin/threads,/replication,/update/json/docs,/admin/system,/config,/admin/properties,/admin/luke,/admin/plugins,/admin/segments,/admin/file,/schema,/get,/update/json,standard,/admin/logging,/update,/admin/ping,/admin/mbeans
   [junit4]   2> 687111 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 687111 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 687112 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Initializing HdfsUpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 tlogDfsReplication=2
   [junit4]   2> 687128 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 687128 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 687130 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=26, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=14.75390625, 
floorSegmentMB=1.2119140625, forceMergeDeletesPctAllowed=24.461639842302144, 
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 687140 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=NRTCachingDirectory(HdfsDirectory@b8ae23bd 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d8278bd; 
maxCacheMB=192.0 maxMergeSizeMB=16.0),segFN=segments_1,generation=1}
   [junit4]   2> 687140 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 687140 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening Searcher@5b2c49b9[collection1] main
   [junit4]   2> 687141 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.c.ZkStateReader Load collection config 
from:/collections/control_collection
   [junit4]   2> 687142 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 
specified config exists in ZooKeeper
   [junit4]   2> 687142 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the 
RestManager with znodeBase: /configs/conf1
   [junit4]   2> 687142 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 687142 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 687142 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 687143 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage No data found for znode 
/configs/conf1/_rest_managed.json
   [junit4]   2> 687143 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 687143 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 687143 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 687145 INFO  
(searcherExecutor-1032-thread-1-processing-s:shard1 x:collection1 
c:control_collection r:core_node1 n:127.0.0.1:49410_) [n:127.0.0.1:49410_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore 
[collection1] Registered new searcher Searcher@5b2c49b9[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 687145 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 687145 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 256 version 
buckets from index
   [junit4]   2> 687145 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 687145 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1514232859628404736
   [junit4]   2> 687145 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Took 0.0ms to seed version buckets with highest version 
1514232859628404736
   [junit4]   2> 687145 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 687146 INFO  
(coreLoadExecutor-1031-thread-1-processing-n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 687146 INFO  (coreZkRegister-1025-thread-1-processing-s:shard1 
x:collection1 c:control_collection r:core_node1 n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ZkController Register replica - core:collection1 
address:http://127.0.0.1:49410 collection:control_collection shard:shard1
   [junit4]   2> 687147 INFO  (coreZkRegister-1025-thread-1-processing-s:shard1 
x:collection1 c:control_collection r:core_node1 n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.c.SolrZkClient makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 687152 INFO  (coreZkRegister-1025-thread-1-processing-s:shard1 
x:collection1 c:control_collection r:core_node1 n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/collections/control_collection/leader_elect/shard1/election/94639553585283078-core_node1-n_0000000000
   [junit4]   2> 687152 INFO  (coreZkRegister-1025-thread-1-processing-s:shard1 
x:collection1 c:control_collection r:core_node1 n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Running the leader process for shard shard1
   [junit4]   2> 687154 INFO  (coreZkRegister-1025-thread-1-processing-s:shard1 
x:collection1 c:control_collection r:core_node1 n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 687155 INFO  (coreZkRegister-1025-thread-1-processing-s:shard1 
x:collection1 c:control_collection r:core_node1 n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 687155 INFO  (coreZkRegister-1025-thread-1-processing-s:shard1 
x:collection1 c:control_collection r:core_node1 n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:49410/collection1/
   [junit4]   2> 687155 INFO  (coreZkRegister-1025-thread-1-processing-s:shard1 
x:collection1 c:control_collection r:core_node1 n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 687155 INFO  
(OverseerStateUpdate-94639553585283078-127.0.0.1:49410_-n_0000000000) 
[n:127.0.0.1:49410_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 687155 INFO  (coreZkRegister-1025-thread-1-processing-s:shard1 
x:collection1 c:control_collection r:core_node1 n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SyncStrategy http://127.0.0.1:49410/collection1/ has no replicas
   [junit4]   2> 687155 INFO  (coreZkRegister-1025-thread-1-processing-s:shard1 
x:collection1 c:control_collection r:core_node1 n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:49410/collection1/ shard1
   [junit4]   2> 687156 INFO  (coreZkRegister-1025-thread-1-processing-s:shard1 
x:collection1 c:control_collection r:core_node1 n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 687156 INFO  
(zkCallback-365-thread-1-processing-n:127.0.0.1:49410_) [n:127.0.0.1:49410_    
] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred 
- updating... (live nodes size: 1)
   [junit4]   2> 687161 INFO  (coreZkRegister-1025-thread-1-processing-s:shard1 
x:collection1 c:control_collection r:core_node1 n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
   [junit4]   2> 687164 INFO  
(OverseerStateUpdate-94639553585283078-127.0.0.1:49410_-n_0000000000) 
[n:127.0.0.1:49410_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:49410";,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 2
   [junit4]   2> 687267 INFO  
(zkCallback-365-thread-1-processing-n:127.0.0.1:49410_) [n:127.0.0.1:49410_    
] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred 
- updating... (live nodes size: 1)
   [junit4]   2> 687315 INFO  (coreZkRegister-1025-thread-1-processing-s:shard1 
x:collection1 c:control_collection r:core_node1 n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ZkController We are http://127.0.0.1:49410/collection1/ and leader is 
http://127.0.0.1:49410/collection1/
   [junit4]   2> 687316 INFO  (coreZkRegister-1025-thread-1-processing-s:shard1 
x:collection1 c:control_collection r:core_node1 n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ZkController No LogReplay needed for core=collection1 
baseURL=http://127.0.0.1:49410
   [junit4]   2> 687316 INFO  (coreZkRegister-1025-thread-1-processing-s:shard1 
x:collection1 c:control_collection r:core_node1 n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 687316 INFO  (coreZkRegister-1025-thread-1-processing-s:shard1 
x:collection1 c:control_collection r:core_node1 n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ZkController publishing state=active
   [junit4]   2> 687316 INFO  (coreZkRegister-1025-thread-1-processing-s:shard1 
x:collection1 c:control_collection r:core_node1 n:127.0.0.1:49410_) 
[n:127.0.0.1:49410_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ZkController numShards not found on descriptor - reading it from system 
property
   [junit4]   2> 687319 INFO  
(OverseerStateUpdate-94639553585283078-127.0.0.1:49410_-n_0000000000) 
[n:127.0.0.1:49410_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "base_url":"http://127.0.0.1:49410";,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "node_name":"127.0.0.1:49410_"} current state version: 3
   [junit4]   2> 687319 INFO  
(OverseerStateUpdate-94639553585283078-127.0.0.1:49410_-n_0000000000) 
[n:127.0.0.1:49410_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "base_url":"http://127.0.0.1:49410";,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "node_name":"127.0.0.1:49410_"}
   [junit4]   2> 687422 INFO  
(zkCallback-365-thread-2-processing-n:127.0.0.1:49410_) [n:127.0.0.1:49410_    
] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred 
- updating... (live nodes size: 1)
   [junit4]   2> 687584 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 687585 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 687588 INFO  (zkCallback-367-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6c5ea897 
name:ZooKeeperConnection Watcher:127.0.0.1:44237/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 687588 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 687589 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 687589 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 687592 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 687592 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 687592 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 687595 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 687596 INFO  (zkCallback-368-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@49e3c6d name:ZooKeeperConnection 
Watcher:127.0.0.1:44237/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 687596 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 687596 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 687599 INFO  
(OverseerStateUpdate-94639553585283078-127.0.0.1:49410_-n_0000000000) 
[n:127.0.0.1:49410_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "operation":"create",
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2"} current state version: 4
   [junit4]   2> 687599 INFO  
(OverseerStateUpdate-94639553585283078-127.0.0.1:49410_-n_0000000000) 
[n:127.0.0.1:49410_    ] o.a.s.c.o.ClusterStateMutator building a new cName: 
collection1
   [junit4]   2> 687702 INFO  
(OverseerStateUpdate-94639553585283078-127.0.0.1:49410_-n_0000000000) 
[n:127.0.0.1:49410_    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/collection1/state.json
   [junit4]   2> 688001 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F1C31F1CCECA8AE8-001/shard-1-001/cores/collection1
   [junit4]   2> 688002 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F1C31F1CCECA8AE8-001/shard-1-001
   [junit4]   2> 688003 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 688008 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5f01e7f3{/,null,AVAILABLE}
   [junit4]   2> 688009 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@f9a9b1{HTTP/1.1}{127.0.0.1:54578}
   [junit4]   2> 688009 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.e.j.s.Server Started @691255ms
   [junit4]   2> 688009 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solr.data.dir=hdfs://localhost:56115/hdfs__localhost_56115__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-5.x_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F1C31F1CCECA8AE8-001_tempDir-002_jetty1,
 hostPort=54578, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F1C31F1CCECA8AE8-001/shard-1-001/cores,
 solrconfig=solrconfig.xml}
   [junit4]   2> 688009 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1fe91485
   [junit4]   2> 688009 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F1C31F1CCECA8AE8-001/shard-1-001/'
   [junit4]   2> 688032 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 688034 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 688035 INFO  (zkCallback-369-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3b09c8c7 
name:ZooKeeperConnection Watcher:127.0.0.1:44237/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 688035 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 688036 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 688038 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 688038 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F1C31F1CCECA8AE8-001/shard-1-001/solr.xml
   [junit4]   2> 688062 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.CoresLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F1C31F1CCECA8AE8-001/shard-1-001/cores
   [junit4]   2> 688062 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 308061928
   [junit4]   2> 688062 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F1C31F1CCECA8AE8-001/shard-1-001/]
   [junit4]   2> 688062 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F1C31F1CCECA8AE8-001/shard-1-001/lib
   [junit4]   2> 688062 WARN  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F1C31F1CCECA8AE8-001/shard-1-001/lib).
   [junit4]   2> 688074 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 688076 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 688076 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 688076 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 688077 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44237/solr
   [junit4]   2> 688077 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 688077 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 688077 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 688080 INFO  (zkCallback-371-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@17cac811 
name:ZooKeeperConnection Watcher:127.0.0.1:44237 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 688082 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F1C31F1CCECA8AE8]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKee

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

e #1: java.lang.AssertionError: There are still nodes recoverying - waited for 
330 seconds
   [junit4]    >        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:172)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:133)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:128)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:830)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR(LeaderInitiatedRecoveryOnShardRestartTest.java:81)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:963)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)Throwable #2: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=116935, name=coreZkRegister-6107-thread-2, 
state=RUNNABLE, group=TGRP-LeaderInitiatedRecoveryOnShardRestartTest]
   [junit4]    > Caused by: java.lang.AssertionError
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([F1C31F1CCECA8AE8]:0)
   [junit4]    >        at 
org.apache.solr.cloud.ZkController.updateLeaderInitiatedRecoveryState(ZkController.java:2133)
   [junit4]    >        at 
org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:422)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:197)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:157)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:346)
   [junit4]    >        at 
org.apache.solr.cloud.ZkController.joinElection(ZkController.java:1113)
   [junit4]    >        at 
org.apache.solr.cloud.ZkController.register(ZkController.java:926)
   [junit4]    >        at 
org.apache.solr.cloud.ZkController.register(ZkController.java:881)
   [junit4]    >        at 
org.apache.solr.core.ZkContainer$2.run(ZkContainer.java:183)
   [junit4]    >        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 3290181 INFO  
(SUITE-LeaderInitiatedRecoveryOnShardRestartTest-seed#[F1C31F1CCECA8AE8]-worker)
 [n:127.0.0.1:43689_wz_thu c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderInitiatedRecoveryOnShardRestartTest_F1C31F1CCECA8AE8-001
   [junit4]   2> Oct 05, 2015 7:26:30 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> 3290454 WARN  
(OverseerStateUpdate-94639700595769362-127.0.0.1:43689_wz_thu-n_0000000004) 
[n:127.0.0.1:43689_wz_thu    ] o.a.s.c.Overseer Solr cannot talk to ZK, exiting 
Overseer main queue loop
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /overseer/queue/qn-0000000041
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:345)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:342)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:61)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:342)
   [junit4]   2>        at 
org.apache.solr.cloud.DistributedQueue.removeFirst(DistributedQueue.java:385)
   [junit4]   2>        at 
org.apache.solr.cloud.DistributedQueue.poll(DistributedQueue.java:188)
   [junit4]   2>        at 
org.apache.solr.cloud.Overseer$ClusterStateUpdater.run(Overseer.java:229)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 3290455 INFO  
(OverseerStateUpdate-94639700595769362-127.0.0.1:43689_wz_thu-n_0000000004) 
[n:127.0.0.1:43689_wz_thu    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:43689_wz_thu
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {}, 
docValues:{}, sim=DefaultSimilarity, locale=nl_BE, timezone=Antarctica/Mawson
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 
1.7.0_72 (64-bit)/cpus=4,threads=1,free=128748832,total=526385152
   [junit4]   2> NOTE: All tests run in this JVM: [TestLeaderElectionZkExpiry, 
StatelessScriptUpdateProcessorFactoryTest, HdfsBasicDistributedZkTest, 
CloudMLTQParserTest, QueryResultKeyTest, RegexBoostProcessorTest, 
TestCharFilters, TestNRTOpen, ShowFileRequestHandlerTest, TestSystemIdResolver, 
TestXIncludeConfig, BasicAuthIntegrationTest, SuggesterTest, TestSmileRequest, 
TestDistributedMissingSort, NoCacheHeaderTest, TestSolrDeletionPolicy1, 
TestMiniSolrCloudClusterBase, BJQParserTest, FullSolrCloudDistribCmdsTest, 
TestLeaderInitiatedRecoveryThread, TestAnalyzeInfixSuggestions, 
TestSolrConfigHandlerCloud, DirectUpdateHandlerTest, OverseerTest, 
ChangedSchemaMergeTest, SmileWriterTest, TestSchemaVersionResource, 
ActionThrottleTest, CoreAdminCreateDiscoverTest, TestSolrQueryParser, 
FieldMutatingUpdateProcessorTest, PluginInfoTest, MergeStrategyTest, 
TestSolrCloudWithKerberosAlt, TestStressReorder, SampleTest, 
DirectSolrConnectionTest, TestShortCircuitedRequests, FacetPivotSmallTest, 
TestSortingResponseWriter, ZkStateWriterTest, TestRecovery, 
TestReplicationHandlerBackup, DistributedSuggestComponentTest, 
ScriptEngineTest, TestSolrDynamicMBean, TestNonDefinedSimilarityFactory, 
BitVectorTest, TestIndexSearcher, TestDownShardTolerantSearch, 
TestJmxIntegration, TestExtendedDismaxParser, TestCopyFieldCollectionResource, 
TestSolrQueryParserDefaultOperatorResource, TestHashQParserPlugin, 
RequestHandlersTest, RulesTest, LeaderElectionTest, SimpleFacetsTest, 
TestExactSharedStatsCache, TestFastWriter, TestSchemaManager, 
SolrTestCaseJ4Test, TestCollapseQParserPlugin, SpatialHeatmapFacetsTest, 
TestFileDictionaryLookup, DebugComponentTest, UUIDFieldTest, 
TestDefaultStatsCache, AutoCommitTest, TestSolrQueryParserResource, 
TestFastLRUCache, TestRemoveLastDynamicCopyField, TestReload, 
TestJettySolrRunner, TestMinMaxOnMultiValuedField, StatsComponentTest, 
TestPostingsSolrHighlighter, BadComponentTest, HdfsLockFactoryTest, 
DistributedQueryComponentCustomSortTest, TestDynamicLoading, 
TestStressRecovery, ResponseHeaderTest, TestDynamicFieldResource, 
HdfsDirectoryFactoryTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, 
LeaderElectionIntegrationTest, RecoveryZkTest, TestReplicationHandler, 
SolrCoreTest, PeerSyncTest, ConvertedLegacyTest, TestFiltering, 
CurrencyFieldXmlFileTest, AnalysisAfterCoreReloadTest, SolrRequestParserTest, 
SuggesterTSTTest, TestCSVLoader, SolrCoreCheckLockOnStartupTest, 
DistanceFunctionTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, 
DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, 
PrimitiveFieldTypeTest, DocumentBuilderTest, RequiredFieldsTest, 
FastVectorHighlighterTest, LoggingHandlerTest, 
UpdateRequestProcessorFactoryTest, QueryParsingTest, 
TestPartialUpdateDeduplication, PingRequestHandlerTest, MultiTermTest, 
NumericFieldsTest, TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions, 
SynonymTokenizerTest, TestDFRSimilarityFactory, 
TestLMDirichletSimilarityFactory, TestBM25SimilarityFactory, TimeZoneUtilsTest, 
ResourceLoaderTest, DateMathParserTest, DateFieldTest, CircularListTest, 
TestRTGBase, TestHighlightDedupGrouping, TestTolerantSearch, 
TestEmbeddedSolrServerConstructors, AssignTest, 
AsyncCallRequestStatusResponseTest, CloudExitableDirectoryReaderTest, 
CollectionTooManyReplicasTest, DistributedQueueTest, 
LeaderInitiatedRecoveryOnShardRestartTest]
   [junit4] Completed [434/540] on J2 in 362.40s, 1 test, 1 error <<< FAILURES!

[...truncated 368 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:792: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:729: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:59: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build.xml:233:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/common-build.xml:526:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1452:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1006:
 There were test failures: 540 suites (7 ignored), 2129 tests, 3 errors, 29 
ignored (17 assumptions) [seed: F1C31F1CCECA8AE8]

Total time: 192 minutes 46 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to