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

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

Error Message:
Error from server at http://127.0.0.1:42445/bpku: Error CREATEing SolrCore 
'halfcollection_shard1_replica1': Error reading cluster properties Caused by: 
KeeperErrorCode = Session expired for /clusterprops.json

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:42445/bpku: Error CREATEing SolrCore 
'halfcollection_shard1_replica1': Error reading cluster properties Caused by: 
KeeperErrorCode = Session expired for /clusterprops.json
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:560)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:234)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:226)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.makeRequest(CollectionsAPIDistributedZkTest.java:301)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testErrorHandling(CollectionsAPIDistributedZkTest.java:418)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test(CollectionsAPIDistributedZkTest.java:168)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:963)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)


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

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

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=2136, name=collection3, state=RUNNABLE, 
group=TGRP-HdfsCollectionsAPIDistributedZkTest]
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:38271: Could not find collection : 
awholynewstresscollection_collection3_0
        at __randomizedtesting.SeedInfo.seed([326DF0DCFDA5D52F]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:560)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:234)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:226)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:376)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:328)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1085)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:856)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:799)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:894)




Build Log:
[...truncated 10971 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/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_326DF0DCFDA5D52F-001/init-core-data-001
   [junit4]   2> 37293 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[326DF0DCFDA5D52F]-worker) [    
] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 37293 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[326DF0DCFDA5D52F]-worker) [    
] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 38368 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[326DF0DCFDA5D52F]-worker) [    
] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your 
platform... using builtin-java classes where applicable
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 39606 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[326DF0DCFDA5D52F]-worker) [    
] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 39891 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[326DF0DCFDA5D52F]-worker) [    
] o.m.log Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via 
org.mortbay.log.Slf4jLog
   [junit4]   2> 39901 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[326DF0DCFDA5D52F]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 39991 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[326DF0DCFDA5D52F]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 40044 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[326DF0DCFDA5D52F]-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_42127_hdfs____ggczvm/webapp
   [junit4]   2> 40259 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[326DF0DCFDA5D52F]-worker) [    
] o.m.log NO JSP Support for /, did not find 
org.apache.jasper.servlet.JspServlet
   [junit4]   2> 41646 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[326DF0DCFDA5D52F]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:42127
   [junit4]   2> 43365 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[326DF0DCFDA5D52F]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 43376 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[326DF0DCFDA5D52F]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 43390 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[326DF0DCFDA5D52F]-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_44285_datanode____940u52/webapp
   [junit4]   2> 43545 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[326DF0DCFDA5D52F]-worker) [    
] o.m.log NO JSP Support for /, did not find 
org.apache.jasper.servlet.JspServlet
   [junit4]   2> 44482 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[326DF0DCFDA5D52F]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:44285
   [junit4]   2> 44718 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[326DF0DCFDA5D52F]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 44721 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[326DF0DCFDA5D52F]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 44740 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[326DF0DCFDA5D52F]-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_34173_datanode____.k4w6rx/webapp
   [junit4]   2> 44864 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[326DF0DCFDA5D52F]-worker) [    
] o.m.log NO JSP Support for /, did not find 
org.apache.jasper.servlet.JspServlet
   [junit4]   2> 45484 INFO  (IPC Server handler 2 on 35889) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-dc79f690-45c5-4341-9e7b-d21a9ecfdc1e node DatanodeRegistration(127.0.0.1, 
datanodeUuid=2ab1eb40-7d62-4b7d-8bbb-652ef08e120e, infoPort=44285, 
ipcPort=49112, storageInfo=lv=-56;cid=testClusterID;nsid=1912781189;c=0), 
blocks: 0, hasStaleStorages: true, processing time: 3 msecs
   [junit4]   2> 45486 INFO  (IPC Server handler 2 on 35889) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-4a2d38ca-be3a-475a-a6fe-9f190c803e39 node DatanodeRegistration(127.0.0.1, 
datanodeUuid=2ab1eb40-7d62-4b7d-8bbb-652ef08e120e, infoPort=44285, 
ipcPort=49112, storageInfo=lv=-56;cid=testClusterID;nsid=1912781189;c=0), 
blocks: 0, hasStaleStorages: false, processing time: 0 msecs
   [junit4]   2> 45565 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[326DF0DCFDA5D52F]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:34173
   [junit4]   2> 45790 INFO  (IPC Server handler 6 on 35889) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-1238ae68-f13c-45ef-8fad-45ae74939237 node DatanodeRegistration(127.0.0.1, 
datanodeUuid=f35f67d3-f1b3-4176-8ca5-97e8e924ee6a, infoPort=34173, 
ipcPort=49113, storageInfo=lv=-56;cid=testClusterID;nsid=1912781189;c=0), 
blocks: 0, hasStaleStorages: true, processing time: 0 msecs
   [junit4]   2> 45791 INFO  (IPC Server handler 6 on 35889) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-1b388443-b697-480c-9ca8-21c76cb2502b node DatanodeRegistration(127.0.0.1, 
datanodeUuid=f35f67d3-f1b3-4176-8ca5-97e8e924ee6a, infoPort=34173, 
ipcPort=49113, storageInfo=lv=-56;cid=testClusterID;nsid=1912781189;c=0), 
blocks: 0, hasStaleStorages: false, processing time: 0 msecs
   [junit4]   2> 46548 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 46550 INFO  (Thread-334) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 46551 INFO  (Thread-334) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 46650 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:55770
   [junit4]   2> 46668 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 46711 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 46748 INFO  (zkCallback-16-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@48521e1a 
name:ZooKeeperConnection Watcher:127.0.0.1:55770 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 46749 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 46749 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 46752 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 46780 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 46781 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x14f092ad7120000, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 46781 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 46784 INFO  (zkCallback-17-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@58b1deeb 
name:ZooKeeperConnection Watcher:127.0.0.1:55770/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 46785 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 46785 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 46786 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 46790 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 46795 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 46798 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 46802 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
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> 46803 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 46808 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
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> 46808 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 46812 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
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> 46812 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 46816 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
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> 46817 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 46820 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
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> 46820 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 46823 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
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> 46824 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 46827 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
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> 46828 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 46831 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
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> 46832 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 46836 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
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> 46836 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 46840 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
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> 46841 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 46845 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
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> 46845 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 46851 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 46852 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 46854 INFO  (zkCallback-18-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3b7441b name:ZooKeeperConnection 
Watcher:127.0.0.1:55770 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 46854 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 46854 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 46855 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 46863 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 46865 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 46867 INFO  (zkCallback-19-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@78c153e name:ZooKeeperConnection 
Watcher:127.0.0.1:55770/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 46867 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 46868 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 46868 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
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> 46868 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/solrconfig.xml
   [junit4]   2> 46874 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
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> 46874 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/schema.xml
   [junit4]   2> 46878 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
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> 46879 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/enumsConfig.xml
   [junit4]   2> 46885 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
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> 46885 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 46891 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
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> 46891 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/stopwords.txt
   [junit4]   2> 46895 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
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> 46896 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/protwords.txt
   [junit4]   2> 46900 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
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> 46900 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/currency.xml
   [junit4]   2> 46904 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
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> 46904 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/open-exchange-rates.json
   [junit4]   2> 46908 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
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> 46908 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 46916 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
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> 46916 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/old_synonyms.txt
   [junit4]   2> 46920 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
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> 46920 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/synonyms.txt
   [junit4]   2> 46924 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
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> 46924 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/elevate.xml
   [junit4]   2> 47255 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_326DF0DCFDA5D52F-001/control-001/cores/collection1
   [junit4]   2> 47257 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 47259 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@50918b3{/,null,AVAILABLE}
   [junit4]   2> 47260 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@23745f20{HTTP/1.1}{127.0.0.1:37570}
   [junit4]   2> 47260 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.e.j.s.Server Started @50485ms
   [junit4]   2> 47261 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://localhost:35889/hdfs__localhost_35889__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-5.x_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_326DF0DCFDA5D52F-001_tempDir-002_control_data,
 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_326DF0DCFDA5D52F-001/control-001/cores,
 hostContext=/, hostPort=37570}
   [junit4]   2> 47261 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@6b482747
   [junit4]   2> 47261 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_326DF0DCFDA5D52F-001/control-001/'
   [junit4]   2> 47277 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 47278 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 47281 INFO  (zkCallback-20-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7edbe10b 
name:ZooKeeperConnection Watcher:127.0.0.1:55770/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 47281 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 47282 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 47284 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 47284 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_326DF0DCFDA5D52F-001/control-001/solr.xml
   [junit4]   2> 47300 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
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/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_326DF0DCFDA5D52F-001/control-001/cores
   [junit4]   2> 47300 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 320908639
   [junit4]   2> 47300 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
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/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_326DF0DCFDA5D52F-001/control-001/]
   [junit4]   2> 47300 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_326DF0DCFDA5D52F-001/control-001/lib
   [junit4]   2> 47301 WARN  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
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/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_326DF0DCFDA5D52F-001/control-001/lib).
   [junit4]   2> 47309 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
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> 47311 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 47312 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 47312 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 47312 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55770/solr
   [junit4]   2> 47327 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 47327 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 47329 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 47330 INFO  (zkCallback-22-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@c254735 name:ZooKeeperConnection 
Watcher:127.0.0.1:55770 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 47331 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 47331 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 47340 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) 
[n:127.0.0.1:37570_    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 47341 INFO  
(zkCallback-23-thread-1-processing-n:127.0.0.1:37570_) [n:127.0.0.1:37570_    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4bffec54 
name:ZooKeeperConnection Watcher:127.0.0.1:55770/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 47341 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) 
[n:127.0.0.1:37570_    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 47351 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) 
[n:127.0.0.1:37570_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 47358 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) 
[n:127.0.0.1:37570_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 47363 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) 
[n:127.0.0.1:37570_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 47367 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) 
[n:127.0.0.1:37570_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 47376 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) 
[n:127.0.0.1:37570_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 47388 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) 
[n:127.0.0.1:37570_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 47392 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) 
[n:127.0.0.1:37570_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 47394 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) 
[n:127.0.0.1:37570_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 47398 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) 
[n:127.0.0.1:37570_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 47400 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) 
[n:127.0.0.1:37570_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37570_
   [junit4]   2> 47403 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) 
[n:127.0.0.1:37570_    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:37570_
   [junit4]   2> 47408 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) 
[n:127.0.0.1:37570_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 47411 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) 
[n:127.0.0.1:37570_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 47413 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) 
[n:127.0.0.1:37570_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 47415 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) 
[n:127.0.0.1:37570_    ] o.a.s.c.LeaderElector Joined leadership election with 
path: /overseer_elect/election/94304196799627270-127.0.0.1:37570_-n_0000000000
   [junit4]   2> 47420 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) 
[n:127.0.0.1:37570_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:37570_
   [junit4]   2> 47421 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) 
[n:127.0.0.1:37570_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 47423 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) 
[n:127.0.0.1:37570_    ] o.a.s.c.Overseer Overseer 
(id=94304196799627270-127.0.0.1:37570_-n_0000000000) starting
   [junit4]   2> 47431 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) 
[n:127.0.0.1:37570_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 47456 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) 
[n:127.0.0.1:37570_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=10000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 47456 INFO  
(OverseerCollectionProcessor-94304196799627270-127.0.0.1:37570_-n_0000000000) 
[n:127.0.0.1:37570_    ] o.a.s.c.OverseerCollectionProcessor Process current 
queue of collection creations
   [junit4]   2> 47456 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) 
[n:127.0.0.1:37570_    ] o.a.s.c.c.ZkStateReader Updating cluster state from 
ZooKeeper... 
   [junit4]   2> 47464 INFO  
(OverseerStateUpdate-94304196799627270-127.0.0.1:37570_-n_0000000000) 
[n:127.0.0.1:37570_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 47551 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) 
[n:127.0.0.1:37570_    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 47551 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) 
[n:127.0.0.1:37570_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 47555 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) 
[n:127.0.0.1:37570_    ] 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/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_326DF0DCFDA5D52F-001/control-001/cores
   [junit4]   2> 47559 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) 
