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

4 tests failed.
FAILED:  org.apache.solr.cloud.ZkSolrClientTest.testMultipleWatchesAsync

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([ED745366C2E8EB92:85C280C4570CEA0C]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertTrue(Assert.java:54)
        at 
org.apache.solr.cloud.ZkSolrClientTest.testMultipleWatchesAsync(ZkSolrClientTest.java:265)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


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

Error Message:
There are still nodes recoverying - waited for 440 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 440 
seconds
        at 
__randomizedtesting.SeedInfo.seed([ED745366C2E8EB92:65206CBC6C14866A]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:173)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:858)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForThingsToLevelOut(AbstractFullDistribZkTestBase.java:1414)
        at 
org.apache.solr.cloud.TlogReplayBufferedWhileIndexingTest.test(TlogReplayBufferedWhileIndexingTest.java:99)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


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

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

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=61554, name=collection3, state=RUNNABLE, 
group=TGRP-CollectionsAPIDistributedZkTest]
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:40663: collection already exists: 
awholynewstresscollection_collection3_9
        at __randomizedtesting.SeedInfo.seed([ED745366C2E8EB92]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:590)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:404)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:357)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1192)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:962)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:898)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1595)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1616)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:970)


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

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

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=51927, name=collection2, state=RUNNABLE, 
group=TGRP-HdfsCollectionsAPIDistributedZkTest]
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:49462/n_x: collection already exists: 
awholynewstresscollection_collection2_0
        at __randomizedtesting.SeedInfo.seed([ED745366C2E8EB92]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:590)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:404)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:357)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1192)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:962)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:898)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1595)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1616)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:970)




