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

3 tests failed.
REGRESSION:  
org.apache.solr.handler.TestReplicationHandler.doTestReplicateAfterCoreReload

Error Message:
expected:<[{indexVersion=1439563750579,generation=2,filelist=[_1rd.cfe, 
_1rd.cfs, _1rd.si, _1zq.cfe, _1zq.cfs, _1zq.si, _1zr.cfe, _1zr.cfs, _1zr.si, 
_1zs.cfe, _1zs.cfs, _1zs.si, _vo.fdt, _vo.fdx, _vo.fnm, _vo.nvd, _vo.nvm, 
_vo.si, _vo_FSTOrd50_0.doc, _vo_FSTOrd50_0.tbk, _vo_FSTOrd50_0.tix, 
segments_2]}]> but 
was:<[{indexVersion=1439563750579,generation=3,filelist=[_1rd.cfe, _1rd.cfs, 
_1rd.si, _1zt.cfe, _1zt.cfs, _1zt.si, _vo.fdt, _vo.fdx, _vo.fnm, _vo.nvd, 
_vo.nvm, _vo.si, _vo_FSTOrd50_0.doc, _vo_FSTOrd50_0.tbk, _vo_FSTOrd50_0.tix, 
segments_3]}, {indexVersion=1439563750579,generation=2,filelist=[_1rd.cfe, 
_1rd.cfs, _1rd.si, _1zq.cfe, _1zq.cfs, _1zq.si, _1zr.cfe, _1zr.cfs, _1zr.si, 
_1zs.cfe, _1zs.cfs, _1zs.si, _vo.fdt, _vo.fdx, _vo.fnm, _vo.nvd, _vo.nvm, 
_vo.si, _vo_FSTOrd50_0.doc, _vo_FSTOrd50_0.tbk, _vo_FSTOrd50_0.tix, 
segments_2]}]>

Stack Trace:
java.lang.AssertionError: 
expected:<[{indexVersion=1439563750579,generation=2,filelist=[_1rd.cfe, 
_1rd.cfs, _1rd.si, _1zq.cfe, _1zq.cfs, _1zq.si, _1zr.cfe, _1zr.cfs, _1zr.si, 
_1zs.cfe, _1zs.cfs, _1zs.si, _vo.fdt, _vo.fdx, _vo.fnm, _vo.nvd, _vo.nvm, 
_vo.si, _vo_FSTOrd50_0.doc, _vo_FSTOrd50_0.tbk, _vo_FSTOrd50_0.tix, 
segments_2]}]> but 
was:<[{indexVersion=1439563750579,generation=3,filelist=[_1rd.cfe, _1rd.cfs, 
_1rd.si, _1zt.cfe, _1zt.cfs, _1zt.si, _vo.fdt, _vo.fdx, _vo.fnm, _vo.nvd, 
_vo.nvm, _vo.si, _vo_FSTOrd50_0.doc, _vo_FSTOrd50_0.tbk, _vo_FSTOrd50_0.tix, 
segments_3]}, {indexVersion=1439563750579,generation=2,filelist=[_1rd.cfe, 
_1rd.cfs, _1rd.si, _1zq.cfe, _1zq.cfs, _1zq.si, _1zr.cfe, _1zr.cfs, _1zr.si, 
_1zs.cfe, _1zs.cfs, _1zs.si, _vo.fdt, _vo.fdx, _vo.fnm, _vo.nvd, _vo.nvm, 
_vo.si, _vo_FSTOrd50_0.doc, _vo_FSTOrd50_0.tbk, _vo_FSTOrd50_0.tix, 
segments_2]}]>
        at 
__randomizedtesting.SeedInfo.seed([F97A676F4346D42:2A40BD46847C6341]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:147)
        at 
org.apache.solr.handler.TestReplicationHandler.doTestReplicateAfterCoreReload(TestReplicationHandler.java:1138)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)


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

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

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


FAILED:  org.apache.solr.search.TestReloadDeadlock.testReloadDeadlock

Error Message:
Captured an uncaught exception in thread: Thread[id=239329, name=WRITER11, 
state=RUNNABLE, group=TGRP-TestReloadDeadlock]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=239329, name=WRITER11, state=RUNNABLE, 
group=TGRP-TestReloadDeadlock]
        at 
__randomizedtesting.SeedInfo.seed([F97A676F4346D42:321602D7A07F8E00]:0)
Caused by: java.lang.RuntimeException: org.apache.solr.common.SolrException: 
Error opening new searcher
        at __randomizedtesting.SeedInfo.seed([F97A676F4346D42]:0)
        at 