[n:127.0.0.1:37570_    ] o.a.s.c.SolrCore Created CoreDescriptor: 
{configSetProperties=configsetprops.json, loadOnStartup=true, 
collection=control_collection, config=solrconfig.xml, 
absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_326DF0DCFDA5D52F-001/control-001/cores/collection1/,
 schema=schema.xml, dataDir=data/, 
instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_326DF0DCFDA5D52F-001/control-001/cores/collection1,
 transient=false, name=collection1, shard=, coreNodeName=}
   [junit4]   2> 47559 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) 
[n:127.0.0.1:37570_    ] o.a.s.c.CoresLocator Found core collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_326DF0DCFDA5D52F-001/control-001/cores/collection1/
   [junit4]   2> 47559 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) 
[n:127.0.0.1:37570_    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 47566 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection   x:collection1] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 47566 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection   x:collection1] o.a.s.c.ZkController 
numShards not found on descriptor - reading it from system property
   [junit4]   2> 47571 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) 
[n:127.0.0.1:37570_    ] o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0
   [junit4]   2> 47571 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) 
[n:127.0.0.1:37570_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() 
done
   [junit4]   2> 47574 INFO  
(zkCallback-23-thread-1-processing-n:127.0.0.1:37570_) [n:127.0.0.1:37570_    ] 
o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue 
state SyncConnected
   [junit4]   2> 47574 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection   x:collection1] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 47577 INFO  
