You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/08/22 14:49:16 UTC

[JENKINS] Lucene-Solr-NightlyTests-4.x - Build # 603 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-4.x/603/

6 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.spelling.suggest.TestAnalyzeInfixSuggestions

Error Message:
SolrCore 'collection1' is not available due to init failure: null

Stack Trace:
org.apache.solr.common.SolrException: SolrCore 'collection1' is not available due to init failure: null
	at __randomizedtesting.SeedInfo.seed([3CD9F3BDF4D5A4BA]:0)
	at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:745)
	at org.apache.solr.util.TestHarness.getCore(TestHarness.java:209)
	at org.apache.solr.util.TestHarness$LocalRequestFactory.makeRequest(TestHarness.java:420)
	at org.apache.solr.SolrTestCaseJ4.req(SolrTestCaseJ4.java:990)
	at org.apache.solr.spelling.suggest.TestAnalyzeInfixSuggestions.beforeClass(TestAnalyzeInfixSuggestions.java:33)
	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:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:767)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	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:43)
	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: org.apache.solr.common.SolrException
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:873)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:646)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:491)
	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:255)
	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:249)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more
Caused by: java.lang.RuntimeException
	at org.apache.solr.spelling.suggest.fst.BlendedInfixLookupFactory.create(BlendedInfixLookupFactory.java:102)
	at org.apache.solr.spelling.suggest.SolrSuggester.init(SolrSuggester.java:104)
	at org.apache.solr.handler.component.SuggestComponent.inform(SuggestComponent.java:113)
	at org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:651)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:856)
	... 8 more


FAILED:  junit.framework.TestSuite.org.apache.solr.spelling.suggest.TestAnalyzedSuggestions

Error Message:
SolrCore 'collection1' is not available due to init failure: null

Stack Trace:
org.apache.solr.common.SolrException: SolrCore 'collection1' is not available due to init failure: null
	at __randomizedtesting.SeedInfo.seed([3CD9F3BDF4D5A4BA]:0)
	at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:745)
	at org.apache.solr.util.TestHarness.getCore(TestHarness.java:209)
	at org.apache.solr.util.TestHarness$LocalRequestFactory.makeRequest(TestHarness.java:420)
	at org.apache.solr.SolrTestCaseJ4.req(SolrTestCaseJ4.java:990)
	at org.apache.solr.spelling.suggest.TestAnalyzedSuggestions.beforeClass(TestAnalyzedSuggestions.java:30)
	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:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:767)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	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:43)
	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: org.apache.solr.common.SolrException
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:873)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:646)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:491)
	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:255)
	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:249)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more
Caused by: java.lang.RuntimeException
	at org.apache.solr.spelling.suggest.fst.BlendedInfixLookupFactory.create(BlendedInfixLookupFactory.java:102)
	at org.apache.solr.spelling.suggest.SolrSuggester.init(SolrSuggester.java:104)
	at org.apache.solr.handler.component.SuggestComponent.inform(SuggestComponent.java:113)
	at org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:651)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:856)
	... 8 more


FAILED:  junit.framework.TestSuite.org.apache.solr.spelling.suggest.TestFreeTextSuggestions

Error Message:
SolrCore 'collection1' is not available due to init failure: null

Stack Trace:
org.apache.solr.common.SolrException: SolrCore 'collection1' is not available due to init failure: null
	at __randomizedtesting.SeedInfo.seed([3CD9F3BDF4D5A4BA]:0)
	at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:745)
	at org.apache.solr.util.TestHarness.getCore(TestHarness.java:209)
	at org.apache.solr.util.TestHarness$LocalRequestFactory.makeRequest(TestHarness.java:420)
	at org.apache.solr.SolrTestCaseJ4.req(SolrTestCaseJ4.java:990)
	at org.apache.solr.spelling.suggest.TestFreeTextSuggestions.beforeClass(TestFreeTextSuggestions.java:32)
	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:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:767)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	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:43)
	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: org.apache.solr.common.SolrException
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:873)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:646)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:491)
	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:255)
	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:249)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more
Caused by: java.lang.RuntimeException
	at org.apache.solr.spelling.suggest.fst.BlendedInfixLookupFactory.create(BlendedInfixLookupFactory.java:102)
	at org.apache.solr.spelling.suggest.SolrSuggester.init(SolrSuggester.java:104)
	at org.apache.solr.handler.component.SuggestComponent.inform(SuggestComponent.java:113)
	at org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:651)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:856)
	... 8 more


FAILED:  junit.framework.TestSuite.org.apache.solr.spelling.suggest.TestFuzzyAnalyzedSuggestions

Error Message:
SolrCore 'collection1' is not available due to init failure: null

Stack Trace:
org.apache.solr.common.SolrException: SolrCore 'collection1' is not available due to init failure: null
	at __randomizedtesting.SeedInfo.seed([3CD9F3BDF4D5A4BA]:0)
	at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:745)
	at org.apache.solr.util.TestHarness.getCore(TestHarness.java:209)
	at org.apache.solr.util.TestHarness$LocalRequestFactory.makeRequest(TestHarness.java:420)
	at org.apache.solr.SolrTestCaseJ4.req(SolrTestCaseJ4.java:990)
	at org.apache.solr.spelling.suggest.TestFuzzyAnalyzedSuggestions.beforeClass(TestFuzzyAnalyzedSuggestions.java:34)
	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:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:767)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	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:43)
	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: org.apache.solr.common.SolrException
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:873)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:646)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:491)
	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:255)
	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:249)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more
Caused by: java.lang.RuntimeException
	at org.apache.solr.spelling.suggest.fst.BlendedInfixLookupFactory.create(BlendedInfixLookupFactory.java:102)
	at org.apache.solr.spelling.suggest.SolrSuggester.init(SolrSuggester.java:104)
	at org.apache.solr.handler.component.SuggestComponent.inform(SuggestComponent.java:113)
	at org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:651)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:856)
	... 8 more


FAILED:  junit.framework.TestSuite.org.apache.solr.spelling.suggest.TestHighFrequencyDictionaryFactory

Error Message:
SolrCore 'collection1' is not available due to init failure: null

Stack Trace:
org.apache.solr.common.SolrException: SolrCore 'collection1' is not available due to init failure: null
	at __randomizedtesting.SeedInfo.seed([3CD9F3BDF4D5A4BA]:0)
	at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:745)
	at org.apache.solr.util.TestHarness.getCoreInc(TestHarness.java:219)
	at org.apache.solr.util.TestHarness.update(TestHarness.java:235)
	at org.apache.solr.util.BaseTestHarness.checkUpdateStatus(BaseTestHarness.java:282)
	at org.apache.solr.util.BaseTestHarness.validateUpdate(BaseTestHarness.java:252)
	at org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:663)
	at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:642)
	at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:636)
	at org.apache.solr.spelling.suggest.TestHighFrequencyDictionaryFactory.beforeClass(TestHighFrequencyDictionaryFactory.java:32)
	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:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:767)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	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:43)
	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: org.apache.solr.common.SolrException
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:873)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:646)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:491)
	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:255)
	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:249)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more
Caused by: java.lang.RuntimeException
	at org.apache.solr.spelling.suggest.fst.BlendedInfixLookupFactory.create(BlendedInfixLookupFactory.java:102)
	at org.apache.solr.spelling.suggest.SolrSuggester.init(SolrSuggester.java:104)
	at org.apache.solr.handler.component.SuggestComponent.inform(SuggestComponent.java:113)
	at org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:651)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:856)
	... 8 more


FAILED:  junit.framework.TestSuite.org.apache.solr.spelling.suggest.TestPhraseSuggestions

Error Message:
SolrCore 'collection1' is not available due to init failure: null

Stack Trace:
org.apache.solr.common.SolrException: SolrCore 'collection1' is not available due to init failure: null
	at __randomizedtesting.SeedInfo.seed([3CD9F3BDF4D5A4BA]:0)
	at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:745)
	at org.apache.solr.util.TestHarness.getCore(TestHarness.java:209)
	at org.apache.solr.util.TestHarness$LocalRequestFactory.makeRequest(TestHarness.java:420)
	at org.apache.solr.SolrTestCaseJ4.req(SolrTestCaseJ4.java:990)
	at org.apache.solr.spelling.suggest.TestPhraseSuggestions.beforeClass(TestPhraseSuggestions.java:30)
	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:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:767)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	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:43)
	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: org.apache.solr.common.SolrException
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:873)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:646)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:491)
	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:255)
	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:249)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more
Caused by: java.lang.RuntimeException
	at org.apache.solr.spelling.suggest.fst.BlendedInfixLookupFactory.create(BlendedInfixLookupFactory.java:102)
	at org.apache.solr.spelling.suggest.SolrSuggester.init(SolrSuggester.java:104)
	at org.apache.solr.handler.component.SuggestComponent.inform(SuggestComponent.java:113)
	at org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:651)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:856)
	... 8 more




Build Log:
[...truncated 11865 lines...]
   [junit4] Suite: org.apache.solr.spelling.suggest.TestFreeTextSuggestions
   [junit4]   2> Creating dataDir: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFreeTextSuggestions-3CD9F3BDF4D5A4BA-001/init-core-data-001
   [junit4]   2> 379982 T1167 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 379984 T1167 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 379984 T1167 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 379986 T1167 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 379986 T1167 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 379987 T1167 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 380119 T1167 oasc.SolrConfig.<init> Using Lucene MatchVersion: 4.11.0
   [junit4]   2> 380174 T1167 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-phrasesuggest.xml
   [junit4]   2> 380176 T1167 oass.IndexSchema.readSchema Reading Solr Schema from schema-phrasesuggest.xml
   [junit4]   2> 380183 T1167 oass.IndexSchema.readSchema [null] Schema name=test
   [junit4]   2> 380211 T1167 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 380213 T1167 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 380214 T1167 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 380215 T1167 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr
   [junit4]   2> 380215 T1167 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/'
   [junit4]   2> 380273 T1167 oasc.CoreContainer.<init> New CoreContainer 1541389213
   [junit4]   2> 380273 T1167 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/]
   [junit4]   2> 380274 T1167 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 380275 T1167 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 380275 T1167 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 380275 T1167 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 380276 T1167 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 380276 T1167 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 380276 T1167 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 380276 T1167 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 380277 T1167 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 380281 T1167 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=false
   [junit4]   2> 380285 T1167 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 380285 T1167 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 380285 T1167 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 380291 T1168 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 380292 T1168 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 380292 T1168 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 380292 T1168 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 380347 T1168 oasc.SolrConfig.<init> Using Lucene MatchVersion: 4.11.0
   [junit4]   2> 380402 T1168 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-phrasesuggest.xml
   [junit4]   2> 380403 T1168 oass.IndexSchema.readSchema Reading Solr Schema from schema-phrasesuggest.xml
   [junit4]   2> 380410 T1168 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 380433 T1168 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 380434 T1168 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 380435 T1168 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 380436 T1168 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 380436 T1168 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFreeTextSuggestions-3CD9F3BDF4D5A4BA-001/init-core-data-001/
   [junit4]   2> 380436 T1168 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 380437 T1168 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFreeTextSuggestions-3CD9F3BDF4D5A4BA-001/init-core-data-001
   [junit4]   2> 380437 T1168 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFreeTextSuggestions-3CD9F3BDF4D5A4BA-001/init-core-data-001/index/
   [junit4]   2> 380438 T1168 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFreeTextSuggestions-3CD9F3BDF4D5A4BA-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 380438 T1168 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFreeTextSuggestions-3CD9F3BDF4D5A4BA-001/init-core-data-001/index
   [junit4]   2> 380438 T1168 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=36.2646484375, floorSegmentMB=1.34375, forceMergeDeletesPctAllowed=2.812015569725812, segmentsPerTier=3.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5463186155676273
   [junit4]   2> 380439 T1168 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@750c74f0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@621ad03),segFN=segments_1,generation=1}
   [junit4]   2> 380440 T1168 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 380441 T1168 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 380442 T1168 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 380442 T1168 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 380442 T1168 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 380443 T1168 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 380443 T1168 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 380443 T1168 oasc.RequestHandlers.initHandlersFromConfig created /suggest_wfst: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 380444 T1168 oasc.RequestHandlers.initHandlersFromConfig created /suggest_analyzing: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 380444 T1168 oasc.RequestHandlers.initHandlersFromConfig created /infix_suggest_analyzing: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 380444 T1168 oasc.RequestHandlers.initHandlersFromConfig created /fuzzy_suggest_analyzing_with_file_dict: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 380445 T1168 oasc.RequestHandlers.initHandlersFromConfig created /blended_infix_suggest: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 380445 T1168 oasc.RequestHandlers.initHandlersFromConfig created /free_text_suggest: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 380445 T1168 oasc.RequestHandlers.initHandlersFromConfig created /fuzzy_suggest_analyzing_with_high_freq_dict: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 380446 T1168 oasc.RequestHandlers.initHandlersFromConfig created /fuzzy_suggest_analyzing: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 380446 T1168 oasc.RequestHandlers.initHandlersFromConfig created /fuzzy_suggest_analyzing_with_max_edit_2: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 380446 T1168 oasc.RequestHandlers.initHandlersFromConfig created /fuzzy_suggest_analyzing_with_non_fuzzy_prefix_4: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 380446 T1168 oasc.RequestHandlers.initHandlersFromConfig created /fuzzy_suggest_analyzing_with_min_fuzzy_length_2: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 380464 T1168 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 380466 T1168 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 380468 T1168 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 380470 T1168 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 380473 T1168 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 380473 T1168 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 380474 T1168 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=37.33984375, floorSegmentMB=2.166015625, forceMergeDeletesPctAllowed=28.362175078335756, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3328459245016836
   [junit4]   2> 380475 T1168 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@750c74f0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@621ad03),segFN=segments_1,generation=1}
   [junit4]   2> 380475 T1168 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 380475 T1168 oass.SolrIndexSearcher.<init> Opening Searcher@3a232770[collection1] main
   [junit4]   2> 380476 T1168 oasr.ManagedResourceStorage.newStorageIO WARN Cannot write to config directory /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 380476 T1168 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 380476 T1168 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 380477 T1168 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 380477 T1168 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using InMemoryStorage
   [junit4]   2> 380477 T1168 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 380477 T1168 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 380478 T1168 oasss.Suggester.init init: {name=suggest_wfst,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.fst.WFSTLookupFactory,storeDir=suggest_wfst,buildOnCommit=false,exactMatchFirst=true,sourceLocation=phrasesuggest.txt}
   [junit4]   2> 380479 T1168 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 380479 T1168 oasss.Suggester.init init: {name=suggest_analyzing,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.fst.AnalyzingLookupFactory,storeDir=suggest_analyzing,buildOnCommit=false,exactMatchFirst=true,suggestAnalyzerFieldType=ja_suggest,preserveSep=false,sourceLocation=jasuggest.txt}
   [junit4]   2> 380481 T1168 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 380481 T1168 oasss.Suggester.init init: {name=infix_suggest_analyzing,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.fst.AnalyzingInfixLookupFactory,buildOnCommit=false,suggestAnalyzerFieldType=text,sourceLocation=analyzingInfixSuggest.txt}
   [junit4]   2> 380482 T1168 oashc.SuggestComponent.inform Initializing SuggestComponent
   [junit4]   2> 380482 T1168 oasss.SolrSuggester.init init: {name=fuzzy_suggest_analyzing_with_high_freq_dict,lookupImpl=org.apache.solr.spelling.suggest.fst.FuzzyLookupFactory,dictionaryImpl=org.apache.solr.spelling.suggest.HighFrequencyDictionaryFactory,storeDir=fuzzy_suggest_analyzing,buildOnCommit=false,exactMatchFirst=true,suggestAnalyzerFieldType=text,preserveSep=false,field=stext}
   [junit4]   2> 380483 T1168 oasss.SolrSuggester.init Dictionary loaded with params: {name=fuzzy_suggest_analyzing_with_high_freq_dict,lookupImpl=org.apache.solr.spelling.suggest.fst.FuzzyLookupFactory,dictionaryImpl=org.apache.solr.spelling.suggest.HighFrequencyDictionaryFactory,storeDir=fuzzy_suggest_analyzing,buildOnCommit=false,exactMatchFirst=true,suggestAnalyzerFieldType=text,preserveSep=false,field=stext}
   [junit4]   2> 380483 T1168 oashc.SuggestComponent.inform Initializing SuggestComponent
   [junit4]   2> 380484 T1168 oasss.SolrSuggester.init init: {name=free_text_suggest,lookupImpl=FreeTextLookupFactory,dictionaryImpl=FileDictionaryFactory,storeDir=free_text_suggest,buildOnCommit=false,sourceLocation=freeTextSuggest.txt,separator= ,suggestFreeTextAnalyzerFieldType=text,ngrams=2}
   [junit4]   2> 380485 T1168 oasss.SolrSuggester.init Dictionary loaded with params: {name=free_text_suggest,lookupImpl=FreeTextLookupFactory,dictionaryImpl=FileDictionaryFactory,storeDir=free_text_suggest,buildOnCommit=false,sourceLocation=freeTextSuggest.txt,separator= ,suggestFreeTextAnalyzerFieldType=text,ngrams=2}
   [junit4]   2> 380485 T1168 oashc.SuggestComponent.inform Initializing SuggestComponent
   [junit4]   2> 380485 T1168 oasss.SolrSuggester.init init: {name=blended_infix_suggest_linear,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=FileDictionaryFactory,buildOnCommit=false,sourceLocation=blendedInfixSuggest.txt,indexPath=blendedInfixDir1,blenderType=linear,suggestAnalyzerFieldType=text}
   [junit4]   2> 381489 T1168 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@314d32e9
   [junit4]   2> 381489 T1169 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3a232770[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 381489 T1168 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 381490 T1168 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 381490 T1168 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 381491 T1168 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 381491 T1168 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 381491 T1168 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 381492 T1168 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFreeTextSuggestions-3CD9F3BDF4D5A4BA-001/init-core-data-001 [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFreeTextSuggestions-3CD9F3BDF4D5A4BA-001/init-core-data-001;done=false>>]
   [junit4]   2> 381492 T1168 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFreeTextSuggestions-3CD9F3BDF4D5A4BA-001/init-core-data-001
   [junit4]   2> 381492 T1168 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFreeTextSuggestions-3CD9F3BDF4D5A4BA-001/init-core-data-001/index [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFreeTextSuggestions-3CD9F3BDF4D5A4BA-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 381493 T1168 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFreeTextSuggestions-3CD9F3BDF4D5A4BA-001/init-core-data-001/index
   [junit4]   2> 381493 T1168 oasc.CoreContainer.create ERROR Error creating core [collection1]: null org.apache.solr.common.SolrException
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:873)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:646)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:491)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:255)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:249)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: java.lang.RuntimeException
   [junit4]   2> 	at org.apache.solr.spelling.suggest.fst.BlendedInfixLookupFactory.create(BlendedInfixLookupFactory.java:102)
   [junit4]   2> 	at org.apache.solr.spelling.suggest.SolrSuggester.init(SolrSuggester.java:104)
   [junit4]   2> 	at org.apache.solr.handler.component.SuggestComponent.inform(SuggestComponent.java:113)
   [junit4]   2> 	at org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:651)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:856)
   [junit4]   2> 	... 8 more
   [junit4]   2> 
   [junit4]   2> 381497 T1167 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 381498 T1167 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 381498 T1167 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1541389213
   [junit4]   2> NOTE: test params are: codec=Lucene42, sim=DefaultSimilarity, locale=de_AT, timezone=VST
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_60 (64-bit)/cpus=16,threads=1,free=48568152,total=274202624
   [junit4]   2> NOTE: All tests run in this JVM: [BadComponentTest, EchoParamsTest, TestRTGBase, TestUtils, TestWordDelimiterFilterFactory, TestSerializedLuceneMatchVersion, CoreMergeIndexesAdminHandlerTest, OpenExchangeRatesOrgProviderTest, TestNoOpRegenerator, TestTolerantSearch, TestCopyFieldCollectionResource, AnalysisErrorHandlingTest, TestDistributedSearch, RankQueryTest, QueryResultKeyTest, TestTrie, TestBlendedInfixSuggestions, TestConfig, PathHierarchyTokenizerFactoryTest, SimpleFacetsTest, SharedFSAutoReplicaFailoverUtilsTest, TestFreeTextSuggestions]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestFreeTextSuggestions -Dtests.seed=3CD9F3BDF4D5A4BA -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/lucene-data/enwiki.random.lines.txt -Dtests.locale=de_AT -Dtests.timezone=VST -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestFreeTextSuggestions (suite) <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: SolrCore 'collection1' is not available due to init failure: null
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3CD9F3BDF4D5A4BA]:0)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:745)
   [junit4]    > 	at org.apache.solr.util.TestHarness.getCore(TestHarness.java:209)
   [junit4]    > 	at org.apache.solr.util.TestHarness$LocalRequestFactory.makeRequest(TestHarness.java:420)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.req(SolrTestCaseJ4.java:990)
   [junit4]    > 	at org.apache.solr.spelling.suggest.TestFreeTextSuggestions.beforeClass(TestFreeTextSuggestions.java:32)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.solr.common.SolrException
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:873)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:646)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:491)
   [junit4]    > 	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:255)
   [junit4]    > 	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:249)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    > 	... 1 more
   [junit4]    > Caused by: java.lang.RuntimeException
   [junit4]    > 	at org.apache.solr.spelling.suggest.fst.BlendedInfixLookupFactory.create(BlendedInfixLookupFactory.java:102)
   [junit4]    > 	at org.apache.solr.spelling.suggest.SolrSuggester.init(SolrSuggester.java:104)
   [junit4]    > 	at org.apache.solr.handler.component.SuggestComponent.inform(SuggestComponent.java:113)
   [junit4]    > 	at org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:651)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:856)
   [junit4]    > 	... 8 more
   [junit4] Completed on J0 in 1.63s, 0 tests, 1 error <<< FAILURES!