org.apache.solr.search.TestReloadDeadlock$1.run(TestReloadDeadlock.java:166)
Caused by: org.apache.solr.common.SolrException: Error opening new searcher
        at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1662)
        at org.apache.solr.core.SolrCore.getRealtimeSearcher(SolrCore.java:1519)
        at 
org.apache.solr.update.VersionInfo.getVersionFromIndex(VersionInfo.java:201)
        at org.apache.solr.update.UpdateLog.lookupVersion(UpdateLog.java:778)
        at 
org.apache.solr.update.VersionInfo.lookupVersion(VersionInfo.java:194)
        at 
org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:1089)
        at 
org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:706)
        at 
org.apache.solr.update.processor.LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:104)
        at 
org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.handleAdds(JsonLoader.java:470)
        at 
org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.processUpdate(JsonLoader.java:134)
        at 
org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.load(JsonLoader.java:113)
        at org.apache.solr.handler.loader.JsonLoader.load(JsonLoader.java:76)
        at 
org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:98)
        at 
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:143)
        at org.apache.solr.core.SolrCore.execute(SolrCore.java:2068)
        at 
org.apache.solr.servlet.DirectSolrConnection.request(DirectSolrConnection.java:131)
        at org.apache.solr.SolrTestCaseJ4.updateJ(SolrTestCaseJ4.java:1104)
        at 
org.apache.solr.SolrTestCaseJ4.addAndGetVersion(SolrTestCaseJ4.java:1250)
        at 
org.apache.solr.search.TestReloadDeadlock.addDoc(TestReloadDeadlock.java:200)
        at 
org.apache.solr.search.TestReloadDeadlock.access$100(TestReloadDeadlock.java:46)
        at 
org.apache.solr.search.TestReloadDeadlock$1.run(TestReloadDeadlock.java:156)
Caused by: java.lang.NullPointerException
        at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1631)
        ... 21 more