(OverseerStateUpdate-94304196799627270-127.0.0.1:37570_-n_0000000000) 
[n:127.0.0.1:37570_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "state":"down",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "node_name":"127.0.0.1:37570_",
   [junit4]   2>   "base_url":"http://127.0.0.1:37570"} current state version: 0
   [junit4]   2> 47588 INFO  
(OverseerStateUpdate-94304196799627270-127.0.0.1:37570_-n_0000000000) 
[n:127.0.0.1:37570_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "state":"down",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "node_name":"127.0.0.1:37570_",
   [junit4]   2>   "base_url":"http://127.0.0.1:37570"}
   [junit4]   2> 47589 INFO  
(OverseerStateUpdate-94304196799627270-127.0.0.1:37570_-n_0000000000) 
[n:127.0.0.1:37570_    ] o.a.s.c.o.ClusterStateMutator building a new cName: 
control_collection
   [junit4]   2> 47600 INFO  
(OverseerStateUpdate-94304196799627270-127.0.0.1:37570_-n_0000000000) 
[n:127.0.0.1:37570_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 47604 INFO  
(zkCallback-23-thread-1-processing-n:127.0.0.1:37570_) [n:127.0.0.1:37570_    ] 
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> 47609 INFO  
(zkCallback-23-thread-1-processing-n:127.0.0.1:37570_) [n:127.0.0.1:37570_    ] 
o.a.s.c.c.ZkStateReader Updated cluster state version to 1
   [junit4]   2> 48575 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection   x:collection1] o.a.s.c.ZkController 