[...truncated 861 lines...]
   [junit4] Suite: org.apache.solr.spelling.suggest.TestAnalyzedSuggestions
   [junit4]   2> Creating dataDir: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestAnalyzedSuggestions-3CD9F3BDF4D5A4BA-001/init-core-data-001
   [junit4]   2> 4607050 T36810 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 4607052 T36810 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 4607052 T36810 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 4607054 T36810 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 4607054 T36810 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 4607055 T36810 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 4607184 T36810 oasc.SolrConfig.<init> Using Lucene MatchVersion: 4.11.0
   [junit4]   2> 4607240 T36810 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-phrasesuggest.xml
   [junit4]   2> 4607242 T36810 oass.IndexSchema.readSchema Reading Solr Schema from schema-phrasesuggest.xml
   [junit4]   2> 4607248 T36810 oass.IndexSchema.readSchema [null] Schema name=test
   [junit4]   2> 4607276 T36810 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4607278 T36810 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4607279 T36810 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 4607279 T36810 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr
   [junit4]   2> 4607279 T36810 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/'
   [junit4]   2> 4607336 T36810 oasc.CoreContainer.<init> New CoreContainer 1719297351
   [junit4]   2> 4607337 T36810 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/]
   [junit4]   2> 4607338 T36810 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 4607338 T36810 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 4607339 T36810 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 4607339 T36810 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4607339 T36810 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4607339 T36810 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4607340 T36810 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4607340 T36810 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4607340 T36810 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4607341 T36810 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=false
   [junit4]   2> 4607341 T36810 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4607341 T36810 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4607342 T36810 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 4607346 T36811 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 4607349 T36811 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 4607349 T36811 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 4607350 T36811 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 4607440 T36811 oasc.SolrConfig.<init> Using Lucene MatchVersion: 4.11.0
   [junit4]   2> 4607497 T36811 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-phrasesuggest.xml
   [junit4]   2> 4607498 T36811 oass.IndexSchema.readSchema Reading Solr Schema from schema-phrasesuggest.xml
   [junit4]   2> 4607505 T36811 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4607529 T36811 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4607531 T36811 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4607532 T36811 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 4607532 T36811 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4607532 T36811 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestAnalyzedSuggestions-3CD9F3BDF4D5A4BA-001/init-core-data-001/
   [junit4]   2> 4607533 T36811 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 4607534 T36811 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestAnalyzedSuggestions-3CD9F3BDF4D5A4BA-001/init-core-data-001
   [junit4]   2> 4607535 T36811 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestAnalyzedSuggestions-3CD9F3BDF4D5A4BA-001/init-core-data-001/index/
   [junit4]   2> 4607535 T36811 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestAnalyzedSuggestions-3CD9F3BDF4D5A4BA-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 4607538 T36811 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestAnalyzedSuggestions-3CD9F3BDF4D5A4BA-001/init-core-data-001/index
   [junit4]   2> 4607539 T36811 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=76.1005859375, floorSegmentMB=0.8701171875, forceMergeDeletesPctAllowed=19.16126793467753, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4975158231867526
   [junit4]   2> 4607540 T36811 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@59bce7ea lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@39778b21; maxCacheMB=0.9990234375 maxMergeSizeMB=0.04296875)),segFN=segments_1,generation=1}
   [junit4]   2> 4607540 T36811 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4607541 T36811 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4607542 T36811 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4607542 T36811 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4607542 T36811 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4607542 T36811 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4607543 T36811 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 4607543 T36811 oasc.RequestHandlers.initHandlersFromConfig created /suggest_wfst: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4607543 T36811 oasc.RequestHandlers.initHandlersFromConfig created /suggest_analyzing: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4607543 T36811 oasc.RequestHandlers.initHandlersFromConfig created /infix_suggest_analyzing: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4607544 T36811 oasc.RequestHandlers.initHandlersFromConfig created /fuzzy_suggest_analyzing_with_file_dict: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4607544 T36811 oasc.RequestHandlers.initHandlersFromConfig created /blended_infix_suggest: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4607544 T36811 oasc.RequestHandlers.initHandlersFromConfig created /free_text_suggest: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4607545 T36811 oasc.RequestHandlers.initHandlersFromConfig created /fuzzy_suggest_analyzing_with_high_freq_dict: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4607545 T36811 oasc.RequestHandlers.initHandlersFromConfig created /fuzzy_suggest_analyzing: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4607545 T36811 oasc.RequestHandlers.initHandlersFromConfig created /fuzzy_suggest_analyzing_with_max_edit_2: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4607545 T36811 oasc.RequestHandlers.initHandlersFromConfig created /fuzzy_suggest_analyzing_with_non_fuzzy_prefix_4: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4607546 T36811 oasc.RequestHandlers.initHandlersFromConfig created /fuzzy_suggest_analyzing_with_min_fuzzy_length_2: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4607565 T36811 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4607567 T36811 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4607569 T36811 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4607571 T36811 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4607574 T36811 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4607574 T36811 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4607575 T36811 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=566704825, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 4607576 T36811 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@59bce7ea lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@39778b21; maxCacheMB=0.9990234375 maxMergeSizeMB=0.04296875)),segFN=segments_1,generation=1}
   [junit4]   2> 4607576 T36811 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4607576 T36811 oass.SolrIndexSearcher.<init> Opening Searcher@5c5bf34f[collection1] main
   [junit4]   2> 4607577 T36811 oasr.ManagedResourceStorage.newStorageIO WARN Cannot write to config directory /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 4607577 T36811 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 4607578 T36811 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 4607578 T36811 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 4607578 T36811 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using InMemoryStorage
   [junit4]   2> 4607578 T36811 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4607579 T36811 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 4607579 T36811 oasss.Suggester.init init: {name=suggest_wfst,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.fst.WFSTLookupFactory,storeDir=suggest_wfst,buildOnCommit=false,exactMatchFirst=true,sourceLocation=phrasesuggest.txt}
   [junit4]   2> 4607580 T36811 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 4607580 T36811 oasss.Suggester.init init: {name=suggest_analyzing,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.fst.AnalyzingLookupFactory,storeDir=suggest_analyzing,buildOnCommit=false,exactMatchFirst=true,suggestAnalyzerFieldType=ja_suggest,preserveSep=false,sourceLocation=jasuggest.txt}
   [junit4]   2> 4607582 T36811 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 4607582 T36811 oasss.Suggester.init init: {name=infix_suggest_analyzing,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.fst.AnalyzingInfixLookupFactory,buildOnCommit=false,suggestAnalyzerFieldType=text,sourceLocation=analyzingInfixSuggest.txt}
   [junit4]   2> 4607583 T36811 oashc.SuggestComponent.inform Initializing SuggestComponent
   [junit4]   2> 4607583 T36811 oasss.SolrSuggester.init init: {name=fuzzy_suggest_analyzing_with_high_freq_dict,lookupImpl=org.apache.solr.spelling.suggest.fst.FuzzyLookupFactory,dictionaryImpl=org.apache.solr.spelling.suggest.HighFrequencyDictionaryFactory,storeDir=fuzzy_suggest_analyzing,buildOnCommit=false,exactMatchFirst=true,suggestAnalyzerFieldType=text,preserveSep=false,field=stext}
   [junit4]   2> 4607584 T36811 oasss.SolrSuggester.init Dictionary loaded with params: {name=fuzzy_suggest_analyzing_with_high_freq_dict,lookupImpl=org.apache.solr.spelling.suggest.fst.FuzzyLookupFactory,dictionaryImpl=org.apache.solr.spelling.suggest.HighFrequencyDictionaryFactory,storeDir=fuzzy_suggest_analyzing,buildOnCommit=false,exactMatchFirst=true,suggestAnalyzerFieldType=text,preserveSep=false,field=stext}
   [junit4]   2> 4607584 T36811 oashc.SuggestComponent.inform Initializing SuggestComponent
   [junit4]   2> 4607584 T36811 oasss.SolrSuggester.init init: {name=free_text_suggest,lookupImpl=FreeTextLookupFactory,dictionaryImpl=FileDictionaryFactory,storeDir=free_text_suggest,buildOnCommit=false,sourceLocation=freeTextSuggest.txt,separator= ,suggestFreeTextAnalyzerFieldType=text,ngrams=2}
   [junit4]   2> 4607586 T36811 oasss.SolrSuggester.init Dictionary loaded with params: {name=free_text_suggest,lookupImpl=FreeTextLookupFactory,dictionaryImpl=FileDictionaryFactory,storeDir=free_text_suggest,buildOnCommit=false,sourceLocation=freeTextSuggest.txt,separator= ,suggestFreeTextAnalyzerFieldType=text,ngrams=2}
   [junit4]   2> 4607586 T36811 oashc.SuggestComponent.inform Initializing SuggestComponent
   [junit4]   2> 4607587 T36811 oasss.SolrSuggester.init init: {name=blended_infix_suggest_linear,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=FileDictionaryFactory,buildOnCommit=false,sourceLocation=blendedInfixSuggest.txt,indexPath=blendedInfixDir1,blenderType=linear,suggestAnalyzerFieldType=text}
   [junit4]   2> 4608590 T36811 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@64acd0a0
   [junit4]   2> 4608590 T36812 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5c5bf34f[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 4608590 T36811 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 4608591 T36811 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 4608591 T36811 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 4608591 T36811 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 4608592 T36811 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 4608592 T36811 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 4608592 T36811 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestAnalyzedSuggestions-3CD9F3BDF4D5A4BA-001/init-core-data-001/index [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestAnalyzedSuggestions-3CD9F3BDF4D5A4BA-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 4608593 T36811 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestAnalyzedSuggestions-3CD9F3BDF4D5A4BA-001/init-core-data-001/index
   [junit4]   2> 4608593 T36811 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestAnalyzedSuggestions-3CD9F3BDF4D5A4BA-001/init-core-data-001 [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestAnalyzedSuggestions-3CD9F3BDF4D5A4BA-001/init-core-data-001;done=false>>]
   [junit4]   2> 4608593 T36811 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestAnalyzedSuggestions-3CD9F3BDF4D5A4BA-001/init-core-data-001
   [junit4]   2> 4608593 T36811 oasc.CoreContainer.create ERROR Error creating core [collection1]: null org.apache.solr.common.SolrException
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:873)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:646)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:491)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:255)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:249)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: java.lang.RuntimeException
   [junit4]   2> 	at org.apache.solr.spelling.suggest.fst.BlendedInfixLookupFactory.create(BlendedInfixLookupFactory.java:102)
   [junit4]   2> 	at org.apache.solr.spelling.suggest.SolrSuggester.init(SolrSuggester.java:104)
   [junit4]   2> 	at org.apache.solr.handler.component.SuggestComponent.inform(SuggestComponent.java:113)
   [junit4]   2> 	at org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:651)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:856)
   [junit4]   2> 	... 8 more
   [junit4]   2> 
   [junit4]   2> 4608597 T36810 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 4608597 T36810 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 4608598 T36810 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1719297351
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene410), sim=DefaultSimilarity, locale=no_NO_NY, timezone=America/Juneau
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_60 (64-bit)/cpus=16,threads=1,free=343708320,total=468713472
   [junit4]   2> NOTE: All tests run in this JVM: [BadComponentTest, EchoParamsTest, TestRTGBase, TestUtils, TestWordDelimiterFilterFactory, TestSerializedLuceneMatchVersion, CoreMergeIndexesAdminHandlerTest, OpenExchangeRatesOrgProviderTest, TestNoOpRegenerator, TestTolerantSearch, TestCopyFieldCollectionResource, AnalysisErrorHandlingTest, TestDistributedSearch, RankQueryTest, QueryResultKeyTest, TestTrie, TestBlendedInfixSuggestions, TestConfig, PathHierarchyTokenizerFactoryTest, SimpleFacetsTest, SharedFSAutoReplicaFailoverUtilsTest, TestFreeTextSuggestions, PluginInfoTest, TestExceedMaxTermLength, TestNonDefinedSimilarityFactory, TestDefaultSimilarityFactory, AliasIntegrationTest, PingRequestHandlerTest, ResourceLoaderTest, TestManagedStopFilterFactory, DirectSolrSpellCheckerTest, HdfsRecoveryZkTest, PreAnalyzedUpdateProcessorTest, TestFieldCollectionResource, BlockDirectoryTest, DistributedSpellCheckComponentTest, SpellPossibilityIteratorTest, PeerSyncTest, ShowFileRequestHandlerTest, TestSuggestSpellingConverter, TestSchemaNameResource, JsonLoaderTest, TestSolrJ, LeaderElectionTest, TestSimpleQParserPlugin, TestFastOutputStream, QueryEqualityTest, SignatureUpdateProcessorFactoryTest, SuggestComponentTest, PrimitiveFieldTypeTest, DistributedIntervalFacetingTest, FastVectorHighlighterTest, DocValuesMissingTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestConfigSets, ZkNodePropsTest, DistribCursorPagingTest, DocExpirationUpdateProcessorFactoryTest, TestRangeQuery, TestStressReorder, TestSolrCoreProperties, BJQParserTest, TestStressVersions, ClusterStateUpdateTest, UpdateParamsTest, TestSchemaVersionResource, TestChildDocTransformer, TestInfoStreamLogging, DistributedSuggestComponentTest, MinimalSchemaTest, ChangedSchemaMergeTest, OverseerTest, SolrCmdDistributorTest, BasicDistributedZkTest, WordBreakSolrSpellCheckerTest, ResponseLogComponentTest, TestSolrDeletionPolicy2, AnalyticsQueryTest, CoreAdminCreateDiscoverTest, InfoHandlerTest, DocValuesMultiTest, TestCursorMarkWithoutUniqueKey, DisMaxRequestHandlerTest, TestReplicationHandler, StatelessScriptUpdateProcessorFactoryTest, ZkCLITest, BasicFunctionalityTest, TestBM25SimilarityFactory, TestCloudPivotFacet, StandardRequestHandlerTest, CurrencyFieldOpenExchangeTest, TestCollationFieldDocValues, ShardRoutingTest, SyncSliceTest, DateMathParserTest, TestLeaderElectionZkExpiry, PreAnalyzedFieldTest, MultiThreadedOCPTest, TestArbitraryIndexDir, TestBinaryResponseWriter, TestFoldingMultitermQuery, CoreAdminRequestStatusTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, ZkSolrClientTest, TestZkChroot, TestRandomDVFaceting, ShardRoutingCustomTest, TermVectorComponentDistributedTest, TestCoreContainer, TestGroupingSearch, TestFunctionQuery, TestLazyCores, HighlighterTest, DistributedQueryElevationComponentTest, SolrRequestParserTest, TestStressLucene, SpatialFilterTest, PolyFieldTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, DefaultValueUpdateProcessorTest, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, CacheHeaderTest, TestWriterPerf, TestQueryTypes, TermsComponentTest, DocumentBuilderTest, TestValueSourceCache, TestSolrQueryParser, SolrPluginUtilsTest, TestJmxIntegration, UpdateRequestProcessorFactoryTest, MBeansHandlerTest, TestAnalyzedSuggestions]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestAnalyzedSuggestions -Dtests.seed=3CD9F3BDF4D5A4BA -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/lucene-data/enwiki.random.lines.txt -Dtests.locale=no_NO_NY -Dtests.timezone=America/Juneau -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestAnalyzedSuggestions (suite) <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: SolrCore 'collection1' is not available due to init failure: null
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3CD9F3BDF4D5A4BA]:0)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:745)
   [junit4]    > 	at org.apache.solr.util.TestHarness.getCore(TestHarness.java:209)
   [junit4]    > 	at org.apache.solr.util.TestHarness$LocalRequestFactory.makeRequest(TestHarness.java:420)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.req(SolrTestCaseJ4.java:990)
   [junit4]    > 	at org.apache.solr.spelling.suggest.TestAnalyzedSuggestions.beforeClass(TestAnalyzedSuggestions.java:30)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.solr.common.SolrException
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:873)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:646)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:491)
   [junit4]    > 	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:255)
   [junit4]    > 	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:249)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    > 	... 1 more
   [junit4]    > Caused by: java.lang.RuntimeException
   [junit4]    > 	at org.apache.solr.spelling.suggest.fst.BlendedInfixLookupFactory.create(BlendedInfixLookupFactory.java:102)
   [junit4]    > 	at org.apache.solr.spelling.suggest.SolrSuggester.init(SolrSuggester.java:104)
   [junit4]    > 	at org.apache.solr.handler.component.SuggestComponent.inform(SuggestComponent.java:113)
   [junit4]    > 	at org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:651)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:856)
   [junit4]    > 	... 8 more
   [junit4] Completed on J0 in 1.61s, 0 tests, 1 error <<< FAILURES!