Build Log:
[...truncated 10924 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F97A676F4346D42-001/init-core-data-001
   [junit4]   2> 936495 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F97A676F4346D42]-worker) [    
] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 936495 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F97A676F4346D42]-worker) [    
] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /ta/
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 936529 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F97A676F4346D42]-worker) [    
] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 936536 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F97A676F4346D42]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 936539 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F97A676F4346D42]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 936551 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F97A676F4346D42]-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_32818_hdfs____.9qks6/webapp
   [junit4]   2> 936727 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F97A676F4346D42]-worker) [    
] o.m.log NO JSP Support for /, did not find 
org.apache.jasper.servlet.JspServlet
   [junit4]   2> 937278 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F97A676F4346D42]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:32818
   [junit4]   2> 937896 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F97A676F4346D42]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 937898 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F97A676F4346D42]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 937913 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F97A676F4346D42]-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_33914_datanode____jzhbc3/webapp
   [junit4]   2> 938030 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F97A676F4346D42]-worker) [    
] o.m.log NO JSP Support for /, did not find 
org.apache.jasper.servlet.JspServlet
   [junit4]   2> 938334 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F97A676F4346D42]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:33914
   [junit4]   2> 938475 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F97A676F4346D42]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 938478 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F97A676F4346D42]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 938490 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F97A676F4346D42]-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_40108_datanode____.qw4v0/webapp
   [junit4]   2> 938525 INFO  (IPC Server handler 3 on 49717) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-443182e1-cffc-4fca-8f98-37059a039cfa node DatanodeRegistration(127.0.0.1, 
datanodeUuid=94ceb2ab-e9dd-419f-b985-df88cfc82c00, infoPort=33914, 
ipcPort=54235, storageInfo=lv=-56;cid=testClusterID;nsid=873355876;c=0), 
blocks: 0, hasStaleStorages: true, processing time: 0 msecs
   [junit4]   2> 938526 INFO  (IPC Server handler 3 on 49717) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-99ab16a4-bd15-43f7-9a2f-939bee883c0b node DatanodeRegistration(127.0.0.1, 
datanodeUuid=94ceb2ab-e9dd-419f-b985-df88cfc82c00, infoPort=33914, 
ipcPort=54235, storageInfo=lv=-56;cid=testClusterID;nsid=873355876;c=0), 
blocks: 0, hasStaleStorages: false, processing time: 0 msecs
   [junit4]   2> 938698 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F97A676F4346D42]-worker) [    
] o.m.log NO JSP Support for /, did not find 
org.apache.jasper.servlet.JspServlet
   [junit4]   2> 940116 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F97A676F4346D42]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:40108
   [junit4]   2> 940485 INFO  (IPC Server handler 7 on 49717) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-820996c1-2393-4960-b196-5a365d7e29aa node DatanodeRegistration(127.0.0.1, 
datanodeUuid=afff404c-edac-421f-afdf-e96aa47dcd3c, infoPort=40108, 
ipcPort=50443, storageInfo=lv=-56;cid=testClusterID;nsid=873355876;c=0), 
blocks: 0, hasStaleStorages: true, processing time: 1 msecs
   [junit4]   2> 940485 INFO  (IPC Server handler 7 on 49717) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-dd02a8d0-7c14-453c-bc52-545580d37545 node DatanodeRegistration(127.0.0.1, 
datanodeUuid=afff404c-edac-421f-afdf-e96aa47dcd3c, infoPort=40108, 
ipcPort=50443, storageInfo=lv=-56;cid=testClusterID;nsid=873355876;c=0), 
blocks: 0, hasStaleStorages: false, processing time: 0 msecs
   [junit4]   2> 940555 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 940566 INFO  (Thread-11574) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 940566 INFO  (Thread-11574) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 940666 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:45420
   [junit4]   2> 940666 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 940689 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 940713 INFO  (zkCallback-654-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2bb847e2 
name:ZooKeeperConnection Watcher:127.0.0.1:45420 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 940713 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 940714 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 940714 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 940716 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 940762 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 940773 INFO  (zkCallback-655-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7cb51fdd 
name:ZooKeeperConnection Watcher:127.0.0.1:45420/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 940773 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 940774 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 940774 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 940775 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 940777 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 940778 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 940779 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 940779 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 940781 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 940782 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 940783 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 940784 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 940785 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 940785 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 940787 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 940787 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 940788 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 940788 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 940790 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 940790 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 940791 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 940792 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 940793 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 940793 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 940794 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 940795 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 940796 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 940796 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 940798 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 940817 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 940824 INFO  (zkCallback-656-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6c34a2ea 
name:ZooKeeperConnection Watcher:127.0.0.1:45420 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 940824 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 940824 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 940824 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 940826 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 940830 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 940832 INFO  (zkCallback-657-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4d29d0ce 
name:ZooKeeperConnection Watcher:127.0.0.1:45420/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 940832 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 940832 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 940833 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf2/solrconfig.xml
   [junit4]   2> 940833 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/solrconfig.xml
   [junit4]   2> 940849 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf2/schema.xml
   [junit4]   2> 940849 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/schema.xml
   [junit4]   2> 940851 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf2/enumsConfig.xml
   [junit4]   2> 940851 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/enumsConfig.xml
   [junit4]   2> 940853 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 940853 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 940855 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf2/stopwords.txt
   [junit4]   2> 940855 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/stopwords.txt
   [junit4]   2> 940857 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf2/protwords.txt
   [junit4]   2> 940857 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/protwords.txt
   [junit4]   2> 940860 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf2/currency.xml
   [junit4]   2> 940860 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/currency.xml
   [junit4]   2> 940865 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf2/open-exchange-rates.json
   [junit4]   2> 940865 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/open-exchange-rates.json
   [junit4]   2> 940867 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 940867 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 940878 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf2/old_synonyms.txt
   [junit4]   2> 940878 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/old_synonyms.txt
   [junit4]   2> 940879 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf2/synonyms.txt
   [junit4]   2> 940880 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/synonyms.txt
   [junit4]   2> 940881 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/elevate.xml
 to /configs/conf2/elevate.xml
   [junit4]   2> 940881 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/elevate.xml
   [junit4]   2> 941415 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F97A676F4346D42-001/control-001/cores/collection1
   [junit4]   2> 941416 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 941418 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@109bc3c1{/ta,null,AVAILABLE}
   [junit4]   2> 941419 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@2282473a{HTTP/1.1}{127.0.0.1:52915}
   [junit4]   2> 941419 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.e.j.s.Server Started @944410ms
   [junit4]   2> 941419 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://localhost:49717/hdfs__localhost_49717__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-5.x_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F97A676F4346D42-001_tempDir-002_control_data,
 hostPort=52915, hostContext=/ta, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F97A676F4346D42-001/control-001/cores}
   [junit4]   2> 941419 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@6b482747
   [junit4]   2> 941419 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F97A676F4346D42-001/control-001/'
   [junit4]   2> 941434 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 941435 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 941437 INFO  (zkCallback-658-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@73c54b4e 
name:ZooKeeperConnection Watcher:127.0.0.1:45420/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 941437 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 941437 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 941439 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 941439 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F97A676F4346D42-001/control-001/solr.xml
   [junit4]   2> 941452 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.CoresLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F97A676F4346D42-001/control-001/cores
   [junit4]   2> 941453 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1204589
   [junit4]   2> 941453 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F97A676F4346D42-001/control-001/]
   [junit4]   2> 941453 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F97A676F4346D42-001/control-001/lib
   [junit4]   2> 941453 WARN  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F97A676F4346D42-001/control-001/lib).
   [junit4]   2> 941461 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
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> 941462 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 941463 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 941463 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 941463 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45420/solr
   [junit4]   2> 941463 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 941463 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 941466 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 941466 INFO  (zkCallback-660-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@52323802 
name:ZooKeeperConnection Watcher:127.0.0.1:45420 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 941467 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 941467 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 941473 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) 
[n:127.0.0.1:52915_ta    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 941473 INFO  
(zkCallback-661-thread-1-processing-n:127.0.0.1:52915_ta) [n:127.0.0.1:52915_ta 
   ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6c6e1fdf 
name:ZooKeeperConnection Watcher:127.0.0.1:45420/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 941473 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) 
[n:127.0.0.1:52915_ta    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 941475 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) 
[n:127.0.0.1:52915_ta    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 941476 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) 
[n:127.0.0.1:52915_ta    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 941478 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) 
[n:127.0.0.1:52915_ta    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 941479 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) 
[n:127.0.0.1:52915_ta    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 941481 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) 
[n:127.0.0.1:52915_ta    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 941482 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) 
[n:127.0.0.1:52915_ta    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 941483 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) 
[n:127.0.0.1:52915_ta    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 941484 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) 
[n:127.0.0.1:52915_ta    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 941485 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) 
[n:127.0.0.1:52915_ta    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 941486 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) 
[n:127.0.0.1:52915_ta    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52915_ta
   [junit4]   2> 941487 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) 
[n:127.0.0.1:52915_ta    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:52915_ta
   [junit4]   2> 941488 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) 
[n:127.0.0.1:52915_ta    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 941489 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) 
[n:127.0.0.1:52915_ta    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 941490 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) 
[n:127.0.0.1:52915_ta    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 941490 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) 
[n:127.0.0.1:52915_ta    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/94343051074207750-127.0.0.1:52915_ta-n_0000000000
   [junit4]   2> 941491 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) 
[n:127.0.0.1:52915_ta    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:52915_ta
   [junit4]   2> 941491 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) 
[n:127.0.0.1:52915_ta    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 941492 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) 
[n:127.0.0.1:52915_ta    ] o.a.s.c.Overseer Overseer 
(id=94343051074207750-127.0.0.1:52915_ta-n_0000000000) starting
   [junit4]   2> 941493 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) 
[n:127.0.0.1:52915_ta    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 941498 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) 
[n:127.0.0.1:52915_ta    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=10000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 941499 INFO  
(OverseerStateUpdate-94343051074207750-127.0.0.1:52915_ta-n_0000000000) 
[n:127.0.0.1:52915_ta    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 941499 INFO  
(OverseerStateUpdate-94343051074207750-127.0.0.1:52915_ta-n_0000000000) 
[n:127.0.0.1:52915_ta    ] o.a.s.c.c.ZkStateReader Updating cluster state from 
ZooKeeper... 
   [junit4]   2> 941502 INFO  
(OverseerCollectionProcessor-94343051074207750-127.0.0.1:52915_ta-n_0000000000) 
[n:127.0.0.1:52915_ta    ] o.a.s.c.OverseerProcessor Process current queue of 
overseer operations
   [junit4]   2> 941504 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) 
[n:127.0.0.1:52915_ta    ] o.a.s.c.c.ZkStateReader Updating cluster state from 
ZooKeeper... 
   [junit4]   2> 941522 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) 
[n:127.0.0.1:52915_ta    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 941523 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) 
[n:127.0.0.1:52915_ta    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 941523 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) 
[n:127.0.0.1:52915_ta    ] o.a.s.c.CoresLocator Looking for core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F97A676F4346D42-001/control-001/cores
   [junit4]   2> 941524 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) 
[n:127.0.0.1:52915_ta    ] o.a.s.c.SolrCore Created CoreDescriptor: 
{name=collection1, shard=, configSetProperties=configsetprops.json, 
collection=control_collection, config=solrconfig.xml, 
instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F97A676F4346D42-001/control-001/cores/collection1,
 dataDir=data/, coreNodeName=, schema=schema.xml, 
absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F97A676F4346D42-001/control-001/cores/collection1/,
 transient=false, loadOnStartup=true}
   [junit4]   2> 941527 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) 