waiting to find shard id in clusterstate for collection1
   [junit4]   2> 48575 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection   x:collection1] o.a.s.c.ZkController 
Check for collection zkNode:control_collection
   [junit4]   2> 48576 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection   x:collection1] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 48577 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader Load collection config 
from:/collections/control_collection
   [junit4]   2> 48578 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 
specified config exists in ZooKeeper
   [junit4]   2> 48579 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ 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/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_326DF0DCFDA5D52F-001/control-001/cores/collection1/'
   [junit4]   2> 48602 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection   x:collection1] o.a.s.c.Config loaded 
config solrconfig.xml with version 0 
   [junit4]   2> 48613 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 48626 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 48678 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection   x:collection1] o.a.s.c.Config Loaded 
SolrConfig: solrconfig.xml
   [junit4]   2> 48680 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 48700 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 48968 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 48978 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
default search field in schema is text
   [junit4]   2> 48980 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 49001 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 49005 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 49009 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 49010 WARN  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 49010 WARN  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 49011 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 49012 WARN  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 49012 WARN  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 49014 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ 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/J0
   [junit4]   2> 49014 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection
   [junit4]   2> 49014 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore org.apache.solr.core.HdfsDirectoryFactory
   [junit4]   2> 49024 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:35889/solr_hdfs_home
   [junit4]   2> 49024 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 49024 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ 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/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_326DF0DCFDA5D52F-001/control-001/cores/collection1/],
 dataDir=[null]
   [junit4]   2> 49025 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ 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@7350eaef
   [junit4]   2> 49046 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:35889/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 49105 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.h.HdfsLocalityReporter Registering direcotry 
hdfs://localhost:35889/solr_hdfs_home/control_collection/core_node1/data for 
locality metrics.
   [junit4]   2> 49105 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
hdfs://localhost:35889/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 49112 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=hdfs://localhost:35889/solr_hdfs_home/control_collection/core_node1/data/index/
   [junit4]   2> 49140 WARN  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'hdfs:/localhost:35889/solr_hdfs_home/control_collection/core_node1/data/index' 
doesn't exist. Creating new index...
   [junit4]   2> 49141 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:35889/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 49159 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.h.HdfsLocalityReporter Registering direcotry 