[...truncated 43 lines...]
   [junit4] Suite: org.apache.solr.spelling.suggest.TestFuzzyAnalyzedSuggestions
   [junit4]   2> Creating dataDir: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFuzzyAnalyzedSuggestions-3CD9F3BDF4D5A4BA-001/init-core-data-001
   [junit4]   2> 4621848 T36872 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 4621851 T36872 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 4621851 T36872 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 4621852 T36872 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 4621853 T36872 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 4621854 T36872 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 4621994 T36872 oasc.SolrConfig.<init> Using Lucene MatchVersion: 4.11.0
   [junit4]   2> 4622049 T36872 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-phrasesuggest.xml
   [junit4]   2> 4622050 T36872 oass.IndexSchema.readSchema Reading Solr Schema from schema-phrasesuggest.xml
   [junit4]   2> 4622057 T36872 oass.IndexSchema.readSchema [null] Schema name=test
   [junit4]   2> 4622086 T36872 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4622088 T36872 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4622089 T36872 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 4622089 T36872 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr
   [junit4]   2> 4622090 T36872 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/'
   [junit4]   2> 4622148 T36872 oasc.CoreContainer.<init> New CoreContainer 163345337
   [junit4]   2> 4622149 T36872 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/]
   [junit4]   2> 4622150 T36872 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 4622150 T36872 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 4622151 T36872 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 4622151 T36872 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4622151 T36872 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4622151 T36872 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4622152 T36872 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4622152 T36872 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4622152 T36872 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4622156 T36872 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=false
   [junit4]   2> 4622159 T36872 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4622159 T36872 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4622159 T36872 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 4622165 T36873 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 4622169 T36873 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 4622169 T36873 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 4622170 T36873 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 4622234 T36873 oasc.SolrConfig.<init> Using Lucene MatchVersion: 4.11.0
   [junit4]   2> 4622292 T36873 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-phrasesuggest.xml
   [junit4]   2> 4622293 T36873 oass.IndexSchema.readSchema Reading Solr Schema from schema-phrasesuggest.xml
   [junit4]   2> 4622300 T36873 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4622324 T36873 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4622326 T36873 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4622327 T36873 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 4622327 T36873 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4622328 T36873 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFuzzyAnalyzedSuggestions-3CD9F3BDF4D5A4BA-001/init-core-data-001/
   [junit4]   2> 4622328 T36873 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 4622329 T36873 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFuzzyAnalyzedSuggestions-3CD9F3BDF4D5A4BA-001/init-core-data-001
   [junit4]   2> 4622329 T36873 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFuzzyAnalyzedSuggestions-3CD9F3BDF4D5A4BA-001/init-core-data-001/index/
   [junit4]   2> 4622329 T36873 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFuzzyAnalyzedSuggestions-3CD9F3BDF4D5A4BA-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 4622332 T36873 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFuzzyAnalyzedSuggestions-3CD9F3BDF4D5A4BA-001/init-core-data-001/index
   [junit4]   2> 4622332 T36873 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@5cf609d
   [junit4]   2> 4622333 T36873 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@59c23e4f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@71cfe665),segFN=segments_1,generation=1}
   [junit4]   2> 4622334 T36873 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4622335 T36873 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4622335 T36873 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4622335 T36873 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4622336 T36873 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4622336 T36873 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4622336 T36873 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 4622337 T36873 oasc.RequestHandlers.initHandlersFromConfig created /suggest_wfst: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4622337 T36873 oasc.RequestHandlers.initHandlersFromConfig created /suggest_analyzing: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4622337 T36873 oasc.RequestHandlers.initHandlersFromConfig created /infix_suggest_analyzing: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4622338 T36873 oasc.RequestHandlers.initHandlersFromConfig created /fuzzy_suggest_analyzing_with_file_dict: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4622338 T36873 oasc.RequestHandlers.initHandlersFromConfig created /blended_infix_suggest: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4622338 T36873 oasc.RequestHandlers.initHandlersFromConfig created /free_text_suggest: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4622338 T36873 oasc.RequestHandlers.initHandlersFromConfig created /fuzzy_suggest_analyzing_with_high_freq_dict: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4622339 T36873 oasc.RequestHandlers.initHandlersFromConfig created /fuzzy_suggest_analyzing: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4622339 T36873 oasc.RequestHandlers.initHandlersFromConfig created /fuzzy_suggest_analyzing_with_max_edit_2: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4622339 T36873 oasc.RequestHandlers.initHandlersFromConfig created /fuzzy_suggest_analyzing_with_non_fuzzy_prefix_4: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4622339 T36873 oasc.RequestHandlers.initHandlersFromConfig created /fuzzy_suggest_analyzing_with_min_fuzzy_length_2: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4622359 T36873 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4622361 T36873 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4622363 T36873 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4622365 T36873 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4622368 T36873 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4622369 T36873 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4622369 T36873 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=35, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8304425601428245]
   [junit4]   2> 4622370 T36873 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@59c23e4f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@71cfe665),segFN=segments_1,generation=1}
   [junit4]   2> 4622370 T36873 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4622370 T36873 oass.SolrIndexSearcher.<init

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

inedSimilarityFactory, TestDefaultSimilarityFactory, AliasIntegrationTest, PingRequestHandlerTest, ResourceLoaderTest, TestManagedStopFilterFactory, DirectSolrSpellCheckerTest, HdfsRecoveryZkTest, PreAnalyzedUpdateProcessorTest, TestFieldCollectionResource, BlockDirectoryTest, DistributedSpellCheckComponentTest, SpellPossibilityIteratorTest, PeerSyncTest, ShowFileRequestHandlerTest, TestSuggestSpellingConverter, TestSchemaNameResource, JsonLoaderTest, TestSolrJ, LeaderElectionTest, TestSimpleQParserPlugin, TestFastOutputStream, QueryEqualityTest, SignatureUpdateProcessorFactoryTest, SuggestComponentTest, PrimitiveFieldTypeTest, DistributedIntervalFacetingTest, FastVectorHighlighterTest, DocValuesMissingTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestConfigSets, ZkNodePropsTest, DistribCursorPagingTest, DocExpirationUpdateProcessorFactoryTest, TestRangeQuery, TestStressReorder, TestSolrCoreProperties, BJQParserTest, TestStressVersions, ClusterStateUpdateTest, UpdateParamsTest, TestSchemaVersionResource, TestChildDocTransformer, TestInfoStreamLogging, DistributedSuggestComponentTest, MinimalSchemaTest, ChangedSchemaMergeTest, OverseerTest, SolrCmdDistributorTest, BasicDistributedZkTest, WordBreakSolrSpellCheckerTest, ResponseLogComponentTest, TestSolrDeletionPolicy2, AnalyticsQueryTest, CoreAdminCreateDiscoverTest, InfoHandlerTest, DocValuesMultiTest, TestCursorMarkWithoutUniqueKey, DisMaxRequestHandlerTest, TestReplicationHandler, StatelessScriptUpdateProcessorFactoryTest, ZkCLITest, BasicFunctionalityTest, TestBM25SimilarityFactory, TestCloudPivotFacet, StandardRequestHandlerTest, CurrencyFieldOpenExchangeTest, TestCollationFieldDocValues, ShardRoutingTest, SyncSliceTest, DateMathParserTest, TestLeaderElectionZkExpiry, PreAnalyzedFieldTest, MultiThreadedOCPTest, TestArbitraryIndexDir, TestBinaryResponseWriter, TestFoldingMultitermQuery, CoreAdminRequestStatusTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, ZkSolrClientTest, TestZkChroot, TestRandomDVFaceting, ShardRoutingCustomTest, TermVectorComponentDistributedTest, TestCoreContainer, TestGroupingSearch, TestFunctionQuery, TestLazyCores, HighlighterTest, DistributedQueryElevationComponentTest, SolrRequestParserTest, TestStressLucene, SpatialFilterTest, PolyFieldTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, DefaultValueUpdateProcessorTest, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, CacheHeaderTest, TestWriterPerf, TestQueryTypes, TermsComponentTest, DocumentBuilderTest, TestValueSourceCache, TestSolrQueryParser, SolrPluginUtilsTest, TestJmxIntegration, UpdateRequestProcessorFactoryTest, MBeansHandlerTest, TestAnalyzedSuggestions, BinaryUpdateRequestHandlerTest, TestComponentsName, HighlighterConfigTest, TestSolrIndexConfig, TestMergePolicyConfig, MultiTermTest, SampleTest, TestDocSet, TestSearchPerf, NumericFieldsTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestPostingsSolrHighlighter, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestPhraseSuggestions, TestCodecSupport, TestDFRSimilarityFactory, TestNumberUtils, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, LegacyHTMLStripCharFilterTest, TestJmxMonitoredMap, TimeZoneUtilsTest, ScriptEngineTest, URLClassifyProcessorTest, TestFastLRUCache, TestSystemIdResolver, PrimUtilsTest, SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, TestDocumentBuilder, SliceStateTest, FileUtilsTest, CursorPagingTest, DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, HttpPartitionTest, MigrateRouteKeyTest, SSLMigrationTest, SharedFSAutoReplicaFailoverTest, TestCloudInspectUtil, TestRequestStatusCollectionAPI, TestShortCircuitedRequests, TriLevelCompositeIdRoutingTest, HdfsBasicDistributedZkTest, HdfsChaosMonkeySafeLeaderTest, HdfsSyncSliceTest, HdfsUnloadDistributedZkTest, StressHdfsTest, CachingDirectoryFactoryTest, TestImplicitCoreProperties, TestReloadAndDeleteDocs, TestShardHandlerFactory, TestSolrXml, TestSolrXmlPersistence, TestSolrXmlPersistor, TestReplicationHandlerBackup, DistributedFacetPivotLongTailTest, DistributedFacetPivotSmallTest, DistributedQueryComponentCustomSortTest, DistributedQueryComponentOptimizationTest, TestExpandComponent, TestPivotHelperCode, HighlighterMaxOffsetTest, TestSortingResponseWriter, TestManagedResourceStorage, TestDynamicFieldCollectionResource, TestDynamicFieldResource, TestFieldTypeResource, TestManagedSchemaFieldResource, TestSchemaResource, TestSchemaSimilarityResource, TestUniqueKeyFieldResource, TestManagedSynonymFilterFactory, BadCopyFieldTest, EnumFieldTest, TestCloudManagedSchema, TestCloudSchemaless, TestManagedSchema, AnalyticsMergeStrategyTest, CursorMarkTest, MergeStrategyTest, TestAddFieldRealTimeGet, TestCollapseQParserPlugin, TestComplexPhraseQParserPlugin, TestFieldSortValues, TestInitQParser, TestMissingGroups, TestOverriddenPrefixQueryForCustomFieldType, TestReRankQParserPlugin, TestRecoveryHdfs, TestSearcherReuse, TestSolr4Spatial2, TestStandardQParsers, ResponseHeaderTest, TestAnalyzeInfixSuggestions, TestHighFrequencyDictionaryFactory]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestHighFrequencyDictionaryFactory -Dtests.seed=3CD9F3BDF4D5A4BA -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/lucene-data/enwiki.random.lines.txt -Dtests.locale=es_AR -Dtests.timezone=CST -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestHighFrequencyDictionaryFactory (suite) <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: SolrCore 'collection1' is not available due to init failure: null
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3CD9F3BDF4D5A4BA]:0)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:745)
   [junit4]    > 	at org.apache.solr.util.TestHarness.getCoreInc(TestHarness.java:219)
   [junit4]    > 	at org.apache.solr.util.TestHarness.update(TestHarness.java:235)
   [junit4]    > 	at org.apache.solr.util.BaseTestHarness.checkUpdateStatus(BaseTestHarness.java:282)
   [junit4]    > 	at org.apache.solr.util.BaseTestHarness.validateUpdate(BaseTestHarness.java:252)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:663)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:642)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:636)
   [junit4]    > 	at org.apache.solr.spelling.suggest.TestHighFrequencyDictionaryFactory.beforeClass(TestHighFrequencyDictionaryFactory.java:32)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.solr.common.SolrException
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:873)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:646)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:491)
   [junit4]    > 	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:255)
   [junit4]    > 	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:249)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    > 	... 1 more
   [junit4]    > Caused by: java.lang.RuntimeException
   [junit4]    > 	at org.apache.solr.spelling.suggest.fst.BlendedInfixLookupFactory.create(BlendedInfixLookupFactory.java:102)
   [junit4]    > 	at org.apache.solr.spelling.suggest.SolrSuggester.init(SolrSuggester.java:104)
   [junit4]    > 	at org.apache.solr.handler.component.SuggestComponent.inform(SuggestComponent.java:113)
   [junit4]    > 	at org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:651)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:856)
   [junit4]    > 	... 8 more
   [junit4] Completed on J0 in 1.56s, 0 tests, 1 error <<< FAILURES!

