Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/1/
5 tests failed. FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test Error Message: Timeout occured while waiting response from server at: http://127.0.0.1:36845 Stack Trace: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:36845 at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:588) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230) at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219) at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.makeRequest(CollectionsAPIDistributedZkTest.java:382) at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testErrorHandling(CollectionsAPIDistributedZkTest.java:498) at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test(CollectionsAPIDistributedZkTest.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at java.lang.Thread.run(Thread.java:745) Caused by: java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) at java.net.SocketInputStream.read(SocketInputStream.java:170) at java.net.SocketInputStream.read(SocketInputStream.java:141) at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160) at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84) at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57) at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261) at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283) at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251) at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197) at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124) at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685) at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487) at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482) ... 47 more FAILED: org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.test Error Message: Captured an uncaught exception in thread: Thread[id=61642, name=collection4, state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest] Stack Trace: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=61642, name=collection4, state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest] Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:34697: collection already exists: awholynewstresscollection_collection4_0 at __randomizedtesting.SeedInfo.seed([E6866BC3BA9E5834]:0) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806) at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219) at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1593) at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1614) at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:973) FAILED: org.apache.solr.cloud.hdfs.HdfsUnloadDistributedZkTest.test Error Message: Captured an uncaught exception in thread: Thread[id=15048, name=testExecutor-3089-thread-1, state=RUNNABLE, group=TGRP-HdfsUnloadDistributedZkTest] Stack Trace: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=15048, name=testExecutor-3089-thread-1, state=RUNNABLE, group=TGRP-HdfsUnloadDistributedZkTest] Caused by: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:38589 at __randomizedtesting.SeedInfo.seed([E6866BC3BA9E5834]:0) at org.apache.solr.cloud.BasicDistributedZkTest$1.run(BasicDistributedZkTest.java:586) at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:38589 at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:588) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230) at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219) at org.apache.solr.cloud.BasicDistributedZkTest$1.run(BasicDistributedZkTest.java:584) ... 4 more Caused by: java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) at java.net.SocketInputStream.read(SocketInputStream.java:170) at java.net.SocketInputStream.read(SocketInputStream.java:141) at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160) at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84) at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57) at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261) at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283) at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251) at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197) at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124) at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685) at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487) at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482) ... 8 more FAILED: org.apache.solr.handler.TestReplicationHandler.doTestReplicateAfterCoreReload Error Message: expected:<[{indexVersion=1457097479392,generation=2,filelist=[_0.cfe, _0.cfs, _0.si, _1.cfe, _1.cfs, _1.si, _2.cfe, _2.cfs, _2.si, _3.cfe, _3.cfs, _3.si, _4.cfe, _4.cfs, _4.si, _5.cfe, _5.cfs, _5.si, segments_2]}]> but was:<[{indexVersion=1457097479392,generation=2,filelist=[_0.cfe, _0.cfs, _0.si, _1.cfe, _1.cfs, _1.si, _2.cfe, _2.cfs, _2.si, _3.cfe, _3.cfs, _3.si, _4.cfe, _4.cfs, _4.si, _5.cfe, _5.cfs, _5.si, segments_2]}, {indexVersion=1457097479392,generation=3,filelist=[_6.fdt, _6.fdx, _6.fnm, _6.nvd, _6.nvm, _6.si, _6_LuceneFixedGap_0.doc, _6_LuceneFixedGap_0.tib, _6_LuceneFixedGap_0.tii, segments_3]}]> Stack Trace: java.lang.AssertionError: expected:<[{indexVersion=1457097479392,generation=2,filelist=[_0.cfe, _0.cfs, _0.si, _1.cfe, _1.cfs, _1.si, _2.cfe, _2.cfs, _2.si, _3.cfe, _3.cfs, _3.si, _4.cfe, _4.cfs, _4.si, _5.cfe, _5.cfs, _5.si, segments_2]}]> but was:<[{indexVersion=1457097479392,generation=2,filelist=[_0.cfe, _0.cfs, _0.si, _1.cfe, _1.cfs, _1.si, _2.cfe, _2.cfs, _2.si, _3.cfe, _3.cfs, _3.si, _4.cfe, _4.cfs, _4.si, _5.cfe, _5.cfs, _5.si, segments_2]}, {indexVersion=1457097479392,generation=3,filelist=[_6.fdt, _6.fdx, _6.fnm, _6.nvd, _6.nvm, _6.si, _6_LuceneFixedGap_0.doc, _6_LuceneFixedGap_0.tib, _6_LuceneFixedGap_0.tii, segments_3]}]> at __randomizedtesting.SeedInfo.seed([E6866BC3BA9E5834:C35170F3CAD65637]: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:1143) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at java.lang.Thread.run(Thread.java:745) FAILED: org.apache.solr.handler.TestReplicationHandler.doTestStressReplication Error Message: timed out waiting for collection1 startAt time to exceed: Fri Mar 04 18:19:47 TJT 2016 Stack Trace: java.lang.AssertionError: timed out waiting for collection1 startAt time to exceed: Fri Mar 04 18:19:47 TJT 2016 at __randomizedtesting.SeedInfo.seed([E6866BC3BA9E5834:3D2D6B05BFB63187]:0) at org.junit.Assert.fail(Assert.java:93) at org.apache.solr.handler.TestReplicationHandler.watchCoreStartAt(TestReplicationHandler.java:1422) at org.apache.solr.handler.TestReplicationHandler.doTestStressReplication(TestReplicationHandler.java:774) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at java.lang.Thread.run(Thread.java:745) Build Log: [...truncated 11491 lines...] [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsUnloadDistributedZkTest [junit4] 2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_E6866BC3BA9E5834-001/init-core-data-001 [junit4] 2> 1002160 INFO (SUITE-HdfsUnloadDistributedZkTest-seed#[E6866BC3BA9E5834]-worker) [ ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: / [junit4] 1> Formatting using clusterid: testClusterID [junit4] 2> 1002243 WARN (SUITE-HdfsUnloadDistributedZkTest-seed#[E6866BC3BA9E5834]-worker) [ ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties [junit4] 2> 1002289 WARN (SUITE-HdfsUnloadDistributedZkTest-seed#[E6866BC3BA9E5834]-worker) [ ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j [junit4] 2> 1002300 INFO (SUITE-HdfsUnloadDistributedZkTest-seed#[E6866BC3BA9E5834]-worker) [ ] o.m.log jetty-6.1.26 [junit4] 2> 1002365 INFO (SUITE-HdfsUnloadDistributedZkTest-seed#[E6866BC3BA9E5834]-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_46350_hdfs____mzm3g6/webapp [junit4] 2> 1002536 INFO (SUITE-HdfsUnloadDistributedZkTest-seed#[E6866BC3BA9E5834]-worker) [ ] o.m.log NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet [junit4] 2> 1002981 INFO (SUITE-HdfsUnloadDistributedZkTest-seed#[E6866BC3BA9E5834]-worker) [ ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:46350 [junit4] 2> 1003427 WARN (SUITE-HdfsUnloadDistributedZkTest-seed#[E6866BC3BA9E5834]-worker) [ ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j [junit4] 2> 1003430 INFO (SUITE-HdfsUnloadDistributedZkTest-seed#[E6866BC3BA9E5834]-worker) [ ] o.m.log jetty-6.1.26 [junit4] 2> 1003456 INFO (SUITE-HdfsUnloadDistributedZkTest-seed#[E6866BC3BA9E5834]-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_37265_datanode____.lvl3bg/webapp [junit4] 2> 1003615 INFO (SUITE-HdfsUnloadDistributedZkTest-seed#[E6866BC3BA9E5834]-worker) [ ] o.m.log NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet [junit4] 2> 1004026 INFO (SUITE-HdfsUnloadDistributedZkTest-seed#[E6866BC3BA9E5834]-worker) [ ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:37265 [junit4] 2> 1004116 WARN (SUITE-HdfsUnloadDistributedZkTest-seed#[E6866BC3BA9E5834]-worker) [ ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j [junit4] 2> 1004117 INFO (SUITE-HdfsUnloadDistributedZkTest-seed#[E6866BC3BA9E5834]-worker) [ ] o.m.log jetty-6.1.26 [junit4] 2> 1004131 INFO (SUITE-HdfsUnloadDistributedZkTest-seed#[E6866BC3BA9E5834]-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_49957_datanode____eqixul/webapp [junit4] 2> 1004281 INFO (SUITE-HdfsUnloadDistributedZkTest-seed#[E6866BC3BA9E5834]-worker) [ ] o.m.log NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet [junit4] 2> 1004332 INFO (IPC Server handler 9 on 57824) [ ] BlockStateChange BLOCK* processReport: from storage DS-5c481c28-1205-408f-9005-36001e05c989 node DatanodeRegistration(127.0.0.1, datanodeUuid=f69b474f-25df-4d9b-bafe-abcbabaee418, infoPort=37265, ipcPort=35452, storageInfo=lv=-56;cid=testClusterID;nsid=1598946214;c=0), blocks: 0, hasStaleStorages: true, processing time: 0 msecs [junit4] 2> 1004332 INFO (IPC Server handler 9 on 57824) [ ] BlockStateChange BLOCK* processReport: from storage DS-16d84fc9-9eef-4eb2-854f-9f76b1a33499 node DatanodeRegistration(127.0.0.1, datanodeUuid=f69b474f-25df-4d9b-bafe-abcbabaee418, infoPort=37265, ipcPort=35452, storageInfo=lv=-56;cid=testClusterID;nsid=1598946214;c=0), blocks: 0, hasStaleStorages: false, processing time: 0 msecs [junit4] 2> 1004741 INFO (SUITE-HdfsUnloadDistributedZkTest-seed#[E6866BC3BA9E5834]-worker) [ ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:49957 [junit4] 2> 1004934 INFO (IPC Server handler 5 on 57824) [ ] BlockStateChange BLOCK* processReport: from storage DS-04f28d1a-fa52-4a60-a2c3-3d34db6cd719 node DatanodeRegistration(127.0.0.1, datanodeUuid=74946e95-c230-4627-b76f-b1a68b0c21c4, infoPort=49957, ipcPort=43313, storageInfo=lv=-56;cid=testClusterID;nsid=1598946214;c=0), blocks: 0, hasStaleStorages: true, processing time: 0 msecs [junit4] 2> 1004935 INFO (IPC Server handler 5 on 57824) [ ] BlockStateChange BLOCK* processReport: from storage DS-cf1d5601-d297-4428-b677-c9ff422bbdf0 node DatanodeRegistration(127.0.0.1, datanodeUuid=74946e95-c230-4627-b76f-b1a68b0c21c4, infoPort=49957, ipcPort=43313, storageInfo=lv=-56;cid=testClusterID;nsid=1598946214;c=0), blocks: 0, hasStaleStorages: false, processing time: 0 msecs [junit4] 2> 1005047 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 1005047 INFO (Thread-7463) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 1005047 INFO (Thread-7463) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 1005147 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.ZkTestServer start zk server on port:43953 [junit4] 2> 1005147 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1005148 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1005152 INFO (zkCallback-977-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@15beff58 name:ZooKeeperConnection Watcher:127.0.0.1:43953 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1005152 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1005152 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1005152 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.c.SolrZkClient makePath: /solr [junit4] 2> 1005155 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1005156 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1005157 INFO (zkCallback-978-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@ee3aa84 name:ZooKeeperConnection Watcher:127.0.0.1:43953/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1005158 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1005158 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1005158 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1 [junit4] 2> 1005161 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards [junit4] 2> 1005163 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection [junit4] 2> 1005165 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards [junit4] 2> 1005168 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml [junit4] 2> 1005169 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml [junit4] 2> 1005171 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml [junit4] 2> 1005171 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml [junit4] 2> 1005174 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 1005174 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 1005176 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt [junit4] 2> 1005177 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt [junit4] 2> 1005179 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt [junit4] 2> 1005179 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt [junit4] 2> 1005183 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml [junit4] 2> 1005183 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml [junit4] 2> 1005185 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml [junit4] 2> 1005185 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml [junit4] 2> 1005187 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json [junit4] 2> 1005187 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json [junit4] 2> 1005189 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 1005189 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 1005191 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4] 2> 1005191 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt [junit4] 2> 1005193 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt [junit4] 2> 1005193 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt [junit4] 2> 1005289 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_E6866BC3BA9E5834-001/control-001/cores/collection1 [junit4] 2> 1005292 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.e.j.s.Server jetty-9.3.6.v20151106 [junit4] 2> 1005295 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@475078db{/,null,AVAILABLE} [junit4] 2> 1005295 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.e.j.s.ServerConnector Started ServerConnector@186cbbb8{HTTP/1.1,[http/1.1]}{127.0.0.1:53249} [junit4] 2> 1005296 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.e.j.s.Server Started @1008795ms [junit4] 2> 1005296 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:57824/hdfs__localhost_57824__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.HdfsUnloadDistributedZkTest_E6866BC3BA9E5834-001_tempDir-002_control_data, hostContext=/, hostPort=53249, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_E6866BC3BA9E5834-001/control-001/cores} [junit4] 2> 1005297 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4e0e2f2a [junit4] 2> 1005297 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_E6866BC3BA9E5834-001/control-001' [junit4] 2> 1005297 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1005297 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 1005297 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1005298 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1005299 INFO (zkCallback-979-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5d735272 name:ZooKeeperConnection Watcher:127.0.0.1:43953/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1005299 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1005300 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1005301 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 1005301 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_E6866BC3BA9E5834-001/control-001/solr.xml [junit4] 2> 1005307 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_E6866BC3BA9E5834-001/control-001/cores [junit4] 2> 1005307 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.CoreContainer New CoreContainer 45586717 [junit4] 2> 1005307 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_E6866BC3BA9E5834-001/control-001] [junit4] 2> 1005307 WARN (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_E6866BC3BA9E5834-001/control-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_E6866BC3BA9E5834-001/control-001/lib [junit4] 2> 1005308 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] 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> 1005309 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 1005309 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1005310 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1005310 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43953/solr [junit4] 2> 1005310 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 1005310 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1005311 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1005317 INFO (zkCallback-982-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@a776469 name:ZooKeeperConnection Watcher:127.0.0.1:43953 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1005318 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1005318 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1005320 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [n:127.0.0.1:53249_ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1005323 INFO (zkCallback-983-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@642ef8d name:ZooKeeperConnection Watcher:127.0.0.1:43953/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1005323 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [n:127.0.0.1:53249_ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1005325 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [n:127.0.0.1:53249_ ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue [junit4] 2> 1005328 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [n:127.0.0.1:53249_ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work [junit4] 2> 1005336 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [n:127.0.0.1:53249_ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 1005342 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [n:127.0.0.1:53249_ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 1005346 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [n:127.0.0.1:53249_ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 1005349 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [n:127.0.0.1:53249_ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes [junit4] 2> 1005351 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [n:127.0.0.1:53249_ ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 1005353 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [n:127.0.0.1:53249_ ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 1005354 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [n:127.0.0.1:53249_ ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 1005355 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [n:127.0.0.1:53249_ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 1005357 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [n:127.0.0.1:53249_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 1005359 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [n:127.0.0.1:53249_ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect [junit4] 2> 1005360 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [n:127.0.0.1:53249_ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 1005362 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [n:127.0.0.1:53249_ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 1005362 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [n:127.0.0.1:53249_ ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95492308411678724-127.0.0.1:53249_-n_0000000000 [junit4] 2> 1005363 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [n:127.0.0.1:53249_ ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:53249_ [junit4] 2> 1005363 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [n:127.0.0.1:53249_ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader [junit4] 2> 1005365 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [n:127.0.0.1:53249_ ] o.a.s.c.Overseer Overseer (id=95492308411678724-127.0.0.1:53249_-n_0000000000) starting [junit4] 2> 1005366 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [n:127.0.0.1:53249_ ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work [junit4] 2> 1005376 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [n:127.0.0.1:53249_ ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000 [junit4] 2> 1005377 INFO (OverseerCollectionConfigSetProcessor-95492308411678724-127.0.0.1:53249_-n_0000000000) [n:127.0.0.1:53249_ ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations [junit4] 2> 1005377 INFO (OverseerStateUpdate-95492308411678724-127.0.0.1:53249_-n_0000000000) [n:127.0.0.1:53249_ ] o.a.s.c.Overseer Starting to work on the main queue [junit4] 2> 1005378 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [n:127.0.0.1:53249_ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53249_ [junit4] 2> 1005379 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [n:127.0.0.1:53249_ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:53249_ [junit4] 2> 1005386 INFO (zkCallback-983-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0]) [junit4] 2> 1005388 INFO (OverseerStateUpdate-95492308411678724-127.0.0.1:53249_-n_0000000000) [n:127.0.0.1:53249_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 1005391 INFO (zkCallback-983-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1) [junit4] 2> 1005397 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [n:127.0.0.1:53249_ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 1005397 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [n:127.0.0.1:53249_ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 1005399 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [n:127.0.0.1:53249_ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_E6866BC3BA9E5834-001/control-001/cores [junit4] 2> 1005400 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [n:127.0.0.1:53249_ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=control_collection, coreNodeName=, dataDir=data/, shard=} [junit4] 2> 1005400 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [n:127.0.0.1:53249_ ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_E6866BC3BA9E5834-001/control-001/cores/collection1 [junit4] 2> 1005401 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [n:127.0.0.1:53249_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions [junit4] 2> 1005404 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection x:collection1] o.a.s.c.ZkController publishing state=down [junit4] 2> 1005404 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property [junit4] 2> 1005406 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection x:collection1] o.a.s.c.ZkController look for our core node name [junit4] 2> 1005410 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [n:127.0.0.1:53249_ ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J2 [junit4] 2> 1005410 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [n:127.0.0.1:53249_ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 1005411 INFO (OverseerStateUpdate-95492308411678724-127.0.0.1:53249_-n_0000000000) [n:127.0.0.1:53249_ ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:53249", [junit4] 2> "node_name":"127.0.0.1:53249_", [junit4] 2> "numShards":"1", [junit4] 2> "state":"down", [junit4] 2> "shard":null, [junit4] 2> "collection":"control_collection", [junit4] 2> "operation":"state"} current state version: 0 [junit4] 2> 1005412 INFO (OverseerStateUpdate-95492308411678724-127.0.0.1:53249_-n_0000000000) [n:127.0.0.1:53249_ ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={ [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:53249", [junit4] 2> "node_name":"127.0.0.1:53249_", [junit4] 2> "numShards":"1", [junit4] 2> "state":"down", [junit4] 2> "shard":null, [junit4] 2> "collection":"control_collection", [junit4] 2> "operation":"state"} [junit4] 2> 1005412 INFO (OverseerStateUpdate-95492308411678724-127.0.0.1:53249_-n_0000000000) [n:127.0.0.1:53249_ ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection [junit4] 2> 1005413 INFO (OverseerStateUpdate-95492308411678724-127.0.0.1:53249_-n_0000000000) [n:127.0.0.1:53249_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1 [junit4] 2> 1005416 INFO (zkCallback-983-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ ] 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> 1006406 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1 [junit4] 2> 1006407 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection [junit4] 2> 1006407 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection x:collection1] o.a.s.c.ZkController Collection zkNode exists [junit4] 2> 1006407 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection] [junit4] 2> 1006408 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper [junit4] 2> 1006408 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_E6866BC3BA9E5834-001/control-001/cores/collection1' [junit4] 2> 1006408 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1006408 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 1006410 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 [junit4] 2> 1006416 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1 [junit4] 2> 1006420 WARN (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead. [junit4] 2> 1006420 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0 [junit4] 2> 1006429 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml [junit4] 2> 1006435 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 1006539 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 1006545 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection x:collection1] o.a.s.s.IndexSchema default search field in schema is text [junit4] 2> 1006546 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection x:collection1] o.a.s.s.IndexSchema unique key field: id [junit4] 2> 1006557 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml [junit4] 2> 1006560 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml [junit4] 2> 1006562 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json [junit4] 2> 1006563 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json [junit4] 2> 1006565 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J2 [junit4] 2> 1006565 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection [junit4] 2> 1006565 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.HdfsDirectoryFactory [junit4] 2> 1006565 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:57824/solr_hdfs_home [junit4] 2> 1006565 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled [junit4] 2> 1006565 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_E6866BC3BA9E5834-001/control-001/cores/collection1], dataDir=[hdfs://localhost:57824/solr_hdfs_home/control_collection/core_node1/data/] [junit4] 2> 1006566 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ 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@1f3fb43a [junit4] 2> 1006566 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:57824/solr_hdfs_home/control_collection/core_node1/data [junit4] 2> 1006588 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for hdfs://localhost:57824/solr_hdfs_home/control_collection/core_node1/data [junit4] 2> 1006590 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=hdfs://localhost:57824/solr_hdfs_home/control_collection/core_node1/data/index/ [junit4] 2> 1006599 WARN (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'hdfs:/localhost:57824/solr_hdfs_home/control_collection/core_node1/data/index' doesn't exist. Creating new index... [junit4] 2> 1006600 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:57824/solr_hdfs_home/control_collection/core_node1/data/index [junit4] 2> 1006607 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true] [junit4] 2> 1006607 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes [junit4] 2> 1006607 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache [junit4] 2> 1006619 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled [junit4] 2> 1006619 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for hdfs://localhost:57824/solr_hdfs_home/control_collection/core_node1/data/index [junit4] 2> 1006620 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ 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=27, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=79.6689453125, floorSegmentMB=1.6240234375, forceMergeDeletesPctAllowed=22.418456162154524, segmentsPerTier=49.0, maxCFSSegmentSizeMB=2.0009765625, noCFSRatio=0.6756032895764498 [junit4] 2> 1006658 INFO (IPC Server handler 6 on 57824) [ ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:39086 is added to blk_1073741825_1001{blockUCState=UNDER_CONSTRUCTION, primaryNodeIndex=-1, replicas=[ReplicaUnderConstruction[[DISK]DS-04f28d1a-fa52-4a60-a2c3-3d34db6cd719:NORMAL:127.0.0.1:51492|RBW], ReplicaUnderConstruction[[DISK]DS-16d84fc9-9eef-4eb2-854f-9f76b1a33499:NORMAL:127.0.0.1:39086|FINALIZED]]} size 0 [junit4] 2> 1006663 INFO (IPC Server handler 7 on 57824) [ ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:51492 is added to blk_1073741825_1001 size 71 [junit4] 2> 1006665 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=NRTCachingDirectory(BlockDirectory(HdfsDirectory@hdfs://localhost:57824/solr_hdfs_home/control_collection/core_node1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@441eb479); maxCacheMB=192.0 maxMergeSizeMB=16.0),segFN=segments_1,generation=1} [junit4] 2> 1006665 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 1006667 INFO (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:53249_ 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:57824/solr_hdfs_home/control_collection/core_node1/data/ [junit4] 2> 1006669 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib" [junit4] 2> 1006670 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe" [junit4] 2> 1006670 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 1006670 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig" [junit4] 2> 1006670 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 1006670 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ 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> 1006670 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ 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> 1006670 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ 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> 1006670 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ 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> 1006670 WARN (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}} [junit4] 2> 1006672 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 1006673 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 1006674 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 1006675 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 1006679 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/dump,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file [junit4] 2> 1006680 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ 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> 1006680 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ 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> 1006680 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 tlogDfsReplication=2 [junit4] 2> 1006691 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 1006691 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 1006693 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=38, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=0.923828125, noCFSRatio=0.8780813950565993] [junit4] 2> 1006721 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=NRTCachingDirectory(BlockDirectory(HdfsDirectory@hdfs://localhost:57824/solr_hdfs_home/control_collection/core_node1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@441eb479); maxCacheMB=192.0 maxMergeSizeMB=16.0),segFN=segments_1,generation=1} [junit4] 2> 1006721 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 1006721 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4143a4d0[collection1] main] [junit4] 2> 1006722 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ 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> 1006722 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ 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> 1006722 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ 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> 1006723 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 1006723 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {} [junit4] 2> 1006723 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ 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> 1006723 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ 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> 1006723 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ 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> 1006723 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources [junit4] 2> 1006724 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 1006725 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ 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> 1006725 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ 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> 1006725 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ 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> 1006725 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ 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 1527876936345321472 [junit4] 2> 1006725 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 0.0ms to seed version buckets with highest version 1527876936345321472 [junit4] 2> 1006725 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1 [junit4] 2> 1006726 INFO (coreLoadExecutor-3010-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1 [junit4] 2> 1006728 INFO (searcherExecutor-3011-thread-1-processing-n:127.0.0.1:53249_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4143a4d0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 1006734 INFO (coreZkRegister-3004-thread-1-processing-n:127.0.0.1:53249_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53249_ 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:53249 collection:control_collection shard:shard1 [junit4] 2> 1006735 INFO (coreZkRegister-3004-thread-1-processing-n:127.0.0.1:53249_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53249_ 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> 1006740 INFO (coreZkRegister-3004-thread-1-processing-n:127.0.0.1:53249_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53249_ 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/95492308411678724-core_node1-n_0000000000 [junit4] 2> 1006741 INFO (coreZkRegister-3004-thread-1-processing-n:127.0.0.1:53249_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=180000 [junit4] 2> 1006743 INFO (coreZkRegister-3004-thread-1-processing-n:127.0.0.1:53249_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 1006743 INFO (coreZkRegister-3004-thread-1-processing-n:127.0.0.1:53249_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53249_ 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> 1006743 INFO (coreZkRegister-3004-thread-1-processing-n:127.0.0.1:53249_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53249/collection1/ [junit4] 2> 1006744 INFO (OverseerStateUpdate-95492308411678724-127.0.0.1:53249_-n_0000000000) [n:127.0.0.1:53249_ ] 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> 1006744 INFO (coreZkRegister-3004-thread-1-processing-n:127.0.0.1:53249_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 1006744 INFO (coreZkRegister-3004-thread-1-processing-n:127.0.0.1:53249_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:53249/collection1/ has no replicas [junit4] 2> 1006745 INFO (coreZkRegister-3004-thread-1-processing-n:127.0.0.1:53249_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1 [junit4] 2> 1006748 INFO (coreZkRegister-3004-thread-1-processing-n:127.0.0.1:53249_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/95492308411678724-core_node1-n_0000000000 [junit4] 2> 1006750 INFO (coreZkRegister-3004-thread-1-processing-n:127.0.0.1:53249_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53249_ 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:53249/collection1/ shard1 [junit4] 2> 1006751 INFO (OverseerStateUpdate-95492308411678724-127.0.0.1:53249_-n_0000000000) [n:127.0.0.1:53249_ ] 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:53249", [junit4] 2> "core":"collection1", [junit4] 2> "state":"active"} current state version: 1 [junit4] 2> 1006854 INFO (zkCallback-983-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ ] 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> 1006902 INFO (coreZkRegister-3004-thread-1-processing-n:127.0.0.1:53249_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:53249/collection1/ and leader is http://127.0.0.1:53249/collection1/ [junit4] 2> 1006902 INFO (coreZkRegister-3004-thread-1-processing-n:127.0.0.1:53249_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53249_ 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:53249 [junit4] 2> 1006902 INFO (coreZkRegister-3004-thread-1-processing-n:127.0.0.1:53249_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 1006902 INFO (coreZkRegister-3004-thread-1-processing-n:127.0.0.1:53249_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active [junit4] 2> 1006902 INFO (coreZkRegister-3004-thread-1-processing-n:127.0.0.1:53249_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53249_ 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> 1006904 INFO (OverseerStateUpdate-95492308411678724-127.0.0.1:53249_-n_0000000000) [n:127.0.0.1:53249_ ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "core":"collection1", [junit4] 2> "core_node_name":"core_node1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:53249", [junit4] 2> "node_name":"127.0.0.1:53249_", [junit4] 2> "numShards":"1", [junit4] 2> "state":"active", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"control_collection", [junit4] 2> "operation":"state"} current state version: 2 [junit4] 2> 1006905 INFO (coreZkRegister-3004-thread-1-processing-n:127.0.0.1:53249_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53249_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1) [junit4] 2> 1006905 INFO (OverseerStateUpdate-95492308411678724-127.0.0.1:53249_-n_0000000000) [n:127.0.0.1:53249_ ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={ [junit4] 2> "core":"collection1", [junit4] 2> "core_node_name":"core_node1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:53249", [junit4] 2> "node_name":"127.0.0.1:53249_", [junit4] 2> "numShards":"1", [junit4] 2> "state":"active", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"control_collection", [junit4] 2> "operation":"state"} [junit4] 2> 1006912 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1006913 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1006914 INFO (zkCallback-985-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@62754a64 name:ZooKeeperConnection Watcher:127.0.0.1:43953/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1006914 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1006914 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1006915 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 1006920 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 1006921 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false [junit4] 2> 1007007 INFO (zkCallback-983-thread-1-processing-n:127.0.0.1:53249_) [n:127.0.0.1:53249_ ] 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> 1007008 INFO (zkCallback-985-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> 1007017 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_E6866BC3BA9E5834-001/shard-1-001/cores/collection1 [junit4] 2> 1007018 INFO (TEST-HdfsUnloadDistributedZkTest.test-seed#[E6866BC3BA9E5834]) [ ] o.a.s.c.AbstractFullDistribZkTestBase create [...truncated too long message...] n.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit4] 2> at java.lang.reflect.Method.invoke(Method.java:497) [junit4] 2> at org.apache.hadoop.metrics2.lib.MethodMetric$2.snapshot(MethodMetric.java:111) [junit4] 2> at org.apache.hadoop.metrics2.lib.MethodMetric.snapshot(MethodMetric.java:144) [junit4] 2> at org.apache.hadoop.metrics2.lib.MetricsRegistry.snapshot(MetricsRegistry.java:387) [junit4] 2> at org.apache.hadoop.metrics2.lib.MetricsSourceBuilder$1.getMetrics(MetricsSourceBuilder.java:79) [junit4] 2> at org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.getMetrics(MetricsSourceAdapter.java:195) [junit4] 2> at org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.updateJmxCache(MetricsSourceAdapter.java:172) [junit4] 2> at org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.getMBeanInfo(MetricsSourceAdapter.java:151) [junit4] 2> at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getClassName(DefaultMBeanServerInterceptor.java:1804) [junit4] 2> at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.safeGetClassName(DefaultMBeanServerInterceptor.java:1595) [junit4] 2> at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.checkMBeanPermission(DefaultMBeanServerInterceptor.java:1813) [junit4] 2> at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:430) [junit4] 2> at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:415) [junit4] 2> at com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:546) [junit4] 2> at org.apache.hadoop.metrics2.util.MBeans.unregister(MBeans.java:81) [junit4] 2> at org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.stopMBeans(MetricsSourceAdapter.java:227) [junit4] 2> at org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.stop(MetricsSourceAdapter.java:212) [junit4] 2> at org.apache.hadoop.metrics2.impl.MetricsSystemImpl.stopSources(MetricsSystemImpl.java:461) [junit4] 2> at org.apache.hadoop.metrics2.impl.MetricsSystemImpl.stop(MetricsSystemImpl.java:212) [junit4] 2> at org.apache.hadoop.metrics2.impl.MetricsSystemImpl.shutdown(MetricsSystemImpl.java:592) [junit4] 2> at org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdownInstance(DefaultMetricsSystem.java:72) [junit4] 2> at org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdown(DefaultMetricsSystem.java:68) [junit4] 2> at org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics.shutdown(NameNodeMetrics.java:145) [junit4] 2> at org.apache.hadoop.hdfs.server.namenode.NameNode.stop(NameNode.java:822) [junit4] 2> at org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1720) [junit4] 2> at org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1699) [junit4] 2> at org.apache.solr.cloud.hdfs.HdfsTestUtil.teardownClass(HdfsTestUtil.java:198) [junit4] 2> at org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.teardownClass(HdfsCollectionsAPIDistributedZkTest.java:52) [junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit4] 2> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit4] 2> at java.lang.reflect.Method.invoke(Method.java:497) [junit4] 2> at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764) [junit4] 2> at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [junit4] 2> at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4] 2> at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4] 2> at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [junit4] 2> at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [junit4] 2> at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [junit4] 2> at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4] 2> at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) [junit4] 2> at java.lang.Thread.run(Thread.java:745) [junit4] 2> Caused by: java.lang.NullPointerException [junit4] 2> at org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap.size(BlocksMap.java:198) [junit4] 2> at org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.getTotalBlocks(BlockManager.java:3291) [junit4] 2> at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlocksTotal(FSNamesystem.java:6223) [junit4] 2> ... 54 more [junit4] 2> 2512016 INFO (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[E6866BC3BA9E5834]-worker) [ ] o.a.s.SolrTestCaseJ4 ###deleteCore [junit4] 2> Mar 04, 2016 1:34:58 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks [junit4] 2> WARNING: Will linger awaiting termination of 2 leaked thread(s). [junit4] 2> NOTE: test params are: codec=Lucene60, sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=es, timezone=SystemV/AST4ADT [junit4] 2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.8.0_66 (64-bit)/cpus=4,threads=2,free=193194448,total=511705088 [junit4] 2> NOTE: All tests run in this JVM: [JSONWriterTest, TestHdfsUpdateLog, TestAuthenticationFramework, DateFieldTest, FileBasedSpellCheckerTest, HdfsRecoveryZkTest, TestDistribDocBasedVersion, TestRealTimeGet, RequestLoggingTest, AlternateDirectoryTest, TestSizeLimitedDistributedMap, DisMaxRequestHandlerTest, TestSQLHandler, OverriddenZkACLAndCredentialsProvidersTest, TestSolr4Spatial, TestImplicitCoreProperties, SolrRequestParserTest, TestCollationFieldDocValues, SimpleMLTQParserTest, PolyFieldTest, TestPKIAuthenticationPlugin, TestBlendedInfixSuggestions, CheckHdfsIndexTest, DataDrivenBlockJoinTest, TestFastOutputStream, BasicZkTest, DistribDocExpirationUpdateProcessorTest, CursorPagingTest, SynonymTokenizerTest, AnalyticsQueryTest, DistributedFacetPivotWhiteBoxTest, TestConfig, SyncSliceTest, DistributedQueryElevationComponentTest, TestSolrQueryResponse, TestTestInjection, CollectionTooManyReplicasTest, HLLSerializationTest, TestClassNameShortening, TestNamedUpdateProcessors, QueryEqualityTest, ShardSplitTest, TestSolrQueryParserDefaultOperatorResource, TestDynamicFieldCollectionResource, TestArbitraryIndexDir, TestFunctionQuery, BJQParserTest, DirectoryFactoryTest, PeerSyncTest, TestReplicationHandler, DocumentAnalysisRequestHandlerTest, TestRTGBase, TestNRTOpen, BitVectorTest, TestComponentsName, AtomicUpdatesTest, QueryElevationComponentTest, InfoHandlerTest, TestSchemaSimilarityResource, TestFieldResource, TestDocSet, StandardRequestHandlerTest, ActionThrottleTest, SolrCoreTest, SimpleCollectionCreateDeleteTest, TestDistributedSearch, DeleteShardTest, TestMergePolicyConfig, DistributedSpellCheckComponentTest, HdfsCollectionsAPIDistributedZkTest] [junit4] Completed [272/582 (4!)] on J0 in 480.84s, 1 test, 1 error <<< FAILURES! [...truncated 997 lines...] BUILD FAILED /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/build.xml:747: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/build.xml:684: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/build.xml:59: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build.xml:233: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/common-build.xml:524: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/lucene/common-build.xml:1457: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/lucene/common-build.xml:1014: There were test failures: 582 suites (8 ignored), 2350 tests, 3 errors, 2 failures, 33 ignored (17 assumptions) [seed: E6866BC3BA9E5834] Total time: 237 minutes 12 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts No prior successful build to compare, so performing full copy of artifacts Recording test results Email was triggered for: Failure - Any Sending email for trigger: Failure - Any
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org