hdfs://localhost:35889/solr_hdfs_home/control_collection/core_node1/data/index 
for locality metrics.
   [junit4]   2> 49159 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
hdfs://localhost:35889/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 49160 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ 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@7b3d4f71
   [junit4]   2> 49464 INFO  (IPC Server handler 1 on 35889) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:61000 is 
added to blk_1073741825_1001{blockUCState=COMMITTED, primaryNodeIndex=-1, 
replicas=[ReplicaUnderConstruction[[DISK]DS-4a2d38ca-be3a-475a-a6fe-9f190c803e39:NORMAL:127.0.0.1:61000|RBW],
 
ReplicaUnderConstruction[[DISK]DS-1238ae68-f13c-45ef-8fad-45ae74939237:NORMAL:127.0.0.1:57356|RBW]]}
 size 71
   [junit4]   2> 49466 INFO  (IPC Server handler 2 on 35889) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:57356 is 
added to blk_1073741825_1001 size 71
   [junit4]   2> 49888 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ 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@b654a183 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6a9d8d3f; 
maxCacheMB=192.0 maxMergeSizeMB=16.0),segFN=segments_1,generation=1}
   [junit4]   2> 49888 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 49903 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:37570_ 
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:35889/solr_hdfs_home/control_collection/core_node1/data/
   [junit4]   2> 49907 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 49917 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 49918 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 49918 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 49918 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 49918 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ 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> 49919 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ 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> 49919 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ 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> 49919 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ 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> 49922 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 49929 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 49931 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 49933 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 49944 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers Registered paths: 
/update,/get,/admin/ping,/admin/luke,/schema,/admin/segments,/admin/properties,/admin/logging,/admin/system,/update/csv,/config,/replication,standard,/admin/file,/update/json/docs,/admin/threads,/admin/plugins,/update/json,/admin/mbeans
   [junit4]   2> 49946 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ 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> 49949 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ 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> 49950 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ 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> 49968 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 49968 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 49972 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=10, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 50050 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ 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@b654a183 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6a9d8d3f; 
maxCacheMB=192.0 maxMergeSizeMB=16.0),segFN=segments_1,generation=1}
   [junit4]   2> 50051 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 50051 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening Searcher@7fdf6743[collection1] main
   [junit4]   2> 50051 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ 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> 50053 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ 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> 50053 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ 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> 50056 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 50057 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 50057 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ 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> 50058 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ 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> 50058 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ 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> 50058 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 50058 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 50063 INFO  