[...truncated 46 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:482: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:455: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:45: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/extra-targets.xml:37: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build.xml:189: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/common-build.xml:496: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:1351: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:966: There were test failures: 419 suites, 1721 tests, 6 suite-level errors, 51 ignored (8 assumptions)

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



[JENKINS] Lucene-Solr-NightlyTests-4.x - Build # 605 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-4.x/605/

1 tests failed.
REGRESSION:  org.apache.solr.handler.component.DistributedTermsComponentTest.testDistribSearch

Error Message:
Captured an uncaught exception in thread: Thread[id=17853, name=Thread-5233, state=RUNNABLE, group=TGRP-DistributedTermsComponentTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=17853, name=Thread-5233, state=RUNNABLE, group=TGRP-DistributedTermsComponentTest]
	at __randomizedtesting.SeedInfo.seed([C93CB2E5A7E8F3E1:48DA3CFDD0B793DD]:0)
Caused by: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:50500/bp_h/w
	at __randomizedtesting.SeedInfo.seed([C93CB2E5A7E8F3E1]:0)
	at org.apache.solr.BaseDistributedSearchTestCase$5.run(BaseDistributedSearchTestCase.java:582)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:50500/bp_h/w
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:558)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
	at org.apache.solr.BaseDistributedSearchTestCase$5.run(BaseDistributedSearchTestCase.java:577)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:152)
	at java.net.SocketInputStream.read(SocketInputStream.java:122)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:442)
	at sun.security.ssl.InputRecord.read(InputRecord.java:480)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:448)
	... 5 more




