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

3 tests failed.
REGRESSION:  org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=72200, name=Thread-64458, 
state=RUNNABLE, group=TGRP-FullSolrCloudDistribCmdsTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=72200, name=Thread-64458, state=RUNNABLE, 
group=TGRP-FullSolrCloudDistribCmdsTest]
        at 
__randomizedtesting.SeedInfo.seed([40AF630393621DF1:C8FB5CD93D9E7009]:0)
Caused by: java.lang.RuntimeException: 
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:51686/collection1
        at __randomizedtesting.SeedInfo.seed([40AF630393621DF1]:0)
        at 
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest$1IndexThread.run(FullSolrCloudDistribCmdsTest.java:645)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured 
while waiting response from server at: http://127.0.0.1:51686/collection1
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:585)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:150)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:167)
        at 
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest$1IndexThread.run(FullSolrCloudDistribCmdsTest.java:643)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.read(SocketInputStream.java:152)
        at java.net.SocketInputStream.read(SocketInputStream.java:122)
        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
        at 
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:480)
        ... 5 more


FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test

Error Message:
Error from server at http://127.0.0.1:42084/w/hg: Could not load collection 
from ZK:awholynewcollection_7

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:42084/w/hg: Could not load collection from 
ZK:awholynewcollection_7
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:575)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.makeRequest(CollectionsAPIDistributedZkTest.java:302)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testErrorHandling(CollectionsAPIDistributedZkTest.java:419)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test(CollectionsAPIDistributedZkTest.java:169)
        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:1665)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:864)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:900)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:914)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:873)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:775)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:809)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:820)
        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:367)
        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=13335, name=collection4, 
state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]

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