(searcherExecutor-419-thread-1-processing-x:collection1 s:shard1 
c:control_collection n:127.0.0.1:37570_ r:core_node1) [n:127.0.0.1:37570_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore 
[collection1] Registered new searcher Searcher@7fdf6743[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 50070 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ 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> 50070 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ 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> 50070 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ 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> 50070 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ 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 1508867152421060608
   [junit4]   2> 50070 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Took 0 ms to seed version buckets with highest version 
1508867152421060608
   [junit4]   2> 50072 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 50074 INFO  
(coreLoadExecutor-418-thread-1-processing-n:127.0.0.1:37570_) 
[n:127.0.0.1:37570_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 50075 INFO  
(coreZkRegister-412-thread-1-processing-x:collection1 s:shard1 
c:control_collection n:127.0.0.1:37570_ r:core_node1) [n:127.0.0.1:37570_ 
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:37570 
collection:control_collection shard:shard1
   [junit4]   2> 50083 INFO  
(coreZkRegister-412-thread-1-processing-x:collection1 s:shard1 
c:control_collection n:127.0.0.1:37570_ r:core_node1) [n:127.0.0.1:37570_ 
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> 50095 INFO  
(coreZkRegister-412-thread-1-processing-x:collection1 s:shard1 
c:control_collection n:127.0.0.1:37570_ r:core_node1) [n:127.0.0.1:37570_ 
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/94304196799627270-core_node1-n_0000000000
   [junit4]   2> 50098 INFO  
(coreZkRegister-412-thread-1-processing-x:collection1 s:shard1 
c:control_collection n:127.0.0.1:37570_ r:core_node1) [n:127.0.0.1:37570_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Running the leader process for shard shard1
   [junit4]   2> 50101 INFO  
(zkCallback-23-thread-1-processing-n:127.0.0.1:37570_) [n:127.0.0.1:37570_    ] 
o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue 
state SyncConnected
   [junit4]   2> 50102 INFO  
(OverseerStateUpdate-94304196799627270-127.0.0.1:37570_-n_0000000000) 
[n:127.0.0.1:37570_    ] 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> 50105 INFO  
(coreZkRegister-412-thread-1-processing-x:collection1 s:shard1 
c:control_collection n:127.0.0.1:37570_ r:core_node1) [n:127.0.0.1:37570_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 50105 INFO  
(coreZkRegister-412-thread-1-processing-x:collection1 s:shard1 
c:control_collection n:127.0.0.1:37570_ r:core_node1) [n:127.0.0.1:37570_ 
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> 50106 INFO  
(coreZkRegister-412-thread-1-processing-x:collection1 s:shard1 
c:control_collection n:127.0.0.1:37570_ r:core_node1) [n:127.0.0.1:37570_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:37570/collection1/
   [junit4]   2> 50106 INFO  
(coreZkRegister-412-thread-1-processing-x:collection1 s:shard1 
c:control_collection n:127.0.0.1:37570_ r:core_node1) [n:127.0.0.1:37570_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 50106 INFO  
(coreZkRegister-412-thread-1-processing-x:collection1 s:shard1 
c:control_collection n:127.0.0.1:37570_ r:core_node1) [n:127.0.0.1:37570_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:37570/collection1/ has no replicas
   [junit4]   2> 50106 INFO  
(coreZkRegister-412-thread-1-processing-x:collection1 s:shard1 
c:control_collection n:127.0.0.1:37570_ r:core_node1) [n:127.0.0.1:37570_ 
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:37570/collection1/ shard1
   [junit4]   2> 50110 INFO  
(coreZkRegister-412-thread-1-processing-x:collection1 s:shard1 
c:control_collection n:127.0.0.1:37570_ r:core_node1) [n:127.0.0.1:37570_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 50116 INFO  
(zkCallback-23-thread-1-processing-n:127.0.0.1:37570_) [n:127.0.0.1:37570_    ] 
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> 50121 INFO  
(zkCallback-23-thread-1-processing-n:127.0.0.1:37570_) [n:127.0.0.1:37570_    ] 
o.a.s.c.c.ZkStateReader Updated cluster state version to 2
   [junit4]   2> 50125 INFO  
(OverseerStateUpdate-94304196799627270-127.0.0.1:37570_-n_0000000000) 
[n:127.0.0.1:37570_    ] 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:37570";,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 2
   [junit4]   2> 50128 INFO  
(zkCallback-23-thread-1-processing-n:127.0.0.1:37570_) [n:127.0.0.1:37570_    ] 
o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue 
state SyncConnected
   [junit4]   2> 50130 INFO  
(zkCallback-23-thread-1-processing-n:127.0.0.1:37570_) [n:127.0.0.1:37570_    ] 
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> 50134 INFO  
(zkCallback-23-thread-1-processing-n:127.0.0.1:37570_) [n:127.0.0.1:37570_    ] 
o.a.s.c.c.ZkStateReader Updated cluster state version to 3
   [junit4]   2> 50175 INFO  
(coreZkRegister-412-thread-1-processing-x:collection1 s:shard1 
c:control_collection n:127.0.0.1:37570_ r:core_node1) [n:127.0.0.1:37570_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
We are http://127.0.0.1:37570/collection1/ and leader is 
http://127.0.0.1:37570/collection1/
   [junit4]   2> 50175 INFO  
(coreZkRegister-412-thread-1-processing-x:collection1 s:shard1 
c:control_collection n:127.0.0.1:37570_ r:core_node1) [n:127.0.0.1:37570_ 
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:37570
   [junit4]   2> 50176 INFO  
(coreZkRegister-412-thread-1-processing-x:collection1 s:shard1 
c:control_collection n:127.0.0.1:37570_ r:core_node1) [n:127.0.0.1:37570_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 50176 INFO  
(coreZkRegister-412-thread-1-processing-x:collection1 s:shard1 
c:control_collection n:127.0.0.1:37570_ r:core_node1) [n:127.0.0.1:37570_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
publishing state=active
   [junit4]   2> 50176 INFO  
(coreZkRegister-412-thread-1-processing-x:collection1 s:shard1 
c:control_collection n:127.0.0.1:37570_ r:core_node1) [n:127.0.0.1:37570_ 
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> 50178 INFO  
(zkCallback-23-thread-1-processing-n:127.0.0.1:37570_) [n:127.0.0.1:37570_    ] 
o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue 
state SyncConnected
   [junit4]   2> 50180 INFO  
(OverseerStateUpdate-94304196799627270-127.0.0.1:37570_-n_0000000000) 
[n:127.0.0.1:37570_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "state":"active",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "node_name":"127.0.0.1:37570_",
   [junit4]   2>   "base_url":"http://127.0.0.1:37570"} current state version: 3
   [junit4]   2> 50181 INFO  
(OverseerStateUpdate-94304196799627270-127.0.0.1:37570_-n_0000000000) 
[n:127.0.0.1:37570_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "state":"active",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "node_name":"127.0.0.1:37570_",
   [junit4]   2>   "base_url":"http://127.0.0.1:37570"}
   [junit4]   2> 50286 INFO  
(zkCallback-23-thread-1-processing-n:127.0.0.1:37570_) [n:127.0.0.1:37570_    ] 
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> 50290 INFO  
(zkCallback-23-thread-1-processing-n:127.0.0.1:37570_) [n:127.0.0.1:37570_    ] 
o.a.s.c.c.ZkStateReader Updated cluster state version to 4
   [junit4]   2> 50590 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 50590 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 50592 INFO  (zkCallback-25-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1a254ae6 
name:ZooKeeperConnection Watcher:127.0.0.1:55770/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 50593 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 50593 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 50593 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 50600 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 50951 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_326DF0DCFDA5D52F-001/shard-1-001/cores/collection1
   [junit4]   2> 50952 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
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/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_326DF0DCFDA5D52F-001/shard-1-001
   [junit4]   2> 50953 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 50956 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@41cdae7a{/,null,AVAILABLE}
   [junit4]   2> 50957 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@eccbcd6{HTTP/1.1}{127.0.0.1:43433}
   [junit4]   2> 50957 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.e.j.s.Server Started @54182ms
   [junit4]   2> 50957 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=43433, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_326DF0DCFDA5D52F-001/shard-1-001/cores,
 
solr.data.dir=hdfs://localhost:35889/hdfs__localhost_35889__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-5.x_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_326DF0DCFDA5D52F-001_tempDir-002_jetty1,
 solrconfig=solrconfig.xml}
   [junit4]   2> 50958 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@6b482747
   [junit4]   2> 50958 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_326DF0DCFDA5D52F-001/shard-1-001/'
   [junit4]   2> 50974 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 50975 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 50977 INFO  (zkCallback-26-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@747857de 
name:ZooKeeperConnection Watcher:127.0.0.1:55770/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 50977 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 50978 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 50980 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 50981 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_326DF0DCFDA5D52F-001/shard-1-001/solr.xml
   [junit4]   2> 50996 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
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/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_326DF0DCFDA5D52F-001/shard-1-001/cores
   [junit4]   2> 50996 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 513101830
   [junit4]   2> 50996 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
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/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_326DF0DCFDA5D52F-001/shard-1-001/]
   [junit4]   2> 50996 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_326DF0DCFDA5D52F-001/shard-1-001/lib
   [junit4]   2> 50997 WARN  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
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/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_326DF0DCFDA5D52F-001/shard-1-001/lib).
   [junit4]   2> 51006 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
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> 51007 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 51008 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 51008 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 51008 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55770/solr
   [junit4]   2> 51008 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 51009 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 51010 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[326DF0DCFDA5D52F]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 51011 INFO  (zkCallback-28-thread-1) [    ] 

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

]    >  at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:465)
   [junit4]    >        ... 11 moreThrowable #7: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=10836, name=collection3, state=RUNNABLE, 
group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    > Caused by: java.lang.RuntimeException: 
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request:[http://127.0.0.1:43825/bpku, 
http://127.0.0.1:52035/bpku, http://127.0.0.1:42102/bpku, 
http://127.0.0.1:52097/bpku, http://127.0.0.1:42445/bpku]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([326DF0DCFDA5D52F]:0)
   [junit4]    >        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:897)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: 
No live SolrServers available to handle this 
request:[http://127.0.0.1:43825/bpku, http://127.0.0.1:52035/bpku, 
http://127.0.0.1:42102/bpku, http://127.0.0.1:52097/bpku, 
http://127.0.0.1:42445/bpku]
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:355)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1085)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:856)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:799)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1572)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1593)
   [junit4]    >        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:887)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: 
Timeout occured while waiting response from server at: 
http://127.0.0.1:42445/bpku
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:570)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:234)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:226)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:376)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:328)
   [junit4]    >        ... 7 more
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    >        at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:152)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:122)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
   [junit4]    >        at 
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
   [junit4]    >        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    >        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
   [junit4]    >        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
   [junit4]    >        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
   [junit4]    >        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:465)
   [junit4]    >        ... 11 more
   [junit4]   2> 2882692 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[326DF0DCFDA5D52F]-worker) 
[n:127.0.0.1:52097_bpku c:awholynewstresscollection_collection1_0 s:shard1 
r:core_node16 x:awholynewstresscollection_collection1_0_shard1_replica1] 
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.CollectionsAPIDistributedZkTest_326DF0DCFDA5D52F-001
   [junit4]   2> Aug 07, 2015 2:04:42 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: 
codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST,
 chunkSize=4921, maxDocsPerChunk=3, blockSize=1), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, 
