Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/927/
6 tests failed.
REGRESSION:
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([6F74601963E2F341:5ECFDE2CC6DDE391]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:765)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:732)
at
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:530)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='collations']/lst[@name='collation']/int[@name='hits'
and 6 <= . and . <= 10]
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">3</int></lst><result name="response" numFound="0"
start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst
name="everother"><int name="numFound">1</int><int
name="startOffset">9</int><int name="endOffset">18</int><arr
name="suggestion"><str>everyother</str></arr></lst></lst><lst
name="collations"><lst name="collation"><str
name="collationQuery">teststop:everyother</str><int name="hits">14</int><lst
name="misspellingsAndCorrections"><str
name="everother">everyother</str></lst></lst></lst></lst>
</response>
request
was:spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Aeverother&spellcheck.collateMaxCollectDocs=5
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:758)
... 41 more
FAILED:
org.apache.solr.cloud.ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail
Error Message:
concurrent create and delete collection failed:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:41928/solr: Could not fully remove collection:
collection8
Stack Trace:
java.lang.AssertionError: concurrent create and delete collection failed:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:41928/solr: Could not fully remove collection:
collection8
at
__randomizedtesting.SeedInfo.seed([6F74601963E2F341:AE5D35A314392950]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertNull(Assert.java:551)
at
org.apache.solr.cloud.ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail(ConcurrentDeleteAndCreateCollectionTest.java:72)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
FAILED: org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.test
Error Message:
Captured an uncaught exception in thread: Thread[id=23365, name=collection4,
state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=23365, 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:40579: Could not find collection :
awholynewstresscollection_collection4_0
at __randomizedtesting.SeedInfo.seed([6F74601963E2F341]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:560)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:234)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:226)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:376)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:328)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1085)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:856)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:799)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:894)
FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test
Error Message:
Captured an uncaught exception in thread: Thread[id=12103, name=collection0,
state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=12103, name=collection0, state=RUNNABLE,
group=TGRP-CollectionsAPIDistributedZkTest]
Caused by:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:47968/_aia/q: collection already exists:
awholynewstresscollection_collection0_0
at __randomizedtesting.SeedInfo.seed([6F74601963E2F341]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:560)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:234)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:226)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:376)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:328)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1085)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:856)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:799)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1572)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1593)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:887)
FAILED: org.apache.solr.search.TestReloadDeadlock.testReloadDeadlock
Error Message:
Captured an uncaught exception in thread: Thread[id=249595, name=WRITER0,
state=RUNNABLE, group=TGRP-TestReloadDeadlock]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=249595, name=WRITER0, state=RUNNABLE,
group=TGRP-TestReloadDeadlock]
at
__randomizedtesting.SeedInfo.seed([6F74601963E2F341:52F5C4B837A91003]:0)
Caused by: java.lang.RuntimeException: org.apache.solr.common.SolrException:
Error opening new searcher
at __randomizedtesting.SeedInfo.seed([6F74601963E2F341]:0)
at
org.apache.solr.search.TestReloadDeadlock$1.run(TestReloadDeadlock.java:166)
Caused by: org.apache.solr.common.SolrException: Error opening new searcher
at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1662)
at org.apache.solr.core.SolrCore.getRealtimeSearcher(SolrCore.java:1519)
at
org.apache.solr.update.VersionInfo.getVersionFromIndex(VersionInfo.java:201)
at org.apache.solr.update.UpdateLog.lookupVersion(UpdateLog.java:778)
at
org.apache.solr.update.VersionInfo.lookupVersion(VersionInfo.java:194)
at
org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:1089)
at
org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:706)
at
org.apache.solr.update.processor.LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:104)
at
org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.handleAdds(JsonLoader.java:470)
at
org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.processUpdate(JsonLoader.java:134)
at
org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.load(JsonLoader.java:113)
at org.apache.solr.handler.loader.JsonLoader.load(JsonLoader.java:76)
at
org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:98)
at
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:143)
at org.apache.solr.core.SolrCore.execute(SolrCore.java:2068)
at
org.apache.solr.servlet.DirectSolrConnection.request(DirectSolrConnection.java:131)
at org.apache.solr.SolrTestCaseJ4.updateJ(SolrTestCaseJ4.java:1104)
at
org.apache.solr.SolrTestCaseJ4.addAndGetVersion(SolrTestCaseJ4.java:1250)
at
org.apache.solr.search.TestReloadDeadlock.addDoc(TestReloadDeadlock.java:200)
at
org.apache.solr.search.TestReloadDeadlock.access$100(TestReloadDeadlock.java:46)
at
org.apache.solr.search.TestReloadDeadlock$1.run(TestReloadDeadlock.java:156)
Caused by: java.lang.NullPointerException
at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1631)
... 21 more
FAILED: org.apache.solr.util.TestSolrCLIRunExample.testTechproductsExample
Error Message:
expected 32 docs in the techproducts example but found 0, output: Creating Solr
home directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_6F74601963E2F341-001/tempDir-001/techproducts/solr
Starting up Solr on port 44038 using command:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/bin/solr
start -p 44038 -s
"temp/solr.util.TestSolrCLIRunExample_6F74601963E2F341-001/tempDir-001/techproducts/solr"
Setup new core instance directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_6F74601963E2F341-001/tempDir-001/techproducts/solr/techproducts
Creating new core 'techproducts' using command:
http://localhost:44038/solr/admin/cores?action=CREATE&name=techproducts&instanceDir=techproducts
{ "responseHeader":{ "status":0, "QTime":671},
"core":"techproducts"} Indexing tech product example docs from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/example/exampledocs
Solr techproducts example launched successfully. Direct your Web browser to
http://localhost:44038/solr to visit the Solr Admin UI
Stack Trace:
java.lang.AssertionError: expected 32 docs in the techproducts example but
found 0, output: Creating Solr home directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_6F74601963E2F341-001/tempDir-001/techproducts/solr
Starting up Solr on port 44038 using command:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/bin/solr
start -p 44038 -s
"temp/solr.util.TestSolrCLIRunExample_6F74601963E2F341-001/tempDir-001/techproducts/solr"
Setup new core instance directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_6F74601963E2F341-001/tempDir-001/techproducts/solr/techproducts
Creating new core 'techproducts' using command:
http://localhost:44038/solr/admin/cores?action=CREATE&name=techproducts&instanceDir=techproducts
{
"responseHeader":{
"status":0,
"QTime":671},
"core":"techproducts"}
Indexing tech product example docs from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/example/exampledocs
Solr techproducts example launched successfully. Direct your Web browser to
http://localhost:44038/solr to visit the Solr Admin UI
at
__randomizedtesting.SeedInfo.seed([6F74601963E2F341:E5A3B0A17900CBDE]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.util.TestSolrCLIRunExample.testExample(TestSolrCLIRunExample.java:347)
at
org.apache.solr.util.TestSolrCLIRunExample.testTechproductsExample(TestSolrCLIRunExample.java:284)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Build Log:
[...truncated 10677 lines...]
[junit4] Suite: org.apache.solr.cloud.ConcurrentDeleteAndCreateCollectionTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.ConcurrentDeleteAndCreateCollectionTest_6F74601963E2F341-001/init-core-data-001
[junit4] 2> 721382 INFO
(SUITE-ConcurrentDeleteAndCreateCollectionTest-seed#[6F74601963E2F341]-worker)
[ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
[junit4] 2> 721387 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.SolrTestCaseJ4 ###Starting
testConcurrentCreateAndDeleteDoesNotFail
[junit4] 2> 721388 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 721389 INFO (Thread-46760) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 721389 INFO (Thread-46760) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 721489 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.ZkTestServer start zk server on port:46808
[junit4] 2> 721489 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 721500 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 721506 INFO (zkCallback-171-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@4a8dc32c
name:ZooKeeperConnection Watcher:127.0.0.1:46808 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 721506 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 721506 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 721507 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
[junit4] 2> 721536 INFO (jetty-launcher-170-thread-1) [ ]
o.e.j.s.Server jetty-9.2.11.v20150529
[junit4] 2> 721572 INFO (jetty-launcher-170-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7cd097e2{/solr,null,AVAILABLE}
[junit4] 2> 721574 INFO (jetty-launcher-170-thread-1) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@62a3b672{HTTP/1.1}{127.0.0.1:41928}
[junit4] 2> 721574 INFO (jetty-launcher-170-thread-1) [ ]
o.e.j.s.Server Started @724538ms
[junit4] 2> 721574 INFO (jetty-launcher-170-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=41928,
hostContext=/solr}
[junit4] 2> 721575 INFO (jetty-launcher-170-thread-1) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@6b482747
[junit4] 2> 721575 INFO (jetty-launcher-170-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.ConcurrentDeleteAndCreateCollectionTest_6F74601963E2F341-001/tempDir-001/'
[junit4] 2> 721622 INFO (jetty-launcher-170-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 721644 INFO (jetty-launcher-170-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 721644 INFO (zkCallback-172-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@7d869875
name:ZooKeeperConnection Watcher:127.0.0.1:46808/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 721645 INFO (jetty-launcher-170-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 721645 INFO (jetty-launcher-170-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 721646 INFO (jetty-launcher-170-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 721680 INFO (jetty-launcher-170-thread-1) [ ]
o.a.s.c.CoresLocator Config-defined core root directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.ConcurrentDeleteAndCreateCollectionTest_6F74601963E2F341-001/tempDir-001/.
[junit4] 2> 721680 INFO (jetty-launcher-170-thread-1) [ ]
o.a.s.c.CoreContainer New CoreContainer 843325190
[junit4] 2> 721680 INFO (jetty-launcher-170-thread-1) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.ConcurrentDeleteAndCreateCollectionTest_6F74601963E2F341-001/tempDir-001/]
[junit4] 2> 721680 INFO (jetty-launcher-170-thread-1) [ ]
o.a.s.c.CoreContainer loading shared library:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.ConcurrentDeleteAndCreateCollectionTest_6F74601963E2F341-001/tempDir-001/lib
[junit4] 2> 721681 WARN (jetty-launcher-170-thread-1) [ ]
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to
classloader: lib (resolved as:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.ConcurrentDeleteAndCreateCollectionTest_6F74601963E2F341-001/tempDir-001/lib).
[junit4] 2> 721690 INFO (jetty-launcher-170-thread-1) [ ]
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> 721691 INFO (jetty-launcher-170-thread-1) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 721692 INFO (jetty-launcher-170-thread-1) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 721692 INFO (jetty-launcher-170-thread-1) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 721692 INFO (jetty-launcher-170-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46808/solr
[junit4] 2> 721692 INFO (jetty-launcher-170-thread-1) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 721692 INFO (jetty-launcher-170-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 721696 INFO (jetty-launcher-170-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 721704 INFO (zkCallback-174-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@369fe650
name:ZooKeeperConnection Watcher:127.0.0.1:46808 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 721724 INFO (jetty-launcher-170-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 721724 INFO (jetty-launcher-170-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 721734 INFO (jetty-launcher-170-thread-1)
[n:127.0.0.1:41928_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 721738 INFO
(zkCallback-175-thread-1-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@7bd3566b
name:ZooKeeperConnection Watcher:127.0.0.1:46808/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 721738 INFO (jetty-launcher-170-thread-1)
[n:127.0.0.1:41928_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 721740 INFO (jetty-launcher-170-thread-1)
[n:127.0.0.1:41928_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 721750 INFO (jetty-launcher-170-thread-1)
[n:127.0.0.1:41928_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 721751 INFO (jetty-launcher-170-thread-1)
[n:127.0.0.1:41928_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 721757 INFO (jetty-launcher-170-thread-1)
[n:127.0.0.1:41928_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-completed
[junit4] 2> 721765 INFO (jetty-launcher-170-thread-1)
[n:127.0.0.1:41928_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 721767 INFO (jetty-launcher-170-thread-1)
[n:127.0.0.1:41928_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 721768 INFO (jetty-launcher-170-thread-1)
[n:127.0.0.1:41928_solr ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 721769 INFO (jetty-launcher-170-thread-1)
[n:127.0.0.1:41928_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 721770 INFO (jetty-launcher-170-thread-1)
[n:127.0.0.1:41928_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 721772 INFO (jetty-launcher-170-thread-1)
[n:127.0.0.1:41928_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 721772 INFO (jetty-launcher-170-thread-1)
[n:127.0.0.1:41928_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41928_solr
[junit4] 2> 721773 INFO (jetty-launcher-170-thread-1)
[n:127.0.0.1:41928_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:41928_solr
[junit4] 2> 721778 INFO (jetty-launcher-170-thread-1)
[n:127.0.0.1:41928_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 721779 INFO (jetty-launcher-170-thread-1)
[n:127.0.0.1:41928_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 721782 INFO (jetty-launcher-170-thread-1)
[n:127.0.0.1:41928_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 721863 INFO (jetty-launcher-170-thread-1)
[n:127.0.0.1:41928_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/94338797258276867-127.0.0.1:41928_solr-n_0000000000
[junit4] 2> 721864 INFO (jetty-launcher-170-thread-1)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:41928_solr
[junit4] 2> 721864 INFO (jetty-launcher-170-thread-1)
[n:127.0.0.1:41928_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/leader
[junit4] 2> 721866 INFO (jetty-launcher-170-thread-1)
[n:127.0.0.1:41928_solr ] o.a.s.c.Overseer Overseer
(id=94338797258276867-127.0.0.1:41928_solr-n_0000000000) starting
[junit4] 2> 721870 INFO (jetty-launcher-170-thread-1)
[n:127.0.0.1:41928_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/queue-work
[junit4] 2> 721879 INFO (jetty-launcher-170-thread-1)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 721886 INFO
(OverseerCollectionProcessor-94338797258276867-127.0.0.1:41928_solr-n_0000000000)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerProcessor Process current queue
of overseer operations
[junit4] 2> 721886 INFO
(OverseerStateUpdate-94338797258276867-127.0.0.1:41928_solr-n_0000000000)
[n:127.0.0.1:41928_solr ] o.a.s.c.Overseer Starting to work on the main queue
[junit4] 2> 721887 INFO
(OverseerStateUpdate-94338797258276867-127.0.0.1:41928_solr-n_0000000000)
[n:127.0.0.1:41928_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 721893 INFO (jetty-launcher-170-thread-1)
[n:127.0.0.1:41928_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 721910 INFO (jetty-launcher-170-thread-1)
[n:127.0.0.1:41928_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 721910 INFO (jetty-launcher-170-thread-1)
[n:127.0.0.1:41928_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 721911 INFO (jetty-launcher-170-thread-1)
[n:127.0.0.1:41928_solr ] o.a.s.c.CoresLocator Looking for core definitions
underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.ConcurrentDeleteAndCreateCollectionTest_6F74601963E2F341-001/tempDir-001/.
[junit4] 2> 721912 INFO (jetty-launcher-170-thread-1)
[n:127.0.0.1:41928_solr ] o.a.s.c.CoresLocator Found 0 core definitions
[junit4] 2> 721913 INFO (jetty-launcher-170-thread-1)
[n:127.0.0.1:41928_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2
[junit4] 2> 721913 INFO (jetty-launcher-170-thread-1)
[n:127.0.0.1:41928_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 721913 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 721915 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 721928 INFO (zkCallback-176-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@7088291e
name:ZooKeeperConnection Watcher:127.0.0.1:46808 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 721928 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 721929 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 721945 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 721964 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 721975 INFO (zkCallback-178-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@3377b99b
name:ZooKeeperConnection Watcher:127.0.0.1:46808/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 721975 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 721975 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 721978 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection0/schema.xml
[junit4] 2> 721982 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection0/solrconfig.xml
[junit4] 2> 721995 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 722000 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 722008 INFO (zkCallback-179-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@6c1db408
name:ZooKeeperConnection Watcher:127.0.0.1:46808/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 722008 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 722008 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 722009 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection1/schema.xml
[junit4] 2> 722022 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection1/solrconfig.xml
[junit4] 2> 722026 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 722028 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 722032 INFO (zkCallback-180-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@6b90d454
name:ZooKeeperConnection Watcher:127.0.0.1:46808/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 722033 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 722033 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 722033 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection2/schema.xml
[junit4] 2> 722037 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection2/solrconfig.xml
[junit4] 2> 722052 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 722054 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 722056 INFO (zkCallback-181-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@19b1b07 name:ZooKeeperConnection
Watcher:127.0.0.1:46808/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 722056 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 722056 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 722057 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection3/schema.xml
[junit4] 2> 722065 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection3/solrconfig.xml
[junit4] 2> 722104 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 722112 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 722125 INFO (zkCallback-182-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@72d100fa
name:ZooKeeperConnection Watcher:127.0.0.1:46808/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 722125 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 722125 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 722126 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection4/schema.xml
[junit4] 2> 722129 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection4/solrconfig.xml
[junit4] 2> 722133 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 722133 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 722135 INFO (zkCallback-183-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@b9dd924 name:ZooKeeperConnection
Watcher:127.0.0.1:46808/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 722135 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 722136 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 722136 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection5/schema.xml
[junit4] 2> 722143 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection5/solrconfig.xml
[junit4] 2> 722162 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 722177 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 722189 INFO (zkCallback-184-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@74f36bb5
name:ZooKeeperConnection Watcher:127.0.0.1:46808/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 722189 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 722189 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 722190 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection6/schema.xml
[junit4] 2> 722198 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection6/solrconfig.xml
[junit4] 2> 722201 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 722208 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 722216 INFO (zkCallback-185-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@385fcd26
name:ZooKeeperConnection Watcher:127.0.0.1:46808/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 722216 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 722217 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 722217 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection7/schema.xml
[junit4] 2> 722229 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection7/solrconfig.xml
[junit4] 2> 722239 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 722256 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 722264 INFO (zkCallback-186-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@7952176 name:ZooKeeperConnection
Watcher:127.0.0.1:46808/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 722265 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 722266 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 722266 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection8/schema.xml
[junit4] 2> 722270 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection8/solrconfig.xml
[junit4] 2> 722285 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 722287 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 722287 INFO (zkCallback-187-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@68e01180
name:ZooKeeperConnection Watcher:127.0.0.1:46808/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 722287 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 722288 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 722288 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection9/schema.xml
[junit4] 2> 722292 INFO
(TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[6F74601963E2F341])
[ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection9/solrconfig.xml
[junit4] 2> 722307 INFO (qtp439316350-48001) [n:127.0.0.1:41928_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
wt=javabin&action=CREATE&version=2&numShards=1&name=collection2&replicationFactor=1&collection.configName=collection2
[junit4] 2> 722308 INFO (qtp439316350-48002) [n:127.0.0.1:41928_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
wt=javabin&action=CREATE&version=2&numShards=1&name=collection3&replicationFactor=1&collection.configName=collection3
[junit4] 2> 722308 INFO (qtp439316350-48003) [n:127.0.0.1:41928_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
wt=javabin&action=CREATE&version=2&numShards=1&name=collection6&replicationFactor=1&collection.configName=collection6
[junit4] 2> 722309 INFO (qtp439316350-47999) [n:127.0.0.1:41928_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
wt=javabin&action=CREATE&version=2&numShards=1&name=collection1&replicationFactor=1&collection.configName=collection1
[junit4] 2> 722310 INFO
(zkCallback-175-thread-1-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.DistributedQueue NodeChildrenChanged fired
on path /overseer/collection-queue-work state SyncConnected
[junit4] 2> 722310 INFO (qtp439316350-48000) [n:127.0.0.1:41928_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
wt=javabin&action=CREATE&version=2&numShards=1&name=collection0&replicationFactor=1&collection.configName=collection0
[junit4] 2> 722313 INFO (qtp439316350-48066) [n:127.0.0.1:41928_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
wt=javabin&action=CREATE&version=2&numShards=1&name=collection8&replicationFactor=1&collection.configName=collection8
[junit4] 2> 722323 INFO (qtp439316350-48067) [n:127.0.0.1:41928_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
wt=javabin&action=CREATE&version=2&numShards=1&name=collection5&replicationFactor=1&collection.configName=collection5
[junit4] 2> 722324 INFO
(OverseerCollectionProcessor-94338797258276867-127.0.0.1:41928_solr-n_0000000000)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerProcessor Overseer Collection
Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000
message:{
[junit4] 2> "name":"collection2",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "collection.configName":"collection2",
[junit4] 2> "numShards":"1",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"}
[junit4] 2> 722328 INFO
(OverseerCollectionProcessor-94338797258276867-127.0.0.1:41928_solr-n_0000000000)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerProcessor Overseer Collection
Processor: Get the message id:/overseer/collection-queue-work/qn-0000000001
message:{
[junit4] 2> "name":"collection3",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "collection.configName":"collection3",
[junit4] 2> "numShards":"1",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"}
[junit4] 2> 722329 INFO (qtp439316350-48068) [n:127.0.0.1:41928_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
wt=javabin&action=CREATE&version=2&numShards=1&name=collection9&replicationFactor=1&collection.configName=collection9
[junit4] 2> 722329 INFO (qtp439316350-48069) [n:127.0.0.1:41928_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
wt=javabin&action=CREATE&version=2&numShards=1&name=collection7&replicationFactor=1&collection.configName=collection7
[junit4] 2> 722330 WARN
(OverseerThreadFactory-515-thread-1-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerCollectionMessageHandler
OverseerCollectionProcessor.processMessage : create , {
[junit4] 2> "name":"collection2",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "collection.configName":"collection2",
[junit4] 2> "numShards":"1",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"}
[junit4] 2> 722330 INFO
(OverseerCollectionProcessor-94338797258276867-127.0.0.1:41928_solr-n_0000000000)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerProcessor Overseer Collection
Processor: Get the message id:/overseer/collection-queue-work/qn-0000000002
message:{
[junit4] 2> "name":"collection6",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "collection.configName":"collection6",
[junit4] 2> "numShards":"1",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"}
[junit4] 2> 722330 WARN
(OverseerThreadFactory-515-thread-2-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerCollectionMessageHandler
OverseerCollectionProcessor.processMessage : create , {
[junit4] 2> "name":"collection3",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "collection.configName":"collection3",
[junit4] 2> "numShards":"1",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"}
[junit4] 2> 722331 INFO (qtp439316350-48071) [n:127.0.0.1:41928_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
wt=javabin&action=CREATE&version=2&numShards=1&name=collection4&replicationFactor=1&collection.configName=collection4
[junit4] 2> 722331 WARN
(OverseerThreadFactory-515-thread-3-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerCollectionMessageHandler
OverseerCollectionProcessor.processMessage : create , {
[junit4] 2> "name":"collection6",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "collection.configName":"collection6",
[junit4] 2> "numShards":"1",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"}
[junit4] 2> 722331 INFO
(OverseerCollectionProcessor-94338797258276867-127.0.0.1:41928_solr-n_0000000000)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerProcessor Overseer Collection
Processor: Get the message id:/overseer/collection-queue-work/qn-0000000003
message:{
[junit4] 2> "name":"collection1",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "collection.configName":"collection1",
[junit4] 2> "numShards":"1",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"}
[junit4] 2> 722333 INFO
(OverseerThreadFactory-515-thread-1-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerCollectionMessageHandler creating
collections conf node /collections/collection2
[junit4] 2> 722334 WARN
(OverseerThreadFactory-515-thread-4-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerCollectionMessageHandler
OverseerCollectionProcessor.processMessage : create , {
[junit4] 2> "name":"collection1",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "collection.configName":"collection1",
[junit4] 2> "numShards":"1",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"}
[junit4] 2> 722334 INFO
(OverseerCollectionProcessor-94338797258276867-127.0.0.1:41928_solr-n_0000000000)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerProcessor Overseer Collection
Processor: Get the message id:/overseer/collection-queue-work/qn-0000000004
message:{
[junit4] 2> "name":"collection0",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "collection.configName":"collection0",
[junit4] 2> "numShards":"1",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"}
[junit4] 2> 722334 INFO
(OverseerThreadFactory-515-thread-1-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.c.SolrZkClient makePath:
/collections/collection2
[junit4] 2> 722335 INFO
(OverseerThreadFactory-515-thread-2-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerCollectionMessageHandler creating
collections conf node /collections/collection3
[junit4] 2> 722335 INFO
(OverseerThreadFactory-515-thread-2-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.c.SolrZkClient makePath:
/collections/collection3
[junit4] 2> 722337 INFO
(zkCallback-175-thread-1-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.DistributedQueue NodeChildrenChanged fired
on path /overseer/queue state SyncConnected
[junit4] 2> 722338 INFO
(OverseerStateUpdate-94338797258276867-127.0.0.1:41928_solr-n_0000000000)
[n:127.0.0.1:41928_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "name":"collection2",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "collection.configName":"collection2",
[junit4] 2> "numShards":"1",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"} current state version: 0
[junit4] 2> 722339 INFO
(OverseerStateUpdate-94338797258276867-127.0.0.1:41928_solr-n_0000000000)
[n:127.0.0.1:41928_solr ] o.a.s.c.o.ClusterStateMutator building a new
cName: collection2
[junit4] 2> 722339 INFO
(OverseerThreadFactory-515-thread-3-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerCollectionMessageHandler creating
collections conf node /collections/collection6
[junit4] 2> 722340 INFO
(OverseerThreadFactory-515-thread-3-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.c.SolrZkClient makePath:
/collections/collection6
[junit4] 2> 722340 WARN
(OverseerThreadFactory-515-thread-5-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerCollectionMessageHandler
OverseerCollectionProcessor.processMessage : create , {
[junit4] 2> "name":"collection0",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "collection.configName":"collection0",
[junit4] 2> "numShards":"1",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"}
[junit4] 2> 722341 INFO
(OverseerStateUpdate-94338797258276867-127.0.0.1:41928_solr-n_0000000000)
[n:127.0.0.1:41928_solr ] o.a.s.c.o.ZkStateWriter going to create_collection
/collections/collection2/state.json
[junit4] 2> 722342 INFO
(zkCallback-175-thread-1-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] 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> 722343 INFO
(OverseerThreadFactory-515-thread-4-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerCollectionMessageHandler creating
collections conf node /collections/collection1
[junit4] 2> 722343 INFO
(zkCallback-175-thread-2-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] 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> 722343 INFO
(OverseerCollectionProcessor-94338797258276867-127.0.0.1:41928_solr-n_0000000000)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerProcessor Overseer Collection
Processor: Get the message id:/overseer/collection-queue-work/qn-0000000010
message:{
[junit4] 2> "name":"collection8",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "collection.configName":"collection8",
[junit4] 2> "numShards":"1",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"}
[junit4] 2> 722344 INFO
(OverseerCollectionProcessor-94338797258276867-127.0.0.1:41928_solr-n_0000000000)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerProcessor Overseer Collection
Processor: Get the message id:/overseer/collection-queue-work/qn-0000000012
message:{
[junit4] 2> "name":"collection5",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "collection.configName":"collection5",
[junit4] 2> "numShards":"1",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"}
[junit4] 2> 722344 INFO
(OverseerThreadFactory-515-thread-4-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.c.SolrZkClient makePath:
/collections/collection1
[junit4] 2> 722345 WARN
(OverseerThreadFactory-515-thread-6-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerCollectionMessageHandler
OverseerCollectionProcessor.processMessage : create , {
[junit4] 2> "name":"collection8",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "collection.configName":"collection8",
[junit4] 2> "numShards":"1",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"}
[junit4] 2> 722345 INFO
(OverseerCollectionProcessor-94338797258276867-127.0.0.1:41928_solr-n_0000000000)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerProcessor Overseer Collection
Processor: Get the message id:/overseer/collection-queue-work/qn-0000000014
message:{
[junit4] 2> "name":"collection9",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "collection.configName":"collection9",
[junit4] 2> "numShards":"1",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"}
[junit4] 2> 722345 INFO
(OverseerThreadFactory-515-thread-5-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerCollectionMessageHandler creating
collections conf node /collections/collection0
[junit4] 2> 722345 INFO
(OverseerCollectionProcessor-94338797258276867-127.0.0.1:41928_solr-n_0000000000)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerProcessor Overseer Collection
Processor: Get the message id:/overseer/collection-queue-work/qn-0000000015
message:{
[junit4] 2> "name":"collection7",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "collection.configName":"collection7",
[junit4] 2> "numShards":"1",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"}
[junit4] 2> 722345 WARN
(OverseerThreadFactory-515-thread-7-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerCollectionMessageHandler
OverseerCollectionProcessor.processMessage : create , {
[junit4] 2> "name":"collection5",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "collection.configName":"collection5",
[junit4] 2> "numShards":"1",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"}
[junit4] 2> 722346 INFO
(OverseerThreadFactory-515-thread-5-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.c.SolrZkClient makePath:
/collections/collection0
[junit4] 2> 722346 WARN
(OverseerThreadFactory-515-thread-8-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerCollectionMessageHandler
OverseerCollectionProcessor.processMessage : create , {
[junit4] 2> "name":"collection9",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "collection.configName":"collection9",
[junit4] 2> "numShards":"1",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"}
[junit4] 2> 722347 INFO
(OverseerStateUpdate-94338797258276867-127.0.0.1:41928_solr-n_0000000000)
[n:127.0.0.1:41928_solr ] o.a.s.c.Overseer processMessage: queueSize: 2,
message = {
[junit4] 2> "name":"collection3",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "collection.configName":"collection3",
[junit4] 2> "numShards":"1",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"} current state version: 1
[junit4] 2> 722347 INFO
(OverseerStateUpdate-94338797258276867-127.0.0.1:41928_solr-n_0000000000)
[n:127.0.0.1:41928_solr ] o.a.s.c.o.ClusterStateMutator building a new
cName: collection3
[junit4] 2> 722347 INFO
(OverseerCollectionProcessor-94338797258276867-127.0.0.1:41928_solr-n_0000000000)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerProcessor Overseer Collection
Processor: Get the message id:/overseer/collection-queue-work/qn-0000000018
message:{
[junit4] 2> "name":"collection4",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "collection.configName":"collection4",
[junit4] 2> "numShards":"1",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"}
[junit4] 2> 722347 WARN
(OverseerThreadFactory-515-thread-10-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerCollectionMessageHandler
OverseerCollectionProcessor.processMessage : create , {
[junit4] 2> "name":"collection4",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "collection.configName":"collection4",
[junit4] 2> "numShards":"1",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"}
[junit4] 2> 722348 INFO
(OverseerThreadFactory-515-thread-6-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerCollectionMessageHandler creating
collections conf node /collections/collection8
[junit4] 2> 722349 INFO
(OverseerThreadFactory-515-thread-6-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.c.SolrZkClient makePath:
/collections/collection8
[junit4] 2> 722349 WARN
(OverseerThreadFactory-515-thread-9-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerCollectionMessageHandler
OverseerCollectionProcessor.processMessage : create , {
[junit4] 2> "name":"collection7",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "collection.configName":"collection7",
[junit4] 2> "numShards":"1",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"}
[junit4] 2> 722350 INFO
(zkCallback-175-thread-3-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.DistributedQueue NodeChildrenChanged fired
on path /overseer/queue state SyncConnected
[junit4] 2> 722350 INFO
(OverseerStateUpdate-94338797258276867-127.0.0.1:41928_solr-n_0000000000)
[n:127.0.0.1:41928_solr ] o.a.s.c.Overseer processMessage: queueSize: 2,
message = {
[junit4] 2> "name":"collection6",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "collection.configName":"collection6",
[junit4] 2> "numShards":"1",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"} current state version: 1
[junit4] 2> 722351 INFO
(OverseerStateUpdate-94338797258276867-127.0.0.1:41928_solr-n_0000000000)
[n:127.0.0.1:41928_solr ] o.a.s.c.o.ClusterStateMutator building a new
cName: collection6
[junit4] 2> 722351 INFO
(OverseerStateUpdate-94338797258276867-127.0.0.1:41928_solr-n_0000000000)
[n:127.0.0.1:41928_solr ] o.a.s.c.o.ZkStateWriter going to create_collection
/collections/collection3/state.json
[junit4] 2> 722353 INFO
(zkCallback-175-thread-4-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] 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> 722353 INFO
(zkCallback-175-thread-3-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] 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> 722353 INFO
(OverseerThreadFactory-515-thread-10-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerCollectionMessageHandler creating
collections conf node /collections/collection4
[junit4] 2> 722355 INFO
(OverseerThreadFactory-515-thread-10-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.c.SolrZkClient makePath:
/collections/collection4
[junit4] 2> 722359 INFO
(OverseerStateUpdate-94338797258276867-127.0.0.1:41928_solr-n_0000000000)
[n:127.0.0.1:41928_solr ] o.a.s.c.Overseer processMessage: queueSize: 3,
message = {
[junit4] 2> "name":"collection1",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "collection.configName":"collection1",
[junit4] 2> "numShards":"1",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"} current state version: 2
[junit4] 2> 722359 INFO
(OverseerStateUpdate-94338797258276867-127.0.0.1:41928_solr-n_0000000000)
[n:127.0.0.1:41928_solr ] o.a.s.c.o.ClusterStateMutator building a new
cName: collection1
[junit4] 2> 722362 INFO
(OverseerStateUpdate-94338797258276867-127.0.0.1:41928_solr-n_0000000000)
[n:127.0.0.1:41928_solr ] o.a.s.c.o.ZkStateWriter going to create_collection
/collections/collection6/state.json
[junit4] 2> 722362 INFO
(zkCallback-175-thread-2-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.DistributedQueue NodeChildrenChanged fired
on path /overseer/queue state SyncConnected
[junit4] 2> 722363 INFO
(zkCallback-175-thread-2-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] 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> 722363 INFO
(zkCallback-175-thread-5-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] 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> 722367 INFO
(OverseerThreadFactory-515-thread-8-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerCollectionMessageHandler creating
collections conf node /collections/collection9
[junit4] 2> 722369 INFO
(OverseerStateUpdate-94338797258276867-127.0.0.1:41928_solr-n_0000000000)
[n:127.0.0.1:41928_solr ] o.a.s.c.Overseer processMessage: queueSize: 3,
message = {
[junit4] 2> "name":"collection0",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "collection.configName":"collection0",
[junit4] 2> "numShards":"1",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"} current state version: 3
[junit4] 2> 722369 INFO
(OverseerStateUpdate-94338797258276867-127.0.0.1:41928_solr-n_0000000000)
[n:127.0.0.1:41928_solr ] o.a.s.c.o.ClusterStateMutator building a new
cName: collection0
[junit4] 2> 722369 INFO
(OverseerThreadFactory-515-thread-8-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.c.SolrZkClient makePath:
/collections/collection9
[junit4] 2> 722370 INFO
(OverseerStateUpdate-94338797258276867-127.0.0.1:41928_solr-n_0000000000)
[n:127.0.0.1:41928_solr ] o.a.s.c.o.ZkStateWriter going to create_collection
/collections/collection1/state.json
[junit4] 2> 722370 INFO
(OverseerThreadFactory-515-thread-7-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerCollectionMessageHandler creating
collections conf node /collections/collection5
[junit4] 2> 722372 INFO
(OverseerThreadFactory-515-thread-7-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.c.SolrZkClient makePath:
/collections/collection5
[junit4] 2> 722395 INFO
(zkCallback-175-thread-4-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] 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> 722395 INFO
(zkCallback-175-thread-1-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] 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> 722432 INFO
(zkCallback-175-thread-6-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.DistributedQueue NodeChildrenChanged fired
on path /overseer/queue state SyncConnected
[junit4] 2> 722432 INFO
(OverseerStateUpdate-94338797258276867-127.0.0.1:41928_solr-n_0000000000)
[n:127.0.0.1:41928_solr ] o.a.s.c.Overseer processMessage: queueSize: 4,
message = {
[junit4] 2> "name":"collection8",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "collection.configName":"collection8",
[junit4] 2> "numShards":"1",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"} current state version: 4
[junit4] 2> 722432 INFO
(OverseerThreadFactory-515-thread-9-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerCollectionMessageHandler creating
collections conf node /collections/collection7
[junit4] 2> 722433 INFO
(OverseerStateUpdate-94338797258276867-127.0.0.1:41928_solr-n_0000000000)
[n:127.0.0.1:41928_solr ] o.a.s.c.o.ClusterStateMutator building a new
cName: collection8
[junit4] 2> 722435 INFO
(OverseerThreadFactory-515-thread-9-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.c.SolrZkClient makePath:
/collections/collection7
[junit4] 2> 722435 INFO
(OverseerStateUpdate-94338797258276867-127.0.0.1:41928_solr-n_0000000000)
[n:127.0.0.1:41928_solr ] o.a.s.c.o.ZkStateWriter going to create_collection
/collections/collection0/state.json
[junit4] 2> 722437 INFO
(zkCallback-175-thread-5-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] 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> 722438 INFO
(OverseerThreadFactory-515-thread-1-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerCollectionMessageHandler Creating
SolrCores for new collection collection2, shardNames [shard1] ,
replicationFactor : 1
[junit4] 2> 722438 INFO
(OverseerThreadFactory-515-thread-1-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerCollectionMessageHandler Creating
core collection2_shard1_replica1 as part of shard shard1 of collection
collection2 on 127.0.0.1:41928_solr
[junit4] 2> 722438 INFO
(zkCallback-175-thread-6-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] 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> 722439 INFO
(OverseerThreadFactory-515-thread-2-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerCollectionMessageHandler Creating
SolrCores for new collection collection3, shardNames [shard1] ,
replicationFactor : 1
[junit4] 2> 722439 INFO
(OverseerThreadFactory-515-thread-2-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerCollectionMessageHandler Creating
core collection3_shard1_replica1 as part of shard shard1 of collection
collection3 on 127.0.0.1:41928_solr
[junit4] 2> 722449 INFO
(OverseerThreadFactory-515-thread-4-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerCollectionMessageHandler Creating
SolrCores for new collection collection1, shardNames [shard1] ,
replicationFactor : 1
[junit4] 2> 722449 INFO (qtp439316350-48073) [n:127.0.0.1:41928_solr ]
o.a.s.h.a.CoreAdminHandler core create command
wt=javabin&action=CREATE&collection=collection2&shard=shard1&version=2&name=collection2_shard1_replica1&numShards=1&qt=/admin/cores&collection.configName=collection2
[junit4] 2> 722450 INFO (qtp439316350-48073) [n:127.0.0.1:41928_solr ]
o.a.s.c.SolrCore Created CoreDescriptor:
{absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.ConcurrentDeleteAndCreateCollectionTest_6F74601963E2F341-001/tempDir-001/./collection2_shard1_replica1/,
loadOnStartup=true, numShards=1, name=collection2_shard1_replica1,
configSetProperties=configsetprops.json, schema=schema.xml, transient=false,
instanceDir=collection2_shard1_replica1, shard=shard1, dataDir=data/,
config=solrconfig.xml, collection=collection2}
[junit4] 2> 722449 INFO
(OverseerThreadFactory-515-thread-4-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerCollectionMessageHandler Creating
core collection1_shard1_replica1 as part of shard shard1 of collection
collection1 on 127.0.0.1:41928_solr
[junit4] 2> 722451 INFO
(OverseerThreadFactory-515-thread-3-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerCollectionMessageHandler Creating
SolrCores for new collection collection6, shardNames [shard1] ,
replicationFactor : 1
[junit4] 2> 722451 INFO
(OverseerThreadFactory-515-thread-3-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerCollectionMessageHandler Creating
core collection6_shard1_replica1 as part of shard shard1 of collection
collection6 on 127.0.0.1:41928_solr
[junit4] 2> 722456 INFO
(OverseerThreadFactory-515-thread-5-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerCollectionMessageHandler Creating
SolrCores for new collection collection0, shardNames [shard1] ,
replicationFactor : 1
[junit4] 2> 722456 INFO
(OverseerThreadFactory-515-thread-5-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.OverseerCollectionMessageHandler Creating
core collection0_shard1_replica1 as part of shard shard1 of collection
collection0 on 127.0.0.1:41928_solr
[junit4] 2> 722459 INFO (qtp439316350-48073) [n:127.0.0.1:41928_solr
c:collection2 s:shard1 x:collection2_shard1_replica1] o.a.s.c.ZkController
publishing state=down
[junit4] 2> 722460 INFO
(zkCallback-175-thread-5-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] o.a.s.c.DistributedQueue NodeChildrenChanged fired
on path /overseer/queue state SyncConnected
[junit4] 2> 722461 INFO
(OverseerStateUpdate-94338797258276867-127.0.0.1:41928_solr-n_0000000000)
[n:127.0.0.1:41928_solr ] o.a.s.c.Overseer processMessage: queueSize: 4,
message = {
[junit4] 2> "name":"collection4",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "collection.configName":"collection4",
[junit4] 2> "numShards":"1",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"} current state version: 5
[junit4] 2> 722461 INFO
(OverseerStateUpdate-94338797258276867-127.0.0.1:41928_solr-n_0000000000)
[n:127.0.0.1:41928_solr ] o.a.s.c.o.ClusterStateMutator building a new
cName: collection4
[junit4] 2> 722462 INFO (qtp439316350-48073) [n:127.0.0.1:41928_solr
c:collection2 s:shard1 x:collection2_shard1_replica1] o.a.s.c.ZkController
Registering watch for external collection collection2
[junit4] 2> 722462 INFO
(OverseerStateUpdate-94338797258276867-127.0.0.1:41928_solr-n_0000000000)
[n:127.0.0.1:41928_solr ] o.a.s.c.o.ZkStateWriter going to create_collection
/collections/collection8/state.json
[junit4] 2> 722462 INFO (qtp439316350-48073) [n:127.0.0.1:41928_solr
c:collection2 s:shard1 x:collection2_shard1_replica1] o.a.s.c.c.ZkStateReader
addZkWatch collection2
[junit4] 2> 722463 INFO (qtp439316350-48073) [n:127.0.0.1:41928_solr
c:collection2 s:shard1 x:collection2_shard1_replica1] o.a.s.c.c.ZkStateReader
Updating data for collection2 to ver 0
[junit4] 2> 722463 INFO (qtp439316350-48073) [n:127.0.0.1:41928_solr
c:collection2 s:shard1 x:collection2_shard1_replica1] o.a.s.c.ZkController
look for our core node name
[junit4] 2> 722485 INFO
(zkCallback-175-thread-5-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] 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> 722486 INFO
(zkCallback-175-thread-6-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] 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> 722489 INFO
(OverseerStateUpdate-94338797258276867-127.0.0.1:41928_solr-n_0000000000)
[n:127.0.0.1:41928_solr ] o.a.s.c.Overseer processMessage: queueSize: 4,
message = {
[junit4] 2> "name":"collection9",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "collection.configName":"collection9",
[junit4] 2> "numShards":"1",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"} current state version: 6
[junit4] 2> 722489 INFO
(OverseerStateUpdate-94338797258276867-127.0.0.1:41928_solr-n_0000000000)
[n:127.0.0.1:41928_solr ] o.a.s.c.o.ClusterStateMutator building a new
cName: collection9
[junit4] 2> 722490 INFO
(OverseerStateUpdate-94338797258276867-127.0.0.1:41928_solr-n_0000000000)
[n:127.0.0.1:41928_solr ] o.a.s.c.o.ZkStateWriter going to create_collection
/collections/collection4/state.json
[junit4] 2> 722492 INFO
(zkCallback-175-thread-4-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] 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> 722492 INFO
(zkCallback-175-thread-1-processing-n:127.0.0.1:41928_solr)
[n:127.0.0.1:41928_solr ] 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> 722494 INFO (qtp439316350-48089) [n:127.0.0.1:41928_solr ]
o.a.s.h.a.CoreAdminHandler core create command
wt=javabin&action=CREATE&collection=collection3&shard=shard1&version=2&name=collection3_shard1_replica1&numShards=1&qt=/admin/cores&collection.configName=collection3
[junit4] 2> 722495 INFO (qtp439316350-48092) [n:127.0.0.1:41928_solr ]
o.a.s.h.a.CoreAdminHandler core create command
wt=javabin&action=CREATE&collection=collection0&shard=shard1&version=2&name=collection0_shard1_replica1&numShards=1&qt=/admin/cores&collection.configName=collection0
[junit4] 2> 722495 INFO (qtp439316350-48089) [n:127.0.0.1:41928_solr ]
o.a.s.c.SolrCore Created CoreDescriptor:
{configSetProperties=configsetprops.json, transient=false,
collection=collection3, shard=shard1, dataDir=data/, loadOnStartup=true,
absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-c
[...truncated too long message...]
t
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:799)
[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:46)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[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:54)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
[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> ... 53 more
[junit4] 2> 4503472 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[6F74601963E2F341]-worker)
[n:127.0.0.1:35475_ c:addReplicaColl s:shard2 r:core_node1
x:addReplicaColl_shard2_replica2] o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> Aug 13, 2015 4:59:50 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=Asserting(Lucene53):
{range_facet_i_dv=Lucene50(blocksize=128),
other_tl1=PostingsFormat(name=LuceneFixedGap),
_version_=PostingsFormat(name=LuceneFixedGap),
intDefault=PostingsFormat(name=LuceneFixedGap),
timestamp=Lucene50(blocksize=128),
range_facet_l_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval),
text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
a_i1=Lucene50(blocksize=128), range_facet_l=Lucene50(blocksize=128),
a_t=Lucene50(blocksize=128),
id=PostingsFormat(name=LuceneVarGapDocFreqInterval),
multiDefault=Lucene50(blocksize=128)},
docValues:{range_facet_i_dv=DocValuesFormat(name=Asserting),
timestamp=DocValuesFormat(name=Asserting),
range_facet_l_dv=DocValuesFormat(name=Direct)},
sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=sq_AL,
timezone=Asia/Kathmandu
[junit4] 2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation
1.7.0_72 (64-bit)/cpus=4,threads=2,free=91228480,total=526909440
[junit4] 2> NOTE: All tests run in this JVM: [RAMDirectoryFactoryTest,
TestManagedResource, TestFieldCollectionResource, BasicAuthIntegrationTest,
TestLRUCache, SpellPossibilityIteratorTest, TestCoreContainer,
TestSha256AuthenticationProvider, TestRTGBase, TestFileDictionaryLookup,
TestMaxScoreQueryParser, ScriptEngineTest, TestCrossCoreJoin,
CurrencyFieldOpenExchangeTest, TestSchemaVersionResource,
DistributedMLTComponentTest, FileUtilsTest,
TestDistributedStatsComponentCardinality, TestDistributedGrouping, AssignTest,
CloudExitableDirectoryReaderTest, TestLRUStatsCache, TestMiniSolrCloudCluster,
TestCursorMarkWithoutUniqueKey, SolrXmlInZkTest, TestConfigOverlay,
TestLeaderElectionZkExpiry, TestCollapseQParserPlugin, TestCoreDiscovery,
CollectionStateFormat2Test, TestFoldingMultitermQuery,
TestLMJelinekMercerSimilarityFactory, MergeStrategyTest,
BigEndianAscendingWordDeserializerTest, TestJsonRequest,
DisMaxRequestHandlerTest, ZkControllerTest, JsonLoaderTest, TestOmitPositions,
CleanupOldIndexTest, TestAddFieldRealTimeGet, TestManagedResourceStorage,
ZkCLITest, DirectSolrConnectionTest, DistributedFacetPivotSmallTest,
TestSearchPerf, TestComponentsName, LukeRequestHandlerTest, SliceStateTest,
TestFiltering, PKIAuthenticationIntegrationTest, RecoveryAfterSoftCommitTest,
TestPHPSerializedResponseWriter, TestManagedSynonymFilterFactory,
SolrCmdDistributorTest, OutOfBoxZkACLAndCredentialsProvidersTest,
FieldAnalysisRequestHandlerTest, AnalysisAfterCoreReloadTest,
NoCacheHeaderTest, TestHashPartitioner, TestSolrConfigHandler,
TestPivotHelperCode, TestExpandComponent, TestUniqueKeyFieldResource,
AlternateDirectoryTest, OverseerRolesTest, TestNoOpRegenerator,
ZkSolrClientTest, TestJsonFacets, DocumentBuilderTest,
DistributedDebugComponentTest, JSONWriterTest, HdfsThreadLeakTest,
TestAuthorizationFramework, TestSolrCoreProperties, TestFreeTextSuggestions,
DistributedFacetPivotWhiteBoxTest, TestRTimerTree, SolrCloudExampleTest,
AnalyticsQueryTest, TestNonDefinedSimilarityFactory, TestWriterPerf,
TestConfigSetProperties, DocValuesMultiTest, TestSimpleQParserPlugin,
TestFuzzyAnalyzedSuggestions, TestIndexSearcher, UpdateParamsTest,
ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test,
CollectionsAPIDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest,
ClusterStateUpdateTest, LeaderElectionTest, TestZkChroot, TestRandomDVFaceting,
ShardRoutingCustomTest, AutoCommitTest, TestFaceting,
DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest,
TestStressVersions, DistributedTermsComponentTest, TestSolr4Spatial,
SpellCheckComponentTest, ConvertedLegacyTest, OverseerCollectionProcessorTest,
SoftAutoCommitTest, DocValuesTest, SuggesterTSTTest, SpatialFilterTest,
TestCSVLoader, SchemaVersionSpecificBehaviorTest, TestUpdate,
FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases,
DefaultValueUpdateProcessorTest, TestRemoteStreaming, DistanceFunctionTest,
XsltUpdateRequestHandlerTest, CacheHeaderTest,
DocumentAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, TermsComponentTest,
PathHierarchyTokenizerFactoryTest, RequiredFieldsTest,
FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest,
RegexBoostProcessorTest, ReturnFieldsTest, TestCSVResponseWriter,
QueryParsingTest, TestPartialUpdateDeduplication, SearchHandlerTest,
TestLFUCache, TestSolrDeletionPolicy2, MultiTermTest, TestDocSet,
TestElisionMultitermQuery, TestConfig, OutputWriterTest,
ExternalFileFieldSortTest, TestPostingsSolrHighlighter, TestCharFilters,
TestCodecSupport, TestXIncludeConfig, EchoParamsTest, TestPerFieldSimilarity,
TestLMDirichletSimilarityFactory, TestBM25SimilarityFactory,
TestDefaultSimilarityFactory, TestFastWriter, TestJmxMonitoredMap,
ResourceLoaderTest, TestFastOutputStream, TestFastLRUCache, DateMathParserTest,
PreAnalyzedFieldTest, TestSuggestSpellingConverter, SpellingQueryConverterTest,
DOMUtilTest, TestSolrJ, ZkNodePropsTest, SystemInfoHandlerTest,
CircularListTest, CursorPagingTest, SolrTestCaseJ4Test,
TestDistributedMissingSort, TestHighlightDedupGrouping,
TestSimpleTrackingShardHandler, TestTolerantSearch,
TestEmbeddedSolrServerConstructors, AliasIntegrationTest,
AsyncMigrateRouteKeyTest, CollectionsAPIAsyncDistributedZkTest,
ConnectionManagerTest, CustomCollectionTest, MigrateRouteKeyTest,
RemoteQueryErrorTest, SimpleCollectionCreateDeleteTest, TestCloudPivotFacet,
TestCryptoKeys, TestRebalanceLeaders, TestRequestStatusCollectionAPI,
HdfsChaosMonkeySafeLeaderTest, HdfsCollectionsAPIDistributedZkTest]
[junit4] Completed [533/533] on J1 in 1342.39s, 1 test, 1 error <<< FAILURES!
[...truncated 16 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:792:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:729:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:59:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build.xml:230:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/common-build.xml:524:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1449:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1003:
There were test failures: 533 suites, 2111 tests, 4 errors, 2 failures, 25
ignored (14 assumptions)
Total time: 195 minutes 56 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-NightlyTests-5.x #911
Archived 4 artifacts
Archive block size is 32768
Received 0 blocks and 1201514947 bytes
Compression is 0.0%
Took 3 min 19 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]