Build Log:
[...truncated 10772 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_40AF630393621DF1-001/init-core-data-001
   [junit4]   2> 2083947 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[40AF630393621DF1]-worker) [    
] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 2083947 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[40AF630393621DF1]-worker) [    
] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 2084072 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[40AF630393621DF1]-worker) [    
] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 2084093 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[40AF630393621DF1]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 2084098 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[40AF630393621DF1]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 2084120 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[40AF630393621DF1]-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_60932_hdfs____.i0wph4/webapp
   [junit4]   2> 2084595 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[40AF630393621DF1]-worker) [    
] o.m.log NO JSP Support for /, did not find 
org.apache.jasper.servlet.JspServlet
   [junit4]   2> 2085043 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[40AF630393621DF1]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:60932
   [junit4]   2> 2085466 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[40AF630393621DF1]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 2085468 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[40AF630393621DF1]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 2085487 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[40AF630393621DF1]-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_37044_datanode____kv3837/webapp
   [junit4]   2> 2085697 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[40AF630393621DF1]-worker) [    
] o.m.log NO JSP Support for /, did not find 
org.apache.jasper.servlet.JspServlet
   [junit4]   2> 2086553 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[40AF630393621DF1]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:37044
   [junit4]   2> 2086835 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[40AF630393621DF1]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 2086839 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[40AF630393621DF1]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 2086890 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[40AF630393621DF1]-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_48180_datanode____.pby304/webapp
   [junit4]   2> 2087135 INFO  (IPC Server handler 3 on 46071) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-70b5ddb4-26dd-44be-9458-49b18b3b8018 node DatanodeRegistration(127.0.0.1, 
datanodeUuid=6456d89f-51b0-4444-bd10-d4d91608ab0c, infoPort=37044, 
ipcPort=48272, storageInfo=lv=-56;cid=testClusterID;nsid=986782969;c=0), 
blocks: 0, hasStaleStorages: true, processing time: 1 msecs
   [junit4]   2> 2087135 INFO  (IPC Server handler 3 on 46071) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-7dc7176a-b04c-42a7-aa92-291df459a771 node DatanodeRegistration(127.0.0.1, 
datanodeUuid=6456d89f-51b0-4444-bd10-d4d91608ab0c, infoPort=37044, 
ipcPort=48272, storageInfo=lv=-56;cid=testClusterID;nsid=986782969;c=0), 
blocks: 0, hasStaleStorages: false, processing time: 0 msecs
   [junit4]   2> 2087208 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[40AF630393621DF1]-worker) [    
] o.m.log NO JSP Support for /, did not find 
org.apache.jasper.servlet.JspServlet
   [junit4]   2> 2087769 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[40AF630393621DF1]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:48180
   [junit4]   2> 2088148 INFO  (IPC Server handler 9 on 46071) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-7bb33a3c-7ef7-49e3-a9c0-a0ebfa292473 node DatanodeRegistration(127.0.0.1, 
datanodeUuid=e730f3a8-9f49-411c-a4a7-eca1b4589b0b, infoPort=48180, 
ipcPort=33023, storageInfo=lv=-56;cid=testClusterID;nsid=986782969;c=0), 
blocks: 0, hasStaleStorages: true, processing time: 0 msecs
   [junit4]   2> 2088149 INFO  (IPC Server handler 9 on 46071) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-a8587830-cb19-496e-bb3b-ea2620cfaf4d node DatanodeRegistration(127.0.0.1, 
datanodeUuid=e730f3a8-9f49-411c-a4a7-eca1b4589b0b, infoPort=48180, 
ipcPort=33023, storageInfo=lv=-56;cid=testClusterID;nsid=986782969;c=0), 
blocks: 0, hasStaleStorages: false, processing time: 0 msecs
   [junit4]   2> 2088280 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2088281 INFO  (Thread-4694) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2088281 INFO  (Thread-4694) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2088381 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:51993
   [junit4]   2> 2088381 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2088395 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2088413 INFO  (zkCallback-1562-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@74f829c9 
name:ZooKeeperConnection Watcher:127.0.0.1:51993 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2088415 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2088416 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2088416 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 2088420 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2088435 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2088449 INFO  (zkCallback-1563-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2d4283c6 
name:ZooKeeperConnection Watcher:127.0.0.1:51993/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2088449 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2088449 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2088449 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 2088451 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 2088452 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 2088453 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 2088455 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
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> 2088455 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2088457 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
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> 2088457 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 2088459 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
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> 2088459 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2088460 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
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> 2088460 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2088462 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
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> 2088462 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2088463 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
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> 2088463 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 2088465 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
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> 2088465 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2088466 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
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> 2088466 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2088467 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
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> 2088468 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2088469 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
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> 2088469 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2088470 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
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> 2088470 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2088473 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2088487 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2088496 INFO  (zkCallback-1564-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6e2dfa4a 
name:ZooKeeperConnection Watcher:127.0.0.1:51993/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2088497 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2088497 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2089381 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_40AF630393621DF1-001/control-001/cores/collection1
   [junit4]   2> 2089391 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 2089428 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@b6adc9a{/,null,AVAILABLE}
   [junit4]   2> 2089434 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@7fd10877{SSL-http/1.1}{127.0.0.1:36736}
   [junit4]   2> 2089434 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.e.j.s.Server Started @2092465ms
   [junit4]   2> 2089434 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_40AF630393621DF1-001/control-001/cores,
 hostPort=36736, 
solr.data.dir=hdfs://localhost:46071/hdfs__localhost_46071__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-5.x_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_40AF630393621DF1-001_tempDir-002_control_data,
 hostContext=/}
   [junit4]   2> 2089434 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1fe91485
   [junit4]   2> 2089434 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_40AF630393621DF1-001/control-001/'
   [junit4]   2> 2089550 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2089554 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2089588 INFO  (zkCallback-1565-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@62bb21bd 
name:ZooKeeperConnection Watcher:127.0.0.1:51993/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2089588 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2089588 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2089592 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2089592 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_40AF630393621DF1-001/control-001/solr.xml
   [junit4]   2> 2089632 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.CoresLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_40AF630393621DF1-001/control-001/cores
   [junit4]   2> 2089632 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1759432952
   [junit4]   2> 2089632 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_40AF630393621DF1-001/control-001/]
   [junit4]   2> 2089632 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_40AF630393621DF1-001/control-001/lib
   [junit4]   2> 2089633 WARN  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_40AF630393621DF1-001/control-001/lib).
   [junit4]   2> 2089657 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
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> 2089666 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2089669 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2089669 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2089669 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51993/solr
   [junit4]   2> 2089669 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2089669 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2089675 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2089682 INFO  (zkCallback-1567-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@57c0e97d 
name:ZooKeeperConnection Watcher:127.0.0.1:51993 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2089683 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2089683 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2089688 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) 
[n:127.0.0.1:36736_    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2089691 INFO  
(zkCallback-1568-thread-1-processing-n:127.0.0.1:36736_) [n:127.0.0.1:36736_    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@27eac933 
name:ZooKeeperConnection Watcher:127.0.0.1:51993/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2089691 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) 
[n:127.0.0.1:36736_    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 2089697 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) 
[n:127.0.0.1:36736_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2089702 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) 
[n:127.0.0.1:36736_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 2089710 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) 
[n:127.0.0.1:36736_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 2089715 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) 
[n:127.0.0.1:36736_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 2089718 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) 
[n:127.0.0.1:36736_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 2089721 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) 
[n:127.0.0.1:36736_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2089723 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) 
[n:127.0.0.1:36736_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2089724 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) 
[n:127.0.0.1:36736_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2089726 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) 
[n:127.0.0.1:36736_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2089727 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) 
[n:127.0.0.1:36736_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36736_
   [junit4]   2> 2089728 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) 
[n:127.0.0.1:36736_    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:36736_
   [junit4]   2> 2089730 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) 
[n:127.0.0.1:36736_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2089731 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) 
[n:127.0.0.1:36736_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 2089733 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) 
[n:127.0.0.1:36736_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2089734 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) 
[n:127.0.0.1:36736_    ] o.a.s.c.LeaderElector Joined leadership election with 
path: /overseer_elect/election/94589629927260165-127.0.0.1:36736_-n_0000000000
   [junit4]   2> 2089734 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) 
[n:127.0.0.1:36736_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:36736_
   [junit4]   2> 2089734 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) 
[n:127.0.0.1:36736_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 2089735 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) 
[n:127.0.0.1:36736_    ] o.a.s.c.Overseer Overseer 
(id=94589629927260165-127.0.0.1:36736_-n_0000000000) starting
   [junit4]   2> 2089738 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) 