[n:127.0.0.1:52915_ta    ] o.a.s.c.CoresLocator Found core collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F97A676F4346D42-001/control-001/cores/collection1/
   [junit4]   2> 941527 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) 
[n:127.0.0.1:52915_ta    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 941542 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection   x:collection1] 
o.a.s.c.ZkController publishing state=down
   [junit4]   2> 941542 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection   x:collection1] 
o.a.s.c.ZkController numShards not found on descriptor - reading it from system 
property
   [junit4]   2> 941543 INFO  
(zkCallback-661-thread-1-processing-n:127.0.0.1:52915_ta) [n:127.0.0.1:52915_ta 
   ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue 
state SyncConnected
   [junit4]   2> 941543 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) 
[n:127.0.0.1:52915_ta    ] o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2
   [junit4]   2> 941543 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) 
[n:127.0.0.1:52915_ta    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() 
done
   [junit4]   2> 941544 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection   x:collection1] 
o.a.s.c.ZkController look for our core node name
   [junit4]   2> 941544 INFO  
(OverseerStateUpdate-94343051074207750-127.0.0.1:52915_ta-n_0000000000) 
[n:127.0.0.1:52915_ta    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:52915/ta";,
   [junit4]   2>   "state":"down",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "node_name":"127.0.0.1:52915_ta"} current state version: 0
   [junit4]   2> 941544 INFO  