Build Log:
[...truncated 11415 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.hdfs.HdfsTlogReplayBufferedWhileIndexingTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsTlogReplayBufferedWhileIndexingTest_ED745366C2E8EB92-001/init-core-data-001
   [junit4]   2> 233691 INFO  
(SUITE-HdfsTlogReplayBufferedWhileIndexingTest-seed#[ED745366C2E8EB92]-worker) 
[    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: 
/whsb/
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 233760 WARN  
(SUITE-HdfsTlogReplayBufferedWhileIndexingTest-seed#[ED745366C2E8EB92]-worker) 
[    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 233788 WARN  
(SUITE-HdfsTlogReplayBufferedWhileIndexingTest-seed#[ED745366C2E8EB92]-worker) 
[    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 233790 INFO  
(SUITE-HdfsTlogReplayBufferedWhileIndexingTest-seed#[ED745366C2E8EB92]-worker) 
[    ] o.m.log jetty-6.1.26
   [junit4]   2> 233823 INFO  
(SUITE-HdfsTlogReplayBufferedWhileIndexingTest-seed#[ED745366C2E8EB92]-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_58090_hdfs____rj3mge/webapp
   [junit4]   2> 234119 INFO  
(SUITE-HdfsTlogReplayBufferedWhileIndexingTest-seed#[ED745366C2E8EB92]-worker) 
[    ] o.m.log NO JSP Support for /, did not find 
org.apache.jasper.servlet.JspServlet
   [junit4]   2> 234872 INFO  
(SUITE-HdfsTlogReplayBufferedWhileIndexingTest-seed#[ED745366C2E8EB92]-worker) 
[    ] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:58090
   [junit4]   2> 235215 WARN  
(SUITE-HdfsTlogReplayBufferedWhileIndexingTest-seed#[ED745366C2E8EB92]-worker) 
[    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 235216 INFO  
(SUITE-HdfsTlogReplayBufferedWhileIndexingTest-seed#[ED745366C2E8EB92]-worker) 
[    ] o.m.log jetty-6.1.26
   [junit4]   2> 235238 INFO  
(SUITE-HdfsTlogReplayBufferedWhileIndexingTest-seed#[ED745366C2E8EB92]-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_60935_datanode____juqsi0/webapp
   [junit4]   2> 235506 INFO  
(SUITE-HdfsTlogReplayBufferedWhileIndexingTest-seed#[ED745366C2E8EB92]-worker) 
[    ] o.m.log NO JSP Support for /, did not find 
org.apache.jasper.servlet.JspServlet
   [junit4]   2> 235885 INFO  
(SUITE-HdfsTlogReplayBufferedWhileIndexingTest-seed#[ED745366C2E8EB92]-worker) 
[    ] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:60935
   [junit4]   2> 236385 WARN  
(SUITE-HdfsTlogReplayBufferedWhileIndexingTest-seed#[ED745366C2E8EB92]-worker) 
[    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 236386 INFO  
(SUITE-HdfsTlogReplayBufferedWhileIndexingTest-seed#[ED745366C2E8EB92]-worker) 
[    ] o.m.log jetty-6.1.26
   [junit4]   2> 236452 INFO  
(SUITE-HdfsTlogReplayBufferedWhileIndexingTest-seed#[ED745366C2E8EB92]-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_40882_datanode____.622wv7/webapp
   [junit4]   2> 236679 INFO  (IPC Server handler 6 on 46223) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-6929095b-6bcb-43bd-b729-e299a35b4efd node DatanodeRegistration(127.0.0.1, 
datanodeUuid=5d74ff2b-521b-4414-8eab-dcc974579e14, infoPort=60935, 
ipcPort=37983, storageInfo=lv=-56;cid=testClusterID;nsid=1358635743;c=0), 
blocks: 0, hasStaleStorages: true, processing time: 0 msecs
   [junit4]   2> 236680 INFO  (IPC Server handler 6 on 46223) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-0a2be1e2-2a1e-4f3f-996e-5044013f40e0 node DatanodeRegistration(127.0.0.1, 
datanodeUuid=5d74ff2b-521b-4414-8eab-dcc974579e14, infoPort=60935, 
ipcPort=37983, storageInfo=lv=-56;cid=testClusterID;nsid=1358635743;c=0), 
blocks: 0, hasStaleStorages: false, processing time: 0 msecs
   [junit4]   2> 236688 INFO  
(SUITE-HdfsTlogReplayBufferedWhileIndexingTest-seed#[ED745366C2E8EB92]-worker) 
[    ] o.m.log NO JSP Support for /, did not find 
org.apache.jasper.servlet.JspServlet
   [junit4]   2> 237002 INFO  
(SUITE-HdfsTlogReplayBufferedWhileIndexingTest-seed#[ED745366C2E8EB92]-worker) 
[    ] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:40882
   [junit4]   2> 237294 INFO  (IPC Server handler 8 on 46223) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-2fc05e9e-1b17-4447-a6db-d03b51f67154 node DatanodeRegistration(127.0.0.1, 
datanodeUuid=f8e3df72-5fe6-4372-88ad-572cce3d4ee2, infoPort=40882, 
ipcPort=52600, storageInfo=lv=-56;cid=testClusterID;nsid=1358635743;c=0), 
blocks: 0, hasStaleStorages: true, processing time: 2 msecs
   [junit4]   2> 237294 INFO  (IPC Server handler 8 on 46223) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-cfb0d7e7-af1e-487f-90fe-c6287124a665 node DatanodeRegistration(127.0.0.1, 
datanodeUuid=f8e3df72-5fe6-4372-88ad-572cce3d4ee2, infoPort=40882, 
ipcPort=52600, storageInfo=lv=-56;cid=testClusterID;nsid=1358635743;c=0), 
blocks: 0, hasStaleStorages: false, processing time: 0 msecs
   [junit4]   2> 237576 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 237586 INFO  (Thread-5487) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 237586 INFO  (Thread-5487) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 237686 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.ZkTestServer start zk server on port:59581
   [junit4]   2> 237686 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 237702 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 237734 INFO  (zkCallback-90-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6d7756d4 
name:ZooKeeperConnection Watcher:127.0.0.1:59581 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 237738 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 237738 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 237738 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 237786 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 237786 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 237792 INFO  (zkCallback-91-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@28f837c1 
name:ZooKeeperConnection Watcher:127.0.0.1:59581/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 237792 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 237792 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 237792 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 237793 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 237794 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 237795 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 237807 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 237807 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 237815 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 237815 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 237816 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 237816 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 237817 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 237817 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 237818 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 237818 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 237819 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 237819 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 237820 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 237820 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 237821 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 237821 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 237822 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 237822 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 237822 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 237823 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 237823 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 237823 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 237887 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsTlogReplayBufferedWhileIndexingTest_ED745366C2E8EB92-001/control-001/cores/collection1
   [junit4]   2> 237888 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 237898 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@20394e10{/whsb,null,AVAILABLE}
   [junit4]   2> 237898 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.e.j.s.ServerConnector Started 
ServerConnector@36b55a76{HTTP/1.1,[http/1.1]}{127.0.0.1:54363}
   [junit4]   2> 237898 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.e.j.s.Server Started @242441ms
   [junit4]   2> 237898 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://localhost:46223/hdfs__localhost_46223__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsTlogReplayBufferedWhileIndexingTest_ED745366C2E8EB92-001_tempDir-002_control_data,
 hostContext=/whsb, hostPort=54363, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsTlogReplayBufferedWhileIndexingTest_ED745366C2E8EB92-001/control-001/cores}
   [junit4]   2> 237899 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 237899 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsTlogReplayBufferedWhileIndexingTest_ED745366C2E8EB92-001/control-001'
   [junit4]   2> 237899 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 237899 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 237899 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 237913 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 238064 INFO  (zkCallback-92-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@18af2adc 
name:ZooKeeperConnection Watcher:127.0.0.1:59581/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 238064 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 238064 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 238065 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 238066 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsTlogReplayBufferedWhileIndexingTest_ED745366C2E8EB92-001/control-001/solr.xml
   [junit4]   2> 238070 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsTlogReplayBufferedWhileIndexingTest_ED745366C2E8EB92-001/control-001/cores
   [junit4]   2> 238071 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.CoreContainer New CoreContainer 171810031
   [junit4]   2> 238071 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsTlogReplayBufferedWhileIndexingTest_ED745366C2E8EB92-001/control-001]
   [junit4]   2> 238071 WARN  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.CoreContainer Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsTlogReplayBufferedWhileIndexingTest_ED745366C2E8EB92-001/control-001/lib
 to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsTlogReplayBufferedWhileIndexingTest_ED745366C2E8EB92-001/control-001/lib
   [junit4]   2> 238071 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] 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> 238073 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 238073 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 238073 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 238073 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59581/solr
   [junit4]   2> 238073 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 238073 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 238077 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 238106 INFO  (zkCallback-95-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5a8ce7d8 
name:ZooKeeperConnection Watcher:127.0.0.1:59581 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 238114 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 238114 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 238124 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$17/99522583@4cc3c83e
   [junit4]   2> 238142 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 238163 INFO  
(zkCallback-96-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@644150ae 
name:ZooKeeperConnection Watcher:127.0.0.1:59581/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 238166 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 238178 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 238222 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 238274 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 238322 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 238391 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 238391 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 238392 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 238393 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 238393 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 238394 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 238394 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 238395 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 238396 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 238396 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 238396 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/95742033581768708-127.0.0.1:54363_whsb-n_0000000000
   [junit4]   2> 238397 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:54363_whsb
   [junit4]   2> 238397 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 238406 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.Overseer Overseer 
(id=95742033581768708-127.0.0.1:54363_whsb-n_0000000000) starting
   [junit4]   2> 238407 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue-work
   [junit4]   2> 238409 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 238422 INFO  
(OverseerStateUpdate-95742033581768708-127.0.0.1:54363_whsb-n_0000000000) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 238422 INFO  
(OverseerCollectionConfigSetProcessor-95742033581768708-127.0.0.1:54363_whsb-n_0000000000)
 [n:127.0.0.1:54363_whsb    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 238426 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:54363_whsb
   [junit4]   2> 238426 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:54363_whsb
   [junit4]   2> 238450 INFO  
(zkCallback-96-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [0])
   [junit4]   2> 238451 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 238451 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 238452 INFO  
(OverseerStateUpdate-95742033581768708-127.0.0.1:54363_whsb-n_0000000000) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 238453 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsTlogReplayBufferedWhileIndexingTest_ED745366C2E8EB92-001/control-001/cores
   [junit4]   2> 238453 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: 
{name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, 
loadOnStartup=true, configSetProperties=configsetprops.json, 
collection=control_collection, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 238454 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.CorePropertiesLocator Found core 
collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsTlogReplayBufferedWhileIndexingTest_ED745366C2E8EB92-001/control-001/cores/collection1
   [junit4]   2> 238454 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions
   [junit4]   2> 238454 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection   x:collection1] 
o.a.s.c.ZkController publishing state=down
   [junit4]   2> 238454 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection   x:collection1] 
o.a.s.c.ZkController numShards not found on descriptor - reading it from system 
property
   [junit4]   2> 238456 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection   x:collection1] 
o.a.s.c.ZkController look for our core node name
   [junit4]   2> 238457 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) 
[n:127.0.0.1:54363_whsb    ] o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0
   [junit4]   2> 238457 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) 
[n:127.0.0.1:54363_whsb    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 238457 INFO  
(OverseerStateUpdate-95742033581768708-127.0.0.1:54363_whsb-n_0000000000) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:54363/whsb";,
   [junit4]   2>   "node_name":"127.0.0.1:54363_whsb",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 238457 INFO  
(OverseerStateUpdate-95742033581768708-127.0.0.1:54363_whsb-n_0000000000) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:54363/whsb";,
   [junit4]   2>   "node_name":"127.0.0.1:54363_whsb",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 238457 INFO  
(OverseerStateUpdate-95742033581768708-127.0.0.1:54363_whsb-n_0000000000) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: control_collection
   [junit4]   2> 238458 INFO  
(OverseerStateUpdate-95742033581768708-127.0.0.1:54363_whsb-n_0000000000) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 238458 INFO  
(zkCallback-96-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb    ] 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> 239613 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection   x:collection1] 
o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 239613 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection   x:collection1] 
o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 239614 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection   x:collection1] 
o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 239614 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/control_collection]
   [junit4]   2> 239614 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader path=[/collections/control_collection] 
[configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 239614 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsTlogReplayBufferedWhileIndexingTest_ED745366C2E8EB92-001/control-001/cores/collection1'
   [junit4]   2> 239614 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 239614 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 239615 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection   x:collection1] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 239626 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection   x:collection1] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 239629 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection   x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 239644 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection   x:collection1] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 239653 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 239790 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection   x:collection1] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 239790 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection   x:collection1] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 239791 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 239811 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 239854 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb 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-6.x/solr/build/solr-core/test/J0
   [junit4]   2> 239854 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection
   [junit4]   2> 239854 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.HdfsDirectoryFactory
   [junit4]   2> 239854 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:46223/solr_hdfs_home
   [junit4]   2> 239854 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication 
disabled
   [junit4]   2> 239854 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb 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-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsTlogReplayBufferedWhileIndexingTest_ED745366C2E8EB92-001/control-001/cores/collection1],
 
dataDir=[hdfs://localhost:46223/solr_hdfs_home/control_collection/core_node1/data/]
   [junit4]   2> 239854 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb 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@3cd135fc
   [junit4]   2> 239855 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:46223/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 240059 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
hdfs://localhost:46223/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 240071 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=hdfs://localhost:46223/solr_hdfs_home/control_collection/core_node1/data/index/
   [junit4]   2> 240077 WARN  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'hdfs:/localhost:46223/solr_hdfs_home/control_collection/core_node1/data/index' 
doesn't exist. Creating new index...
   [junit4]   2> 240077 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:46223/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 240085 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] 
with direct memory allocation set to [true]
   [junit4]   2> 240085 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, 
slab size of [16777216] will allocate [1] slabs and use ~[16777216] bytes
   [junit4]   2> 240085 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS 
BlockCache
   [junit4]   2> 240152 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 240152 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
hdfs://localhost:46223/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 240152 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb 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=47, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2622464418959967]
   [junit4]   2> 240414 INFO  (IPC Server handler 5 on 46223) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:56821 is 
added to blk_1073741825_1001{blockUCState=COMMITTED, primaryNodeIndex=-1, 
replicas=[ReplicaUnderConstruction[[DISK]DS-2fc05e9e-1b17-4447-a6db-d03b51f67154:NORMAL:127.0.0.1:56821|RBW],
 
ReplicaUnderConstruction[[DISK]DS-0a2be1e2-2a1e-4f3f-996e-5044013f40e0:NORMAL:127.0.0.1:35966|RBW]]}
 size 71
   [junit4]   2> 240414 INFO  (IPC Server handler 7 on 46223) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:35966 is 
added to blk_1073741825_1001 size 71
   [junit4]   2> 240822 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        
commit{dir=NRTCachingDirectory(BlockDirectory(HdfsDirectory@hdfs://localhost:46223/solr_hdfs_home/control_collection/core_node1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7950687c); 
maxCacheMB=192.0 maxMergeSizeMB=16.0),segFN=segments_1,generation=1}
   [junit4]   2> 240822 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 240844 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 240844 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 240844 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 240844 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 240844 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 240844 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb 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> 240845 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb 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> 240845 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb 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> 240845 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb 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> 240845 WARN  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 240846 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 240847 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 240848 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 240848 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:54363_whsb 
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:46223/solr_hdfs_home/control_collection/core_node1/data/
   [junit4]   2> 240858 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 240861 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,/dump,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 240861 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb 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> 240872 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb 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> 240872 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 240872 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: 
tlogDfsReplication=2
   [junit4]   2> 240926 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 
10000ms; 
   [junit4]   2> 240926 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: if uncommited for 3000ms; 
   [junit4]   2> 240942 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=34, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=83.0283203125, 
floorSegmentMB=1.6005859375, forceMergeDeletesPctAllowed=21.58651266998546, 
segmentsPerTier=2.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5682205468789964
   [junit4]   2> 241022 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        
commit{dir=NRTCachingDirectory(BlockDirectory(HdfsDirectory@hdfs://localhost:46223/solr_hdfs_home/control_collection/core_node1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7950687c); 
maxCacheMB=192.0 maxMergeSizeMB=16.0),segFN=segments_1,generation=1}
   [junit4]   2> 241022 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 241022 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@214bec03[collection1] main]
   [junit4]   2> 241022 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb 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> 241030 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb 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> 241030 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb 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> 241032 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO 
with znodeBase: /configs/conf1
   [junit4]   2> 241032 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 241032 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb 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> 241034 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb 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> 241034 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb 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> 241034 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 241034 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 241035 INFO  
(searcherExecutor-246-thread-1-processing-n:127.0.0.1:54363_whsb x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:54363_whsb 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore 
[collection1] Registered new searcher Searcher@214bec03[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 241038 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb 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> 241038 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 
65536 version buckets from index
   [junit4]   2> 241038 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb 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> 241038 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb 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 1531872540919595008
   [junit4]   2> 241039 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with 
highest version 1531872540919595008
   [junit4]   2> 241039 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 241042 INFO  
(coreLoadExecutor-245-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 241050 INFO  
(coreZkRegister-239-thread-1-processing-n:127.0.0.1:54363_whsb x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:54363_whsb 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
Register replica - core:collection1 address:http://127.0.0.1:54363/whsb 
collection:control_collection shard:shard1
   [junit4]   2> 241058 INFO  
(coreZkRegister-239-thread-1-processing-n:127.0.0.1:54363_whsb x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:54363_whsb 
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> 241086 INFO  
(coreZkRegister-239-thread-1-processing-n:127.0.0.1:54363_whsb x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:54363_whsb 
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/95742033581768708-core_node1-n_0000000000
   [junit4]   2> 241090 INFO  
(coreZkRegister-239-thread-1-processing-n:127.0.0.1:54363_whsb x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:54363_whsb 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 
and weAreReplacement=false and leaderVoteWait=300000
   [junit4]   2> 241102 INFO  
(OverseerStateUpdate-95742033581768708-127.0.0.1:54363_whsb-n_0000000000) 
[n:127.0.0.1:54363_whsb    ] 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> 241102 INFO  
(coreZkRegister-239-thread-1-processing-n:127.0.0.1:54363_whsb x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:54363_whsb 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 241103 INFO  
(coreZkRegister-239-thread-1-processing-n:127.0.0.1:54363_whsb x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:54363_whsb 
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> 241103 INFO  
(coreZkRegister-239-thread-1-processing-n:127.0.0.1:54363_whsb x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:54363_whsb 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:54363/whsb/collection1/
   [junit4]   2> 241103 INFO  
(coreZkRegister-239-thread-1-processing-n:127.0.0.1:54363_whsb x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:54363_whsb 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 241103 INFO  
(coreZkRegister-239-thread-1-processing-n:127.0.0.1:54363_whsb x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:54363_whsb 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:54363/whsb/collection1/ has no replicas
   [junit4]   2> 241106 INFO  
(zkCallback-96-thread-1-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb    ] 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> 241110 INFO  
(coreZkRegister-239-thread-1-processing-n:127.0.0.1:54363_whsb x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:54363_whsb 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 241111 INFO  
(coreZkRegister-239-thread-1-processing-n:127.0.0.1:54363_whsb x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:54363_whsb 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/control_collection/leaders/shard1/leader after winning as 
/collections/control_collection/leader_elect/shard1/election/95742033581768708-core_node1-n_0000000000
   [junit4]   2> 241113 INFO  
(coreZkRegister-239-thread-1-processing-n:127.0.0.1:54363_whsb x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:54363_whsb 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:54363/whsb/collection1/ shard1
   [junit4]   2> 241115 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 241115 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 241115 INFO  
(OverseerStateUpdate-95742033581768708-127.0.0.1:54363_whsb-n_0000000000) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:54363/whsb";,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 2
   [junit4]   2> 241130 INFO  (zkCallback-98-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@76ca5f34 
name:ZooKeeperConnection Watcher:127.0.0.1:59581/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 241130 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 241130 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 241130 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 241132 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 241132 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 241220 INFO  
(zkCallback-96-thread-2-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb    ] 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> 241221 INFO  (zkCallback-98-thread-1) [    ] 
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> 241232 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsTlogReplayBufferedWhileIndexingTest_ED745366C2E8EB92-001/shard-1-001/cores/collection1
   [junit4]   2> 241233 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsTlogReplayBufferedWhileIndexingTest_ED745366C2E8EB92-001/shard-1-001
   [junit4]   2> 241246 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 241274 INFO  
(coreZkRegister-239-thread-1-processing-n:127.0.0.1:54363_whsb x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:54363_whsb 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
We are http://127.0.0.1:54363/whsb/collection1/ and leader is 
http://127.0.0.1:54363/whsb/collection1/
   [junit4]   2> 241274 INFO  
(coreZkRegister-239-thread-1-processing-n:127.0.0.1:54363_whsb x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:54363_whsb 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54363/whsb
   [junit4]   2> 241274 INFO  
(coreZkRegister-239-thread-1-processing-n:127.0.0.1:54363_whsb x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:54363_whsb 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 241274 INFO  
(coreZkRegister-239-thread-1-processing-n:127.0.0.1:54363_whsb x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:54363_whsb 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
publishing state=active
   [junit4]   2> 241274 INFO  
(coreZkRegister-239-thread-1-processing-n:127.0.0.1:54363_whsb x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:54363_whsb 
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> 241275 INFO  
(OverseerStateUpdate-95742033581768708-127.0.0.1:54363_whsb-n_0000000000) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:54363/whsb";,
   [junit4]   2>   "node_name":"127.0.0.1:54363_whsb",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 3
   [junit4]   2> 241275 INFO  
(OverseerStateUpdate-95742033581768708-127.0.0.1:54363_whsb-n_0000000000) 
[n:127.0.0.1:54363_whsb    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:54363/whsb";,
   [junit4]   2>   "node_name":"127.0.0.1:54363_whsb",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 241370 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@faeb6fe{/whsb,null,AVAILABLE}
   [junit4]   2> 241370 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.e.j.s.ServerConnector Started 
ServerConnector@647d8068{HTTP/1.1,[http/1.1]}{127.0.0.1:34666}
   [junit4]   2> 241370 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.e.j.s.Server Started @245913ms
   [junit4]   2> 241370 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://localhost:46223/hdfs__localhost_46223__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsTlogReplayBufferedWhileIndexingTest_ED745366C2E8EB92-001_tempDir-002_jetty1,
 solrconfig=solrconfig.xml, hostContext=/whsb, hostPort=34666, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsTlogReplayBufferedWhileIndexingTest_ED745366C2E8EB92-001/shard-1-001/cores}
   [junit4]   2> 241371 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 241371 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsTlogReplayBufferedWhileIndexingTest_ED745366C2E8EB92-001/shard-1-001'
   [junit4]   2> 241371 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 241371 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 241371 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 241377 INFO  
(zkCallback-96-thread-2-processing-n:127.0.0.1:54363_whsb) 
[n:127.0.0.1:54363_whsb    ] 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> 241386 INFO  (zkCallback-98-thread-1) [    ] 
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> 241642 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 241874 INFO  (zkCallback-99-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@14dd3f57 
name:ZooKeeperConnection Watcher:127.0.0.1:59581/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 241874 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 241874 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 241891 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 241892 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsTlogReplayBufferedWhileIndexingTest_ED745366C2E8EB92-001/shard-1-001/solr.xml
   [junit4]   2> 241896 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsTlogReplayBufferedWhileIndexingTest_ED745366C2E8EB92-001/shard-1-001/cores
   [junit4]   2> 241896 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.CoreContainer New CoreContainer 1760517915
   [junit4]   2> 241896 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsTlogReplayBufferedWhileIndexingTest_ED745366C2E8EB92-001/shard-1-001]
   [junit4]   2> 241896 WARN  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.CoreContainer Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsTlogReplayBufferedWhileIndexingTest_ED745366C2E8EB92-001/shard-1-001/lib
 to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsTlogReplayBufferedWhileIndexingTest_ED745366C2E8EB92-001/shard-1-001/lib
   [junit4]   2> 241931 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] 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> 241932 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 241932 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 241932 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 241932 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59581/solr
   [junit4]   2> 241932 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 241932 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 241938 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 241958 INFO  (zkCallback-102-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3e14e56a 
name:ZooKeeperConnection Watcher:127.0.0.1:59581 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 241970 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 241970 INFO  
(TEST-HdfsTlogReplayBufferedWhileIndexingTest.test-seed#[ED745366C2E8EB92]) [   
 ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 241990 INFO  (TEST-HdfsTlogReplayBufferedWhileIndexi

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

bZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1595)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1616)
   [junit4]    >        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:970)Throwable
 #4: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=61552, name=collection1, 
state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    > Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:40663: Could not find collection : 
awholynewstresscollection_collection1_8
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([ED745366C2E8EB92]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:590)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:404)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:357)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1192)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:962)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:898)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]    >        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:977)Throwable
 #5: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=61556, name=collection5, 
state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    > Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:40663: Could not find collection : 
awholynewstresscollection_collection5_9
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([ED745366C2E8EB92]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:590)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:404)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:357)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1192)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:962)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:898)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]    >        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:977)Throwable
 #6: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=61553, name=collection2, 
state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    > Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:40663: Could not find collection : 
awholynewstresscollection_collection2_9
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([ED745366C2E8EB92]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:590)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:404)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:357)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1192)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:962)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:898)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]    >        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:977)
   [junit4]   2> 3737436 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[ED745366C2E8EB92]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> Apr 17, 2016 4:36:37 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: 
codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=6, maxDocsPerChunk=9, blockSize=112), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=6, blockSize=112)), sim=RandomSimilarity(queryNorm=false,coord=no): 
{}, locale=id, timezone=Asia/Jayapura
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 
1.8.0_74 (64-bit)/cpus=4,threads=1,free=181038400,total=508035072
   [junit4]   2> NOTE: All tests run in this JVM: [TestFastWriter, 
TestFieldTypeResource, TestCollectionAPI, TestTestInjection, 
TestFreeTextSuggestions, LukeRequestHandlerTest, TestSearcherReuse, 
BlockDirectoryTest, BitVectorTest, AutoCommitTest, 
TestFuzzyAnalyzedSuggestions, XmlUpdateRequestHandlerTest, SearchHandlerTest, 
CoreAdminCreateDiscoverTest, OverseerCollectionConfigSetProcessorTest, 
TestExceedMaxTermLength, ReplicationFactorTest, TestLRUStatsCache, 
CoreAdminHandlerTest, AssignTest, ConnectionManagerTest, 
SuggestComponentContextFilterQueryTest, DistributedFacetPivotWhiteBoxTest, 
UpdateParamsTest, DistributedDebugComponentTest, TestCollationFieldDocValues, 
HdfsWriteToMultipleCollectionsTest, TestReversedWildcardFilterFactory, 
TestElisionMultitermQuery, CurrencyFieldXmlFileTest, CloudMLTQParserTest, 
TestCSVResponseWriter, RegexBoostProcessorTest, BlockJoinFacetRandomTest, 
CleanupOldIndexTest, SolrCoreCheckLockOnStartupTest, HLLSerializationTest, 
SimpleFacetsTest, EnumFieldTest, HdfsBasicDistributedZkTest, TestSearchPerf, 
DeleteLastCustomShardedReplicaTest, TestLeaderInitiatedRecoveryThread, 
InfoHandlerTest, TestDistribIDF, SuggesterWFSTTest, SampleTest, 
HdfsCollectionsAPIDistributedZkTest, NoCacheHeaderTest, HighlighterConfigTest, 
TestCustomDocTransformer, DirectUpdateHandlerOptimizeTest, 
TestRandomRequestDistribution, TestPerFieldSimilarityWithDefaultOverride, 
TestAuthorizationFramework, TestCloudManagedSchema, 
CloneFieldUpdateProcessorFactoryTest, JavabinLoaderTest, HdfsThreadLeakTest, 
TestSolrQueryParserDefaultOperatorResource, TestSolrJ, 
TestSweetSpotSimilarityFactory, TestSolrIndexConfig, 
FieldMutatingUpdateProcessorTest, TestAnalyzeInfixSuggestions, 
TestConfigSetsAPIZkFailure, TestUseDocValuesAsStored, TestTolerantSearch, 
FullSolrCloudDistribCmdsTest, CdcrRequestHandlerTest, MultiThreadedOCPTest, 
TestExtendedDismaxParser, RecoveryZkTest, DistribJoinFromCollectionTest, 
TestIndexingPerformance, CollectionStateFormat2Test, PluginInfoTest, 
UnloadDistributedZkTest, TestStressUserVersions, TestDFISimilarityFactory, 
TestJsonFacets, TestMissingGroups, TestIntervalFaceting, 
TestManagedStopFilterFactory, BadComponentTest, 
TermVectorComponentDistributedTest, TestSolrDeletionPolicy1, 
AddSchemaFieldsUpdateProcessorFactoryTest, ForceLeaderTest, RuleEngineTest, 
RequestHandlersTest, TestReplicationHandlerBackup, ClusterStateTest, 
SuggesterTSTTest, SharedFSAutoReplicaFailoverTest, BasicDistributedZk2Test, 
CollectionsAPIDistributedZkTest]
   [junit4] Completed [275/587 (4!)] on J2 in 477.78s, 1 test, 1 error <<< 
FAILURES!

[...truncated 1020 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/build.xml:747: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/build.xml:684: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/build.xml:59: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build.xml:233:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/common-build.xml:529:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/lucene/common-build.xml:1457:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/lucene/common-build.xml:1014:
 There were test failures: 587 suites (10 ignored), 2366 tests, 2 errors, 2 
failures, 31 ignored (16 assumptions) [seed: ED745366C2E8EB92]

Total time: 332 minutes 8 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



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

Reply via email to