Build Log:
[...truncated 12003 lines...]
   [junit4] Suite: org.apache.solr.handler.component.DistributedTermsComponentTest
   [junit4]   2> Creating dataDir: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.handler.component.DistributedTermsComponentTest-C93CB2E5A7E8F3E1-001/init-core-data-001
   [junit4]   2> 2382404 T17241 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 2382404 T17241 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /bp_h/w
   [junit4]   2> 2382411 T17241 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 2382415 T17241 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2382422 T17241 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 2382440 T17241 oejs.AbstractConnector.doStart Started SslSocketConnector@127.0.0.1:31104
   [junit4]   2> 2382445 T17241 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2382446 T17241 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2382446 T17241 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr
   [junit4]   2> 2382447 T17241 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/'
   [junit4]   2> 2382504 T17241 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/solr.xml
   [junit4]   2> 2382586 T17241 oasc.CoreContainer.<init> New CoreContainer 1436831797
   [junit4]   2> 2382586 T17241 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/]
   [junit4]   2> 2382587 T17241 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2382588 T17241 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 2382588 T17241 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2382588 T17241 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2382589 T17241 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2382589 T17241 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2382589 T17241 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2382590 T17241 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2382590 T17241 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2382593 T17241 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2382595 T17241 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2382595 T17241 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2382595 T17241 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2382600 T17251 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 2382603 T17251 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 2382604 T17251 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 2382604 T17251 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 2382673 T17251 oasc.SolrConfig.<init> Using Lucene MatchVersion: 4.11.0
   [junit4]   2> 2382762 T17251 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2382763 T17251 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2382776 T17251 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2383265 T17251 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2383267 T17251 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2383268 T17251 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2383283 T17251 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2383286 T17251 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2383298 T17251 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2383308 T17251 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2383313 T17251 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2383314 T17251 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2383315 T17251 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2383315 T17251 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2383316 T17251 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2383316 T17251 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2383316 T17251 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 2383317 T17251 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2383317 T17251 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.handler.component.DistributedTermsComponentTest-C93CB2E5A7E8F3E1-001/tempDir-001/control/data/
   [junit4]   2> 2383317 T17251 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@609b7670
   [junit4]   2> 2383320 T17251 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.handler.component.DistributedTermsComponentTest-C93CB2E5A7E8F3E1-001/tempDir-001/control/data
   [junit4]   2> 2383321 T17251 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.handler.component.DistributedTermsComponentTest-C93CB2E5A7E8F3E1-001/tempDir-001/control/data/index/
   [junit4]   2> 2383321 T17251 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.handler.component.DistributedTermsComponentTest-C93CB2E5A7E8F3E1-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2383323 T17251 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.handler.component.DistributedTermsComponentTest-C93CB2E5A7E8F3E1-001/tempDir-001/control/data/index
   [junit4]   2> 2383324 T17251 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=5, maxMergeAtOnceExplicit=5, maxMergedSegmentMB=18.30078125, floorSegmentMB=0.892578125, forceMergeDeletesPctAllowed=1.4423335680303684, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2383327 T17251 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedTermsComponentTest-C93CB2E5A7E8F3E1-001/index-NIOFSDirectory-001 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5a43fe89)),segFN=segments_1,generation=1}
   [junit4]   2> 2383328 T17251 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2383329 T17251 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 2383333 T17251 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2383333 T17251 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2383333 T17251 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2383334 T17251 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2383334 T17251 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2383334 T17251 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2383334 T17251 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2383335 T17251 oasup.UniqFieldsUpdateProcessorFactory.init WARN Use of the 'fields' init param in UniqFieldsUpdateProcessorFactory is deprecated, please use 'fieldName' (or another FieldMutatingUpdateProcessorFactory selector option) instead
   [junit4]   2> 2383335 T17251 oasup.UniqFieldsUpdateProcessorFactory.init Replacing 'fields' init param with (individual) 'fieldName' params
   [junit4]   2> 2383335 T17251 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2383335 T17251 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2383336 T17251 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2383336 T17251 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2383337 T17251 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2383337 T17251 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2383338 T17251 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2383338 T17251 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2383339 T17251 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2383339 T17251 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2383339 T17251 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2383340 T17251 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2383340 T17251 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2383341 T17251 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 2383341 T17251 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 2383341 T17251 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2383342 T17251 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2383342 T17251 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 2383342 T17251 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 2383343 T17251 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 2383343 T17251 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2383344 T17251 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2383344 T17251 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2383345 T17251 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2383345 T17251 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2383346 T17251 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2383346 T17251 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2383347 T17251 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2383347 T17251 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2383347 T17251 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2383348 T17251 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 2383348 T17251 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 2383371 T17251 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2383374 T17251 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2383376 T17251 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2383379 T17251 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2383381 T17251 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2383383 T17251 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 2383385 T17251 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2383385 T17251 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2383386 T17251 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=9, maxMergeAtOnceExplicit=4, maxMergedSegmentMB=84.306640625, floorSegmentMB=0.80078125, forceMergeDeletesPctAllowed=28.90502164936973, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2383389 T17251 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedTermsComponentTest-C93CB2E5A7E8F3E1-001/index-NIOFSDirectory-001 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5a43fe89)),segFN=segments_1,generation=1}
   [junit4]   2> 2383389 T17251 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2383390 T17251 oass.SolrIndexSearcher.<init> Opening Searcher@f11b5d7[collection1] main
   [junit4]   2> 2383391 T17251 oasr.RestManager.init Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 2383391 T17251 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 2383391 T17251 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 2383391 T17251 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using InMemoryStorage
   [junit4]   2> 2383392 T17251 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2383392 T17251 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 2383425 T17251 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2383485 T17252 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@f11b5d7[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 2383490 T17251 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2383491 T17241 oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1
   [junit4]   2> 2383491 T17241 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2383497 T17241 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2383505 T17241 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 2383509 T17241 oejs.AbstractConnector.doStart Started SslSocketConnector@127.0.0.1:32329
   [junit4]   2> 2383516 T17241 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2383517 T17241 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2383518 T17241 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr
   [junit4]   2> 2383518 T17241 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/'
   [junit4]   2> 2383590 T17241 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/solr.xml
   [junit4]   2> 2383727 T17241 oasc.CoreContainer.<init> New CoreContainer 290415575
   [junit4]   2> 2383728 T17241 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/]
   [junit4]   2> 2383730 T17241 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2383730 T17241 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 2383731 T17241 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2383731 T17241 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2383731 T17241 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2383732 T17241 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2383733 T17241 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2383733 T17241 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2383733 T17241 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2383736 T17241 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2383739 T17241 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2383739 T17241 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2383740 T17241 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2383746 T17263 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 2383754 T17263 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 2383755 T17263 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 2383755 T17263 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 2383837 T17263 oasc.SolrConfig.<init> Using Lucene MatchVersion: 4.11.0
   [junit4]   2> 2383927 T17263 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2383928 T17263 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2383941 T17263 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2384449 T17263 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2384452 T17263 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2384453 T17263 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2384469 T17263 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2384473 T17263 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2384486 T17263 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2384493 T17263 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2384499 T17263 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2384500 T17263 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2384501 T17263 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2384501 T17263 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2384502 T17263 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2384502 T17263 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2384503 T17263 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 2384503 T17263 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2384504 T17263 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.handler.component.DistributedTermsComponentTest-C93CB2E5A7E8F3E1-001/tempDir-001/shard0/data/
   [junit4]   2> 2384504 T17263 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@609b7670
   [junit4]   2> 2384508 T17263 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.handler.component.DistributedTermsComponentTest-C93CB2E5A7E8F3E1-001/tempDir-001/shard0/data
   [junit4]   2> 2384511 T17263 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.handler.component.DistributedTermsComponentTest-C93CB2E5A7E8F3E1-001/tempDir-001/shard0/data/index/
   [junit4]   2> 2384512 T17263 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.handler.component.DistributedTermsComponentTest-C93CB2E5A7E8F3E1-001/tempDir-001/shard0/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2384516 T17263 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.handler.component.DistributedTermsComponentTest-C93CB2E5A7E8F3E1-001/tempDir-001/shard0/data/index
   [junit4]   2> 2384517 T17263 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=5, maxMergeAtOnceExplicit=5, maxMergedSegmentMB=18.30078125, floorSegmentMB=0.892578125, forceMergeDeletesPctAllowed=1.4423335680303684, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2384520 T17263 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedTermsComponentTest-C93CB2E5A7E8F3E1-001/index-NIOFSDirectory-002 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27842040)),segFN=segments_1,generation=1}
   [junit4]   2> 2384521 T17263 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2384522 T17263 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 2384525 T17263 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2384525 T17263 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2384525 T17263 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2384526 T17263 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2384526 T17263 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2384526 T17263 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2384526 T17263 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2384527 T17263 oasup.UniqFieldsUpdateProcessorFactory.init WARN Use of the 'fields' init param in UniqFieldsUpdateProcessorFactory is deprecated, please use 'fieldName' (or another FieldMutatingUpdateProcessorFactory selector option) instead
   [junit4]   2> 2384527 T17263 oasup.UniqFieldsUpdateProcessorFactory.init Replacing 'fields' init param with (individual) 'fieldName' params
   [junit4]   2> 2384527 T17263 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2384528 T17263 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2384528 T17263 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2384528 T17263 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2384528 T17263 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2384529 T17263 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2384530 T17263 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2384530 T17263 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2384530 T17263 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2384531 T17263 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2384531 T17263 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2384532 T17263 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2384532 T17263 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2384533 T17263 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 2384533 T17263 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 2384534 T17263 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2384534 T17263 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2384535 T17263 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 2384535 T17263 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 2384535 T17263 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 2384536 T17263 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2384536 T17263 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2384536 T17263 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2384537 T17263 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2384537 T17263 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2384538 T17263 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2384538 T17263 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2384539 T17263 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2384539 T17263 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2384539 T17263 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2384540 T17263 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 2384540 T17263 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 2384564 T17263 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2384567 T17263 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2384570 T17263 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2384573 T17263 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2384575 T17263 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2384578 T17263 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 2384580 T17263 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2384581 T17263 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2384582 T17263 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=9, maxMergeAtOnceExplicit=4, maxMergedSegmentMB=84.306640625, floorSegmentMB=0.80078125, forceMergeDeletesPctAllowed=28.90502164936973, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2384585 T17263 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedTermsComponentTest-C93CB2E5A7E8F3E1-001/index-NIOFSDirectory-002 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27842040)),segFN=segments_1,generation=1}
   [junit4]   2> 2384586 T17263 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2384586 T17263 oass.SolrIndexSearcher.<init> Opening Searcher@3cf94534[collection1] main
   [junit4]   2> 2384587 T17263 oasr.RestManager.init Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 2384587 T17263 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 2384588 T17263 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 2384588 T17263 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using InMemoryStorage
   [junit4]   2> 2384588 T17263 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2384589 T17263 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 2384606 T17263 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2384835 T17264 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3cf94534[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 2384844 T17263 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2384845 T17241 oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1
   [junit4]   2> 2384846 T17241 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C2914 name=collection1 org.apache.solr.core.SolrCore@b213af2
   [junit4]   2> 2384983 T17244 C2914 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2384984 T17244 C2914 oasup.LogUpdateProcessor.finish [collection1] webapp=/bp_h/w path=/update params={wt=javabin&version=2} {deleteByQuery=*:*} 0 1
   [junit4]   2> ASYNC  NEW_CORE C2915 name=collection1 org.apache.solr.core.SolrCore@7f8c03d3
   [junit4]   2> 2385117 T17256 C2915 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2385118 T17256 C2915 oasup.LogUpdateProcessor.finish [collection1] webapp=/bp_h/w path=/update params={wt=javabin&version=2} {deleteByQuery=*:*} 0 1
   [junit4]   2> 2385133 T17245 C2914 oasup.LogUpdateProcessor.finish [collection1] webapp=/bp_h/w path=/update params={wt=javabin&version=2} {add=[18]} 0 6
   [junit4]   2> 2385153 T17257 C2915 oasup.LogUpdateProcessor.finish [collection1] webapp=/bp_h/w path=/update params={wt=javabin&version=2} {add=[18]} 0 6
   [junit4]   2> 2385158 T17246 C2914 oasup.LogUpdateProcessor.finish [collection1] webapp=/bp_h/w path=/update params={wt=javabin&version=2} {add=[19]} 0 0
   [junit4]   2> 2385163 T17258 C2915 oasup.LogUpdateProcessor.finish [collection1] webapp=/bp_h/w path=/update params={wt=javabin&version=2} {add=[19]} 0 1
   [junit4]   2> 2385169 T17247 C2914 oasup.LogUpdateProcessor.finish [collection1] webapp=/bp_h/w path=/update params={wt=javabin&version=2} {add=[20]} 0 1
   [junit4]   2> 2385174 T17259 C2915 oasup.LogUpdateProcessor.finish [collection1] webapp=/bp_h/w path=/update params={wt=javabin&version=2} {add=[20]} 0 0
   [junit4]   2> 2385180 T17248 C2914 oasup.LogUpdateProcessor.finish [collection1] webapp=/bp_h/w path=/update params={wt=javabin&version=2} {add=[21]} 0 1
   [junit4]   2> 2385185 T17260 C2915 oasup.LogUpdateProcessor.finish [collection1] webapp=/bp_h/w path=/update params={wt=javabin&version=2} {add=[21]} 0 1
   [junit4]   2> 2385229 T17249 C2914 oasup.LogUpdateProcessor.finish [collection1] webapp=/bp_h/w path=/update params={wt=javabin&version=2} {add=[22]} 0 39
   [junit4]   2> 2385273 T17261 C2915 oasup.LogUpdateProcessor.finish [collection1] webapp=/bp_h/w path=/update params={wt=javabin&version=2} {add=[22]} 0 38
   [junit4]   2> 2385282 T17250 C2914 oasup.LogUpdateProcessor.finish [collection1] webapp=/bp_h/w path=/update params={wt=javabin&version=2} {add=[23]} 0 4
   [junit4]   2> 2385291 T17262 C2915 oasup.LogUpdateProcessor.finish [collection1] webapp=/bp_h/w path=/update params={wt=javabin&version=2} {add=[23]} 0 5
   [junit4]   2> 2385296 T17280 C2914 oasup.LogUpdateProcessor.finish [collection1] webapp=/bp_h/w path=/update params={wt=javabin&version=2} {add=[24]} 0 1
   [junit4]   2> 2385300 T17282 C2915 oasup.LogUpdateProcessor.finish [collection1] webapp=/bp_h/w path=/update params={wt=javabin&version=2} {add=[24]} 0 0
   [junit4]   2> 2385304 T17284 C2914 oasup.LogUpdateProcessor.finish [collection1] webapp=/bp_h/w path=/update params={wt=javabin&version=2} {add=[25]} 0 0
   [junit4]   2> 2385308 T17286 C2915 oasup.LogUpdateProcessor.finish [collection1] webapp=/bp_h/w path=/update params={wt=javabin&version=2} {add=[25]} 0 0
   [junit4]   2> 2385312 T17288 C2914 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2385404 T17288 C2914 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedTermsComponentTest-C93CB2E5A7E8F3E1-001/index-NIOFSDirectory-001 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5a43fe89)),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedTermsComponentTest-C93CB2E5A7E8F3E1-001/index-NIOFSDirectory-001 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5a43fe89)),segFN=segments_2,generation=2}
   [junit4]   2> 2385406 T17288 C2914 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 2385421 T17288 C2914 oass.SolrIndexSearcher.<init> Opening Searcher@57bd413f[collection1] main
   [junit4]   2> 2385421 T17288 C2914 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 2385423 T17252 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@57bd413f[collection1] main{StandardDirectoryReader(segments_2:6:nrt _0(4.11.0):C5 _1(4.11.0):C3)}
   [junit4]   2> 2385423 T17288 C2914 oasup.LogUpdateProcessor.finish [collection1] webapp=/bp_h/w path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 111
   [junit4]   2> 2385427 T17290 C2915 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2385481 T17290 C2915 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedTermsComponentTest-C93CB2E5A7E8F3E1-001/index-NIOFSDirectory-002 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27842040)),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedTermsComponentTest-C93CB2E5A7E8F3E1-001/index-NIOFSDirectory-002 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27842040)),segFN=segments_2,generation=2}
   [junit4]   2> 2385483 T17290 C2915 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 2385498 T17290 C2915 oass.SolrIndexSearcher.<init> Opening Searcher@1948b6e9[collection1] main
   [junit4]   2> 2385498 T17290 C2915 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 2385500 T17264 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1948b6e9[collection1] main{StandardDirectoryReader(segments_2:6:nrt _0(4.11.0):C5 _1(4.11.0):C3)}
   [junit4]   2> 2385500 T17290 C2915 oasup.LogUpdateProcessor.finish [collection1] webapp=/bp_h/w path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 73
   [junit4]   2> 2385520 T17292 C2914 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&distrib=false&qt=/terms&wt=javabin&version=2&terms=true} status=0 QTime=15 
   [junit4]   2> 2385688 T17297 C2915 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&qt=/terms&wt=javabin&shard.url=https://127.0.0.1:32329/bp_h/w&NOW=1408971454673&version=2&terms.limit=-1&terms=true} status=0 QTime=1 
   [junit4]   2> 2385697 T17294 C2915 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&shards=https://127.0.0.1:32329/bp_h/w&qt=/terms&wt=javabin&version=2&terms=true} status=0 QTime=159 
   [junit4]   2> 2385698 T17241 oas.BaseDistributedSearchTestCase.query starting stress...
   [junit4]   2> 2385730 T17310 C2915 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&qt=/terms&wt=javabin&shard.url=https://127.0.0.1:32329/bp_h/w&NOW=1408971454849&version=2&terms.limit=-1&terms=true} status=0 QTime=1 
   [junit4]   2> 2385730 T17311 C2915 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&qt=/terms&wt=javabin&shard.url=https://127.0.0.1:32329/bp_h/w&NOW=1408971454849&version=2&terms.limit=-1&terms=true} status=0 QTime=0 
   [junit4]   2> 2385731 T17302 C2915 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&shards=https://127.0.0.1:32329/bp_h/w&qt=/terms&wt=javabin&version=2&terms=true} status=0 QTime=17 
   [junit4]   2> 2385731 T17303 C2915 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&shards=https://127.0.0.1:32329/bp_h/w&qt=/terms&wt=javabin&version=2&terms=true} status=0 QTime=17 
   [junit4]   2> 2385731 T17312 C2915 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&qt=/terms&wt=javabin&shard.url=https://127.0.0.1:32329/bp_h/w&NOW=1408971454850&version=2&terms.limit=-1&terms=true} status=0 QTime=0 
   [junit4]   2> 2385733 T17304 C2915 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&shards=https://127.0.0.1:32329/bp_h/w&qt=/terms&wt=javabin&version=2&terms=true} status=0 QTime=18 
   [junit4]   2> 2385740 T17322 C2915 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&qt=/terms&wt=javabin&shard.url=https://127.0.0.1:32329/bp_h/w&NOW=1408971454870&version=2&terms.limit=-1&terms=true} status=0 QTime=0 
   [junit4]   2> 2385741 T17323 C2915 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&qt=/terms&wt=javabin&shard.url=https://127.0.0.1:32329/bp_h/w&NOW=1408971454871&version=2&terms.limit=-1&terms=true} status=0 QTime=1 
   [junit4]   2> 2385741 T17324 C2915 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&qt=/terms&wt=javabin&shard.url=https://127.0.0.1:32329/bp_h/w&NOW=1408971454872&version=2&terms.limit=-1&terms=true} status=0 QTime=0 
   [junit4]   2> 2385741 T17316 C2915 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&shards=https://127.0.0.1:32329/bp_h/w&qt=/terms&wt=javabin&version=2&terms=true} status=0 QTime=6 
   [junit4]   2> 2385742 T17317 C2915 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&shards=https://127.0.0.1:32329/bp_h/w&qt=/terms&wt=javabin&version=2&terms=true} status=0 QTime=6 
   [junit4]   2> 2385742 T17318 C2915 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&shards=https://127.0.0.1:32329/bp_h/w&qt=/terms&wt=javabin&version=2&terms=true} status=0 QTime=5 
   [junit4]   2> 2385750 T17328 C2914 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&distrib=false&qt=/terms&wt=javabin&terms.lower=s&version=2&terms.limit=5&terms=true} status=0 QTime=1 
   [junit4]   2> 2385760 T17332 C2915 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&qt=/terms&wt=javabin&shard.url=https://127.0.0.1:32329/bp_h/w|[ff01::114]:33332/bp_h/w&terms.lower=s&NOW=1408971454891&version=2&terms.limit=-1&terms=true} status=0 QTime=0 
   [junit4]   2> 2385762 T17330 C2915 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&shards=https://127.0.0.1:32329/bp_h/w|[ff01::114]:33332/bp_h/w&qt=/terms&wt=javabin&terms.lower=s&version=2&terms.limit=5&terms=true} status=0 QTime=6 
   [junit4]   2> 2385763 T17241 oas.BaseDistributedSearchTestCase.query starting stress...
   [junit4]   2> 2385773 T17343 C2915 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&qt=/terms&wt=javabin&shard.url=https://127.0.0.1:32329/bp_h/w|[ff01::114]:33332/bp_h/w&terms.lower=s&NOW=1408971454903&version=2&terms.limit=-1&terms=true} status=0 QTime=1 
   [junit4]   2> 2385773 T17344 C2915 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&qt=/terms&wt=javabin&shard.url=https://127.0.0.1:32329/bp_h/w|[ff01::114]:33332/bp_h/w&terms.lower=s&NOW=1408971454903&version=2&terms.limit=-1&terms=true} status=0 QTime=0 
   [junit4]   2> 2385774 T17345 C2915 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&qt=/terms&wt=javabin&shard.url=https://127.0.0.1:32329/bp_h/w|[ff01::114]:33332/bp_h/w&terms.lower=s&NOW=1408971454904&version=2&terms.limit=-1&terms=true} status=0 QTime=0 
   [junit4]   2> 2385774 T17337 C2915 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&shards=https://127.0.0.1:32329/bp_h/w|[ff01::114]:33332/bp_h/w&qt=/terms&wt=javabin&terms.lower=s&version=2&terms.limit=5&terms=true} status=0 QTime=6 
   [junit4]   2> 2385775 T17338 C2915 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&shards=https://127.0.0.1:32329/bp_h/w|[ff01::114]:33332/bp_h/w&qt=/terms&wt=javabin&terms.lower=s&version=2&terms.limit=5&terms=true} status=0 QTime=7 
   [junit4]   2> 2385775 T17339 C2915 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&shards=https://127.0.0.1:32329/bp_h/w|[ff01::114]:33332/bp_h/w&qt=/terms&wt=javabin&terms.lower=s&version=2&terms.limit=5&terms=true} status=0 QTime=6 
   [junit4]   2> 2385915 T17355 C2915 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&qt=/terms&wt=javabin&shard.url=https://127.0.0.1:32329/bp_h/w|[ff01::114]:33332/bp_h/w&terms.lower=s&NOW=1408971454915&version=2&terms.limit=-1&terms=true} status=0 QTime=0 
   [junit4]   2> 2385916 T17349 C2915 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&shards=https://127.0.0.1:32329/bp_h/w|[ff01::114]:33332/bp_h/w&qt=/terms&wt=javabin&terms.lower=s&version=2&terms.limit=5&terms=true} status=0 QTime=136 
   [junit4]   2> 2385917 T17357 C2915 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&qt=/terms&wt=javabin&shard.url=https://127.0.0.1:32329/bp_h/w|[ff01::114]:33332/bp_h/w&terms.lower=s&NOW=1408971454916&version=2&terms.limit=-1&terms=true} status=0 QTime=1 
   [junit4]   2> 2385918 T17359 C2915 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&qt=/terms&wt=javabin&shard.url=https://127.0.0.1:32329/bp_h/w|[ff01::114]:33332/bp_h/w&terms.lower=s&NOW=1408971454915&version=2&terms.limit=-1&terms=true} status=0 QTime=1 
   [junit4]   2> 2385918 T17351 C2915 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&shards=https://127.0.0.1:32329/bp_h/w|[ff01::114]:33332/bp_h/w&qt=/terms&wt=javabin&terms.lower=s&version=2&terms.limit=5&terms=true} status=0 QTime=137 
   [junit4]   2> 2385919 T17350 C2915 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&shards=https://127.0.0.1:32329/bp_h/w|[ff01::114]:33332/bp_h/w&qt=/terms&wt=javabin&terms.lower=s&version=2&terms.limit=5&terms=true} status=0 QTime=139 
   [junit4]   2> 2385925 T17362 C2914 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&distrib=false&terms.prefix=sn&qt=/terms&wt=javabin&terms.lower=sn&version=2&terms.limit=5&terms=true} status=0 QTime=1 
   [junit4]   2> ASYNC  NEW_CORE C2916 name=collection1 org.apache.solr.core.SolrCore@7f8c03d3
   [junit4]   2> 2385957 T17366 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&terms.prefix=sn&qt=/terms&wt=javabin&shard.url=[ff01::114]:33332/bp_h/w|https://127.0.0.1:32329/bp_h/w&terms.lower=sn&NOW=1408971455065&version=2&terms.limit=-1&terms=true} status=0 QTime=0 
   [junit4]   2> 2385959 T17364 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&terms.prefix=sn&shards=[ff01::114]:33332/bp_h/w|https://127.0.0.1:32329/bp_h/w&qt=/terms&wt=javabin&terms.lower=sn&version=2&terms.limit=5&terms=true} status=0 QTime=29 
   [junit4]   2> 2385960 T17241 oas.BaseDistributedSearchTestCase.query starting stress...
   [junit4]   2> 2385971 T17377 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&terms.prefix=sn&qt=/terms&wt=javabin&shard.url=[ff01::114]:33332/bp_h/w|https://127.0.0.1:32329/bp_h/w&terms.lower=sn&NOW=1408971455101&version=2&terms.limit=-1&terms=true} status=0 QTime=0 
   [junit4]   2> 2385972 T17378 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&terms.prefix=sn&qt=/terms&wt=javabin&shard.url=[ff01::114]:33332/bp_h/w|https://127.0.0.1:32329/bp_h/w&terms.lower=sn&NOW=1408971455102&version=2&terms.limit=-1&terms=true} status=0 QTime=0 
   [junit4]   2> 2385973 T17379 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&terms.prefix=sn&qt=/terms&wt=javabin&shard.url=[ff01::114]:33332/bp_h/w|https://127.0.0.1:32329/bp_h/w&terms.lower=sn&NOW=1408971455102&version=2&terms.limit=-1&terms=true} status=0 QTime=0 
   [junit4]   2> 2385973 T17371 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&terms.prefix=sn&shards=[ff01::114]:33332/bp_h/w|https://127.0.0.1:32329/bp_h/w&qt=/terms&wt=javabin&terms.lower=sn&version=2&terms.limit=5&terms=true} status=0 QTime=7 
   [junit4]   2> 2385974 T17372 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&terms.prefix=sn&shards=[ff01::114]:33332/bp_h/w|https://127.0.0.1:32329/bp_h/w&qt=/terms&wt=javabin&terms.lower=sn&version=2&terms.limit=5&terms=true} status=0 QTime=7 
   [junit4]   2> 2385975 T17373 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&terms.prefix=sn&shards=[ff01::114]:33332/bp_h/w|https://127.0.0.1:32329/bp_h/w&qt=/terms&wt=javabin&terms.lower=sn&version=2&terms.limit=5&terms=true} status=0 QTime=8 
   [junit4]   2> 2385984 T17389 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&terms.prefix=sn&qt=/terms&wt=javabin&shard.url=[ff01::114]:33332/bp_h/w|https://127.0.0.1:32329/bp_h/w&terms.lower=sn&NOW=1408971455114&version=2&terms.limit=-1&terms=true} status=0 QTime=0 
   [junit4]   2> 2385986 T17383 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&terms.prefix=sn&shards=[ff01::114]:33332/bp_h/w|https://127.0.0.1:32329/bp_h/w&qt=/terms&wt=javabin&terms.lower=sn&version=2&terms.limit=5&terms=true} status=0 QTime=7 
   [junit4]   2> 2385986 T17392 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&terms.prefix=sn&qt=/terms&wt=javabin&shard.url=[ff01::114]:33332/bp_h/w|https://127.0.0.1:32329/bp_h/w&terms.lower=sn&NOW=1408971455116&version=2&terms.limit=-1&terms=true} status=0 QTime=0 
   [junit4]   2> 2385986 T17390 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&terms.prefix=sn&qt=/terms&wt=javabin&shard.url=[ff01::114]:33332/bp_h/w|https://127.0.0.1:32329/bp_h/w&terms.lower=sn&NOW=1408971455116&version=2&terms.limit=-1&terms=true} status=0 QTime=0 
   [junit4]   2> 2385988 T17384 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&terms.prefix=sn&shards=[ff01::114]:33332/bp_h/w|https://127.0.0.1:32329/bp_h/w&qt=/terms&wt=javabin&terms.lower=sn&version=2&terms.limit=5&terms=true} status=0 QTime=7 
   [junit4]   2> 2385988 T17385 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&terms.prefix=sn&shards=[ff01::114]:33332/bp_h/w|https://127.0.0.1:32329/bp_h/w&qt=/terms&wt=javabin&terms.lower=sn&version=2&terms.limit=5&terms=true} status=0 QTime=7 
   [junit4]   2> ASYNC  NEW_CORE C2917 name=collection1 org.apache.solr.core.SolrCore@b213af2
   [junit4]   2> 2385996 T17395 C2917 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&distrib=false&terms.upper=sn&terms.prefix=s&qt=/terms&wt=javabin&terms.lower=s&version=2&terms.limit=5&terms=true} status=0 QTime=0 
   [junit4]   2> 2386006 T17310 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&terms.prefix=s&terms.upper=sn&qt=/terms&wt=javabin&shard.url=https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w&terms.lower=s&NOW=1408971455136&version=2&terms.limit=-1&terms=true} status=0 QTime=0 
   [junit4]   2> 2386007 T17397 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&terms.upper=sn&terms.prefix=s&shards=https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w&qt=/terms&wt=javabin&terms.lower=s&version=2&terms.limit=5&terms=true} status=0 QTime=6 
   [junit4]   2> 2386009 T17241 oas.BaseDistributedSearchTestCase.query starting stress...
   [junit4]   2> 2386024 T17311 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&terms.prefix=s&terms.upper=sn&qt=/terms&wt=javabin&shard.url=https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w&terms.lower=s&NOW=1408971455149&version=2&terms.limit=-1&terms=true} status=0 QTime=0 
   [junit4]   2> 2386024 T17312 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&terms.prefix=s&terms.upper=sn&qt=/terms&wt=javabin&shard.url=https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w&terms.lower=s&NOW=1408971455150&version=2&terms.limit=-1&terms=true} status=0 QTime=0 
   [junit4]   2> 2386025 T17322 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&terms.prefix=s&terms.upper=sn&qt=/terms&wt=javabin&shard.url=https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w&terms.lower=s&NOW=1408971455149&version=2&terms.limit=-1&terms=true} status=0 QTime=0 
   [junit4]   2> 2386026 T17405 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&terms.upper=sn&terms.prefix=s&shards=https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w&qt=/terms&wt=javabin&terms.lower=s&version=2&terms.limit=5&terms=true} status=0 QTime=11 
   [junit4]   2> 2386025 T17403 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&terms.upper=sn&terms.prefix=s&shards=https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w&qt=/terms&wt=javabin&terms.lower=s&version=2&terms.limit=5&terms=true} status=0 QTime=11 
   [junit4]   2> 2386026 T17404 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&terms.upper=sn&terms.prefix=s&shards=https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w&qt=/terms&wt=javabin&terms.lower=s&version=2&terms.limit=5&terms=true} status=0 QTime=12 
   [junit4]   2> 2386036 T17323 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&terms.prefix=s&terms.upper=sn&qt=/terms&wt=javabin&shard.url=https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w&terms.lower=s&NOW=1408971455166&version=2&terms.limit=-1&terms=true} status=0 QTime=0 
   [junit4]   2> 2386037 T17324 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&terms.prefix=s&terms.upper=sn&qt=/terms&wt=javabin&shard.url=https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w&terms.lower=s&NOW=1408971455167&version=2&terms.limit=-1&terms=true} status=0 QTime=1 
   [junit4]   2> 2386037 T17332 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&terms.prefix=s&terms.upper=sn&qt=/terms&wt=javabin&shard.url=https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w&terms.lower=s&NOW=1408971455167&version=2&terms.limit=-1&terms=true} status=0 QTime=0 
   [junit4]   2> 2386038 T17412 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&terms.upper=sn&terms.prefix=s&shards=https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w&qt=/terms&wt=javabin&terms.lower=s&version=2&terms.limit=5&terms=true} status=0 QTime=7 
   [junit4]   2> 2386038 T17413 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&terms.upper=sn&terms.prefix=s&shards=https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w&qt=/terms&wt=javabin&terms.lower=s&version=2&terms.limit=5&terms=true} status=0 QTime=6 
   [junit4]   2> 2386039 T17414 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&terms.upper=sn&terms.prefix=s&shards=https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w&qt=/terms&wt=javabin&terms.lower=s&version=2&terms.limit=5&terms=true} status=0 QTime=7 
   [junit4]   2> 2386047 T17421 C2917 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&terms.sort=index&distrib=false&terms.prefix=s&qt=/terms&wt=javabin&terms.lower=s&version=2&terms.limit=5&terms=true} status=0 QTime=0 
   [junit4]   2> 2386066 T17343 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&terms.prefix=s&qt=/terms&wt=javabin&shard.url=https://127.0.0.1:32329/bp_h/w&terms.lower=s&NOW=1408971455187&version=2&terms.limit=-1&terms=true} status=0 QTime=0 
   [junit4]   2> 2386076 T17423 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&terms.sort=index&terms.prefix=s&shards=https://127.0.0.1:32329/bp_h/w&qt=/terms&wt=javabin&terms.lower=s&version=2&terms.limit=5&terms=true} status=0 QTime=24 
   [junit4]   2> 2386078 T17241 oas.BaseDistributedSearchTestCase.query starting stress...
   [junit4]   2> 2386088 T17344 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&terms.prefix=s&qt=/terms&wt=javabin&shard.url=https://127.0.0.1:32329/bp_h/w&terms.lower=s&NOW=1408971455219&version=2&terms.limit=-1&terms=true} status=0 QTime=0 
   [junit4]   2> 2386089 T17345 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&terms.prefix=s&qt=/terms&wt=javabin&shard.url=https://127.0.0.1:32329/bp_h/w&terms.lower=s&NOW=1408971455219&version=2&terms.limit=-1&terms=true} status=0 QTime=0 
   [junit4]   2> 2386090 T17355 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&terms.prefix=s&qt=/terms&wt=javabin&shard.url=https://127.0.0.1:32329/bp_h/w&terms.lower=s&NOW=1408971455219&version=2&terms.limit=-1&terms=true} status=0 QTime=1 
   [junit4]   2> 2386090 T17430 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&terms.sort=index&terms.prefix=s&shards=https://127.0.0.1:32329/bp_h/w&qt=/terms&wt=javabin&terms.lower=s&version=2&terms.limit=5&terms=true} status=0 QTime=6 
   [junit4]   2> 2386091 T17431 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&terms.sort=index&terms.prefix=s&shards=https://127.0.0.1:32329/bp_h/w&qt=/terms&wt=javabin&terms.lower=s&version=2&terms.limit=5&terms=true} status=0 QTime=7 
   [junit4]   2> 2386090 T17429 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&terms.sort=index&terms.prefix=s&shards=https://127.0.0.1:32329/bp_h/w&qt=/terms&wt=javabin&terms.lower=s&version=2&terms.limit=5&terms=true} status=0 QTime=6 
   [junit4]   2> 2386100 T17357 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&terms.prefix=s&qt=/terms&wt=javabin&shard.url=https://127.0.0.1:32329/bp_h/w&terms.lower=s&NOW=1408971455230&version=2&terms.limit=-1&terms=true} status=0 QTime=0 
   [junit4]   2> 2386100 T17359 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&terms.prefix=s&qt=/terms&wt=javabin&shard.url=https://127.0.0.1:32329/bp_h/w&terms.lower=s&NOW=1408971455231&version=2&terms.limit=-1&terms=true} status=0 QTime=0 
   [junit4]   2> 2386101 T17366 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&terms.prefix=s&qt=/terms&wt=javabin&shard.url=https://127.0.0.1:32329/bp_h/w&terms.lower=s&NOW=1408971455232&version=2&terms.limit=-1&terms=true} status=0 QTime=0 
   [junit4]   2> 2386102 T17438 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&terms.sort=index&terms.prefix=s&shards=https://127.0.0.1:32329/bp_h/w&qt=/terms&wt=javabin&terms.lower=s&version=2&terms.limit=5&terms=true} status=0 QTime=6 
   [junit4]   2> 2386102 T17440 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&terms.sort=index&terms.prefix=s&shards=https://127.0.0.1:32329/bp_h/w&qt=/terms&wt=javabin&terms.lower=s&version=2&terms.limit=5&terms=true} status=0 QTime=5 
   [junit4]   2> 2386102 T17439 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&terms.sort=index&terms.prefix=s&shards=https://127.0.0.1:32329/bp_h/w&qt=/terms&wt=javabin&terms.lower=s&version=2&terms.limit=5&terms=true} status=0 QTime=6 
   [junit4]   2> 2386110 T17447 C2917 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&terms.sort=index&distrib=false&terms.upper=sn&terms.prefix=s&qt=/terms&wt=javabin&terms.lower=s&version=2&terms.limit=5&terms=true} status=0 QTime=0 
   [junit4]   2> 2386120 T17377 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&terms.prefix=s&terms.upper=sn&qt=/terms&wt=javabin&shard.url=https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w|[ff01::114]:33332/bp_h/w|[ff01::213]:33332/bp_h/w&terms.lower=s&NOW=1408971455250&version=2&terms.limit=-1&terms=true} status=0 QTime=1 
   [junit4]   2> 2386121 T17449 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&terms.sort=index&terms.upper=sn&terms.prefix=s&shards=https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w|[ff01::114]:33332/bp_h/w|[ff01::213]:33332/bp_h/w&qt=/terms&wt=javabin&terms.lower=s&version=2&terms.limit=5&terms=true} status=0 QTime=6 
   [junit4]   2> 2386122 T17241 oas.BaseDistributedSearchTestCase.query starting stress...
   [junit4]   2> 2386132 T17378 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&terms.prefix=s&terms.upper=sn&qt=/terms&wt=javabin&shard.url=https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w|[ff01::114]:33332/bp_h/w|[ff01::213]:33332/bp_h/w&terms.lower=s&NOW=1408971455262&version=2&terms.limit=-1&terms=true} status=0 QTime=0 
   [junit4]   2> 2386133 T17379 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&terms.prefix=s&terms.upper=sn&qt=/terms&wt=javabin&shard.url=https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w|[ff01::114]:33332/bp_h/w|[ff01::213]:33332/bp_h/w&terms.lower=s&NOW=1408971455263&version=2&terms.limit=-1&terms=true} status=0 QTime=1 
   [junit4]   2> 2386133 T17389 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&terms.prefix=s&terms.upper=sn&qt=/terms&wt=javabin&shard.url=https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w|[ff01::114]:33332/bp_h/w|[ff01::213]:33332/bp_h/w&terms.lower=s&NOW=1408971455263&version=2&terms.limit=-1&terms=true} status=0 QTime=0 
   [junit4]   2> 2386134 T17455 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&terms.sort=index&terms.upper=sn&terms.prefix=s&shards=https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w|[ff01::114]:33332/bp_h/w|[ff01::213]:33332/bp_h/w&qt=/terms&wt=javabin&terms.lower=s&version=2&terms.limit=5&terms=true} status=0 QTime=7 
   [junit4]   2> 2386134 T17457 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&terms.sort=index&terms.upper=sn&terms.prefix=s&shards=https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w|[ff01::114]:33332/bp_h/w|[ff01::213]:33332/bp_h/w&qt=/terms&wt=javabin&terms.lower=s&version=2&terms.limit=5&terms=true} status=0 QTime=6 
   [junit4]   2> 2386134 T17456 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&terms.sort=index&terms.upper=sn&terms.prefix=s&shards=https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w|[ff01::114]:33332/bp_h/w|[ff01::213]:33332/bp_h/w&qt=/terms&wt=javabin&terms.lower=s&version=2&terms.limit=5&terms=true} status=0 QTime=6 
   [junit4]   2> 2386145 T17392 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&terms.prefix=s&terms.upper=sn&qt=/terms&wt=javabin&shard.url=https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w|[ff01::114]:33332/bp_h/w|[ff01::213]:33332/bp_h/w&terms.lower=s&NOW=1408971455274&version=2&terms.limit=-1&terms=true} status=0 QTime=0 
   [junit4]   2> 2386146 T17464 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&terms.sort=index&terms.upper=sn&terms.prefix=s&shards=https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w|[ff01::114]:33332/bp_h/w|[ff01::213]:33332/bp_h/w&qt=/terms&wt=javabin&terms.lower=s&version=2&terms.limit=5&terms=true} status=0 QTime=7 
   [junit4]   2> 2386147 T17390 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&terms.prefix=s&terms.upper=sn&qt=/terms&wt=javabin&shard.url=https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w|[ff01::114]:33332/bp_h/w|[ff01::213]:33332/bp_h/w&terms.lower=s&NOW=1408971455275&version=2&terms.limit=-1&terms=true} status=0 QTime=0 
   [junit4]   2> 2386149 T17465 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&terms.sort=index&terms.upper=sn&terms.prefix=s&shards=https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w|[ff01::114]:33332/bp_h/w|[ff01::213]:33332/bp_h/w&qt=/terms&wt=javabin&terms.lower=s&version=2&terms.limit=5&terms=true} status=0 QTime=9 
   [junit4]   2> 2386161 T17310 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&terms.prefix=s&terms.upper=sn&qt=/terms&wt=javabin&shard.url=https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w|[ff01::114]:33332/bp_h/w|[ff01::213]:33332/bp_h/w&terms.lower=s&NOW=1408971455291&version=2&terms.limit=-1&terms=true} status=0 QTime=0 
   [junit4]   2> 2386162 T17466 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&terms.sort=index&terms.upper=sn&terms.prefix=s&shards=https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w|[ff01::114]:33332/bp_h/w|[ff01::213]:33332/bp_h/w&qt=/terms&wt=javabin&terms.lower=s&version=2&terms.limit=5&terms=true} status=0 QTime=6 
   [junit4]   2> 2386168 T17473 C2917 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&terms.sort=index&distrib=false&qt=/terms&wt=javabin&version=2&terms=true} status=0 QTime=0 
   [junit4]   2> 2386186 T17311 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&qt=/terms&wt=javabin&shard.url=[ff01::114]:33332/bp_h/w|[ff01::213]:33332/bp_h/w|https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w&NOW=1408971455316&version=2&terms.limit=-1&terms=true} status=0 QTime=0 
   [junit4]   2> 2386187 T17475 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&terms.sort=index&shards=[ff01::114]:33332/bp_h/w|[ff01::213]:33332/bp_h/w|https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w&qt=/terms&wt=javabin&version=2&terms=true} status=0 QTime=6 
   [junit4]   2> 2386189 T17241 oas.BaseDistributedSearchTestCase.query starting stress...
   [junit4]   2> 2386199 T17312 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&qt=/terms&wt=javabin&shard.url=[ff01::114]:33332/bp_h/w|[ff01::213]:33332/bp_h/w|https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w&NOW=1408971455329&version=2&terms.limit=-1&terms=true} status=0 QTime=1 
   [junit4]   2> 2386199 T17322 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&qt=/terms&wt=javabin&shard.url=[ff01::114]:33332/bp_h/w|[ff01::213]:33332/bp_h/w|https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w&NOW=1408971455329&version=2&terms.limit=-1&terms=true} status=0 QTime=0 
   [junit4]   2> 2386200 T17323 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&qt=/terms&wt=javabin&shard.url=[ff01::114]:33332/bp_h/w|[ff01::213]:33332/bp_h/w|https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w&NOW=1408971455330&version=2&terms.limit=-1&terms=true} status=0 QTime=1 
   [junit4]   2> 2386200 T17481 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&terms.sort=index&shards=[ff01::114]:33332/bp_h/w|[ff01::213]:33332/bp_h/w|https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w&qt=/terms&wt=javabin&version=2&terms=true} status=0 QTime=6 
   [junit4]   2> 2386201 T17482 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&terms.sort=index&shards=[ff01::114]:33332/bp_h/w|[ff01::213]:33332/bp_h/w|https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w&qt=/terms&wt=javabin&version=2&terms=true} status=0 QTime=6 
   [junit4]   2> 2386201 T17484 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&terms.sort=index&shards=[ff01::114]:33332/bp_h/w|[ff01::213]:33332/bp_h/w|https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w&qt=/terms&wt=javabin&version=2&terms=true} status=0 QTime=6 
   [junit4]   2> 2386210 T17324 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&qt=/terms&wt=javabin&shard.url=[ff01::114]:33332/bp_h/w|[ff01::213]:33332/bp_h/w|https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w&NOW=1408971455340&version=2&terms.limit=-1&terms=true} status=0 QTime=0 
   [junit4]   2> 2386211 T17332 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&qt=/terms&wt=javabin&shard.url=[ff01::114]:33332/bp_h/w|[ff01::213]:33332/bp_h/w|https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w&NOW=1408971455341&version=2&terms.limit=-1&terms=true} status=0 QTime=0 
   [junit4]   2> 2386212 T17490 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&terms.sort=index&shards=[ff01::114]:33332/bp_h/w|[ff01::213]:33332/bp_h/w|https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w&qt=/terms&wt=javabin&version=2&terms=true} status=0 QTime=7 
   [junit4]   2> 2386211 T17343 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={shards.qt=/terms&terms.fl=b_t&terms.sort=index&isShard=true&distrib=false&qt=/terms&wt=javabin&shard.url=[ff01::114]:33332/bp_h/w|[ff01::213]:33332/bp_h/w|https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w&NOW=1408971455342&version=2&terms.limit=-1&terms=true} status=0 QTime=0 
   [junit4]   2> 2386212 T17491 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&terms.sort=index&shards=[ff01::114]:33332/bp_h/w|[ff01::213]:33332/bp_h/w|https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w&qt=/terms&wt=javabin&version=2&terms=true} status=0 QTime=6 
   [junit4]   2> 2386219 T17492 C2916 oasc.SolrCore.execute [collection1] webapp=/bp_h/w path=/terms params={terms.fl=b_t&shards.qt=/terms&terms.sort=index&shards=[ff01::114]:33332/bp_h/w|[ff01::213]:33332/bp_h/w|https://127.0.0.1:32329/bp_h/w|[ff01::083]:33332/bp_h/w&qt=/terms&wt=javabin&version=2&terms=true} status=0 QTime=12 
   [junit4]   2> 2386228 T17241 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1436831797
   [junit4]   2> 2386233 T17241 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@b213af2
   [junit4]   2> 2386241 T17241 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=8,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 2386246 T17241 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 2386247 T17241 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2386247 T17241 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2386270 T17241 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 2386281 T17241 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2386282 T17241 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.handler.component.DistributedTermsComponentTest-C93CB2E5A7E8F3E1-001/tempDir-001/control/data/index [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.handler.component.DistributedTermsComponentTest-C93CB2E5A7E8F3E1-001/tempDir-001/control/data/index;done=false>>]
   [junit4]   2> 2386283 T17241 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.handler.component.DistributedTermsComponentTest-C93CB2E5A7E8F3E1-001/tempDir-001/control/data/index
   [junit4]   2> 2386284 T17241 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.handler.component.DistributedTermsComponentTest-C93CB2E5A7E8F3E1-001/tempDir-001/control/data [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.handler.component.DistributedTermsComponentTest-C93CB2E5A7E8F3E1-001/tempDir-001/control/data;done=false>>]
   [junit4]   2> 2386285 T17241 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.handler.component.DistributedTermsComponentTest-C93CB2E5A7E8F3E1-001/tempDir-001/control/data
   [junit4]   2> 2386287 T17241 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/bp_h/w,null}
   [junit4]   2> 2391248 T17241 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=290415575
   [junit4]   2> 2391254 T17241 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7f8c03d3
   [junit4]   2> 2391268 T17241 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=8,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 2391273 T17241 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 2391274 T17241 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2391275 T17241 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2391291 T17241 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 2391293 T17241 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2391293 T17241 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.handler.component.DistributedTermsComponentTest-C93CB2E5A7E8F3E1-001/tempDir-001/shard0/data/index [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.handler.component.DistributedTermsComponentTest-C93CB2E5A7E8F3E1-001/tempDir-001/shard0/data/index;done=false>>]
   [junit4]   2> 2391293 T17241 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.handler.component.DistributedTermsComponentTest-C93CB2E5A7E8F3E1-001/tempDir-001/shard0/data/index
   [junit4]   2> 2391294 T17241 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.handler.component.DistributedTermsComponentTest-C93CB2E5A7E8F3E1-001/tempDir-001/shard0/data [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.handler.component.DistributedTermsComponentTest-C93CB2E5A7E8F3E1-001/tempDir-001/shard0/data;done=false>>]
   [junit4]   2> 2391295 T17241 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.handler.component.DistributedTermsComponentTest-C93CB2E5A7E8F3E1-001/tempDir-001/shard0/data
   [junit4]   2> 2391298 T17241 oejsh.ContextHandler

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