(OverseerStateUpdate-94343051074207750-127.0.0.1:52915_ta-n_0000000000) 
[n:127.0.0.1:52915_ta    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:52915/ta";,
   [junit4]   2>   "state":"down",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "node_name":"127.0.0.1:52915_ta"}
   [junit4]   2> 941545 INFO  
(OverseerStateUpdate-94343051074207750-127.0.0.1:52915_ta-n_0000000000) 
[n:127.0.0.1:52915_ta    ] o.a.s.c.o.ClusterStateMutator building a new cName: 
control_collection
   [junit4]   2> 941545 INFO  
(OverseerStateUpdate-94343051074207750-127.0.0.1:52915_ta-n_0000000000) 
[n:127.0.0.1:52915_ta    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 941546 INFO  
(zkCallback-661-thread-1-processing-n:127.0.0.1:52915_ta) [n:127.0.0.1:52915_ta 
   ] 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> 941549 INFO  
(zkCallback-661-thread-2-processing-n:127.0.0.1:52915_ta) [n:127.0.0.1:52915_ta 
   ] 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> 942544 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection   x:collection1] 
o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 942544 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection   x:collection1] 
o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 942545 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection   x:collection1] 
o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 942545 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader Load collection config 
from:/collections/control_collection
   [junit4]   2> 942545 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 
specified config exists in ZooKeeper
   [junit4]   2> 942545 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F97A676F4346D42-001/control-001/cores/collection1/'
   [junit4]   2> 942574 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection   x:collection1] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 942580 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection   x:collection1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 942592 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 942658 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection   x:collection1] o.a.s.c.Config 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 942660 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 942678 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 943186 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 943194 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection   x:collection1] o.a.s.s.IndexSchema 
default search field in schema is text
   [junit4]   2> 943196 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection   x:collection1] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 943206 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 943209 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 943211 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 943212 WARN  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 943212 WARN  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 943212 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 943213 WARN  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 943213 WARN  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 943214 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection   x:collection1] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/configs/conf1', 
cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2
   [junit4]   2> 943214 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection
   [junit4]   2> 943214 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore org.apache.solr.core.HdfsDirectoryFactory
   [junit4]   2> 943215 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:49717/solr_hdfs_home
   [junit4]   2> 943215 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 943215 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F97A676F4346D42-001/control-001/cores/collection1/],
 dataDir=[null]
   [junit4]   2> 943215 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta 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@7e306231
   [junit4]   2> 943215 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:49717/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 943254 WARN  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.h.HdfsDirectory The NameNode is in SafeMode - Solr will wait 5 seconds 
and try again.
   [junit4]   2> 948257 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.h.HdfsLocalityReporter Registering direcotry 
hdfs://localhost:49717/solr_hdfs_home/control_collection/core_node1/data for 
locality metrics.
   [junit4]   2> 948258 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
hdfs://localhost:49717/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 948258 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=hdfs://localhost:49717/solr_hdfs_home/control_collection/core_node1/data/index/
   [junit4]   2> 948269 WARN  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'hdfs:/localhost:49717/solr_hdfs_home/control_collection/core_node1/data/index' 
doesn't exist. Creating new index...
   [junit4]   2> 948269 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:49717/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 948283 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.h.HdfsLocalityReporter Registering direcotry 
hdfs://localhost:49717/solr_hdfs_home/control_collection/core_node1/data/index 
for locality metrics.
   [junit4]   2> 948283 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