[n:127.0.0.1:36736_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 2089749 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) 
[n:127.0.0.1:36736_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=10000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2089750 INFO  
(OverseerCollectionConfigSetProcessor-94589629927260165-127.0.0.1:36736_-n_0000000000)
 [n:127.0.0.1:36736_    ] o.a.s.c.OverseerTaskProcessor Process current queue 
of overseer operations
   [junit4]   2> 2089750 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) 
[n:127.0.0.1:36736_    ] o.a.s.c.c.ZkStateReader Updating cluster state from 
ZooKeeper... 
   [junit4]   2> 2089752 INFO  
(OverseerStateUpdate-94589629927260165-127.0.0.1:36736_-n_0000000000) 
[n:127.0.0.1:36736_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 2089812 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) 
[n:127.0.0.1:36736_    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 2089812 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) 
[n:127.0.0.1:36736_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2089813 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) 
[n:127.0.0.1:36736_    ] o.a.s.c.CoresLocator Looking for core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_40AF630393621DF1-001/control-001/cores
   [junit4]   2> 2089814 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) 
[n:127.0.0.1:36736_    ] o.a.s.c.SolrCore Created CoreDescriptor: 
{configSetProperties=configsetprops.json, 
instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_40AF630393621DF1-001/control-001/cores/collection1,
 coreNodeName=, schema=schema.xml, transient=false, loadOnStartup=true, 
config=solrconfig.xml, 
absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_40AF630393621DF1-001/control-001/cores/collection1/,
 dataDir=data/, shard=, collection=control_collection, name=collection1}
   [junit4]   2> 2089814 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) 
[n:127.0.0.1:36736_    ] o.a.s.c.CoresLocator Found core collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_40AF630393621DF1-001/control-001/cores/collection1/
   [junit4]   2> 2089814 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) 
[n:127.0.0.1:36736_    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 2089816 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection   x:collection1] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 2089816 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection   x:collection1] o.a.s.c.ZkController 
numShards not found on descriptor - reading it from system property
   [junit4]   2> 2089818 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection   x:collection1] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 2089820 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) 
[n:127.0.0.1:36736_    ] o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1
   [junit4]   2> 2089820 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) 
[n:127.0.0.1:36736_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() 
done
   [junit4]   2> 2089821 INFO  
(OverseerStateUpdate-94589629927260165-127.0.0.1:36736_-n_0000000000) 
[n:127.0.0.1:36736_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "node_name":"127.0.0.1:36736_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "base_url":"https://127.0.0.1:36736";,
   [junit4]   2>   "state":"down"} current state version: 0
   [junit4]   2> 2089821 INFO  
(OverseerStateUpdate-94589629927260165-127.0.0.1:36736_-n_0000000000) 
[n:127.0.0.1:36736_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "node_name":"127.0.0.1:36736_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "base_url":"https://127.0.0.1:36736";,
   [junit4]   2>   "state":"down"}
   [junit4]   2> 2089822 INFO  
(OverseerStateUpdate-94589629927260165-127.0.0.1:36736_-n_0000000000) 
[n:127.0.0.1:36736_    ] o.a.s.c.o.ClusterStateMutator building a new cName: 
control_collection
   [junit4]   2> 2089822 INFO  
(OverseerStateUpdate-94589629927260165-127.0.0.1:36736_-n_0000000000) 
[n:127.0.0.1:36736_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 2089824 INFO  
(zkCallback-1568-thread-1-processing-n:127.0.0.1:36736_) [n:127.0.0.1:36736_    
] 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> 2090818 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection   x:collection1] o.a.s.c.ZkController 
waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2090819 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection   x:collection1] o.a.s.c.ZkController 
Check for collection zkNode:control_collection
   [junit4]   2> 2090819 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection   x:collection1] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 2090819 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader Load collection config 