chunkSize=4921, blockSize=1)), 
sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=ja, 
timezone=Europe/Mariehamn
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 
1.7.0_72 (64-bit)/cpus=4,threads=1,free=43059720,total=530055168
   [junit4]   2> NOTE: All tests run in this JVM: [StatsComponentTest, 
XmlUpdateRequestHandlerTest, TestDocSet, OverseerStatusTest, 
ResponseHeaderTest, TestSystemIdResolver, HdfsBasicDistributedZk2Test, 
TestStressReorder, QueryEqualityTest, DirectSolrSpellCheckerTest, 
TestRequestStatusCollectionAPI, TestFieldTypeCollectionResource, 
TestReplicaProperties, BasicDistributedZk2Test, CachingDirectoryFactoryTest, 
BufferStoreTest, HLLSerializationTest, TestManagedStopFilterFactory, 
TestMaxScoreQueryParser, CircularListTest, RecoveryZkTest, 
TestDefaultSimilarityFactory, TestExpandComponent, 
TestTrackingShardHandlerFactory, TestBinaryResponseWriter, 
TestAddFieldRealTimeGet, RuleEngineTest, RulesTest, SpellCheckCollatorTest, 
HighlighterMaxOffsetTest, VersionInfoTest, TestXIncludeConfig, 
FullSolrCloudDistribCmdsTest, UnloadDistributedZkTest, HttpPartitionTest, 
TestSchemaManager, BinaryUpdateRequestHandlerTest, TestStressRecovery, 
LoggingHandlerTest, TestReloadAndDeleteDocs, TestOrdValues, SampleTest, 
TestRecovery, TestClusterStateMutator, SparseHLLTest, TestCSVResponseWriter, 
TestQuerySenderNoQuery, CollectionTooManyReplicasTest, DistribCursorPagingTest, 
TestBM25SimilarityFactory, TestFreeTextSuggestions, FacetPivotSmallTest, 
HardAutoCommitTest, PolyFieldTest, SolrIndexSplitterTest, ExplicitHLLTest, 
TestSchemaNameResource, OutputWriterTest, AutoCommitTest, 
ResponseLogComponentTest, TestDefaultStatsCache, 
TestPartialUpdateDeduplication, TestUtils, TestGroupingSearch, 
PathHierarchyTokenizerFactoryTest, DistributedFacetPivotLargeTest, 
ChangedSchemaMergeTest, DocValuesTest, SOLR749Test, 
TestSolrQueryParserResource, TestCopyFieldCollectionResource, TestZkChroot, 
FileBasedSpellCheckerTest, TestScoreJoinQPNoScore, TestExtendedDismaxParser, 
TestConfigSetImmutable, TestAuthorizationFramework, BlockDirectoryTest, 
NotRequiredUniqueKeyTest, TestExactSharedStatsCache, InfoHandlerTest, 
TestSchemaVersionResource, TestInfoStreamLogging, BasicDistributedZkTest, 
ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest]
   [junit4] Completed [184/531] on J2 in 1007.92s, 1 test, 1 error <<< FAILURES!

[...truncated 1107 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:733: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:670: 
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:230:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/common-build.xml:524:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1449:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1003:
 There were test failures: 531 suites, 2104 tests, 2 errors, 26 ignored (14 
assumptions)

Total time: 228 minutes 3 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-NightlyTests-5.x #911
Archived 4 artifacts
Archive block size is 32768
Received 0 blocks and 1316998670 bytes
Compression is 0.0%
Took 3 min 51 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure


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

Reply via email to