hdfs://localhost:49717/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 948283 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1038925330, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 948299 INFO  (IPC Server handler 6 on 49717) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:57828 is 
added to blk_1073741825_1001{blockUCState=UNDER_CONSTRUCTION, 
primaryNodeIndex=-1, 
replicas=[ReplicaUnderConstruction[[DISK]DS-dd02a8d0-7c14-453c-bc52-545580d37545:NORMAL:127.0.0.1:53031|RBW],
 
ReplicaUnderConstruction[[DISK]DS-443182e1-cffc-4fca-8f98-37059a039cfa:NORMAL:127.0.0.1:57828|FINALIZED]]}
 size 0
   [junit4]   2> 948300 INFO  (IPC Server handler 5 on 49717) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:53031 is 
added to blk_1073741825_1001{blockUCState=UNDER_CONSTRUCTION, 
primaryNodeIndex=-1, 
replicas=[ReplicaUnderConstruction[[DISK]DS-dd02a8d0-7c14-453c-bc52-545580d37545:NORMAL:127.0.0.1:53031|RBW],
 
ReplicaUnderConstruction[[DISK]DS-443182e1-cffc-4fca-8f98-37059a039cfa:NORMAL:127.0.0.1:57828|FINALIZED]]}
 size 0
   [junit4]   2> 948304 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=NRTCachingDirectory(HdfsDirectory@b7efddf7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@33d0c0d1; 
maxCacheMB=192.0 maxMergeSizeMB=16.0),segFN=segments_1,generation=1}
   [junit4]   2> 948304 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 948333 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 948333 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 948333 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 948333 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 948333 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 948333 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta 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> 948334 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta 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> 948334 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta 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> 948334 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta 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> 948337 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 948338 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 948339 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 948341 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:52915_ta 
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:49717/solr_hdfs_home/control_collection/core_node1/data/
   [junit4]   2> 948349 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 948352 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers Registered paths: 
/update/json,standard,/admin/system,/admin/plugins,/get,/update,/admin/ping,/update/csv,/admin/segments,/config,/replication,/admin/properties,/admin/logging,/admin/threads,/schema,/admin/file,/admin/mbeans,/update/json/docs,/admin/luke
   [junit4]   2> 948354 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta 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> 948361 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta 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> 948361 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Initializing HdfsUpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 tlogDfsReplication=2
   [junit4]   2> 948395 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 948395 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 948396 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta 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=40, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=1.0888671875, 
floorSegmentMB=1.8076171875, forceMergeDeletesPctAllowed=16.905176966178953, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.44667804740121575
   [junit4]   2> 948419 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=NRTCachingDirectory(HdfsDirectory@b7efddf7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@33d0c0d1; 
maxCacheMB=192.0 maxMergeSizeMB=16.0),segFN=segments_1,generation=1}
   [junit4]   2> 948420 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 948420 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening Searcher@3feae8b7[collection1] main
   [junit4]   2> 948420 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta 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> 948421 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta 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> 948421 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta 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> 948421 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 948421 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 948422 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta 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> 948422 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta 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> 948422 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta 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> 948422 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 948422 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 948423 INFO  