from:/collections/control_collection
   [junit4]   2> 2090820 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 
specified config exists in ZooKeeper
   [junit4]   2> 2090820 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_40AF630393621DF1-001/control-001/cores/collection1/'
   [junit4]   2> 2090844 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection   x:collection1] o.a.s.c.Config loaded 
config solrconfig.xml with version 0 
   [junit4]   2> 2090856 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 2090889 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 2091023 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection   x:collection1] o.a.s.c.Config Loaded 
SolrConfig: solrconfig.xml
   [junit4]   2> 2091040 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 2091061 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 2092126 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2092142 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
default search field in schema is text
   [junit4]   2> 2092147 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 2092159 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2092162 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2092171 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 2092172 WARN  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 2092172 WARN  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 2092172 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 2092173 WARN  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 2092173 WARN  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 2092175 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection   x:collection1] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/configs/conf1', 
cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1
   [junit4]   2> 2092175 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection
   [junit4]   2> 2092175 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore org.apache.solr.core.HdfsDirectoryFactory
   [junit4]   2> 2092197 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:46071/solr_hdfs_home
   [junit4]   2> 2092197 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 2092197 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_40AF630393621DF1-001/control-001/cores/collection1/],
 dataDir=[null]
   [junit4]   2> 2092197 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ 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@147f04fb
   [junit4]   2> 2092197 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:46071/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 2092327 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.h.HdfsLocalityReporter Registering direcotry 
hdfs://localhost:46071/solr_hdfs_home/control_collection/core_node1/data for 
locality metrics.
   [junit4]   2> 2092327 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
hdfs://localhost:46071/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 2092335 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=hdfs://localhost:46071/solr_hdfs_home/control_collection/core_node1/data/index/
   [junit4]   2> 2092436 WARN  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'hdfs:/localhost:46071/solr_hdfs_home/control_collection/core_node1/data/index' 
doesn't exist. Creating new index...
   [junit4]   2> 2092436 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:46071/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 2092486 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.h.HdfsLocalityReporter Registering direcotry 
hdfs://localhost:46071/solr_hdfs_home/control_collection/core_node1/data/index 
for locality metrics.
   [junit4]   2> 2092486 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
hdfs://localhost:46071/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 2092487 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ 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=3, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 2092606 INFO  (IPC Server handler 2 on 46071) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:44162 is 
added to blk_1073741825_1001{blockUCState=UNDER_CONSTRUCTION, 
primaryNodeIndex=-1, 
replicas=[ReplicaUnderConstruction[[DISK]DS-70b5ddb4-26dd-44be-9458-49b18b3b8018:NORMAL:127.0.0.1:57553|RBW],
 
ReplicaUnderConstruction[[DISK]DS-a8587830-cb19-496e-bb3b-ea2620cfaf4d:NORMAL:127.0.0.1:44162|FINALIZED]]}
 size 0
   [junit4]   2> 2092609 INFO  (IPC Server handler 3 on 46071) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:57553 is 
added to blk_1073741825_1001{blockUCState=UNDER_CONSTRUCTION, 
primaryNodeIndex=-1, 
replicas=[ReplicaUnderConstruction[[DISK]DS-a8587830-cb19-496e-bb3b-ea2620cfaf4d:NORMAL:127.0.0.1:44162|FINALIZED],
 
ReplicaUnderConstruction[[DISK]DS-7dc7176a-b04c-42a7-aa92-291df459a771:NORMAL:127.0.0.1:57553|FINALIZED]]}
 size 0
   [junit4]   2> 2092621 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ 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@b7836ff1 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@44f7416a; 
maxCacheMB=192.0 maxMergeSizeMB=16.0),segFN=segments_1,generation=1}
   [junit4]   2> 2092621 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2092624 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:36736_ 
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:46071/solr_hdfs_home/control_collection/core_node1/data/
   [junit4]   2> 2092628 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 2092628 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 2092629 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2092629 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 2092629 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2092629 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ 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> 2092629 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ 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> 2092629 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ 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> 2092629 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ 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> 2092636 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2092638 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2092639 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2092640 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2092651 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/plugins,/update/csv,/admin/segments,/get,/update/json,/admin/luke,standard,/admin/threads,/admin/mbeans,/schema,/config,/update/json/docs,/admin/file,/replication,/update,/admin/properties,/admin/ping,/admin/system,/admin/logging
   [junit4]   2> 2092653 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ 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> 2092677 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ 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> 2092677 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ 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> 2092697 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 2092697 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 2092707 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ 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=22, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 2092901 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ 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@b7836ff1 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@44f7416a; 