olr/build/solr-core/test/J1/./temp/solr.handler.component.DistributedTermsComponentTest-C93CB2E5A7E8F3E1-001/tempDir-001/shard2/data;done=false>>]
   [junit4]   2> 2627537 T17241 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.handler.component.DistributedTermsComponentTest-C93CB2E5A7E8F3E1-001/tempDir-001/shard2/data
   [junit4]   2> 2627538 T17241 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.handler.component.DistributedTermsComponentTest-C93CB2E5A7E8F3E1-001/tempDir-001/shard2/data/index [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.handler.component.DistributedTermsComponentTest-C93CB2E5A7E8F3E1-001/tempDir-001/shard2/data/index;done=false>>]
   [junit4]   2> 2627538 T17241 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.handler.component.DistributedTermsComponentTest-C93CB2E5A7E8F3E1-001/tempDir-001/shard2/data/index
   [junit4]   2> 2627543 T17241 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/bp_h/w,null}
   [junit4]   2> 2632515 T17241 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DistributedTermsComponentTest -Dtests.method=testDistribSearch -Dtests.seed=C93CB2E5A7E8F3E1 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/lucene-data/enwiki.random.lines.txt -Dtests.locale=zh_CN -Dtests.timezone=America/Goose_Bay -Dtests.file.encoding=US-ASCII
   [junit4] ERROR    250s J1 | DistributedTermsComponentTest.testDistribSearch <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=17853, name=Thread-5233, state=RUNNABLE, group=TGRP-DistributedTermsComponentTest]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C93CB2E5A7E8F3E1:48DA3CFDD0B793DD]:0)
   [junit4]    > Caused by: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:50500/bp_h/w
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C93CB2E5A7E8F3E1]:0)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$5.run(BaseDistributedSearchTestCase.java:582)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:50500/bp_h/w
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:558)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
   [junit4]    > 	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$5.run(BaseDistributedSearchTestCase.java:577)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:152)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:122)
   [junit4]    > 	at sun.security.ssl.InputRecord.readFully(InputRecord.java:442)
   [junit4]    > 	at sun.security.ssl.InputRecord.read(InputRecord.java:480)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884)
   [junit4]    > 	at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
   [junit4]    > 	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:448)
   [junit4]    > 	... 5 more
   [junit4]   2> 2632638 T17241 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene410: {b_t=PostingsFormat(name=Memory doPackFST= false), text=PostingsFormat(name=Direct), range_facet_sl=PostingsFormat(name=Direct), id=PostingsFormat(name=Memory doPackFST= false), range_facet_si=PostingsFormat(name=Lucene41WithOrds), multiDefault=PostingsFormat(name=Lucene41WithOrds), range_facet_l=MockVariableIntBlock(baseBlockSize=42), timestamp=MockVariableIntBlock(baseBlockSize=42), intDefault=MockVariableIntBlock(baseBlockSize=42)}, docValues:{}, sim=DefaultSimilarity, locale=zh_CN, timezone=America/Goose_Bay
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_60 (64-bit)/cpus=16,threads=1,free=273356720,total=513277952
   [junit4]   2> NOTE: All tests run in this JVM: [DeleteLastCustomShardedReplicaTest, ChaosMonkeyNothingIsSafeTest, TestDocumentBuilder, TestReplicationHandlerBackup, TestClassNameShortening, TestFastLRUCache, DistributedFacetPivotSmallTest, TestIndexSearcher, DistanceFunctionTest, FieldAnalysisRequestHandlerTest, TestPivotHelperCode, TestAnalyzeInfixSuggestions, DistributedFacetPivotLongTailTest, TestJoin, BinaryUpdateRequestHandlerTest, TestFileDictionaryLookup, TestSolrXml, TestSweetSpotSimilarityFactory, CollectionsAPIDistributedZkTest, QueryParsingTest, TestRestManager, TestSystemIdResolver, TestReloadAndDeleteDocs, TestMiniSolrCloudCluster, TestUniqueKeyFieldResource, TestRandomMergePolicy, ResponseHeaderTest, TestReRankQParserPlugin, TestDistribDocBasedVersion, AssignTest, TestLRUCache, TestPHPSerializedResponseWriter, ClusterStateTest, TestIBSimilarityFactory, RollingRestartTest, SpatialFilterTest, TestCloudSchemaless, ConvertedLegacyTest, TestWriterPerf, TestPerFieldSimilarity, CopyFieldTest, CSVRequestHandlerTest, ChaosMonkeySafeLeaderTest, MultiTermTest, DistributedTermsComponentTest]
   [junit4] Completed on J1 in 250.60s, 1 test, 1 error <<< FAILURES!