(searcherExecutor-2846-thread-1-processing-x:collection1 s:shard1 r:core_node1 
c:control_collection n:127.0.0.1:52915_ta) [n:127.0.0.1:52915_ta 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore 
[collection1] Registered new searcher Searcher@3feae8b7[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 948425 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta 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> 948426 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 256 version 
buckets from index
   [junit4]   2> 948426 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta 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> 948426 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta 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 1509488825428082688
   [junit4]   2> 948426 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Took 0 ms to seed version buckets with highest version 
1509488825428082688
   [junit4]   2> 948426 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 948427 INFO  
(coreLoadExecutor-2845-thread-1-processing-n:127.0.0.1:52915_ta) 
[n:127.0.0.1:52915_ta c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 948438 INFO  
(coreZkRegister-2839-thread-1-processing-x:collection1 s:shard1 r:core_node1 
c:control_collection n:127.0.0.1:52915_ta) [n:127.0.0.1:52915_ta 
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:52915/ta 
collection:control_collection shard:shard1
   [junit4]   2> 948441 INFO  
(coreZkRegister-2839-thread-1-processing-x:collection1 s:shard1 r:core_node1 
c:control_collection n:127.0.0.1:52915_ta) [n:127.0.0.1:52915_ta 
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> 948445 INFO  
(coreZkRegister-2839-thread-1-processing-x:collection1 s:shard1 r:core_node1 
c:control_collection n:127.0.0.1:52915_ta) [n:127.0.0.1:52915_ta 
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/94343051074207750-core_node1-n_0000000000
   [junit4]   2> 948446 INFO  
(coreZkRegister-2839-thread-1-processing-x:collection1 s:shard1 r:core_node1 
c:control_collection n:127.0.0.1:52915_ta) [n:127.0.0.1:52915_ta 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Running the leader process for shard shard1
   [junit4]   2> 948447 INFO  
(zkCallback-661-thread-2-processing-n:127.0.0.1:52915_ta) [n:127.0.0.1:52915_ta 
   ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue 
state SyncConnected
   [junit4]   2> 948447 INFO  
(coreZkRegister-2839-thread-1-processing-x:collection1 s:shard1 r:core_node1 
c:control_collection n:127.0.0.1:52915_ta) [n:127.0.0.1:52915_ta 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 948448 INFO  
(coreZkRegister-2839-thread-1-processing-x:collection1 s:shard1 r:core_node1 
c:control_collection n:127.0.0.1:52915_ta) [n:127.0.0.1:52915_ta 
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> 948448 INFO  
(coreZkRegister-2839-thread-1-processing-x:collection1 s:shard1 r:core_node1 
c:control_collection n:127.0.0.1:52915_ta) [n:127.0.0.1:52915_ta 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:52915/ta/collection1/
   [junit4]   2> 948448 INFO  
(OverseerStateUpdate-94343051074207750-127.0.0.1:52915_ta-n_0000000000) 
[n:127.0.0.1:52915_ta    ] 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> 948449 INFO  
(zkCallback-661-thread-2-processing-n:127.0.0.1:52915_ta) [n:127.0.0.1:52915_ta 
   ] 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> 948448 INFO  
(coreZkRegister-2839-thread-1-processing-x:collection1 s:shard1 r:core_node1 
c:control_collection n:127.0.0.1:52915_ta) [n:127.0.0.1:52915_ta 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 948449 INFO  
(zkCallback-661-thread-1-processing-n:127.0.0.1:52915_ta) [n:127.0.0.1:52915_ta 
   ] 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> 948451 INFO  
(coreZkRegister-2839-thread-1-processing-x:collection1 s:shard1 r:core_node1 
c:control_collection n:127.0.0.1:52915_ta) [n:127.0.0.1:52915_ta 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:52915/ta/collection1/ has no replicas
   [junit4]   2> 948453 INFO  
(coreZkRegister-2839-thread-1-processing-x:collection1 s:shard1 r:core_node1 
c:control_collection n:127.0.0.1:52915_ta) [n:127.0.0.1:52915_ta 
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:52915/ta/collection1/ shard1
   [junit4]   2> 948453 INFO  
(coreZkRegister-2839-thread-1-processing-x:collection1 s:shard1 r:core_node1 
c:control_collection n:127.0.0.1:52915_ta) [n:127.0.0.1:52915_ta 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 948457 INFO  
(zkCallback-661-thread-1-processing-n:127.0.0.1:52915_ta) [n:127.0.0.1:52915_ta 
   ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue 
state SyncConnected
   [junit4]   2> 948457 INFO  
(OverseerStateUpdate-94343051074207750-127.0.0.1:52915_ta-n_0000000000) 
[n:127.0.0.1:52915_ta    ] 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:52915/ta";,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 2
   [junit4]   2> 948546 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 948560 INFO  
(zkCallback-661-thread-1-processing-n:127.0.0.1:52915_ta) [n:127.0.0.1:52915_ta 
   ] 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> 948560 INFO  
(zkCallback-661-thread-2-processing-n:127.0.0.1:52915_ta) [n:127.0.0.1:52915_ta 
   ] 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> 948569 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 948585 INFO  (zkCallback-663-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@25361c97 
name:ZooKeeperConnection Watcher:127.0.0.1:45420/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 948585 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 948586 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 948586 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 948588 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 948609 INFO  
(coreZkRegister-2839-thread-1-processing-x:collection1 s:shard1 r:core_node1 
c:control_collection n:127.0.0.1:52915_ta) [n:127.0.0.1:52915_ta 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
We are http://127.0.0.1:52915/ta/collection1/ and leader is 
http://127.0.0.1:52915/ta/collection1/
   [junit4]   2> 948609 INFO  
(coreZkRegister-2839-thread-1-processing-x:collection1 s:shard1 r:core_node1 
c:control_collection n:127.0.0.1:52915_ta) [n:127.0.0.1:52915_ta 
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:52915/ta
   [junit4]   2> 948609 INFO  
(coreZkRegister-2839-thread-1-processing-x:collection1 s:shard1 r:core_node1 
c:control_collection n:127.0.0.1:52915_ta) [n:127.0.0.1:52915_ta 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 948610 INFO  
(coreZkRegister-2839-thread-1-processing-x:collection1 s:shard1 r:core_node1 
c:control_collection n:127.0.0.1:52915_ta) [n:127.0.0.1:52915_ta 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
publishing state=active
   [junit4]   2> 948610 INFO  
(coreZkRegister-2839-thread-1-processing-x:collection1 s:shard1 r:core_node1 
c:control_collection n:127.0.0.1:52915_ta) [n:127.0.0.1:52915_ta 
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> 948611 INFO  
(zkCallback-661-thread-2-processing-n:127.0.0.1:52915_ta) [n:127.0.0.1:52915_ta 
   ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue 
state SyncConnected
   [junit4]   2> 948611 INFO  
(OverseerStateUpdate-94343051074207750-127.0.0.1:52915_ta-n_0000000000) 
[n:127.0.0.1:52915_ta    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:52915/ta";,
   [junit4]   2>   "state":"active",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "node_name":"127.0.0.1:52915_ta"} current state version: 3
   [junit4]   2> 948612 INFO  
(OverseerStateUpdate-94343051074207750-127.0.0.1:52915_ta-n_0000000000) 
[n:127.0.0.1:52915_ta    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 
message={
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:52915/ta";,
   [junit4]   2>   "state":"active",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "node_name":"127.0.0.1:52915_ta"}
   [junit4]   2> 948716 INFO  (zkCallback-663-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> 948716 INFO  
(zkCallback-661-thread-2-processing-n:127.0.0.1:52915_ta) [n:127.0.0.1:52915_ta 
   ] 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> 948717 INFO  
(zkCallback-661-thread-1-processing-n:127.0.0.1:52915_ta) [n:127.0.0.1:52915_ta 
   ] 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> 948931 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F97A676F4346D42-001/shard-1-001/cores/collection1
   [junit4]   2> 948932 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F97A676F4346D42-001/shard-1-001
   [junit4]   2> 948933 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 948941 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1d510b8a{/ta,null,AVAILABLE}
   [junit4]   2> 948942 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@33cca00f{HTTP/1.1}{127.0.0.1:46514}
   [junit4]   2> 948942 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.e.j.s.Server Started @951933ms
   [junit4]   2> 948942 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F97A676F4346D42-001/shard-1-001/cores,
 
solr.data.dir=hdfs://localhost:49717/hdfs__localhost_49717__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-5.x_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F97A676F4346D42-001_tempDir-002_jetty1,
 hostContext=/ta, hostPort=46514, solrconfig=solrconfig.xml}
   [junit4]   2> 948942 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@6b482747
   [junit4]   2> 948943 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F97A676F4346D42-001/shard-1-001/'
   [junit4]   2> 948962 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 948981 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[F97A676F4346D42]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 948991 INFO  (zkCallback-664-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@24aedbd3 
name:ZooKeeperConnection Watcher:127.0.0.1:45420/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4] 

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

e/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-interceptors-authz-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-interceptors-changelog-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-interceptors-collective-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-interceptors-event-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/api-all-1.0.0-M20.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/bcprov-jdk15-1.45.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/cglib-nodep-2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/commons-collections-3.2.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/commons-math3-3.4.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/easymock-3.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/ehcache-core-2.4.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/hadoop-common-2.6.0-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/hadoop-hdfs-2.6.0-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/hadoop-minikdc-2.6.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/jackson-annotations-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/jackson-databind-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/jcl-over-slf4j-1.7.7.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/jersey-core-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/jersey-server-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/jetty-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/jetty-util-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/mina-core-2.0.0-M5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/objenesis-1.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/build/analysis/icu/lucene-analyzers-icu-5.4.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/contrib/solr-analysis-extras/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/contrib/analysis-extras/lib/icu4j-54.1.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.3.0.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-antlr.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-regexp.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-resolver.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-net.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jmf.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-oro.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-xalan2.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-logging.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jsch.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit4.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-javamail.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jai.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jdepend.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bsf.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-swing.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-netrexx.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bcel.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-testutil.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-log4j.jar:/x1/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.7/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.1.13.jar
 com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/temp/junit4-J1-20150814_094252_144.events
 
@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/temp/junit4-J1-20150814_094252_144.suites
   [junit4] ERROR: JVM J1 ended with an exception: Quit event not received from 
the forked process? This may indicate JVM crash or runner bugs.
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1504)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:133)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:964)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:961)
   [junit4]     at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]     at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]     at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]     at java.lang.Thread.run(Thread.java:745)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:792: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:729: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:59: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build.xml:230:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/common-build.xml:524:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1449:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1003:
 At least one slave process threw an exception, first: Quit event not received 
from the forked process? This may indicate JVM crash or runner bugs.

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


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

Reply via email to