maxCacheMB=192.0 maxMergeSizeMB=16.0),segFN=segments_1,generation=1}
   [junit4]   2> 2092901 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2092902 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening Searcher@630e3ea3[collection1] main
   [junit4]   2> 2092902 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ 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> 2092903 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ 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> 2092903 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ 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> 2092904 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2092904 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 2092904 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ 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> 2092905 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ 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> 2092905 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ 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> 2092905 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2092905 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2092906 INFO  
(searcherExecutor-3866-thread-1-processing-n:127.0.0.1:36736_ s:shard1 
r:core_node1 x:collection1 c:control_collection) [n:127.0.0.1:36736_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore 
[collection1] Registered new searcher Searcher@630e3ea3[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2092937 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ 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> 2092938 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ 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> 2092938 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ 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> 2092939 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ 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 1513434083717283840
   [junit4]   2> 2092939 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Took 0.0ms to seed version buckets with highest version 
1513434083717283840
   [junit4]   2> 2092940 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 2092941 INFO  
(coreLoadExecutor-3865-thread-1-processing-n:127.0.0.1:36736_) 
[n:127.0.0.1:36736_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 2092950 INFO  
(coreZkRegister-3859-thread-1-processing-n:127.0.0.1:36736_ s:shard1 
r:core_node1 x:collection1 c:control_collection) [n:127.0.0.1:36736_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
Register replica - core:collection1 address:https://127.0.0.1:36736 
collection:control_collection shard:shard1
   [junit4]   2> 2092951 INFO  
(coreZkRegister-3859-thread-1-processing-n:127.0.0.1:36736_ s:shard1 
r:core_node1 x:collection1 c:control_collection) [n:127.0.0.1:36736_ 
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> 2092970 INFO  
(coreZkRegister-3859-thread-1-processing-n:127.0.0.1:36736_ s:shard1 
r:core_node1 x:collection1 c:control_collection) [n:127.0.0.1:36736_ 
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/94589629927260165-core_node1-n_0000000000
   [junit4]   2> 2092970 INFO  
(coreZkRegister-3859-thread-1-processing-n:127.0.0.1:36736_ s:shard1 
r:core_node1 x:collection1 c:control_collection) [n:127.0.0.1:36736_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Running the leader process for shard shard1
   [junit4]   2> 2092972 INFO  
(coreZkRegister-3859-thread-1-processing-n:127.0.0.1:36736_ s:shard1 
r:core_node1 x:collection1 c:control_collection) [n:127.0.0.1:36736_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2092972 INFO  
(coreZkRegister-3859-thread-1-processing-n:127.0.0.1:36736_ s:shard1 
r:core_node1 x:collection1 c:control_collection) [n:127.0.0.1:36736_ 
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> 2092972 INFO  
(coreZkRegister-3859-thread-1-processing-n:127.0.0.1:36736_ s:shard1 
r:core_node1 x:collection1 c:control_collection) [n:127.0.0.1:36736_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:36736/collection1/
   [junit4]   2> 2092972 INFO  
(coreZkRegister-3859-thread-1-processing-n:127.0.0.1:36736_ s:shard1 
r:core_node1 x:collection1 c:control_collection) [n:127.0.0.1:36736_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 2092972 INFO  
(coreZkRegister-3859-thread-1-processing-n:127.0.0.1:36736_ s:shard1 
r:core_node1 x:collection1 c:control_collection) [n:127.0.0.1:36736_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
https://127.0.0.1:36736/collection1/ has no replicas
   [junit4]   2> 2092972 INFO  
(coreZkRegister-3859-thread-1-processing-n:127.0.0.1:36736_ s:shard1 
r:core_node1 x:collection1 c:control_collection) [n:127.0.0.1:36736_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:36736/collection1/ shard1
   [junit4]   2> 2092972 INFO  
(OverseerStateUpdate-94589629927260165-127.0.0.1:36736_-n_0000000000) 
[n:127.0.0.1:36736_    ] 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> 2092973 INFO  
(coreZkRegister-3859-thread-1-processing-n:127.0.0.1:36736_ s:shard1 
r:core_node1 x:collection1 c:control_collection) [n:127.0.0.1:36736_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 2092974 INFO  
(zkCallback-1568-thread-1-processing-n:127.0.0.1:36736_) [n:127.0.0.1:36736_    
] 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> 2092977 INFO  
(coreZkRegister-3859-thread-1-processing-n:127.0.0.1:36736_ s:shard1 
r:core_node1 x:collection1 c:control_collection) [n:127.0.0.1:36736_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
   [junit4]   2> 2092981 INFO  
(OverseerStateUpdate-94589629927260165-127.0.0.1:36736_-n_0000000000) 
[n:127.0.0.1:36736_    ] 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":"https://127.0.0.1:36736";,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 2
   [junit4]   2> 2093084 INFO  
(zkCallback-1568-thread-1-processing-n:127.0.0.1:36736_) [n:127.0.0.1:36736_    
] 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> 2093131 INFO  
(coreZkRegister-3859-thread-1-processing-n:127.0.0.1:36736_ s:shard1 
r:core_node1 x:collection1 c:control_collection) [n:127.0.0.1:36736_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
We are https://127.0.0.1:36736/collection1/ and leader is 
https://127.0.0.1:36736/collection1/
   [junit4]   2> 2093131 INFO  
(coreZkRegister-3859-thread-1-processing-n:127.0.0.1:36736_ s:shard1 
r:core_node1 x:collection1 c:control_collection) [n:127.0.0.1:36736_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:36736
   [junit4]   2> 2093131 INFO  
(coreZkRegister-3859-thread-1-processing-n:127.0.0.1:36736_ s:shard1 
r:core_node1 x:collection1 c:control_collection) [n:127.0.0.1:36736_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 2093131 INFO  
(coreZkRegister-3859-thread-1-processing-n:127.0.0.1:36736_ s:shard1 
r:core_node1 x:collection1 c:control_collection) [n:127.0.0.1:36736_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
publishing state=active
   [junit4]   2> 2093131 INFO  
(coreZkRegister-3859-thread-1-processing-n:127.0.0.1:36736_ s:shard1 
r:core_node1 x:collection1 c:control_collection) [n:127.0.0.1:36736_ 
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> 2093136 INFO  
(OverseerStateUpdate-94589629927260165-127.0.0.1:36736_-n_0000000000) 
[n:127.0.0.1:36736_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "node_name":"127.0.0.1:36736_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "base_url":"https://127.0.0.1:36736";,
   [junit4]   2>   "state":"active"} current state version: 3
   [junit4]   2> 2093138 INFO  
(OverseerStateUpdate-94589629927260165-127.0.0.1:36736_-n_0000000000) 
[n:127.0.0.1:36736_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "node_name":"127.0.0.1:36736_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "base_url":"https://127.0.0.1:36736";,
   [junit4]   2>   "state":"active"}
   [junit4]   2> 2093241 INFO  
(zkCallback-1568-thread-1-processing-n:127.0.0.1:36736_) [n:127.0.0.1:36736_    
] 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> 2093334 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2093343 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2093372 INFO  (zkCallback-1570-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@266c576e 
name:ZooKeeperConnection Watcher:127.0.0.1:51993/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2093375 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2093376 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2093376 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2093378 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 2093378 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 2093378 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2093395 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2093395 INFO  (zkCallback-1571-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6ead0072 
name:ZooKeeperConnection Watcher:127.0.0.1:51993/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2093395 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2093396 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2093398 INFO  
(OverseerStateUpdate-94589629927260165-127.0.0.1:36736_-n_0000000000) 
[n:127.0.0.1:36736_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "operation":"create",
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2"} current state version: 4
   [junit4]   2> 2093398 INFO  
(OverseerStateUpdate-94589629927260165-127.0.0.1:36736_-n_0000000000) 
[n:127.0.0.1:36736_    ] o.a.s.c.o.ClusterStateMutator building a new cName: 
collection1
   [junit4]   2> 2093530 INFO  
(OverseerStateUpdate-94589629927260165-127.0.0.1:36736_-n_0000000000) 
[n:127.0.0.1:36736_    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/collection1/state.json
   [junit4]   2> 2094389 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_40AF630393621DF1-001/shard-1-001/cores/collection1
   [junit4]   2> 2094389 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_40AF630393621DF1-001/shard-1-001
   [junit4]   2> 2094390 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 2094436 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7a99906c{/,null,AVAILABLE}
   [junit4]   2> 2094441 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@3fb1d0eb{SSL-http/1.1}{127.0.0.1:53175}
   [junit4]   2> 2094441 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.e.j.s.Server Started @2097472ms
   [junit4]   2> 2094441 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://localhost:46071/hdfs__localhost_46071__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-5.x_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_40AF630393621DF1-001_tempDir-002_jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=53175, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_40AF630393621DF1-001/shard-1-001/cores}
   [junit4]   2> 2094442 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1fe91485
   [junit4]   2> 2094442 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_40AF630393621DF1-001/shard-1-001/'
   [junit4]   2> 2094731 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2094732 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2094734 INFO  (zkCallback-1572-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2e87252e 
name:ZooKeeperConnection Watcher:127.0.0.1:51993/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2094734 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2094735 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2094737 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2094737 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_40AF630393621DF1-001/shard-1-001/solr.xml
   [junit4]   2> 2094737 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 0x1500cc46b400008, 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> 2094753 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.CoresLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_40AF630393621DF1-001/shard-1-001/cores
   [junit4]   2> 2094753 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 421590970
   [junit4]   2> 2094753 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_40AF630393621DF1-001/shard-1-001/]
   [junit4]   2> 2094753 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_40AF630393621DF1-001/shard-1-001/lib
   [junit4]   2> 2094753 WARN  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_40AF630393621DF1-001/shard-1-001/lib).
   [junit4]   2> 2094762 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
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> 2094764 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2094766 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2094766 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2094766 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51993/solr
   [junit4]   2> 2094766 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2094766 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2094768 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2094769 INFO  (zkCallback-1574-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@407eeb69 
name:ZooKeeperConnection Watcher:127.0.0.1:51993 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2094770 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2094771 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2094773 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) 
[n:127.0.0.1:53175_    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2094775 INFO  
(zkCallback-1575-thread-1-processing-n:127.0.0.1:53175_) [n:127.0.0.1:53175_    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@79f576ee 
name:ZooKeeperConnection Watcher:127.0.0.1:51993/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2094775 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) 
[n:127.0.0.1:53175_    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 2094791 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) 
[n:127.0.0.1:53175_    ] o.a.s.c.c.ZkStateReader Updating cluster state from 
ZooKeeper... 
   [junit4]   2> 2095802 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) 
[n:127.0.0.1:53175_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53175_
   [junit4]   2> 2095803 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[40AF630393621DF1]) 
[n:127.0.0.1:53175_    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:53175_
   [junit4]   2> 2095804 INFO  (zkCallback-1570-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A live node change: WatchedEvent state:SyncConnected

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

n5_6 s:shard5 r:core_node12 
x:awholynewstresscollection_collection5_6_shard5_replica2] o.a.s.c.ZkController 
:org.apache.solr.common.SolrException: 
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = 
Session expired for /overseer_elect
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerElectionContext.<init>(ElectionContext.java:604)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController$1.command(ZkController.java:305)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ConnectionManager$1.update(ConnectionManager.java:158)
   [junit4]   2>        at 
org.apache.solr.common.cloud.DefaultConnectionStrategy.reconnect(DefaultConnectionStrategy.java:56)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ConnectionManager.process(ConnectionManager.java:132)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> Caused by: 
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = 
Session expired for /overseer_elect
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:311)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:308)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:61)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:308)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.ensureExists(ZkCmdExecutor.java:90)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.ensureExists(ZkCmdExecutor.java:84)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerElectionContext.<init>(ElectionContext.java:602)
   [junit4]   2>        ... 6 more
   [junit4]   2> 
   [junit4]   2> 4653683 ERROR 
(zkCallback-812-thread-19-processing-n:127.0.0.1:35458_w%2Fhg-EventThread) 
[n:127.0.0.1:35458_w%2Fhg c:awholynewstresscollection_collection5_6 s:shard5 
r:core_node12 x:awholynewstresscollection_collection5_6_shard5_replica2] 
o.a.s.c.c.DefaultConnectionStrategy Reconnect to ZooKeeper 
failed:org.apache.solr.common.cloud.ZooKeeperException: 
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController$1.command(ZkController.java:366)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ConnectionManager$1.update(ConnectionManager.java:158)
   [junit4]   2>        at 
org.apache.solr.common.cloud.DefaultConnectionStrategy.reconnect(DefaultConnectionStrategy.java:56)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ConnectionManager.process(ConnectionManager.java:132)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: 
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = 
Session expired for /overseer_elect
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerElectionContext.<init>(ElectionContext.java:604)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController$1.command(ZkController.java:305)
   [junit4]   2>        ... 5 more
   [junit4]   2> Caused by: 
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = 
Session expired for /overseer_elect
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:311)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:308)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:61)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:308)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.ensureExists(ZkCmdExecutor.java:90)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.ensureExists(ZkCmdExecutor.java:84)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerElectionContext.<init>(ElectionContext.java:602)
   [junit4]   2>        ... 6 more
   [junit4]   2> 
   [junit4]   2> 4653683 INFO  
(zkCallback-812-thread-19-processing-n:127.0.0.1:35458_w%2Fhg-EventThread) 
[n:127.0.0.1:35458_w%2Fhg c:awholynewstresscollection_collection5_6 s:shard5 
r:core_node12 x:awholynewstresscollection_collection5_6_shard5_replica2] 
o.a.s.c.c.DefaultConnectionStrategy Reconnect to ZooKeeper failed
   [junit4]   2> 4653683 INFO  
(zkCallback-812-thread-19-processing-n:127.0.0.1:35458_w%2Fhg-EventThread) 
[n:127.0.0.1:35458_w%2Fhg c:awholynewstresscollection_collection5_6 s:shard5 
r:core_node12 x:awholynewstresscollection_collection5_6_shard5_replica2] 
o.a.s.c.c.ConnectionManager Connected:true
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): 
{range_facet_i_dv=PostingsFormat(name=Asserting), 
other_tl1=PostingsFormat(name=LuceneVarGapFixedInterval), 
_version_=PostingsFormat(name=LuceneVarGapFixedInterval), 
a_t=PostingsFormat(name=Asserting), text=Lucene50(blocksize=128), 
a_i1=PostingsFormat(name=Asserting), timestamp=PostingsFormat(name=Asserting), 
multiDefault=PostingsFormat(name=Asserting), id=PostingsFormat(name=Memory 
doPackFST= false), intDefault=PostingsFormat(name=LuceneVarGapFixedInterval), 
range_facet_l_dv=PostingsFormat(name=Memory doPackFST= false), 
range_facet_l=PostingsFormat(name=Asserting)}, 
docValues:{range_facet_i_dv=DocValuesFormat(name=Direct), 
timestamp=DocValuesFormat(name=Direct), 
range_facet_l_dv=DocValuesFormat(name=Lucene50)}, sim=DefaultSimilarity, 
locale=ms_MY, timezone=America/Caracas
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 
1.7.0_72 (64-bit)/cpus=4,threads=1,free=160938600,total=532152320
   [junit4]   2> NOTE: All tests run in this JVM: [BitVectorTest, 
TestShortCircuitedRequests, TestElisionMultitermQuery, TestWriterPerf, 
DistributedSuggestComponentTest, TestCSVResponseWriter, TestJmxIntegration, 
SimpleFacetsTest, TestFuzzyAnalyzedSuggestions, TestDefaultSearchFieldResource, 
TestSolrQueryParserDefaultOperatorResource, AsyncCallRequestStatusResponseTest, 
TestNonDefinedSimilarityFactory, CursorMarkTest, TestJsonFacets, 
BasicAuthIntegrationTest, HdfsWriteToMultipleCollectionsTest, 
TestStressReorder, TestSolrQueryParser, CoreAdminHandlerTest, 
TestCopyFieldCollectionResource, TestExactSharedStatsCache, TestBulkSchemaAPI, 
DirectUpdateHandlerOptimizeTest, BadIndexSchemaTest, UpdateParamsTest, 
TestFastLRUCache, CurrencyFieldXmlFileTest, TestMiniSolrCloudClusterBase, 
TestLeaderElectionZkExpiry, DistribDocExpirationUpdateProcessorTest, 
TermVectorComponentDistributedTest, BinaryUpdateRequestHandlerTest, 
TestPostingsSolrHighlighter, SuggesterTest, SparseHLLTest, 
CoreAdminCreateDiscoverTest, TestClassNameShortening, 
TestRemoveLastDynamicCopyField, TestReplicaProperties, 
TestReplicationHandlerBackup, SuggesterTSTTest, BJQParserTest, 
TestCollapseQParserPlugin, TestGroupingSearch, TestSolrDynamicMBean, 
DebugComponentTest, TestSearchPerf, TestPHPSerializedResponseWriter, RulesTest, 
DistributedQueryComponentCustomSortTest, TestSort, TestCollationField, 
SearchHandlerTest, TestJettySolrRunner, RequestLoggingTest, RecoveryZkTest, 
TestSolrCloudWithKerberosAlt, TestConfigSetsAPI, TestCharFilters, 
TestSolrIndexConfig, OverseerCollectionConfigSetProcessorTest, 
NoCacheHeaderTest, TestNRTOpen, TestSmileRequest, BadComponentTest, 
PluginInfoTest, FieldMutatingUpdateProcessorTest, TestReRankQParserPlugin, 
TestDefaultStatsCache, TestFieldResource, QueryParsingTest, 
DirectSolrConnectionTest, TestAnalyzeInfixSuggestions, 
DistributedFacetPivotLongTailTest, TestNoOpRegenerator, LeaderElectionTest, 
TestLeaderInitiatedRecoveryThread, TestReversedWildcardFilterFactory, 
TestSweetSpotSimilarityFactory, AutoCommitTest, TestManagedSchemaFieldResource, 
SampleTest, TestStandardQParsers, BasicDistributedZk2Test, 
UnloadDistributedZkTest, CollectionsAPIDistributedZkTest]
   [junit4] Completed [436/539] on J2 in 3716.88s, 1 test, 1 error <<< FAILURES!

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

Total time: 214 minutes 17 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 1294378618 bytes
Compression is 0.0%
Took 3 min 30 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