[...truncated 882 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:492: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:465: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:48: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/extra-targets.xml:37: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build.xml:189: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/common-build.xml:494: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:1343: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:958: There were test failures: 419 suites, 1734 tests, 1 error, 51 ignored (8 assumptions)

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



[JENKINS] Lucene-Solr-NightlyTests-4.x - Build # 604 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-4.x/604/

1 tests failed.
REGRESSION:  org.apache.solr.cloud.OverseerTest.testOverseerFailure

Error Message:
Could not register as the leader because creating the ephemeral registration node in ZooKeeper failed

Stack Trace:
org.apache.solr.common.SolrException: Could not register as the leader because creating the ephemeral registration node in ZooKeeper failed
	at __randomizedtesting.SeedInfo.seed([9BF440FE47C16BA9:9FFCCF0D55648488]:0)
	at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:150)
	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:163)
	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:125)
	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:155)
	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:314)
	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:221)
	at org.apache.solr.cloud.OverseerTest$MockZKController.publishState(OverseerTest.java:157)
	at org.apache.solr.cloud.OverseerTest.testOverseerFailure(OverseerTest.java:662)
	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:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	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:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	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:43)
	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: org.apache.solr.common.SolrException: org.apache.zookeeper.KeeperException$NodeExistsException: KeeperErrorCode = NodeExists for /collections/collection1/leaders/shard1
	at org.apache.solr.common.util.RetryUtil.retryOnThrowable(RetryUtil.java:40)
	at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:137)
	... 48 more
Caused by: org.apache.zookeeper.KeeperException$NodeExistsException: KeeperErrorCode = NodeExists for /collections/collection1/leaders/shard1
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:119)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
	at org.apache.solr.common.cloud.SolrZkClient$11.execute(SolrZkClient.java:462)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:459)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:416)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:403)
	at org.apache.solr.cloud.ShardLeaderElectionContextBase$1.execute(ElectionContext.java:142)
	at org.apache.solr.common.util.RetryUtil.retryOnThrowable(RetryUtil.java:34)
	... 49 more




Build Log:
[...truncated 12435 lines...]
   [junit4] Suite: org.apache.solr.cloud.OverseerTest
   [junit4]   2> Creating dataDir: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerTest-9BF440FE47C16BA9-001/init-core-data-001
   [junit4]   2> 3793384 T30610 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 3793384 T30610 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 3793384 T30610 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 3793389 T30610 oas.SolrTestCaseJ4.setUp ###Starting testDoubleAssignment
   [junit4]   2> 3793390 T30610 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3793390 T30611 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 3793490 T30610 oasc.ZkTestServer.run start zk server on port:45753
   [junit4]   2> 3793491 T30610 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3793497 T30617 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@496662fb name:ZooKeeperConnection Watcher:127.0.0.1:45753/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3793497 T30610 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3793498 T30610 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3793499 T30619 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@847f406 name:ZooKeeperConnection Watcher:127.0.0.1:45753 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3793499 T30610 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3793502 T30610 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3793503 T30621 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@bf40b2e name:ZooKeeperConnection Watcher:127.0.0.1:45753 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3793503 T30610 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3793503 T30610 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 3793509 T30610 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 3793510 T30610 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 3793511 T30610 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 3793512 T30610 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3793513 T30610 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3793514 T30623 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@42d40367 name:ZooKeeperConnection Watcher:127.0.0.1:45753/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3793514 T30610 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3793515 T30610 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3793516 T30610 oascc.SolrZkClient.makePath makePath: /live_nodes/node1
   [junit4]   2> 3793521 T30610 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3793522 T30627 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@50e3d7e9 name:ZooKeeperConnection Watcher:127.0.0.1:45753/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3793522 T30610 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3793522 T30610 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: retry=false
   [junit4]   2> 3793523 T30610 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 3793524 T30610 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 3793525 T30610 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3793526 T30610 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:45753_solr
   [junit4]   2> 3793526 T30610 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 3793527 T30610 oasc.Overseer.start Overseer (id=92329673581723652-127.0.0.1:45753_solr-n_0000000000) starting
   [junit4]   2> 3793528 T30610 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 3793529 T30610 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 3793531 T30610 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 3793532 T30610 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 3793533 T30610 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 3793535 T30610 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 3793537 T30610 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 3793538 T30629 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 3793538 T30628 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 3793539 T30628 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 3793539 T30628 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1]
   [junit4]   2> 3793539 T30628 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 3793541 T30631 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3793541 T30624 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3793541 T30625 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3794040 T30610 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 3794044 T30610 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 3794046 T30631 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3794149 T30625 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 0)
   [junit4]   2> 3795547 T30624 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 3795549 T30610 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3795550 T30633 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2a4ee998 name:ZooKeeperConnection Watcher:127.0.0.1:45753/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3795551 T30610 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3795551 T30610 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3795553 T30610 oascc.SolrZkClient.makePath makePath: /live_nodes/node1
   [junit4]   2> 3795558 T30610 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 3795558 T30631 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3795559 T30628 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 3795560 T30628 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 3795561 T30610 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 3795563 T30631 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3795666 T30634 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3795666 T30625 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3797168 T30628 oasc.Overseer$ClusterStateUpdater.run WARN Solr cannot talk to ZK, exiting Overseer main queue loop org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer/queue-work
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:290)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:287)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:287)
   [junit4]   2> 	at org.apache.solr.cloud.DistributedQueue.orderedChildren(DistributedQueue.java:99)
   [junit4]   2> 	at org.apache.solr.cloud.DistributedQueue.remove(DistributedQueue.java:194)
   [junit4]   2> 	at org.apache.solr.cloud.DistributedQueue.poll(DistributedQueue.java:607)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.run(Overseer.java:268)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 3797168 T30628 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:45753_solr
   [junit4]   2> 3797168 T30634 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 3797173 T30635 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:307)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:304)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:304)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:320)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:89)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:292)
   [junit4]   2> 
   [junit4]   2> 3797178 T30610 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:45753 45753
   [junit4]   2> 3797324 T30611 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:45753 45753
   [junit4]   2> 3797329 T30610 oas.SolrTestCaseJ4.tearDown ###Ending testDoubleAssignment
   [junit4]   2> 3797329 T30610 oasc.Overseer.close Overseer (id=92329673581723652-127.0.0.1:45753_solr-n_0000000000) closing
   [junit4]   2> 3797353 T30610 oas.SolrTestCaseJ4.setUp ###Starting testShardLeaderChange
   [junit4]   2> 3797355 T30610 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3797355 T30636 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 3797455 T30610 oasc.ZkTestServer.run start zk server on port:63654
   [junit4]   2> 3797456 T30610 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3797462 T30642 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@52dcdb9 name:ZooKeeperConnection Watcher:127.0.0.1:63654/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3797462 T30610 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3797463 T30610 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3797464 T30644 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1458fcc3 name:ZooKeeperConnection Watcher:127.0.0.1:63654 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3797464 T30610 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3797467 T30610 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3797467 T30646 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@269d664f name:ZooKeeperConnection Watcher:127.0.0.1:63654 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3797468 T30610 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3797468 T30610 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 3797475 T30610 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 3797477 T30647 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3797477 T30610 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3797479 T30650 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2423a914 name:ZooKeeperConnection Watcher:127.0.0.1:63654/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3797479 T30647 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3797479 T30651 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@300eede2 name:ZooKeeperConnection Watcher:127.0.0.1:63654/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3797479 T30647 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: retry=false
   [junit4]   2> 3797479 T30610 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3797480 T30647 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 3797480 T30610 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 3797481 T30647 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 3797481 T30610 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 3797482 T30647 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3797482 T30610 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3797483 T30647 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:63654_solr
   [junit4]   2> 3797483 T30647 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 3797484 T30610 oascc.SolrZkClient.makePath makePath: /live_nodes/node1
   [junit4]   2> 3797484 T30647 oasc.Overseer.start Overseer (id=92329673841639427-127.0.0.1:63654_solr-n_0000000000) starting
   [junit4]   2> 3797485 T30647 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 3797488 T30610 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 3797489 T30647 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 3797490 T30647 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 3797491 T30647 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 3797492 T30647 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 3797494 T30647 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 3797496 T30647 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 3797496 T30654 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 3797496 T30647 oasc.OverseerTest$OverseerRestarter.run Killing overseer.
   [junit4]   2> 3797497 T30647 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3797498 T30657 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6571bf78 name:ZooKeeperConnection Watcher:127.0.0.1:63654/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3797498 T30647 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3797498 T30647 oasc.Overseer.close Overseer (id=92329673841639427-127.0.0.1:63654_solr-n_0000000000) closing
   [junit4]   2> 3797499 T30647 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: retry=false
   [junit4]   2> 3797506 T30654 oasc.OverseerCollectionProcessor.run ERROR Unable to prioritize overseer  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /roles.json
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:256)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:253)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:253)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionProcessor.prioritizeOverseerNodes(OverseerCollectionProcessor.java:412)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionProcessor.run(OverseerCollectionProcessor.java:259)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 3797507 T30647 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3797512 T30647 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:63654_solr
   [junit4]   2> 3797512 T30647 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 3797513 T30647 oasc.Overseer.start Overseer (id=92329673841639429-127.0.0.1:63654_solr-n_0000000001) starting
   [junit4]   2> 3797516 T30647 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 3797517 T30659 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 3797517 T30658 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 3797518 T30658 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state1",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 3797518 T30658 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1]
   [junit4]   2> 3797519 T30658 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 3797520 T30661 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3797520 T30652 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3797989 T30610 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 3797994 T30610 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 3797997 T30661 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3797997 T30610 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 3797999 T30658 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state2",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 3798000 T30658 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 3798001 T30610 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3798001 T30661 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3798002 T30663 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@21aa927c name:ZooKeeperConnection Watcher:127.0.0.1:63654/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3798002 T30652 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3798002 T30610 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3798003 T30610 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3798004 T30610 oascc.SolrZkClient.makePath makePath: /live_nodes/node2
   [junit4]   2> 3798008 T30610 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 3798008 T30661 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3798009 T30658 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state1",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 3798009 T30658 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 3798011 T30661 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3798011 T30658 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state2",
   [junit4]   2> 	  "node_name":"node2",
   [junit4]   2> 	  "core":"core4",
   [junit4]   2> 	  "core_node_name":"node2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node2/solr/"}
   [junit4]   2> 3798012 T30658 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
   [junit4]   2> 3798012 T30658 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 3798114 T30652 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3798114 T30664 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3798511 T30610 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 3798516 T30665 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:290)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:287)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:287)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:358)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:209)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 3798517 T30666 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 3798516 T30651 oaz.ClientCnxn$EventThread.processEvent ERROR Error while calling watcher  java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.FutureTask@772458b0 rejected from java.util.concurrent.ThreadPoolExecutor@181b5067[Shutting down, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 5]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2048)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
   [junit4]   2> 	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:110)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:206)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 3798520 T30661 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3798623 T30666 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3800016 T30652 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 3800018 T30610 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3800020 T30668 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7aca4ca4 name:ZooKeeperConnection Watcher:127.0.0.1:63654/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3800020 T30610 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3800021 T30610 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3800022 T30610 oascc.SolrZkClient.makePath makePath: /live_nodes/node1
   [junit4]   2> 3800027 T30610 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 3800027 T30661 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3800028 T30658 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state1",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 3800028 T30658 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 3800031 T30670 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 3800031 T30661 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3800031 T30610 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 3800032 T30658 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state2",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 3800032 T30658 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 3800034 T30661 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3800035 T30610 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3800035 T30670 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3800036 T30672 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6be05402 name:ZooKeeperConnection Watcher:127.0.0.1:63654/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3800036 T30610 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3800037 T30610 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3800038 T30610 oascc.SolrZkClient.makePath makePath: /live_nodes/node2
   [junit4]   2> 3800041 T30647 oasc.OverseerTest$OverseerRestarter.run Killing overseer.
   [junit4]   2> 3800042 T30661 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3800042 T30610 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 3800042 T30658 oasc.Overseer$ClusterStateUpdater.run WARN Solr cannot talk to ZK, exiting Overseer main queue loop org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer/queue
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:290)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:287)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:287)
   [junit4]   2> 	at org.apache.solr.cloud.DistributedQueue.orderedChildren(DistributedQueue.java:99)
   [junit4]   2> 	at org.apache.solr.cloud.DistributedQueue.getChildren(DistributedQueue.java:311)
   [junit4]   2> 	at org.apache.solr.cloud.DistributedQueue.peek(DistributedQueue.java:582)
   [junit4]   2> 	at org.apache.solr.cloud.DistributedQueue.peek(DistributedQueue.java:560)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.run(Overseer.java:219)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 3800042 T30647 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3800043 T30658 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:63654_solr
   [junit4]   2> 3800043 T30675 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@34b1ef7d name:ZooKeeperConnection Watcher:127.0.0.1:63654/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3800047 T30676 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:307)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:304)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:304)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:320)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:89)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:292)
   [junit4]   2> 
   [junit4]   2> 3800048 T30647 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3800050 T30647 oasc.Overseer.close Overseer (id=92329673841639429-127.0.0.1:63654_solr-n_0000000001) closing
   [junit4]   2> 3800052 T30647 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: retry=false
   [junit4]   2> 3800055 T30647 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3800056 T30647 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:63654_solr
   [junit4]   2> 3800056 T30647 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 3800057 T30610 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 3800057 T30647 oasc.Overseer.start Overseer (id=92329673841639433-127.0.0.1:63654_solr-n_0000000002) starting
   [junit4]   2> 3800061 T30677 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:290)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:287)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:287)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:358)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:209)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 3800061 T30673 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 3800063 T30647 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 3800063 T30679 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 3800064 T30678 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 3800065 T30678 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state1",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 3800065 T30678 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 3800067 T30681 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3800067 T30673 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3800069 T30678 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state2",
   [junit4]   2> 	  "node_name":"node2",
   [junit4]   2> 	  "core":"core4",
   [junit4]   2> 	  "core_node_name":"node2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node2/solr/"}
   [junit4]   2> 3800069 T30678 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 3800070 T30681 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3800173 T30673 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3801560 T30670 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 3801561 T30669 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:290)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:287)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:287)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:358)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:209)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 3801564 T30610 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3801579 T30647 oasc.OverseerTest$OverseerRestarter.run Killing overseer.
   [junit4]   2> 3801580 T30683 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16776a16 name:ZooKeeperConnection Watcher:127.0.0.1:63654/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3801580 T30610 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3801581 T30647 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3801581 T30610 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3801582 T30685 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3db1e7fa name:ZooKeeperConnection Watcher:127.0.0.1:63654/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3801582 T30647 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3801583 T30647 oasc.Overseer.close Overseer (id=92329673841639433-127.0.0.1:63654_solr-n_0000000002) closing
   [junit4]   2> 3801583 T30678 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:63654_solr
   [junit4]   2> 3801588 T30647 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: retry=false
   [junit4]   2> 3801588 T30686 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:307)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:304)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:304)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:320)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:89)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:292)
   [junit4]   2> 
   [junit4]   2> 3801588 T30610 oascc.SolrZkClient.makePath makePath: /live_nodes/node1
   [junit4]   2> 3801592 T30647 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3801596 T30647 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:63654_solr
   [junit4]   2> 3801596 T30647 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 3801597 T30610 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 3801597 T30647 oasc.Overseer.start Overseer (id=92329673841639435-127.0.0.1:63654_solr-n_0000000003) starting
   [junit4]   2> 3801602 T30689 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 3801602 T30610 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 3801602 T30647 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 3801603 T30690 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 3801603 T30688 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 3801605 T30692 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3801605 T30688 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state1",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 3801605 T30688 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 3801607 T30610 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3801607 T30689 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3801608 T30694 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@31e93fda name:ZooKeeperConnection Watcher:127.0.0.1:63654/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3801608 T30610 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3801609 T30610 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3801609 T30688 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state2",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 3801610 T30688 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 3801610 T30610 oascc.SolrZkClient.makePath makePath: /live_nodes/node2
   [junit4]   2> 3801611 T30692 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3801615 T30610 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 3801616 T30688 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state1",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 3801616 T30688 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 3801617 T30692 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3801618 T30695 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3801618 T30689 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3801619 T30610 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 3801621 T30688 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state2",
   [junit4]   2> 	  "node_name":"node2",
   [junit4]   2> 	  "core":"core4",
   [junit4]   2> 	  "core_node_name":"node2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node2/solr/"}
   [junit4]   2> 3801622 T30688 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 3801623 T30695 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 3801623 T30692 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3801624 T30696 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3801628 T30692 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3801731 T30695 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3803123 T30689 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:290)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:287)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:287)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:358)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:209)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 3803123 T30687 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:290)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:287)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:287)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:358)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:209)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 3803126 T30610 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3803127 T30698 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b6067fa name:ZooKeeperConnection Watcher:127.0.0.1:63654/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3803127 T30610 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3803128 T30610 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3803129 T30610 oascc.SolrZkClient.makePath makePath: /live_nodes/node1
   [junit4]   2> 3803133 T30610 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 3803133 T30692 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3803135 T30688 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state1",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 3803135 T30688 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 3803137 T30700 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 3803139 T30692 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3803218 T30647 oasc.OverseerTest$OverseerRestarter.run Killing overseer.
   [junit4]   2> 3803220 T30647 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3803221 T30702 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@463b1438 name:ZooKeeperConnection Watcher:127.0.0.1:63654/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3803221 T30647 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3803221 T30647 oasc.Overseer.close Overseer (id=92329673841639435-127.0.0.1:63654_solr-n_0000000003) closing
   [junit4]   2> 3803222 T30688 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:63654_solr
   [junit4]   2> 3803222 T30647 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: retry=false
   [junit4]   2> 3803230 T30703 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:307)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:304)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:304)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:320)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:89)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:292)
   [junit4]   2> 
   [junit4]   2> 3803232 T30647 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3803233 T30647 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:63654_solr
   [junit4]   2> 3803233 T30647 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 3803234 T30647 oasc.Overseer.start Overseer (id=92329673841639438-127.0.0.1:63654_solr-n_0000000004) starting
   [junit4]   2> 3803238 T30647 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 3803238 T30705 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 3803239 T30704 oasc.Overseer$ClusterStateUpdater.run Replaying operations from work queue.
   [junit4]   2> 3803240 T30704 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state1",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 3803240 T30704 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 3803240 T30700 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3803241 T30700 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3803242 T30704 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 3804636 T30695 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 3804638 T30610 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 3804638 T30707 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3804640 T30704 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state2",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 3804640 T30704 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 3804641 T30610 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3804642 T30709 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e8a5b49 name:ZooKeeperConnection Watcher:127.0.0.1:63654/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3804642 T30610 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3804643 T30610 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3804644 T30610 oascc.SolrZkClient.makePath makePath: /live_nodes/node2
   [junit4]   2> 3804648 T30610 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 3804648 T30707 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3804649 T30704 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state1",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 3804649 T30704 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 3804652 T30707 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3804652 T30610 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 3804652 T30704 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state2",
   [junit4]   2> 	  "node_name":"node2",
   [junit4]   2> 	  "core":"core4",
   [junit4]   2> 	  "core_node_name":"node2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node2/solr/"}
   [junit4]   2> 3804652 T30704 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 3804655 T30711 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:290)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:287)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:287)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:358)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:209)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 3804655 T30712 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 3804657 T30707 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3804760 T30712 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3806154 T30700 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 3806155 T30699 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:290)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:287)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:287)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:358)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:209)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 3806161 T30610 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3806162 T30714 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@298df695 name:ZooKeeperConnection Watcher:127.0.0.1:63654/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3806162 T30610 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3806163 T30610 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3806164 T30610 oascc.SolrZkClient.makePath makePath: /live_nodes/node1
   [junit4]   2> 3806168 T30647 oasc.OverseerTest$OverseerRestarter.run Killing overseer.
   [junit4]   2> 3806169 T30647 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3806169 T30610 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 3806170 T30717 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6393fdf9 name:ZooKeeperConnection Watcher:127.0.0.1:63654/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3806170 T30647 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3806170 T30647 oasc.Overseer.close Overseer (id=92329673841639438-127.0.0.1:63654_solr-n_0000000004) closing
   [junit4]   2> 3806171 T30704 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:63654_solr
   [junit4]   2> 3806171 T30647 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: retry=false
   [junit4]   2> 3806179 T30718 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:307)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:304)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:304)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:320)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:89)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:292)
   [junit4]   2> 
   [junit4]   2> 3806179 T30647 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3806183 T30647 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:63654_solr
   [junit4]   2> 3806183 T30647 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 3806184 T30719 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 3806184 T30647 oasc.Overseer.start Overseer (id=92329673841639441-127.0.0.1:63654_solr-n_0000000005) starting
   [junit4]   2> 3806189 T30647 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 3806190 T30721 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 3806190 T30720 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 3806191 T30720 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state1",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 3806192 T30720 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 3806193 T30723 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3806193 T30719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3806196 T30723 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3806197 T30719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3807683 T30712 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 3807685 T30610 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 3807685 T30723 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3807687 T30720 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state2",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 3807687 T30720 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 3807689 T30610 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3807691 T30725 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3bf9e5a2 name:ZooKeeperConnection Watcher:127.0.0.1:63654/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3807691 T30610 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3807692 T30610 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3807693 T30610 oascc.SolrZkClient.makePath makePath: /live_nodes/node2
   [junit4]   2> 3807698 T30610 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 3807698 T30723 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3807699 T30720 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state1",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 3807699 T30720 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 3807701 T30726 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3807701 T30719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3807702 T30610 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 3807704 T30720 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state2",
   [junit4]   2> 	  "node_name":"node2",
   [junit4]   2> 	  "core":"core4",
   [junit4]   2> 	  "core_node_name":"node2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node2/solr/"}
   [junit4]   2> 3807704 T30720 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 3807705 T30723 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3807706 T30715 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:290)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:287)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:287)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:358)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:209)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 3807707 T30726 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 3807706 T30727 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3807709 T30723 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3807813 T30726 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3809206 T30719 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:290)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:287)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.a

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

eadPoolExecutor.reject(ThreadPoolExecutor.java:821)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
   [junit4]   2> 	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:110)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:206)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 3878551 T31339 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:290)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:287)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:287)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:358)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:209)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 3878552 T31335 oaz.ClientCnxn$EventThread.processEvent ERROR Error while calling watcher  java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.FutureTask@3124c5f7 rejected from java.util.concurrent.ThreadPoolExecutor@4fb16dac[Shutting down, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 7]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2048)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
   [junit4]   2> 	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:110)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:206)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 3880051 T31337 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 3880055 T30610 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:23025 23025
   [junit4]   2> 3880266 T31318 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:23025 23025
   [junit4]   2> 3880270 T30610 oas.SolrTestCaseJ4.tearDown ###Ending testShardAssignment
   [junit4]   2> 3880270 T30610 oasc.Overseer.close Overseer (id=92329678953447427-127.0.0.1:23025_solr-n_0000000000) closing
   [junit4]   2> 3880271 T31331 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:23025_solr
   [junit4]   2> 3880272 T31340 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:307)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:304)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:304)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:320)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:89)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:292)
   [junit4]   2> 
   [junit4]   2> 3883274 T30610 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerTest-9BF440FE47C16BA9-001
   [junit4]   2> NOTE: test params are: codec=Lucene42, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=es_BO, timezone=America/Godthab
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_60 (64-bit)/cpus=16,threads=1,free=167067560,total=513277952
   [junit4]   2> NOTE: All tests run in this JVM: [TestBinaryResponseWriter, TestCollationFieldDocValues, TestUtils, NotRequiredUniqueKeyTest, TestHashPartitioner, ParsingFieldUpdateProcessorsTest, UnloadDistributedZkTest, TestDocSet, TestCollationKeyRangeQueries, TestReplicationHandler, TestArbitraryIndexDir, OpenExchangeRatesOrgProviderTest, FastVectorHighlighterTest, JsonLoaderTest, BlockDirectoryTest, SpellCheckCollatorTest, TestInfoStreamLogging, PreAnalyzedUpdateProcessorTest, TestFuzzyAnalyzedSuggestions, TestSolrJ, PreAnalyzedFieldTest, TestSort, TestCloudInspectUtil, PluginInfoTest, IndexSchemaTest, SuggesterTest, ZkNodePropsTest, TestSchemaResource, SpellPossibilityIteratorTest, TestAnalyzedSuggestions, AnalyticsQueryTest, SuggesterWFSTTest, TestSolrCoreProperties, ClusterStateUpdateTest, SignatureUpdateProcessorFactoryTest, TestStressReorder, TestManagedResourceStorage, CursorPagingTest, PingRequestHandlerTest, TestSolrIndexConfig, TestTrie, PeerSyncTest, BasicDistributedZkTest, TestFaceting, StandardRequestHandlerTest, TestStressVersions, TestSolrXmlPersistor, DocumentBuilderTest, EnumFieldTest, TestSolrDeletionPolicy1, TestPartialUpdateDeduplication, TestConfigSets, ShowFileRequestHandlerTest, TestRangeQuery, RequiredFieldsTest, HdfsRecoveryZkTest, SolrIndexSplitterTest, TestSuggestSpellingConverter, TestJmxIntegration, TestRTGBase, SpellingQueryConverterTest, TestSimpleQParserPlugin, TestDynamicFieldCollectionResource, TestManagedStopFilterFactory, EchoParamsTest, DisMaxRequestHandlerTest, CoreMergeIndexesAdminHandlerTest, RecoveryZkTest, ResponseLogComponentTest, TriLevelCompositeIdRoutingTest, SimpleFacetsTest, CoreAdminHandlerTest, TestDocBasedVersionConstraints, TestNumberUtils, TestChildDocTransformer, BadIndexSchemaTest, BJQParserTest, LeaderElectionTest, MultiThreadedOCPTest, HdfsLockFactoryTest, TestRandomDVFaceting, TestSearchPerf, CoreAdminRequestStatusTest, OverseerCollectionProcessorTest, TestNoOpRegenerator, ResourceLoaderTest, TestDynamicFieldResource, SolrCmdDistributorTest, DirectUpdateHandlerTest, TestSolr4Spatial2, TermsComponentTest, TestDistributedSearch, DocValuesMultiTest, SuggesterTSTTest, TestCollapseQParserPlugin, TestSchemaSimilarityResource, DistributedSpellCheckComponentTest, DocumentAnalysisRequestHandlerTest, TestSolr4Spatial, HighlighterMaxOffsetTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, SyncSliceTest, OverseerTest]
   [junit4] Completed on J0 in 89.92s, 9 tests, 1 error <<< FAILURES!

[...truncated 774 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:492: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:465: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:48: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/extra-targets.xml:37: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build.xml:189: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/common-build.xml:494: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:1343: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:958: There were test failures: 419 suites, 1733 tests, 1 error, 51 ignored (8 assumptions)

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