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 2013/05/10 11:50:02 UTC

[JENKINS] Lucene-Solr-NightlyTests-trunk - Build # 256 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-trunk/256/

225 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.AnalysisAfterCoreReloadTest

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.AnalysisAfterCoreReloadTest.beforeClass(AnalysisAfterCoreReloadTest.java:48)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:437)
	... 31 more


FAILED:  junit.framework.TestSuite.org.apache.solr.BasicFunctionalityTest

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.BasicFunctionalityTest.beforeTests(BasicFunctionalityTest.java:77)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException


FAILED:  junit.framework.TestSuite.org.apache.solr.ConvertedLegacyTest

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.ConvertedLegacyTest.beforeTests(ConvertedLegacyTest.java:38)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:437)
	... 32 more


FAILED:  junit.framework.TestSuite.org.apache.solr.DisMaxRequestHandlerTest

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.DisMaxRequestHandlerTest.beforeClass(DisMaxRequestHandlerTest.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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException


FAILED:  junit.framework.TestSuite.org.apache.solr.EchoParamsTest

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.EchoParamsTest.beforeClass(EchoParamsTest.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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:437)
	... 32 more


FAILED:  junit.framework.TestSuite.org.apache.solr.MinimalSchemaTest

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.MinimalSchemaTest.beforeClass(MinimalSchemaTest.java:40)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:437)
	... 32 more


FAILED:  junit.framework.TestSuite.org.apache.solr.OutputWriterTest

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.OutputWriterTest.beforeClass(OutputWriterTest.java:46)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException


FAILED:  junit.framework.TestSuite.org.apache.solr.SampleTest

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.SampleTest.beforeClass(SampleTest.java:42)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException


FAILED:  junit.framework.TestSuite.org.apache.solr.SolrInfoMBeanTest

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.SolrInfoMBeanTest.beforeClass(SolrInfoMBeanTest.java:41)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException


FAILED:  junit.framework.TestSuite.org.apache.solr.SolrTestCaseJ4Test

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:204)
	at org.apache.solr.SolrTestCaseJ4Test.beforeClass(SolrTestCaseJ4Test.java:50)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException


FAILED:  junit.framework.TestSuite.org.apache.solr.TestGroupingSearch

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.TestGroupingSearch.beforeTests(TestGroupingSearch.java:57)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:437)
	... 32 more


FAILED:  junit.framework.TestSuite.org.apache.solr.TestJoin

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.TestJoin.beforeTests(TestJoin.java:40)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException


FAILED:  junit.framework.TestSuite.org.apache.solr.TestPluginEnable

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.TestPluginEnable.beforeClass(TestPluginEnable.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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException


FAILED:  junit.framework.TestSuite.org.apache.solr.TestRandomDVFaceting

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.TestRandomDVFaceting.beforeTests(TestRandomDVFaceting.java:47)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException


FAILED:  junit.framework.TestSuite.org.apache.solr.TestRandomFaceting

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.TestRandomFaceting.beforeTests(TestRandomFaceting.java:40)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException


FAILED:  junit.framework.TestSuite.org.apache.solr.TestTrie

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.TestTrie.beforeClass(TestTrie.java:44)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException


FAILED:  junit.framework.TestSuite.org.apache.solr.analysis.PathHierarchyTokenizerFactoryTest

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.analysis.PathHierarchyTokenizerFactoryTest.beforeTests(PathHierarchyTokenizerFactoryTest.java:31)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException


FAILED:  junit.framework.TestSuite.org.apache.solr.analysis.TestCharFilters

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.analysis.TestCharFilters.beforeClass(TestCharFilters.java:31)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException


FAILED:  junit.framework.TestSuite.org.apache.solr.analysis.TestLuceneMatchVersion

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.analysis.TestLuceneMatchVersion.beforeClass(TestLuceneMatchVersion.java:37)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException


FAILED:  junit.framework.TestSuite.org.apache.solr.analysis.TestReversedWildcardFilterFactory

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.analysis.TestReversedWildcardFilterFactory.beforeClass(TestReversedWildcardFilterFactory.java:52)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:437)
	... 32 more


FAILED:  junit.framework.TestSuite.org.apache.solr.analysis.TestWordDelimiterFilterFactory

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.analysis.TestWordDelimiterFilterFactory.beforeClass(TestWordDelimiterFilterFactory.java:42)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:437)
	... 32 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicZkTest

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.cloud.AbstractZkTestCase.azt_beforeClass(AbstractZkTestCase.java:78)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException


REGRESSION:  org.apache.solr.cloud.SyncSliceTest.testDistribSearch

Error Message:
shard1 is not consistent.  Got 305 from http://127.0.0.1:34250/d_u/ua/collection1lastClient and got 5 from http://127.0.0.1:38001/d_u/ua/collection1

Stack Trace:
java.lang.AssertionError: shard1 is not consistent.  Got 305 from http://127.0.0.1:34250/d_u/ua/collection1lastClient and got 5 from http://127.0.0.1:38001/d_u/ua/collection1
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190:FA136A6B0B6E41AC]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:963)
	at org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:238)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.ZkSolrClientTest

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.cloud.ZkSolrClientTest.beforeClass(ZkSolrClientTest.java:39)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException


FAILED:  junit.framework.TestSuite.org.apache.solr.core.AlternateDirectoryTest

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.core.AlternateDirectoryTest.beforeClass(AlternateDirectoryTest.java:31)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException


FAILED:  junit.framework.TestSuite.org.apache.solr.core.IndexReaderFactoryTest

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.core.IndexReaderFactoryTest.beforeClass(IndexReaderFactoryTest.java:26)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:437)
	... 32 more


FAILED:  junit.framework.TestSuite.org.apache.solr.core.RequestHandlersTest

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.core.RequestHandlersTest.beforeClass(RequestHandlersTest.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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:437)
	... 32 more


FAILED:  junit.framework.TestSuite.org.apache.solr.core.SOLR749Test

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.core.SOLR749Test.beforeClass(SOLR749Test.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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:437)
	... 32 more


REGRESSION:  org.apache.solr.core.SolrCoreCheckLockOnStartupTest.testSimpleLockErrorOnStartup

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190:520E8E3A6DBEDD22]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.junit.Assert.assertNotNull(Assert.java:537)
	at org.apache.solr.core.SolrCoreCheckLockOnStartupTest.testSimpleLockErrorOnStartup(SolrCoreCheckLockOnStartupTest.java:70)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)


REGRESSION:  org.apache.solr.core.SolrCoreCheckLockOnStartupTest.testNativeLockErrorOnStartup

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190:F2D817F358E5BC4C]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.junit.Assert.assertNotNull(Assert.java:537)
	at org.apache.solr.core.SolrCoreCheckLockOnStartupTest.testNativeLockErrorOnStartup(SolrCoreCheckLockOnStartupTest.java:94)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)


REGRESSION:  org.apache.solr.core.SolrCoreTest.testInfoRegistry

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190:2DE2E54BB33B6546]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.core.SolrCoreTest.setUp(SolrCoreTest.java:48)
	at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:437)
	... 47 more


REGRESSION:  org.apache.solr.core.SolrCoreTest.testRemoveThenAddDefaultCore

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190:2F6ACB4E95DD4D95]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.core.SolrCoreTest.setUp(SolrCoreTest.java:48)
	at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:437)
	... 47 more


REGRESSION:  org.apache.solr.core.SolrCoreTest.testClose

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190:4AB05779AF1308D0]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.core.SolrCoreTest.setUp(SolrCoreTest.java:48)
	at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:437)
	... 47 more


REGRESSION:  org.apache.solr.core.SolrCoreTest.testRequestHandlerRegistry

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190:F6E96734A7920751]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.core.SolrCoreTest.setUp(SolrCoreTest.java:48)
	at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:437)
	... 47 more


REGRESSION:  org.apache.solr.core.SolrCoreTest.testRefCount

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190:58CEB9279D4E3962]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.core.SolrCoreTest.setUp(SolrCoreTest.java:48)
	at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:437)
	... 47 more


REGRESSION:  org.apache.solr.core.SolrCoreTest.testRefCountMT

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190:88955BDE7DA15E7A]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.core.SolrCoreTest.setUp(SolrCoreTest.java:48)
	at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:437)
	... 47 more


REGRESSION:  org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190:92AF5F4BE2A8B138]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:130)
	at org.apache.solr.core.TestArbitraryIndexDir.setUp(TestArbitraryIndexDir.java:75)
	at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException


REGRESSION:  org.apache.solr.core.TestBadConfig.testUpdateLogButNoVersionField

Error Message:
Unexpected error, expected error matching: _version_

Stack Trace:
org.apache.solr.common.SolrException: Unexpected error, expected error matching: _version_
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190:5FB517A048451930]:0)
	at org.apache.solr.core.AbstractBadConfigTestBase.assertConfigs(AbstractBadConfigTestBase.java:65)
	at org.apache.solr.core.AbstractBadConfigTestBase.assertConfigs(AbstractBadConfigTestBase.java:37)
	at org.apache.solr.core.TestBadConfig.testUpdateLogButNoVersionField(TestBadConfig.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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.core.AbstractBadConfigTestBase.assertConfigs(AbstractBadConfigTestBase.java:54)
	... 42 more
Caused by: java.lang.NullPointerException


REGRESSION:  org.apache.solr.core.TestBadConfig.testBogusScriptEngine

Error Message:
Unexpected error, expected error matching: giberish

Stack Trace:
org.apache.solr.common.SolrException: Unexpected error, expected error matching: giberish
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190:CA0873DF57FAECC6]:0)
	at org.apache.solr.core.AbstractBadConfigTestBase.assertConfigs(AbstractBadConfigTestBase.java:65)
	at org.apache.solr.core.AbstractBadConfigTestBase.assertConfigs(AbstractBadConfigTestBase.java:37)
	at org.apache.solr.core.TestBadConfig.testBogusScriptEngine(TestBadConfig.java:44)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.core.AbstractBadConfigTestBase.assertConfigs(AbstractBadConfigTestBase.java:54)
	... 42 more
Caused by: java.lang.NullPointerException


REGRESSION:  org.apache.solr.core.TestBadConfig.testBogusMergePolicy

Error Message:
Unexpected error, expected error matching: DummyMergePolicy

Stack Trace:
org.apache.solr.common.SolrException: Unexpected error, expected error matching: DummyMergePolicy
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190:9782BA86D6F5B304]:0)
	at org.apache.solr.core.AbstractBadConfigTestBase.assertConfigs(AbstractBadConfigTestBase.java:65)
	at org.apache.solr.core.AbstractBadConfigTestBase.assertConfigs(AbstractBadConfigTestBase.java:37)
	at org.apache.solr.core.TestBadConfig.testBogusMergePolicy(TestBadConfig.java:63)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.core.AbstractBadConfigTestBase.assertConfigs(AbstractBadConfigTestBase.java:54)
	... 42 more
Caused by: java.lang.NullPointerException


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestCodecSupport

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.core.TestCodecSupport.beforeClass(TestCodecSupport.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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestConfig

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.core.TestConfig.beforeClass(TestConfig.java:41)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:437)
	... 32 more


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestCoreContainer

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.core.TestCoreContainer.beforeClass(TestCoreContainer.java:49)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:437)
	... 32 more


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestJmxIntegration

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.core.TestJmxIntegration.beforeClass(TestJmxIntegration.java:44)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:437)
	... 32 more


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.core.TestLazyCores.beforeClass(TestLazyCores.java:50)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:437)
	... 32 more


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestMergePolicyConfig

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.core.TestMergePolicyConfig.beforeClass(TestMergePolicyConfig.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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:437)
	... 32 more


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestPropInject

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.core.TestPropInject.beforeClass(TestPropInject.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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestPropInjectDefaults

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.core.TestPropInjectDefaults.beforeClass(TestPropInjectDefaults.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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:437)
	... 32 more


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestQuerySenderListener

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.core.TestQuerySenderListener.beforeClass(TestQuerySenderListener.java:42)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestQuerySenderNoQuery

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.core.TestQuerySenderNoQuery.beforeClass(TestQuerySenderNoQuery.java:41)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:437)
	... 32 more


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestSolrDeletionPolicy1

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.core.TestSolrDeletionPolicy1.beforeClass(TestSolrDeletionPolicy1.java:35)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestSolrDeletionPolicy2

Error Message:
Schema Parsing Failed: null

Stack Trace:
org.apache.solr.common.SolrException: Schema Parsing Failed: null
	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
	at org.apache.solr.core.TestSolrDeletionPolicy2.beforeClass(TestSolrDeletionPolicy2.java:29)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.random

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

; ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=ar_QA, timezone=Pacific/Apia
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7.0_17 (64-bit)/cpus=16,threads=1,free=243447224,total=425721856
[junit4:junit4]   2> NOTE: All tests run in this JVM: [StandardRequestHandlerTest, IndexSchemaRuntimeFieldTest, TestShardHandlerFactory, SolrCmdDistributorTest, ConvertedLegacyTest, SuggesterTSTTest, DirectSolrSpellCheckerTest, CurrencyFieldOpenExchangeTest, TestPostingsSolrHighlighter, TestDistributedSearch, TestZkChroot, TestMultiCoreConfBootstrap, SolrCoreCheckLockOnStartupTest, TimeZoneUtilsTest, TestDistributedGrouping, DateMathParserTest, TestQuerySenderNoQuery, NotRequiredUniqueKeyTest, TestCSVResponseWriter, RequestHandlersTest, NumericFieldsTest, SolrIndexConfigTest, DefaultValueUpdateProcessorTest, EchoParamsTest, TestReload, SpellPossibilityIteratorTest, TestElisionMultitermQuery, FullSolrCloudDistribCmdsTest, TestRecovery, HighlighterConfigTest, XmlUpdateRequestHandlerTest, FileUtilsTest, TestCoreDiscovery, TestJmxIntegration, CoreContainerCoreInitFailuresTest, RequiredFieldsTest, TestFiltering, TestLazyCores, LeaderElectionIntegrationTest, DOMUtilTest, TestBinaryResponseWriter, ShardRoutingCustomTest, TestDefaultSimilarityFactory, SignatureUpdateProcessorFactoryTest, TestUniqueKeyFieldResource, TestJmxMonitoredMap, TestSystemIdResolver, TestSolrXMLSerializer, JSONWriterTest, TestSolrJ, TestSchemaSimilarityResource, TestOmitPositions, TestQueryTypes, TestRangeQuery, TestComponentsName, TestWordDelimiterFilterFactory, SuggesterWFSTTest, UpdateParamsTest, TestMergePolicyConfig, TestCSVLoader, ClusterStateTest, UniqFieldsUpdateProcessorFactoryTest, ChaosMonkeyShardSplitTest, IndexReaderFactoryTest, CachingDirectoryFactoryTest, CollectionsAPIDistributedZkTest, HighlighterTest, NoCacheHeaderTest, TestDefaultSearchFieldResource, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, OpenCloseCoreStressTest, TestSolrXml, TestClassNameShortening, TestCopyFieldCollectionResource, TestDynamicFieldCollectionResource, TestFieldCollectionResource, TestFieldResource, TestFieldTypeResource, TestManagedSchemaFieldResource, TestSchemaNameResource, TestSchemaResource, TestSerializedLuceneMatchVersion, TestSolrQueryParserDefaultOperatorResource, TestSolrQueryParserResource, TestCloudManagedSchema, TestCloudManagedSchemaAddField, TestAddFieldRealTimeGet]
[junit4:junit4] Completed on J1 in 0.19s, 1 test, 1 error <<< FAILURES!

[...truncated 1 lines...]
[junit4:junit4] Suite: org.apache.solr.update.processor.PreAnalyzedUpdateProcessorTest
[junit4:junit4]   1> INFO  - 2013-05-10 09:48:56.693; org.apache.solr.SolrTestCaseJ4; ####initCore
[junit4:junit4]   1> INFO  - 2013-05-10 09:48:56.694; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   1> INFO  - 2013-05-10 09:48:56.696; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-05-10 09:48:56.697; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-05-10 09:48:56.778; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-05-10 09:48:56.844; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig-update-processor-chains.xml
[junit4:junit4]   1> INFO  - 2013-05-10 09:48:56.845; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema12.xml
[junit4:junit4]   1> INFO  - 2013-05-10 09:48:56.852; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./solrtest-PreAnalyzedUpdateProcessorTest-1368179336694
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=de_LU, timezone=EAT
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7.0_17 (64-bit)/cpus=16,threads=1,free=194166208,total=425721856
[junit4:junit4]   2> NOTE: All tests run in this JVM: [StandardRequestHandlerTest, IndexSchemaRuntimeFieldTest, TestShardHandlerFactory, SolrCmdDistributorTest, ConvertedLegacyTest, SuggesterTSTTest, DirectSolrSpellCheckerTest, CurrencyFieldOpenExchangeTest, TestPostingsSolrHighlighter, TestDistributedSearch, TestZkChroot, TestMultiCoreConfBootstrap, SolrCoreCheckLockOnStartupTest, TimeZoneUtilsTest, TestDistributedGrouping, DateMathParserTest, TestQuerySenderNoQuery, NotRequiredUniqueKeyTest, TestCSVResponseWriter, RequestHandlersTest, NumericFieldsTest, SolrIndexConfigTest, DefaultValueUpdateProcessorTest, EchoParamsTest, TestReload, SpellPossibilityIteratorTest, TestElisionMultitermQuery, FullSolrCloudDistribCmdsTest, TestRecovery, HighlighterConfigTest, XmlUpdateRequestHandlerTest, FileUtilsTest, TestCoreDiscovery, TestJmxIntegration, CoreContainerCoreInitFailuresTest, RequiredFieldsTest, TestFiltering, TestLazyCores, LeaderElectionIntegrationTest, DOMUtilTest, TestBinaryResponseWriter, ShardRoutingCustomTest, TestDefaultSimilarityFactory, SignatureUpdateProcessorFactoryTest, TestUniqueKeyFieldResource, TestJmxMonitoredMap, TestSystemIdResolver, TestSolrXMLSerializer, JSONWriterTest, TestSolrJ, TestSchemaSimilarityResource, TestOmitPositions, TestQueryTypes, TestRangeQuery, TestComponentsName, TestWordDelimiterFilterFactory, SuggesterWFSTTest, UpdateParamsTest, TestMergePolicyConfig, TestCSVLoader, ClusterStateTest, UniqFieldsUpdateProcessorFactoryTest, ChaosMonkeyShardSplitTest, IndexReaderFactoryTest, CachingDirectoryFactoryTest, CollectionsAPIDistributedZkTest, HighlighterTest, NoCacheHeaderTest, TestDefaultSearchFieldResource, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, OpenCloseCoreStressTest, TestSolrXml, TestClassNameShortening, TestCopyFieldCollectionResource, TestDynamicFieldCollectionResource, TestFieldCollectionResource, TestFieldResource, TestFieldTypeResource, TestManagedSchemaFieldResource, TestSchemaNameResource, TestSchemaResource, TestSerializedLuceneMatchVersion, TestSolrQueryParserDefaultOperatorResource, TestSolrQueryParserResource, TestCloudManagedSchema, TestCloudManagedSchemaAddField, TestAddFieldRealTimeGet, PreAnalyzedUpdateProcessorTest]
[junit4:junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=PreAnalyzedUpdateProcessorTest -Dtests.seed=7BF5E4737C312190 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/hudson/lucene-data/enwiki.random.lines.txt -Dtests.locale=de_LU -Dtests.timezone=EAT -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.00s J1 | PreAnalyzedUpdateProcessorTest (suite) <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: Schema Parsing Failed: null
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([7BF5E4737C312190]:0)
[junit4:junit4]    > 	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:607)
[junit4:junit4]    > 	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:166)
[junit4:junit4]    > 	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
[junit4:junit4]    > 	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
[junit4:junit4]    > 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:108)
[junit4:junit4]    > 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:393)
[junit4:junit4]    > 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:385)
[junit4:junit4]    > 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:197)
[junit4:junit4]    > 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:184)
[junit4:junit4]    > 	at org.apache.solr.update.processor.PreAnalyzedUpdateProcessorTest.beforeClass(PreAnalyzedUpdateProcessorTest.java:45)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.lang.NullPointerException
[junit4:junit4] Completed on J1 in 0.20s, 0 tests, 1 error <<< FAILURES!

[...truncated 23 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:384: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:357: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build.xml:181: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/common-build.xml:437: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:1240: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:884: There were test failures: 294 suites, 451 tests, 162 suite-level errors, 59 errors, 4 failures, 20 ignored (5 assumptions)

Total time: 95 minutes 24 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-NightlyTests-trunk - Build # 259 - Still Failing

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

2 tests failed.
REGRESSION:  org.apache.solr.cloud.ZkCLITest.testUpConfigLinkConfigClearZk

Error Message:
Make sure we did download each file in the original configuration

Stack Trace:
java.lang.AssertionError: Make sure we did download each file in the original configuration
	at __randomizedtesting.SeedInfo.seed([BA191340B3FB509A:9E7FBE4E3934E6FC]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.ZkCLITest.testUpConfigLinkConfigClearZk(ZkCLITest.java:198)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)


FAILED:  junit.framework.TestSuite.org.apache.solr.search.QueryEqualityTest

Error Message:
testParserCoverage was run w/o any other method explicitly testing qparser: maxscore

Stack Trace:
java.lang.AssertionError: testParserCoverage was run w/o any other method explicitly testing qparser: maxscore
	at __randomizedtesting.SeedInfo.seed([BA191340B3FB509A]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.search.QueryEqualityTest.afterClassParserCoverageTest(QueryEqualityTest.java:61)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:700)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 9414 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.ZkCLITest
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:10.756; org.apache.solr.SolrTestCaseJ4; ###Starting testMakePath
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:10.756; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testMakePath
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:11.517; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368433930757/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:11.517; org.apache.solr.cloud.ZkTestServer; STARTING ZK TEST SERVER
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:11.518; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:11.619; org.apache.solr.cloud.ZkTestServer; start zk server on port:34725
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:11.620; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:11.649; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@b21738e name:ZooKeeperConnection Watcher:127.0.0.1:34725 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:11.650; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:11.650; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:11.661; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:11.663; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4040f944 name:ZooKeeperConnection Watcher:127.0.0.1:34725/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:11.663; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:11.663; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testMakePath
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:11.746; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:11.748; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@134ffebd name:ZooKeeperConnection Watcher:127.0.0.1:34725/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:11.748; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:11.749; org.apache.solr.common.cloud.SolrZkClient; makePath: /path/mynewpath
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:11.768; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:34725 34725
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:11.830; org.apache.solr.SolrTestCaseJ4; ###Ending testMakePath
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368433930757
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:11.837; org.apache.solr.SolrTestCaseJ4; ###Starting testUpConfigLinkConfigClearZk
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:11.837; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testUpConfigLinkConfigClearZk
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.262; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368433931837/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.263; org.apache.solr.cloud.ZkTestServer; STARTING ZK TEST SERVER
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.263; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.364; org.apache.solr.cloud.ZkTestServer; start zk server on port:40549
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.365; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.397; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@3a077972 name:ZooKeeperConnection Watcher:127.0.0.1:40549 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.397; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.398; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.409; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.412; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@5a4e3810 name:ZooKeeperConnection Watcher:127.0.0.1:40549/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.412; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.412; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testUpConfigLinkConfigClearZk
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.413; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.415; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@110f8c30 name:ZooKeeperConnection Watcher:127.0.0.1:40549/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.416; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.416; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.417; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.419; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@bdfc0f6 name:ZooKeeperConnection Watcher:127.0.0.1:40549 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.419; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> WARN  - 2013-05-13 08:32:12.421; org.apache.zookeeper.server.NIOServerCnxn; caught end of stream exception
[junit4:junit4]   1> EndOfStreamException: Unable to read additional data from client sessionid 0x13e9d04b7ed0003, likely client has closed socket
[junit4:junit4]   1> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   1> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   1> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.422; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.html
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.436; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/scripts.conf
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.439; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.442; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.menu-bottom.html
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.445; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/elevate.xml
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.448; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.451; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.655; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.666; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/mapping-FoldToASCII.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.670; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/spellings.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.674; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_ranges.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.688; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.691; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/debug.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.695; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/results_list.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.698; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/browse.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.701; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/mime_type_lists.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.710; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/jquery.autocomplete.css
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.713; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_group.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.717; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit_grouped.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.720; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/main.css
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.729; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/VM_global_library.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.736; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_queries.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.742; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/product_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.749; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/pagination_bottom.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.752; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_form.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.756; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/cluster_results.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.759; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/richtext_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.768; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit_plain.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.771; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/README.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.774; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/jquery.autocomplete.js
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.778; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/suggest.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.791; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/join_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.796; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/head.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.799; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/error.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.802; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/header.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.810; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_fields.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.813; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/layout.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.816; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/cluster.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.819; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facets.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.822; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_pivot.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.826; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/did_you_mean.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.834; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/tabs.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.837; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.840; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/footer.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.843; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/pagination_top.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.847; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_spatial.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.850; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/update-script.js
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.853; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.menu-top.html
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.863; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.867; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.879; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_no.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.884; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/hyphenations_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.894; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.898; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_de.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.901; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_id.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.904; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.907; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hy.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.915; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fa.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.919; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.922; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ru.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.925; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.933; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.936; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_cz.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.940; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.943; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_lv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.951; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_bg.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.954; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.957; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ro.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.960; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_el.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.968; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.971; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.975; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/userdict_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.978; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_es.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.981; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.984; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.995; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_sv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:12.998; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_gl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.001; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stemdict_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.005; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_pt.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.013; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_th.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.016; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.019; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_eu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.022; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_en.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.025; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ar.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.033; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stoptags_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.037; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.047; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_da.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.050; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_tr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.058; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.061; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/luke.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.065; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example_rss.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.075; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/updateXml.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.078; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.081; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example_atom.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.086; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.095; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@14021e78 name:ZooKeeperConnection Watcher:127.0.0.1:40549/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.095; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.095; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.096; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.108; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.110; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@c19ace3 name:ZooKeeperConnection Watcher:127.0.0.1:40549/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.110; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.112; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/admin-extra.menu-top.html
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.114; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.115; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.317; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/mapping-FoldToASCII.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.320; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.321; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.324; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/lang/contractions_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.325; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/lang/stopwords_hi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.327; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/lang/stopwords_eu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.328; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/lang/contractions_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.330; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/lang/stopwords_sv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.332; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/lang/userdict_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.333; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/lang/stopwords_es.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.335; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/lang/stoptags_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.336; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/lang/stemdict_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.338; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/lang/stopwords_bg.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.340; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/lang/stopwords_hy.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.341; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/lang/stopwords_el.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.343; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/lang/hyphenations_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.345; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/lang/stopwords_ar.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.346; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/lang/stopwords_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.348; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/lang/stopwords_pt.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.350; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/lang/stopwords_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.351; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/lang/stopwords_th.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.353; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/lang/stopwords_de.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.355; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/lang/stopwords_lv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.356; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/lang/contractions_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.358; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/lang/stopwords_ru.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.360; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/lang/stopwords_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.361; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/lang/stopwords_da.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.363; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/lang/stopwords_gl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.364; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/lang/stopwords_no.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.366; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/lang/stopwords_tr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.367; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/lang/stopwords_fa.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.369; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/lang/stopwords_hu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.370; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/lang/stopwords_id.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.372; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/lang/stopwords_ro.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.373; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/lang/stopwords_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.375; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/lang/stopwords_cz.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.376; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/lang/stopwords_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.378; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/lang/stopwords_fi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.379; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/lang/contractions_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.381; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/lang/stopwords_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.382; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/lang/stopwords_en.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.384; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/spellings.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.385; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.387; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/admin-extra.html
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.389; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/xslt/luke.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.390; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/xslt/updateXml.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.392; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/xslt/example_atom.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.393; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/xslt/example.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.395; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/xslt/example_rss.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.396; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.398; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/scripts.conf
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.399; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/update-script.js
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.402; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/velocity/query_spatial.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.403; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/velocity/mime_type_lists.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.405; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/velocity/results_list.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.406; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/velocity/cluster_results.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.408; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/velocity/hit_grouped.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.409; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/velocity/layout.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.411; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/velocity/debug.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.412; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/velocity/join_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.414; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/velocity/facet_queries.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.415; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/velocity/query_group.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.417; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/velocity/main.css
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.418; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/velocity/VM_global_library.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.420; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/velocity/pagination_bottom.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.422; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/velocity/error.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.423; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/velocity/facets.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.425; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/velocity/richtext_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.427; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/velocity/head.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.429; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/velocity/query_form.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.430; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/velocity/cluster.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.432; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/velocity/hit_plain.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.433; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/velocity/footer.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.435; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/velocity/facet_pivot.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.437; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/velocity/browse.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.438; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/velocity/jquery.autocomplete.js
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.440; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/velocity/did_you_mean.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.441; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/velocity/jquery.autocomplete.css
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.443; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/velocity/README.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.444; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/velocity/header.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.446; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/velocity/hit.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.447; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/velocity/suggest.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.449; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/velocity/pagination_top.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.450; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/velocity/query.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.452; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/velocity/product_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.453; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/velocity/tabs.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.455; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/velocity/facet_ranges.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.457; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/velocity/facet_fields.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.458; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/elevate.xml
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.460; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/admin-extra.menu-bottom.html
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.461; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368433933107/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.648; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:40549 40549
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.801; org.apache.solr.SolrTestCaseJ4; ###Ending testUpConfigLinkConfigClearZk
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368433931837
[junit4:junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ZkCLITest -Dtests.method=testUpConfigLinkConfigClearZk -Dtests.seed=BA191340B3FB509A -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/hudson/lucene-data/enwiki.random.lines.txt -Dtests.locale=es_BO -Dtests.timezone=SystemV/AST4ADT -Dtests.file.encoding=UTF-8
[junit4:junit4] FAILURE 1.99s J0 | ZkCLITest.testUpConfigLinkConfigClearZk <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: Make sure we did download each file in the original configuration
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([BA191340B3FB509A:9E7FBE4E3934E6FC]:0)
[junit4:junit4]    > 	at org.apache.solr.cloud.ZkCLITest.testUpConfigLinkConfigClearZk(ZkCLITest.java:198)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.824; org.apache.solr.SolrTestCaseJ4; ###Starting testBootstrap
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.825; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testBootstrap
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.826; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368433933825/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.826; org.apache.solr.cloud.ZkTestServer; STARTING ZK TEST SERVER
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.827; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.928; org.apache.solr.cloud.ZkTestServer; start zk server on port:11900
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.929; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.933; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@6b5dc96 name:ZooKeeperConnection Watcher:127.0.0.1:11900 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.933; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.933; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.944; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.946; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@67c47249 name:ZooKeeperConnection Watcher:127.0.0.1:11900/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.946; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.946; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testBootstrap
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.947; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.949; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4ea11d64 name:ZooKeeperConnection Watcher:127.0.0.1:11900/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.950; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:13.950; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/example/solr/'
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.059; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/example/solr
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.061; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/example/solr/collection1/core.properties, adding to cores
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.063; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/example/solr/.svn
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.064; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/example/solr/.svn/props
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.065; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/example/solr/.svn/tmp
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.066; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/example/solr/.svn/tmp/props
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.067; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/example/solr/.svn/tmp/prop-base
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.068; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/example/solr/.svn/tmp/text-base
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.069; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/example/solr/.svn/prop-base
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.073; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/example/solr/.svn/text-base
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.076; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.077; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.079; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@3a92cc05 name:ZooKeeperConnection Watcher:127.0.0.1:11900 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.079; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.081; org.apache.solr.cloud.ZkController; bootstraping config for 1 cores into ZooKeeper using solr.xml from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/example/solr/
[junit4:junit4]   1> idir:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/example/solr/collection1
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.082; org.apache.solr.cloud.ZkController; Uploading directory /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/example/solr/collection1/conf with name collection1 for SolrCore collection1
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.083; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.html
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.099; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/scripts.conf
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.102; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.105; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-bottom.html
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.113; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/elevate.xml
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.116; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.118; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.322; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.326; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-FoldToASCII.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.338; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/spellings.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.342; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_ranges.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.353; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.357; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/debug.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.361; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/results_list.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.365; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/browse.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.369; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/mime_type_lists.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.372; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.css
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.376; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_group.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.384; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_grouped.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.388; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/main.css
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.392; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/VM_global_library.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.396; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_queries.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.400; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/product_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.403; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_bottom.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.407; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_form.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.411; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster_results.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.414; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/richtext_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.423; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_plain.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.426; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/README.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.430; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.js
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.435; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/suggest.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.445; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/join_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.449; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/head.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.453; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/error.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.457; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/header.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.460; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_fields.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.468; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/layout.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.484; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.488; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facets.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.491; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_pivot.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.499; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/did_you_mean.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.502; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/tabs.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.505; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.513; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/footer.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.516; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_top.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.520; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_spatial.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.523; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/update-script.js
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.526; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-top.html
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.529; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.538; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.543; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_no.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.557; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/hyphenations_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.560; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.564; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_de.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.567; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_id.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.575; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.578; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hy.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.581; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fa.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.584; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.588; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ru.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.595; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.598; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.602; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_cz.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.605; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.614; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_lv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.617; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_bg.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.620; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.623; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ro.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.632; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_el.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.635; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.638; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.646; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/userdict_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.649; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_es.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.651; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.655; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.658; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_sv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.661; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_gl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.669; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stemdict_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.672; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_pt.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.675; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_th.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.679; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.682; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_eu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.685; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_en.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.693; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ar.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.696; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stoptags_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.700; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.712; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_da.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.716; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_tr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.719; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.723; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/luke.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.734; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_rss.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.737; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/updateXml.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.741; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.744; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_atom.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.753; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.756; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1d0f0a3d name:ZooKeeperConnection Watcher:127.0.0.1:11900/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.756; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.756; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/example/multicore/'
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.851; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.852; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.855; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1fd96e2f name:ZooKeeperConnection Watcher:127.0.0.1:11900 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.855; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.857; org.apache.solr.cloud.ZkController; bootstraping config for 2 cores into ZooKeeper using solr.xml from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/example/multicore/
[junit4:junit4]   1> idir:core0
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.857; org.apache.solr.cloud.ZkController; Uploading directory /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/example/multicore/core0/conf with name core0 for SolrCore core0
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.859; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core0/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.870; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core0/schema.xml
[junit4:junit4]   1> idir:core1
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.872; org.apache.solr.cloud.ZkController; Uploading directory /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/example/multicore/core1/conf with name core1 for SolrCore core1
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.873; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.877; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core1/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:14.889; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:11900 11900
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:15.087; org.apache.solr.SolrTestCaseJ4; ###Ending testBootstrap
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368433933825
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:15.093; org.apache.solr.SolrTestCaseJ4; ###Starting testBootstrapWithChroot
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:15.093; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testBootstrapWithChroot
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:15.512; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368433935093/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:15.512; org.apache.solr.cloud.ZkTestServer; STARTING ZK TEST SERVER
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:15.513; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:15.614; org.apache.solr.cloud.ZkTestServer; start zk server on port:32601
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:15.615; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:15.640; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@117598c2 name:ZooKeeperConnection Watcher:127.0.0.1:32601 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:15.640; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:15.641; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:15.645; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:15.654; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@66e2c554 name:ZooKeeperConnection Watcher:127.0.0.1:32601/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:15.655; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:15.655; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testBootstrapWithChroot
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:15.656; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:15.658; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@534553ba name:ZooKeeperConnection Watcher:127.0.0.1:32601/solr/foo/bar got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:15.658; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:15.659; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368433935093/tmp-solr-home/'
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:15.751; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:15.752; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:15.757; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@3629ef5d name:ZooKeeperConnection Watcher:127.0.0.1:32601 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:15.757; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:15.758; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr/foo/bar
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:15.769; org.apache.solr.cloud.ZkController; bootstraping config for 1 cores into ZooKeeper using solr.xml from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368433935093/tmp-solr-home/
[junit4:junit4]   1> idir:collection1
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:15.769; org.apache.solr.cloud.ZkController; Uploading directory /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368433935093/tmp-solr-home/collection1/conf with name collection1 for SolrCore collection1
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:15.771; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-top.html
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:15.783; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:15.787; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-FoldToASCII.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:15.995; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_group.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.010; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_grouped.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.013; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.017; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/debug.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.020; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_plain.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.029; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_spatial.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.033; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facets.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.036; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster_results.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.044; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_ranges.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.047; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/suggest.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.050; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_form.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.058; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/join_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.061; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.js
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.065; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/footer.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.076; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/results_list.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.080; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/richtext_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.083; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/mime_type_lists.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.087; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/header.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.091; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/main.css
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.094; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/product_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.102; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/layout.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.106; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.110; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_fields.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.114; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/error.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.117; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/tabs.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.125; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_top.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.128; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_queries.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.132; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/browse.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.135; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/VM_global_library.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.139; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/README.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.141; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_pivot.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.144; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_bottom.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.153; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/head.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.156; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.159; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.css
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.162; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/did_you_mean.vm
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.170; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/scripts.conf
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.173; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/spellings.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.176; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/update-script.js
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.184; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/elevate.xml
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.187; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.191; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.194; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.197; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_rss.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.207; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.209; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/updateXml.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.213; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/luke.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.217; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_atom.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.230; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_es.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.235; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.244; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/hyphenations_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.248; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.251; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.254; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.263; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_pt.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.269; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_th.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.272; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.275; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_sv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.284; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.287; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_gl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.291; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_en.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.295; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ar.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.298; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_eu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.301; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_tr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.305; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_da.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.314; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.318; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.321; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_no.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.329; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_de.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.333; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_id.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.336; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stoptags_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.340; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hy.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.352; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fa.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.356; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ru.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.360; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.363; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/userdict_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.367; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.375; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.378; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_cz.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.382; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.386; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stemdict_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.389; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_lv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.398; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_bg.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.401; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_el.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.405; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ro.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.408; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.411; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.420; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-bottom.html
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.423; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.426; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.434; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.html
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.448; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:32601 32601
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.673; org.apache.solr.SolrTestCaseJ4; ###Ending testBootstrapWithChroot
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368433935093
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.679; org.apache.solr.SolrTestCaseJ4; ###Starting testList
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:16.679; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testList
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:17.090; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368433936680/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:17.090; org.apache.solr.cloud.ZkTestServer; STARTING ZK TEST SERVER
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:17.091; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:17.192; org.apache.solr.cloud.ZkTestServer; start zk server on port:32612
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:17.193; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:17.198; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@274c5363 name:ZooKeeperConnection Watcher:127.0.0.1:32612 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:17.198; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:17.199; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:17.203; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:17.205; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@6e406354 name:ZooKeeperConnection Watcher:127.0.0.1:32612/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:17.206; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:17.206; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testList
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:17.207; org.apache.solr.common.cloud.SolrZkClient; makePath: /test
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:17.215; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:17.217; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@3fc852d0 name:ZooKeeperConnection Watcher:127.0.0.1:32612/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:17.217; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> / (1)
[junit4:junit4]   1>  /test (0)
[junit4:junit4]   1> 
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:17.229; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:32612 32612
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:18.344; org.apache.solr.SolrTestCaseJ4; ###Ending testList
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368433936680
[junit4:junit4]   1> INFO  - 2013-05-13 08:32:18.347; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=es_BO, timezone=SystemV/AST4ADT
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7.0_17 (64-bit)/cpus=16,threads=1,free=150891392,total=531234816
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestFastWriter, TestUniqueKeyFieldResource, SuggesterTest, TestTrie, TestLMDirichletSimilarityFactory, QueryParsingTest, SOLR749Test, TestManagedSchema, TermsComponentTest, DirectUpdateHandlerOptimizeTest, TestValueSourceCache, TestPhraseSuggestions, SystemInfoHandlerTest, StatelessScriptUpdateProcessorFactoryTest, TestRealTimeGet, WordBreakSolrSpellCheckerTest, SimpleFacetsTest, QueryResultKeyTest, TestRemoteStreaming, CSVRequestHandlerTest, OverseerTest, ResponseLogComponentTest, ReturnFieldsTest, UUIDFieldTest, TestWriterPerf, SynonymTokenizerTest, PreAnalyzedUpdateProcessorTest, RecoveryZkTest, TestSearchPerf, FieldMutatingUpdateProcessorTest, SolrIndexSplitterTest, QueryElevationComponentTest, PluginInfoTest, TestManagedSchemaFieldResource, ChaosMonkeyNothingIsSafeTest, ResourceLoaderTest, DistributedQueryElevationComponentTest, DocumentBuilderTest, TestSolrCoreProperties, TestSurroundQueryParser, DistributedTermsComponentTest, LeaderElectionTest, TestSolrIndexConfig, ShardRoutingTest, TestLRUCache, SpatialFilterTest, LukeRequestHandlerTest, TestGroupingSearch, TestPropInjectDefaults, SolrInfoMBeanTest, BadComponentTest, TestConfig, ExternalFileFieldSortTest, TestClassNameShortening, IndexSchemaTest, TestFieldCollectionResource, DocValuesTest, TestPluginEnable, OverseerCollectionProcessorTest, AliasIntegrationTest, TestPseudoReturnFields, FastVectorHighlighterTest, LegacyHTMLStripCharFilterTest, LoggingHandlerTest, RegexBoostProcessorTest, TestStressRecovery, DirectSolrConnectionTest, TestReversedWildcardFilterFactory, BasicDistributedZkTest, ZkControllerTest, TestSort, BasicFunctionalityTest, DateFieldTest, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, ClusterStateUpdateTest, TestRandomDVFaceting, ZkCLITest]
[junit4:junit4] Completed on J0 in 7.79s, 5 tests, 1 failure <<< FAILURES!

[...truncated 111 lines...]
[junit4:junit4] Suite: org.apache.solr.search.QueryEqualityTest
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:18.811; org.apache.solr.SolrTestCaseJ4; ####initCore
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:18.812; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:18.814; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:18.814; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:18.906; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:18.981; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:18.983; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema15.xml
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:18.988; org.apache.solr.schema.IndexSchema; [null] Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.479; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.482; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.484; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.487; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.496; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.496; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.497; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/'
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.506; org.apache.solr.core.CoreContainer; New CoreContainer 952096387
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.548; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.549; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368434178812/
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.549; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@501720f5
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.549; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.550; org.apache.solr.core.CachingDirectoryFactory; return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368434178812
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.550; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368434178812/index/
[junit4:junit4]   1> WARN  - 2013-05-13 08:36:19.550; org.apache.solr.core.SolrCore; [collection1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368434178812/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.552; org.apache.solr.core.CachingDirectoryFactory; return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368434178812/index
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.554; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/index2303923076tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@597ce68e)),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.555; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.555; org.apache.solr.core.SolrCore; created xml: solr.XMLResponseWriter
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.557; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.557; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.557; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.558; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.558; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.558; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.559; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.559; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.559; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.560; org.apache.solr.core.RequestHandlers; created dismax: solr.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.560; org.apache.solr.core.RequestHandlers; created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.561; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.561; org.apache.solr.core.RequestHandlers; created defaults: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.561; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.562; org.apache.solr.core.RequestHandlers; created lazy: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.562; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.562; org.apache.solr.core.RequestHandlers; created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.563; org.apache.solr.core.RequestHandlers; created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.563; org.apache.solr.core.RequestHandlers; created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.563; org.apache.solr.core.RequestHandlers; created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.564; org.apache.solr.core.RequestHandlers; created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.564; org.apache.solr.core.RequestHandlers; created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.564; org.apache.solr.core.RequestHandlers; created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.565; org.apache.solr.core.RequestHandlers; created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.565; org.apache.solr.core.RequestHandlers; created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.566; org.apache.solr.core.RequestHandlers; created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.576; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> WARN  - 2013-05-13 08:36:19.580; org.apache.solr.core.SolrCore; solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   1> WARN  - 2013-05-13 08:36:19.581; org.apache.solr.core.SolrCore; adding ShowFileRequestHandler with hidden files: [THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-REQUIRED-FIELDS.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, TRIVIAL.UPDATEPROCESSOR1.JS, SCHEMA-REPLICATION2.XML, SCHEMA-MINIMAL.XML, SOLRCONFIG-CACHING.XML, BAD-SOLRCONFIG-UNEXPECTED-SCHEMA-ATTRIBUTE.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-REPEATER.XML, SOLRCONFIG-MERGEPOLICY.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, CURRENCY.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, SOLRCONFIG-TLOG.XML, SOLRCONFIG-MASTER.XML, SOLRCONFIG-COMPONENTS-NAME.XML, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SCHEMA11.XML, SOLRCONFIG-BASIC.XML, DA_COMPOUNDDICTIONARY.TXT, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SCHEMA-COPYFIELD-TEST.XML, SOLRCONFIG-SLAVE.XML, ELEVATE.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, TRIVIAL.UPDATEPROCESSOR0.JS, SCHEMA-SWEETSPOT.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SCHEMA-CHARFILTERS.XML, SCHEMA-IB.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, SOLRCONFIG-QUERYSENDER.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, SCHEMA-REPLICATION1.XML, DA_UTF8.XML, BAD-SCHEMA-NON-GLOB-COPYFIELD-SOURCE-MATCHING-NOTHING-SHOULD-FAIL-TEST.XML, CONDITIONAL.UPDATEPROCESSOR.JS, SCHEMA-TINY.XML, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, SOLRCONFIG-ENABLEPLUGIN.XML, HYPHENATION.DTD, BAD-SOLRCONFIG-SCHEMA-MUTABLE-BUT-NOT-MANAGED.XML, SCHEMA-PHRASESUGGEST.XML, STEMDICT.TXT, SCHEMA-ID-AND-VERSION-FIELDS-ONLY.XML, HUNSPELL-TEST.AFF, BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML, SCHEMA-SNIPPET-TYPE.XML, STOPTYPES-1.TXT, STOPWORDSWRONGENCODING.TXT, SCHEMA-NUMERIC.XML, SOLRCONFIG-TRANSFORMERS.XML, SOLRCONFIG-PROPINJECT.XML, BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SOLRCONFIG-SIMPLELOCK.XML, SOLRCONFIG-TLOG-MUTABLE-MANAGED-SCHEMA.XML, SCHEMA-DOCVALUES.XML, WDFTYPES.TXT, SCHEMA-REVERSED.XML, STOPTYPES-2.TXT, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, BAD-SCHEMA-BOGUS-ANALYSIS-PARAMETERS.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, SOLRCONFIG-PHRASESUGGEST.XML, SCHEMA-DFR.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, OPEN-EXCHANGE-RATES.JSON, SCHEMA-SPATIAL.XML, STOPWITHBOM.TXT, SCHEMA-BINARYFIELD.XML, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-WARMER.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, SCHEMA-XINCLUDE.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, SOLRCONFIG-MASTER1.XML, BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, SCHEMA-BEHAVIOR.XML, SYNONYMS.TXT, SOLRCONFIG-MINIMAL.XML, SCHEMA-DOCVALUESMULTI.XML, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, SCHEMA_CODEC.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SOLRCONFIG-SOLR-749.XML, SCHEMA-EFF.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SOLRCONFIG-FUNCTIONQUERY.XML, STOP-2.TXT, SCHEMA-LMDIRICHLET.XML, SOLRCONFIG-TERMINDEX.XML, SCHEMA-ONE-FIELD-NO-DYNAMIC-FIELD.XML, SOLRCONFIG-ELEVATE.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, STOPWORDS.TXT, SCHEMA-FOLDING.XML, SCHEMA-STOP-KEEP.XML, BAD-SCHEMA-BOGUS-FIELD-PARAMETERS.XML, FUZZYSUGGEST.TXT, BAD-SOLRCONFIG-MANAGED-SCHEMA-NAMED-SCHEMA.XML.XML, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SCHEMA-REST.XML, SOLRCONFIG-TLOG-MANAGED-SCHEMA.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, STOP-1.TXT, SOLRCONFIG-MANAGED-SCHEMA.XML, SOLRCONFIG-MASTER2.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, SOLRCONFIG-LAZYWRITER.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, SCHEMA-LUCENEMATCHVERSION.XML, SCHEMA-CLASS-NAME-SHORTENING-ON-SERIALIZATION.XML, BAD-MP-SOLRCONFIG.XML, FRENCHARTICLES.TXT, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMASURROUND.XML, SOLRCONFIG-MASTER3.XML, HUNSPELL-TEST.DIC, BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-XINCLUDE.XML, SOLRCONFIG-DELPOLICY1.XML, SOLRCONFIG-SLAVE1.XML, SCHEMA-SIM.XML, SCHEMA-SNIPPET-FIELD.XML, SCHEMA-COLLATE.XML, STOP-SNOWBALL.TXT, BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, PROTWORDS.TXT, SCHEMA-TRIE.XML, SOLRCONFIG_CODEC.XML, SCHEMA-SYNONYM-TOKENIZER.XML, BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, JASUGGEST.TXT, SCHEMA-REST-LUCENE-MATCH-VERSION.XML, SCHEMA-DOCVALUESFACETING.XML, SCHEMA-TFIDF.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SCHEMA-LMJELINEKMERCER.XML, PHRASESUGGEST.TXT, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, OLD_SYNONYMS.TXT, SOLRCONFIG-DELPOLICY2.XML, XSLT, SOLRCONFIG-NATIVELOCK.XML, SOLRCONFIG-MUTABLE-MANAGED-SCHEMA.XML, BAD-SCHEMA-DUP-FIELD.XML, SOLRCONFIG-NOCACHE.XML, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, SCHEMA-BM25.XML, ADDFIELDS.UPDATEPROCESSOR.JS, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, SOLRCONFIG-ALTDIRECTORY.XML, COMPOUNDDICTIONARY.TXT, BAD-CURRENCY.XML, SOLRCONFIG-INDEXCONFIG.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, SOLRCONFIG_PERF.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, KEEP-2.TXT, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, SCHEMA12.XML, MAPPING-ISOLATIN1ACCENT.TXT, BAD_SOLRCONFIG.XML, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML]
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.585; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@36f1b5eb main
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.585; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.585; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.586; org.apache.solr.handler.component.SpellCheckComponent; Initializing spell checkers
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.592; org.apache.solr.spelling.DirectSolrSpellChecker; init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.630; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@36f1b5eb main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.632; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.643; org.apache.solr.SolrTestCaseJ4; ####initCore end
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368434178812
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.646; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMap
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.647; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMap
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.650; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSttf
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.651; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSttf
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.654; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncHsin
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.659; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncHsin
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.662; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryFrange
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.663; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryFrange
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.666; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDoubleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.667; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDoubleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.670; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryPrefix
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.671; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryPrefix
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.673; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGeodist
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.675; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGeodist
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.677; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryTerm
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.678; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryTerm
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.681; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryBoost
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.687; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryBoost
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.690; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncJoindf
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.696; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncJoindf
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.699; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncRecip
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.699; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncRecip
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.702; org.apache.solr.SolrTestCaseJ4; ###Starting testField
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.703; org.apache.solr.SolrTestCaseJ4; ###Ending testField
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.706; org.apache.solr.SolrTestCaseJ4; ###Starting testParserCoverage
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.706; org.apache.solr.SolrTestCaseJ4; ###Ending testParserCoverage
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.709; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSub
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.709; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSub
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.712; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncIf
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.719; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncIf
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.723; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncField
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.724; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncField
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.727; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryNested
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.727; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryNested
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.730; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTestfunc
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.731; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTestfunc
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.734; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNorm
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.746; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNorm
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.749; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDist
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.749; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDist
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.752; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncQuery
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.759; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncQuery
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.762; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryLucene
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.763; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryLucene
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.766; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGeohash
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.771; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGeohash
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.775; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMax
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.776; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMax
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.779; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncCurrency
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.780; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncCurrency
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.784; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMaxdoc
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.790; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMaxdoc
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.793; org.apache.solr.SolrTestCaseJ4; ###Starting testTestFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.798; org.apache.solr.SolrTestCaseJ4; ###Ending testTestFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.801; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTerms
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.817; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTerms
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.820; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryJoin
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.820; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryJoin
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.824; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncVector
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.824; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncVector
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.827; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSingleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.832; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSingleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.835; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMathConsts
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.836; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMathConsts
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.839; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGhhsin
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.839; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGhhsin
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.842; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryLucenePlusSort
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.843; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryLucenePlusSort
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.846; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMin
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.847; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMin
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.850; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncBoost
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.851; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncBoost
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.854; org.apache.solr.SolrTestCaseJ4; ###Starting testQuerySwitch
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.856; org.apache.solr.SolrTestCaseJ4; ###Ending testQuerySwitch
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.859; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncStrdist
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.864; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncStrdist
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.867; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncExists
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.868; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncExists
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.871; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDoubleValueBools
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.873; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDoubleValueBools
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.876; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncLinear
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.882; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncLinear
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.885; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryDismax
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.889; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryDismax
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.892; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryBbox
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.895; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryBbox
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.898; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncProduct
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.899; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncProduct
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.902; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSqedist
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.902; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSqedist
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.905; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryRaw
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.906; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryRaw
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.908; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncLiteral
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.909; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncLiteral
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.912; org.apache.solr.SolrTestCaseJ4; ###Starting testQuerySurround
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.920; org.apache.solr.SolrTestCaseJ4; ###Ending testQuerySurround
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.923; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSum
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.924; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSum
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.927; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMs
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.928; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMs
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.931; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncScale
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.931; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncScale
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.934; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncOrd
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.935; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncOrd
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.938; org.apache.solr.SolrTestCaseJ4; ###Starting testDateMathParsingEquality
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.939; org.apache.solr.SolrTestCaseJ4; ###Ending testDateMathParsingEquality
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.942; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMod
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.943; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMod
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.946; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncBools
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.946; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncBools
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.949; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDiv
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.950; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDiv
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.953; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNot
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.954; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNot
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.957; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDef
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.971; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDef
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.974; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncRord
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.974; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncRord
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.977; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryGeofilt
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.979; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryGeofilt
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.982; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryFunc
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.983; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryFunc
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.986; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTop
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.987; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTop
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.989; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNumdocs
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.990; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNumdocs
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.991; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.991; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=952096387
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.991; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3a9c4f90
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.997; org.apache.solr.update.DirectUpdateHandler2; 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:junit4]   1> INFO  - 2013-05-13 08:36:19.997; org.apache.solr.update.SolrCoreState; Closing SolrCoreState
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.997; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.997; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.998; org.apache.solr.core.SolrCore; [collection1] Closing main searcher on request.
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.998; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.998; org.apache.solr.core.CachingDirectoryFactory; looking to close /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368434178812 [CachedDir<<refCount=0;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368434178812;done=false>>]
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.999; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368434178812
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.999; org.apache.solr.core.CachingDirectoryFactory; looking to close /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368434178812/index [CachedDir<<refCount=0;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368434178812/index;done=false>>]
[junit4:junit4]   1> INFO  - 2013-05-13 08:36:19.999; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368434178812/index
[junit4:junit4]   2> NOTE: test params are: codec=Asserting, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=en_AU, timezone=Pacific/Rarotonga
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7.0_17 (64-bit)/cpus=16,threads=1,free=55305232,total=534315008
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestFastWriter, TestUniqueKeyFieldResource, SuggesterTest, TestTrie, TestLMDirichletSimilarityFactory, QueryParsingTest, SOLR749Test, TestManagedSchema, TermsComponentTest, DirectUpdateHandlerOptimizeTest, TestValueSourceCache, TestPhraseSuggestions, SystemInfoHandlerTest, StatelessScriptUpdateProcessorFactoryTest, TestRealTimeGet, WordBreakSolrSpellCheckerTest, SimpleFacetsTest, QueryResultKeyTest, TestRemoteStreaming, CSVRequestHandlerTest, OverseerTest, ResponseLogComponentTest, ReturnFieldsTest, UUIDFieldTest, TestWriterPerf, SynonymTokenizerTest, PreAnalyzedUpdateProcessorTest, RecoveryZkTest, TestSearchPerf, FieldMutatingUpdateProcessorTest, SolrIndexSplitterTest, QueryElevationComponentTest, PluginInfoTest, TestManagedSchemaFieldResource, ChaosMonkeyNothingIsSafeTest, ResourceLoaderTest, DistributedQueryElevationComponentTest, DocumentBuilderTest, TestSolrCoreProperties, TestSurroundQueryParser, DistributedTermsComponentTest, LeaderElectionTest, TestSolrIndexConfig, ShardRoutingTest, TestLRUCache, SpatialFilterTest, LukeRequestHandlerTest, TestGroupingSearch, TestPropInjectDefaults, SolrInfoMBeanTest, BadComponentTest, TestConfig, ExternalFileFieldSortTest, TestClassNameShortening, IndexSchemaTest, TestFieldCollectionResource, DocValuesTest, TestPluginEnable, OverseerCollectionProcessorTest, AliasIntegrationTest, TestPseudoReturnFields, FastVectorHighlighterTest, LegacyHTMLStripCharFilterTest, LoggingHandlerTest, RegexBoostProcessorTest, TestStressRecovery, DirectSolrConnectionTest, TestReversedWildcardFilterFactory, BasicDistributedZkTest, ZkControllerTest, TestSort, BasicFunctionalityTest, DateFieldTest, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, ClusterStateUpdateTest, TestRandomDVFaceting, ZkCLITest, SliceStateUpdateTest, AutoCommitTest, TestFaceting, TestHashPartitioner, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestStressReorder, TestJoin, TestStressVersions, TestCoreContainer, SolrCoreTest, StatsComponentTest, SolrCmdDistributorTest, ConvertedLegacyTest, DirectUpdateHandlerTest, HighlighterTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, SimplePostToolTest, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, SuggesterFSTTest, TestFoldingMultitermQuery, SuggesterTSTTest, PolyFieldTest, QueryEqualityTest]
[junit4:junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=QueryEqualityTest -Dtests.seed=BA191340B3FB509A -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/hudson/lucene-data/enwiki.random.lines.txt -Dtests.locale=en_AU -Dtests.timezone=Pacific/Rarotonga -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   0.00s J0 | QueryEqualityTest (suite) <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: testParserCoverage was run w/o any other method explicitly testing qparser: maxscore
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([BA191340B3FB509A]:0)
[junit4:junit4]    > 	at org.apache.solr.search.QueryEqualityTest.afterClassParserCoverageTest(QueryEqualityTest.java:61)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4] Completed on J0 in 1.24s, 63 tests, 1 failure <<< FAILURES!

[...truncated 323 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:384: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:357: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build.xml:181: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/common-build.xml:437: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:1240: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:884: There were test failures: 295 suites, 1230 tests, 1 suite-level error, 1 failure, 25 ignored (6 assumptions)

Total time: 95 minutes 56 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-NightlyTests-trunk - Build # 258 - Still Failing

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

1 tests failed.
REGRESSION:  org.apache.solr.cloud.SyncSliceTest.testDistribSearch

Error Message:
shard1 is not consistent.  Got 305 from http://127.0.0.1:29179/dl_zxr/collection1lastClient and got 5 from http://127.0.0.1:64384/dl_zxr/collection1

Stack Trace:
java.lang.AssertionError: shard1 is not consistent.  Got 305 from http://127.0.0.1:29179/dl_zxr/collection1lastClient and got 5 from http://127.0.0.1:64384/dl_zxr/collection1
	at __randomizedtesting.SeedInfo.seed([9E9DD5A955F99086:1F7B5BB122A6F0BA]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:963)
	at org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:238)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 9392 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.SyncSliceTest
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:40.866; org.apache.solr.BaseDistributedSearchTestCase; Setting hostContext system property: /dl_zxr/
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:40.870; org.apache.solr.SolrTestCaseJ4; ###Starting testDistribSearch
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:40.872; org.apache.solr.cloud.ZkTestServer; STARTING ZK TEST SERVER
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:40.872; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:40.973; org.apache.solr.cloud.ZkTestServer; start zk server on port:38574
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:40.974; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:40.983; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@7874eccd name:ZooKeeperConnection Watcher:127.0.0.1:38574 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:40.984; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:40.984; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:40.994; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:40.996; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@6529549e name:ZooKeeperConnection Watcher:127.0.0.1:38574/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:40.997; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:40.997; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.007; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/shards
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.010; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.012; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/shards
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.022; org.apache.solr.cloud.AbstractZkTestCase; put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.022; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.034; org.apache.solr.cloud.AbstractZkTestCase; put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.035; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.138; org.apache.solr.cloud.AbstractZkTestCase; put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.139; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.142; org.apache.solr.cloud.AbstractZkTestCase; put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.142; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.145; org.apache.solr.cloud.AbstractZkTestCase; put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.146; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.154; org.apache.solr.cloud.AbstractZkTestCase; put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.154; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.157; org.apache.solr.cloud.AbstractZkTestCase; put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.158; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.161; org.apache.solr.cloud.AbstractZkTestCase; put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.161; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.163; org.apache.solr.cloud.AbstractZkTestCase; put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.164; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.368; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.373; org.eclipse.jetty.server.AbstractConnector; Started SocketConnector@127.0.0.1:38577
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.374; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.375; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.375; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-controljetty-1368355421172
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.375; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-controljetty-1368355421172/solr.xml
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.376; org.apache.solr.core.CoreContainer; New CoreContainer 585488073
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.376; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-controljetty-1368355421172/'
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.377; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-controljetty-1368355421172/'
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.478; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.479; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.479; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.480; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.480; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.481; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.481; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.481; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.482; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.482; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.496; org.apache.solr.logging.LogWatcher; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.496; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:38574/solr
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.497; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.498; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.504; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2c6cb39b name:ZooKeeperConnection Watcher:127.0.0.1:38574 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.505; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.516; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.526; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.528; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@168a206e name:ZooKeeperConnection Watcher:127.0.0.1:38574/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.528; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.535; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.547; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/collection-queue-work
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.553; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.560; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38577_dl_zxr
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.561; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:38577_dl_zxr
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.572; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/election
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.590; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/leader
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.608; org.apache.solr.cloud.Overseer; Overseer (id=89676540862660611-127.0.0.1:38577_dl_zxr-n_0000000000) starting
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.622; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue-work
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.639; org.apache.solr.cloud.OverseerCollectionProcessor; Process current queue of collection creations
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.639; org.apache.solr.common.cloud.SolrZkClient; makePath: /clusterstate.json
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.642; org.apache.solr.common.cloud.SolrZkClient; makePath: /aliases.json
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.644; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.647; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Starting to work on the main queue
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.677; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-controljetty-1368355421172/collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.677; org.apache.solr.cloud.ZkController; Check for collection zkNode:control_collection
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.678; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.678; org.apache.solr.cloud.ZkController; Load collection config from:/collections/control_collection
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.680; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-controljetty-1368355421172/collection1/'
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.681; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-controljetty-1368355421172/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.682; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-controljetty-1368355421172/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.751; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.804; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.906; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:41.914; org.apache.solr.schema.IndexSchema; [collection1] Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:42.498; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:42.509; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:42.513; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:42.525; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:42.529; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:42.533; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-05-12 10:43:42.534; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-12 10:43:42.534; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:42.535; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-05-12 10:43:42.536; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-12 10:43:42.536; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:42.536; org.apache.solr.core.SolrCore; solr.StandardDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:42.536; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-controljetty-1368355421172/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1368355420871/control/data/
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:42.537; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e451d76
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:42.537; org.apache.solr.core.SolrCore; solr.StandardDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:42.539; org.apache.solr.core.CachingDirectoryFactory; return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/control/data
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:42.539; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1368355420871/control/data/index/
[junit4:junit4]   1> WARN  - 2013-05-12 10:43:42.540; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1368355420871/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:42.541; org.apache.solr.core.CachingDirectoryFactory; return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/control/data/index
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:42.547; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/control/data/index,segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:42.548; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:42.550; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:42.550; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:42.551; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:42.552; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:42.552; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:42.552; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:42.553; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:42.553; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:42.554; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:42.566; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:42.573; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@6045b738 main
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:42.574; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:42.575; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:42.578; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@6045b738 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:42.579; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:42.580; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:43.150; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:43.151; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"1",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"control_collection",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:38577_dl_zxr",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:38577/dl_zxr"}
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:43.151; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection control_collection with numShards 1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:43.151; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:43.181; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:43.582; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:43.582; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:38577/dl_zxr collection:control_collection shard:shard1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:43.583; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:43.605; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:43.608; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:43.608; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:43.608; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:38577/dl_zxr/collection1/
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:43.608; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:43.609; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:38577/dl_zxr/collection1/ has no replicas
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:43.609; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:38577/dl_zxr/collection1/
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:43.609; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:44.693; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:44.712; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:44.745; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:38577/dl_zxr/collection1/ and leader is http://127.0.0.1:38577/dl_zxr/collection1/
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:44.745; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:38577/dl_zxr
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:44.745; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:44.746; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:44.746; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:44.751; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:44.752; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:44.753; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:44.754; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:44.770; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:44.772; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:44.782; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1c59def5 name:ZooKeeperConnection Watcher:127.0.0.1:38574/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:44.783; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:44.784; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:44.785; org.apache.solr.cloud.ChaosMonkey; monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:45.012; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:45.016; org.eclipse.jetty.server.AbstractConnector; Started SocketConnector@127.0.0.1:38583
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:45.016; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:45.017; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:45.017; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty1-1368355424786
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:45.018; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty1-1368355424786/solr.xml
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:45.019; org.apache.solr.core.CoreContainer; New CoreContainer 235461877
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:45.019; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty1-1368355424786/'
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:45.020; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty1-1368355424786/'
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:45.149; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:45.150; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:45.150; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:45.150; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:45.151; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:45.151; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:45.152; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:45.152; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:45.153; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:45.153; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:45.167; org.apache.solr.logging.LogWatcher; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:45.168; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:38574/solr
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:45.169; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:45.170; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:45.202; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@3d2c461c name:ZooKeeperConnection Watcher:127.0.0.1:38574 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:45.203; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:45.204; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:45.212; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:45.214; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4fbdd6b8 name:ZooKeeperConnection Watcher:127.0.0.1:38574/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:45.214; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:45.225; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:46.225; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:46.225; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"1",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"control_collection",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:38577_dl_zxr",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:38577/dl_zxr"}
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:46.228; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38583_dl_zxr
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:46.229; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:38583_dl_zxr
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:46.241; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:46.241; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:46.242; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:46.250; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:46.250; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:46.251; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:46.251; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:46.255; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty1-1368355424786/collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:46.255; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:46.256; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:46.256; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:46.257; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty1-1368355424786/collection1/'
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:46.258; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty1-1368355424786/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:46.259; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty1-1368355424786/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:46.310; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:46.368; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:46.470; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:46.476; org.apache.solr.schema.IndexSchema; [collection1] Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.063; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.071; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.074; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.083; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.086; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.089; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-05-12 10:43:47.089; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-12 10:43:47.090; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.090; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-05-12 10:43:47.091; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-12 10:43:47.091; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.091; org.apache.solr.core.SolrCore; solr.StandardDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.092; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty1-1368355424786/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty1/
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.092; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e451d76
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.092; org.apache.solr.core.SolrCore; solr.StandardDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.093; org.apache.solr.core.CachingDirectoryFactory; return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.093; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty1/index/
[junit4:junit4]   1> WARN  - 2013-05-12 10:43:47.094; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.094; org.apache.solr.core.CachingDirectoryFactory; return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty1/index
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.098; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty1/index,segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.098; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.100; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.100; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.101; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.101; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.102; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.102; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.102; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.103; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.103; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.112; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.118; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@42f91b74 main
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.118; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.119; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.121; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@42f91b74 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.123; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.123; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.752; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.752; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"2",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:38583_dl_zxr",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:38583/dl_zxr"}
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.753; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection collection1 with numShards 1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.753; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.792; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.792; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:47.792; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:48.126; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:48.126; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:38583/dl_zxr collection:collection1 shard:shard1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:48.127; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:48.151; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:48.164; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:48.165; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:48.165; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:38583/dl_zxr/collection1/
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:48.165; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:48.165; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:38583/dl_zxr/collection1/ has no replicas
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:48.166; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:38583/dl_zxr/collection1/
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:48.166; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.296; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.342; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.342; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.342; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.359; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:38583/dl_zxr/collection1/ and leader is http://127.0.0.1:38583/dl_zxr/collection1/
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.359; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:38583/dl_zxr
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.359; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.360; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.360; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.362; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.363; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.363; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.364; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.515; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.518; org.eclipse.jetty.server.AbstractConnector; Started SocketConnector@127.0.0.1:38588
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.519; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.519; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.519; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty2-1368355429373
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.520; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty2-1368355429373/solr.xml
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.520; org.apache.solr.core.CoreContainer; New CoreContainer 1316337440
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.520; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty2-1368355429373/'
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.521; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty2-1368355429373/'
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.598; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.599; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.599; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.599; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.600; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.600; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.600; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.601; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.601; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.601; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.611; org.apache.solr.logging.LogWatcher; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.612; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:38574/solr
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.612; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.613; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.616; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@46bb6f29 name:ZooKeeperConnection Watcher:127.0.0.1:38574 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.617; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.619; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.627; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.629; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4af0956f name:ZooKeeperConnection Watcher:127.0.0.1:38574/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.629; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:49.633; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:50.636; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38588_dl_zxr
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:50.662; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:38588_dl_zxr
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:50.665; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:50.665; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:50.665; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:50.665; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:50.665; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:50.665; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:50.666; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:50.706; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty2-1368355429373/collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:50.706; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:50.707; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:50.707; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:50.709; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty2-1368355429373/collection1/'
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:50.710; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty2-1368355429373/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:50.711; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty2-1368355429373/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:50.758; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:50.814; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:50.852; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:50.853; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"2",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:38583_dl_zxr",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:38583/dl_zxr"}
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:50.869; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:50.869; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:50.869; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:50.915; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:50.915; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:50.921; org.apache.solr.schema.IndexSchema; [collection1] Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:51.697; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:51.707; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:51.711; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:51.722; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:51.726; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:51.730; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-05-12 10:43:51.731; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-12 10:43:51.732; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:51.732; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-05-12 10:43:51.733; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-12 10:43:51.733; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:51.734; org.apache.solr.core.SolrCore; solr.StandardDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:51.734; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty2-1368355429373/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty2/
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:51.734; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e451d76
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:51.735; org.apache.solr.core.SolrCore; solr.StandardDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:51.736; org.apache.solr.core.CachingDirectoryFactory; return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty2
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:51.736; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty2/index/
[junit4:junit4]   1> WARN  - 2013-05-12 10:43:51.737; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:51.738; org.apache.solr.core.CachingDirectoryFactory; return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty2/index
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:51.747; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty2/index,segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:51.747; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:51.750; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:51.750; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:51.751; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:51.752; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:51.752; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:51.752; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:51.753; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:51.753; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:51.754; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:51.767; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:51.774; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@1f82caee main
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:51.775; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:51.776; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:51.780; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@1f82caee main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:51.782; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:51.782; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:52.373; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:52.373; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"3",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:38588_dl_zxr",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:38588/dl_zxr"}
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:52.374; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:52.374; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:52.412; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:52.412; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:52.412; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:52.412; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:52.785; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:52.785; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:38588/dl_zxr collection:collection1 shard:shard1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:52.788; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:38588/dl_zxr/collection1/ and leader is http://127.0.0.1:38583/dl_zxr/collection1/
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:52.788; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:38588/dl_zxr
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:52.789; org.apache.solr.cloud.ZkController; Core needs to recover:collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:52.789; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:52.789; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:52.790; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:52.790; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:52.791; org.apache.solr.cloud.ZkController; publishing core=collection1 state=recovering
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:52.791; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:52.791; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:52.792; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:52.792; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:52.792; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:52.809; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 3, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:52.943; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:52.945; org.eclipse.jetty.server.AbstractConnector; Started SocketConnector@127.0.0.1:38595
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:52.946; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:52.946; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:52.947; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty3-1368355432807
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:52.947; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty3-1368355432807/solr.xml
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:52.947; org.apache.solr.core.CoreContainer; New CoreContainer 272470551
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:52.948; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty3-1368355432807/'
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:52.948; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty3-1368355432807/'
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:53.022; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:53.023; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:53.023; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:53.023; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:53.024; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:53.024; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:53.024; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:53.025; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:53.025; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:53.025; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:53.035; org.apache.solr.logging.LogWatcher; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:53.035; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:38574/solr
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:53.036; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:53.036; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:53.039; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@31cab273 name:ZooKeeperConnection Watcher:127.0.0.1:38574 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:53.040; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:53.050; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:53.057; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:53.059; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@56489eca name:ZooKeeperConnection Watcher:127.0.0.1:38574/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:53.060; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:53.071; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:53.915; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:53.915; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"3",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:38588_dl_zxr",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:38588/dl_zxr"}
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:53.956; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:53.956; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:53.956; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:53.956; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:53.956; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.074; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38595_dl_zxr
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.076; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:38595_dl_zxr
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.078; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.078; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.078; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.078; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.078; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.079; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.078; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.078; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.089; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.090; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.094; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty3-1368355432807/collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.094; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.094; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.095; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.096; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty3-1368355432807/collection1/'
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.097; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty3-1368355432807/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.097; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty3-1368355432807/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.130; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.176; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.277; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.281; org.apache.solr.schema.IndexSchema; [collection1] Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.679; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.686; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.689; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.698; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.701; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.704; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-05-12 10:43:54.705; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-12 10:43:54.705; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.706; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-05-12 10:43:54.706; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-12 10:43:54.706; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.707; org.apache.solr.core.SolrCore; solr.StandardDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.707; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty3-1368355432807/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty3/
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.707; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e451d76
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.707; org.apache.solr.core.SolrCore; solr.StandardDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.708; org.apache.solr.core.CachingDirectoryFactory; return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty3
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.709; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty3/index/
[junit4:junit4]   1> WARN  - 2013-05-12 10:43:54.709; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.709; org.apache.solr.core.CachingDirectoryFactory; return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty3/index
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.739; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty3/index,segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.740; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.742; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.742; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.743; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.743; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.743; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.744; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.744; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.744; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.745; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.753; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.758; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@59e94136 main
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.759; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.759; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.762; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@59e94136 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.764; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.764; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.811; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 3, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:54.811; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={coreNodeName=3&state=recovering&nodeName=127.0.0.1:38588_dl_zxr&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=2002 
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:55.460; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:55.461; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"4",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:38595_dl_zxr",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:38595/dl_zxr"}
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:55.461; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:55.461; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:55.538; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:55.538; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:55.538; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:55.538; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:55.538; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:55.766; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:55.766; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:38595/dl_zxr collection:collection1 shard:shard1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:55.769; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:38595/dl_zxr/collection1/ and leader is http://127.0.0.1:38583/dl_zxr/collection1/
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:55.769; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:38595/dl_zxr
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:55.770; org.apache.solr.cloud.ZkController; Core needs to recover:collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:55.770; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:55.770; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:55.771; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:55.771; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:55.772; org.apache.solr.cloud.ZkController; publishing core=collection1 state=recovering
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:55.772; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:55.772; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:55.773; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:55.773; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:55.774; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:55.791; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 4, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:55.995; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:55.998; org.eclipse.jetty.server.AbstractConnector; Started SocketConnector@127.0.0.1:38602
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:55.999; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:55.999; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.000; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty4-1368355435790
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.000; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty4-1368355435790/solr.xml
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.001; org.apache.solr.core.CoreContainer; New CoreContainer 60999981
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.001; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty4-1368355435790/'
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.002; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty4-1368355435790/'
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.114; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.115; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.115; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.116; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.116; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.116; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.117; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.117; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.117; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.117; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.128; org.apache.solr.logging.LogWatcher; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.129; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:38574/solr
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.129; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.130; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.134; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@f59665b name:ZooKeeperConnection Watcher:127.0.0.1:38574 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.135; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.137; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.145; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.148; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@6e8fbce0 name:ZooKeeperConnection Watcher:127.0.0.1:38574/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.148; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.159; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.813; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:38583/dl_zxr/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.813; org.apache.solr.update.PeerSync; PeerSync: core=collection1 url=http://127.0.0.1:38588/dl_zxr START replicas=[http://127.0.0.1:38583/dl_zxr/collection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-05-12 10:43:56.813; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.814; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.815; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.815; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.815; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.815; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:38583/dl_zxr/collection1/. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.815; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.820; org.apache.solr.core.SolrCore; [collection1] webapp=/dl_zxr path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.824; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.827; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   1> 	commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty1/index,segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.828; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.831; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty1/index,segFN=segments_1,generation=1}
[junit4:junit4]   1> 	commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty1/index,segFN=segments_2,generation=2}
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.831; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 2
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.832; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@1646cd33 realtime
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.832; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.833; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/dl_zxr path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 9
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.833; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.833; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.835; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.835; org.apache.solr.core.SolrCore; [collection1] webapp=/dl_zxr path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.836; org.apache.solr.handler.SnapPuller; Master's generation: 2
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.836; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.836; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.838; org.apache.solr.core.SolrCore; [collection1] webapp=/dl_zxr path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.839; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.840; org.apache.solr.core.CachingDirectoryFactory; return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty2/index.20130512034356839
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.840; org.apache.solr.handler.SnapPuller; Starting download to org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty2/index.20130512034356839 lockFactory=org.apache.lucene.store.NativeFSLockFactory@469ab646 fullCopy=false
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.843; org.apache.solr.core.SolrCore; [collection1] webapp=/dl_zxr path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.844; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.846; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.846; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.849; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   1> 	commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty2/index,segFN=segments_1,generation=1}
[junit4:junit4]   1> 	commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty2/index,segFN=segments_2,generation=2}
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.850; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 2
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.850; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.850; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@13e036d4 main
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.851; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@13e036d4 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.852; org.apache.solr.core.CachingDirectoryFactory; looking to close /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty2/index.20130512034356839 [CachedDir<<refCount=0;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty2/index.20130512034356839;done=true>>]
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.852; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty2/index.20130512034356839
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.852; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty2/index.20130512034356839
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.853; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.853; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.853; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.853; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:56.854; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:57.066; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:57.067; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"4",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:38595_dl_zxr",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:38595/dl_zxr"}
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:57.088; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"3",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:38588_dl_zxr",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:38588/dl_zxr"}
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:57.100; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:57.100; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:57.100; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:57.100; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:57.100; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:57.100; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:57.162; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38602_dl_zxr
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:57.164; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:38602_dl_zxr
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:57.166; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:57.166; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:57.166; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:57.166; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:57.166; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:57.166; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:57.167; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:57.167; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:57.167; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:57.166; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:57.174; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:57.175; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:57.182; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty4-1368355435790/collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:57.183; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:57.183; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:57.184; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:57.185; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty4-1368355435790/collection1/'
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:57.186; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty4-1368355435790/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:57.187; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty4-1368355435790/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:57.258; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:57.315; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:57.416; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:57.422; org.apache.solr.schema.IndexSchema; [collection1] Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:57.794; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 4, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:57.794; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={coreNodeName=4&state=recovering&nodeName=127.0.0.1:38595_dl_zxr&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=2003 
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.029; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.039; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.043; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.055; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.060; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.064; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-05-12 10:43:58.065; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-12 10:43:58.065; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.066; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-05-12 10:43:58.066; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-12 10:43:58.067; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.067; org.apache.solr.core.SolrCore; solr.StandardDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.067; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty4-1368355435790/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty4/
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.067; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e451d76
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.068; org.apache.solr.core.SolrCore; solr.StandardDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.069; org.apache.solr.core.CachingDirectoryFactory; return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty4
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.069; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty4/index/
[junit4:junit4]   1> WARN  - 2013-05-12 10:43:58.070; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.071; org.apache.solr.core.CachingDirectoryFactory; return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty4/index
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.132; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty4/index,segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.132; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.135; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.135; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.136; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.136; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.137; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.137; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.137; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.138; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.138; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.151; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.158; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@3e55495b main
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.159; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.160; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.164; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@3e55495b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.166; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.166; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.615; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.616; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"5",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:38602_dl_zxr",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:38602/dl_zxr"}
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.616; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.617; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.629; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.629; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.629; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.629; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.629; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:58.629; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.169; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.169; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:38602/dl_zxr collection:collection1 shard:shard1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.172; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:38602/dl_zxr/collection1/ and leader is http://127.0.0.1:38583/dl_zxr/collection1/
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.172; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:38602/dl_zxr
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.173; org.apache.solr.cloud.ZkController; Core needs to recover:collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.173; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.173; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.174; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.174; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.175; org.apache.solr.cloud.ZkController; publishing core=collection1 state=recovering
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.175; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.175; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.176; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.177; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.177; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.200; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 5, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.478; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.482; org.eclipse.jetty.server.AbstractConnector; Started SocketConnector@127.0.0.1:38612
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.482; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.483; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.483; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty5-1368355439199
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.484; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty5-1368355439199/solr.xml
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.484; org.apache.solr.core.CoreContainer; New CoreContainer 2112475076
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.485; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty5-1368355439199/'
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.485; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty5-1368355439199/'
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.594; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.595; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.595; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.596; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.596; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.596; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.597; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.597; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.598; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.598; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.612; org.apache.solr.logging.LogWatcher; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.613; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:38574/solr
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.614; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.615; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.617; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@74e7fe94 name:ZooKeeperConnection Watcher:127.0.0.1:38574 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.618; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.620; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.630; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.632; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@a747a93 name:ZooKeeperConnection Watcher:127.0.0.1:38574/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.633; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.644; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.796; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:38583/dl_zxr/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.796; org.apache.solr.update.PeerSync; PeerSync: core=collection1 url=http://127.0.0.1:38595/dl_zxr START replicas=[http://127.0.0.1:38583/dl_zxr/collection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-05-12 10:43:59.797; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.797; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.797; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.797; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.797; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.798; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:38583/dl_zxr/collection1/. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.798; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.799; org.apache.solr.core.SolrCore; [collection1] webapp=/dl_zxr path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.809; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.814; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty1/index,segFN=segments_2,generation=2}
[junit4:junit4]   1> 	commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty1/index,segFN=segments_3,generation=3}
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.814; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 3
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.815; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.815; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/dl_zxr path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 6
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.816; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.817; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.819; org.apache.solr.core.SolrCore; [collection1] webapp=/dl_zxr path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.820; org.apache.solr.handler.SnapPuller; Master's generation: 3
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.820; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.820; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.823; org.apache.solr.core.SolrCore; [collection1] webapp=/dl_zxr path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=3&version=2} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.823; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.825; org.apache.solr.core.CachingDirectoryFactory; return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty3/index.20130512034359824
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.826; org.apache.solr.handler.SnapPuller; Starting download to org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty3/index.20130512034359824 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4f568105 fullCopy=false
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.829; org.apache.solr.core.SolrCore; [collection1] webapp=/dl_zxr path=/replication params={file=segments_3&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.830; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.833; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.833; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.838; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   1> 	commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty3/index,segFN=segments_1,generation=1}
[junit4:junit4]   1> 	commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty3/index,segFN=segments_3,generation=3}
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.839; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 3
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.839; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.840; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@5061dcf0 main
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.841; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@5061dcf0 main{StandardDirectoryReader(segments_3:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.842; org.apache.solr.core.CachingDirectoryFactory; looking to close /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty3/index.20130512034359824 [CachedDir<<refCount=0;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty3/index.20130512034359824;done=true>>]
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.842; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty3/index.20130512034359824
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.842; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty3/index.20130512034359824
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.844; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.844; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.844; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.844; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-12 10:43:59.846; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:00.133; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:00.134; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"5",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:38602_dl_zxr",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:38602/dl_zxr"}
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:00.138; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"4",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:38595_dl_zxr",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:38595/dl_zxr"}
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:00.150; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:00.150; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:00.150; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:00.150; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:00.150; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:00.150; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:00.150; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:00.202; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 5, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:00.202; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={coreNodeName=5&state=recovering&nodeName=127.0.0.1:38602_dl_zxr&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1002 
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:00.647; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38612_dl_zxr
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:00.677; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:38612_dl_zxr
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:00.735; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:00.735; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:00.736; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (6)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:00.735; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:00.736; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:00.736; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (6)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:00.737; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (6)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:00.736; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (6)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:00.736; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (6)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:00.738; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:00.737; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:00.738; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:00.753; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (6)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:00.754; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (6)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:00.763; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty5-1368355439199/collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:00.763; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:00.764; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:00.764; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:00.765; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty5-1368355439199/collection1/'
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:00.766; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty5-1368355439199/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:00.767; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty5-1368355439199/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:00.849; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:00.906; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.008; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.014; org.apache.solr.schema.IndexSchema; [collection1] Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.581; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.588; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.590; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.599; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.603; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.606; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-05-12 10:44:01.606; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-12 10:44:01.609; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.609; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-05-12 10:44:01.609; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-12 10:44:01.610; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.610; org.apache.solr.core.SolrCore; solr.StandardDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.610; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty5-1368355439199/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty5/
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.610; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e451d76
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.611; org.apache.solr.core.SolrCore; solr.StandardDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.611; org.apache.solr.core.CachingDirectoryFactory; return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty5
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.612; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty5/index/
[junit4:junit4]   1> WARN  - 2013-05-12 10:44:01.612; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty5/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.613; org.apache.solr.core.CachingDirectoryFactory; return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty5/index
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.616; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty5/index,segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.617; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.619; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.619; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.619; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.620; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.620; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.620; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.620; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.621; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.621; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.629; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.635; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@692f28e7 main
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.636; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.636; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.639; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@692f28e7 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.641; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.641; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.663; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.664; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"6",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:38612_dl_zxr",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:38612/dl_zxr"}
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.664; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=1
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.664; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.677; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.677; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.677; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.677; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.677; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.677; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:01.677; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.204; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:38583/dl_zxr/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.204; org.apache.solr.update.PeerSync; PeerSync: core=collection1 url=http://127.0.0.1:38602/dl_zxr START replicas=[http://127.0.0.1:38583/dl_zxr/collection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-05-12 10:44:02.204; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.205; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.205; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.205; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.205; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.205; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:38583/dl_zxr/collection1/. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.205; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.207; org.apache.solr.core.SolrCore; [collection1] webapp=/dl_zxr path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.216; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.219; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=3
[junit4:junit4]   1> 	commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty1/index,segFN=segments_2,generation=2}
[junit4:junit4]   1> 	commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty1/index,segFN=segments_3,generation=3}
[junit4:junit4]   1> 	commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty1/index,segFN=segments_4,generation=4}
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.219; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 4
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.220; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.220; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/dl_zxr path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 4
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.221; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.221; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.223; org.apache.solr.core.SolrCore; [collection1] webapp=/dl_zxr path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.224; org.apache.solr.handler.SnapPuller; Master's generation: 4
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.224; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.224; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.227; org.apache.solr.core.SolrCore; [collection1] webapp=/dl_zxr path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=4&version=2} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.227; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.228; org.apache.solr.core.CachingDirectoryFactory; return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty4/index.20130512034402228
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.229; org.apache.solr.handler.SnapPuller; Starting download to org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty4/index.20130512034402228 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7e48414e fullCopy=false
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.232; org.apache.solr.core.SolrCore; [collection1] webapp=/dl_zxr path=/replication params={file=segments_4&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=4} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.233; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.235; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.235; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.238; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   1> 	commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty4/index,segFN=segments_1,generation=1}
[junit4:junit4]   1> 	commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty4/index,segFN=segments_4,generation=4}
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.239; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 4
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.239; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.240; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@42955b02 main
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.241; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@42955b02 main{StandardDirectoryReader(segments_4:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.242; org.apache.solr.core.CachingDirectoryFactory; looking to close /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty4/index.20130512034402228 [CachedDir<<refCount=0;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty4/index.20130512034402228;done=true>>]
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.243; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty4/index.20130512034402228
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.243; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty4/index.20130512034402228
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.243; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.244; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.244; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.244; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.245; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.643; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.643; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:38612/dl_zxr collection:collection1 shard:shard1
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.646; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:38612/dl_zxr/collection1/ and leader is http://127.0.0.1:38583/dl_zxr/collection1/
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.646; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:38612/dl_zxr
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.647; org.apache.solr.cloud.ZkController; Core needs to recover:collection1
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.647; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.647; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.648; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.648; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.649; org.apache.solr.cloud.ZkController; publishing core=collection1 state=recovering
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.649; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.649; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.650; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.650; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.651; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.666; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 6, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.870; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.873; org.eclipse.jetty.server.AbstractConnector; Started SocketConnector@127.0.0.1:29179
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.874; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.874; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.875; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty6-1368355442666
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.875; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty6-1368355442666/solr.xml
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.876; org.apache.solr.core.CoreContainer; New CoreContainer 936845935
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.876; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty6-1368355442666/'
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.877; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty6-1368355442666/'
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.984; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.985; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.986; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.986; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.986; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.987; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.987; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.988; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.988; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:02.989; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:03.005; org.apache.solr.logging.LogWatcher; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:03.005; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:38574/solr
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:03.006; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:03.007; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:03.034; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@6e42a82a name:ZooKeeperConnection Watcher:127.0.0.1:38574 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:03.035; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:03.047; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:03.059; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:03.061; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@3351c437 name:ZooKeeperConnection Watcher:127.0.0.1:38574/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:03.061; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:03.069; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:03.181; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:03.182; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"5",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:38602_dl_zxr",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:38602/dl_zxr"}
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:03.186; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"6",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:38612_dl_zxr",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:38612/dl_zxr"}
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:03.203; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:03.203; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:03.203; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:03.203; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:03.203; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:03.203; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:03.203; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:03.203; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:03.668; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 6, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:03.668; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={coreNodeName=6&state=recovering&nodeName=127.0.0.1:38612_dl_zxr&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1002 
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:04.071; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:29179_dl_zxr
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:04.073; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:29179_dl_zxr
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:04.074; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:04.075; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (7)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:04.075; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (7)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:04.075; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 7)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:04.075; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (7)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:04.075; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (7)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:04.075; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (7)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:04.074; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:04.074; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:04.076; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (7)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:04.076; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 7)
[junit4:junit4]   1> INFO  - 2013-05-12 10:44:04.076; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected typ

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

.cloud.SyncSliceTest.doTest(SyncSliceTest.java:238)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   1> INFO  - 2013-05-12 10:59:00.533; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   1> INFO  - 2013-05-12 10:59:01.360; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@153c9f12
[junit4:junit4]   1> INFO  - 2013-05-12 10:59:01.361; org.apache.solr.update.DirectUpdateHandler2; closing DirectUpdateHandler2{commits=51,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=5,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
[junit4:junit4]   1> INFO  - 2013-05-12 10:59:01.361; org.apache.solr.update.SolrCoreState; Closing SolrCoreState
[junit4:junit4]   1> INFO  - 2013-05-12 10:59:01.362; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   1> INFO  - 2013-05-12 10:59:01.362; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser
[junit4:junit4]   1> INFO  - 2013-05-12 10:59:01.366; org.apache.solr.core.SolrCore; [collection1] Closing main searcher on request.
[junit4:junit4]   1> INFO  - 2013-05-12 10:59:01.368; org.apache.solr.core.CachingDirectoryFactory; Closing StandardDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   1> INFO  - 2013-05-12 10:59:01.368; org.apache.solr.core.CachingDirectoryFactory; looking to close /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty7/index [CachedDir<<refCount=0;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty7/index;done=false>>]
[junit4:junit4]   1> INFO  - 2013-05-12 10:59:01.368; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty7/index
[junit4:junit4]   1> INFO  - 2013-05-12 10:59:01.369; org.apache.solr.core.CachingDirectoryFactory; looking to close /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty7 [CachedDir<<refCount=0;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty7;done=false>>]
[junit4:junit4]   1> INFO  - 2013-05-12 10:59:01.369; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1368355420871/jetty7
[junit4:junit4]   1> WARN  - 2013-05-12 10:59:01.369; org.apache.solr.cloud.LeaderElector$1; 
[junit4:junit4]   1> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   1> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4:junit4]   1> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4:junit4]   1> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
[junit4:junit4]   1> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:235)
[junit4:junit4]   1> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:232)
[junit4:junit4]   1> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4:junit4]   1> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:232)
[junit4:junit4]   1> 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:226)
[junit4:junit4]   1> 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:363)
[junit4:junit4]   1> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:170)
[junit4:junit4]   1> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:156)
[junit4:junit4]   1> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:100)
[junit4:junit4]   1> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
[junit4:junit4]   1> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
[junit4:junit4]   1> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
[junit4:junit4]   1> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
[junit4:junit4]   1> INFO  - 2013-05-12 10:59:01.370; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> WARN  - 2013-05-12 10:59:01.370; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-05-12 10:59:01.370; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> WARN  - 2013-05-12 10:59:01.370; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-05-12 10:59:01.371; org.apache.solr.common.cloud.ZkStateReader$3; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {range_facet_l=PostingsFormat(name=SimpleText), text=PostingsFormat(name=MockSep), _version_=PostingsFormat(name=SimpleText), rnd_b=MockFixedIntBlock(blockSize=682), intDefault=PostingsFormat(name=SimpleText), timestamp=PostingsFormat(name=SimpleText), id=MockFixedIntBlock(blockSize=682), a_t=PostingsFormat(name=SimpleText), range_facet_sl=PostingsFormat(name=MockSep), range_facet_si=Pulsing41(freqCutoff=10 minBlockSize=97 maxBlockSize=244), other_tl1=PostingsFormat(name=SimpleText), multiDefault=Pulsing41(freqCutoff=10 minBlockSize=97 maxBlockSize=244), a_si=Pulsing41(freqCutoff=10 minBlockSize=97 maxBlockSize=244)}, docValues:{timestamp=DocValuesFormat(name=Lucene42)}, sim=DefaultSimilarity, locale=es_NI, timezone=America/Creston
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7.0_17 (64-bit)/cpus=16,threads=2,free=67875104,total=213385216
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestManagedSchemaFieldResource, UpdateRequestProcessorFactoryTest, DistributedTermsComponentTest, TestConfig, TestFieldCollectionResource, TestStressVersions, TestDocumentBuilder, ShowFileRequestHandlerTest, TestLFUCache, TestCoreContainer, BinaryUpdateRequestHandlerTest, TestSolrIndexConfig, ShardSplitTest, CSVRequestHandlerTest, TestRealTimeGet, TestSearchPerf, TestSolrDeletionPolicy2, TestCloudManagedSchema, TestPluginEnable, TestPseudoReturnFields, ScriptEngineTest, TestQueryUtils, TestSchemaResource, SystemInfoHandlerTest, DirectSolrConnectionTest, QueryElevationComponentTest, IndexSchemaTest, BadComponentTest, TestPHPSerializedResponseWriter, PreAnalyzedFieldTest, QueryParsingTest, TestLMDirichletSimilarityFactory, AliasIntegrationTest, SoftAutoCommitTest, SpatialFilterTest, TestSort, SliceStateUpdateTest, SuggesterTest, TermsComponentTest, TestSerializedLuceneMatchVersion, ExternalFileFieldSortTest, LukeRequestHandlerTest, TestDocSet, TestLRUCache, SimpleFacetsTest, SchemaVersionSpecificBehaviorTest, TestQuerySenderListener, RAMDirectoryFactoryTest, SliceStateTest, TestManagedSchema, PrimUtilsTest, TestFieldResource, LoggingHandlerTest, OverseerTest, TestCloudManagedSchemaAddField, TestJoin, DistributedQueryElevationComponentTest, TestReversedWildcardFilterFactory, TestDynamicFieldResource, TestValueSourceCache, DateFieldTest, FieldMutatingUpdateProcessorTest, DocumentBuilderTest, TestIBSimilarityFactory, BasicFunctionalityTest, AutoCommitTest, RecoveryZkTest, UUIDFieldTest, ChaosMonkeyNothingIsSafeTest, ReturnFieldsTest, ClusterStateUpdateTest, TestSolrDeletionPolicy1, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, SyncSliceTest]
[junit4:junit4] Completed on J0 in 920.70s, 1 test, 1 failure <<< FAILURES!

[...truncated 440 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:384: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:357: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build.xml:181: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/common-build.xml:437: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:1240: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:884: There were test failures: 294 suites, 1225 tests, 1 failure, 25 ignored (6 assumptions)

Total time: 103 minutes 58 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-NightlyTests-trunk - Build # 257 - Still Failing

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

1 tests failed.
REGRESSION:  org.apache.solr.cloud.ShardSplitTest.testDistribSearch

Error Message:
Server at http://127.0.0.1:55269 returned non ok status:500, message:Server Error

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:55269 returned non ok status:500, message:Server Error
	at __randomizedtesting.SeedInfo.seed([80C954A253F45B2B:12FDABA24AB3B17]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:385)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
	at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:208)
	at org.apache.solr.cloud.ShardSplitTest.doTest(ShardSplitTest.java:133)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 9174 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.ShardSplitTest
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.346; org.apache.solr.BaseDistributedSearchTestCase; Setting hostContext system property: /
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.352; org.apache.solr.SolrTestCaseJ4; ###Starting testDistribSearch
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.353; org.apache.solr.cloud.ZkTestServer; STARTING ZK TEST SERVER
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.354; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.455; org.apache.solr.cloud.ZkTestServer; start zk server on port:56531
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.456; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.460; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@692edf76 name:ZooKeeperConnection Watcher:127.0.0.1:56531 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.461; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.461; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.513; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.516; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@49377f30 name:ZooKeeperConnection Watcher:127.0.0.1:56531/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.516; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.517; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.527; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/shards
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.532; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.534; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/shards
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.538; org.apache.solr.cloud.AbstractZkTestCase; put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.539; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.551; org.apache.solr.cloud.AbstractZkTestCase; put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.552; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.657; org.apache.solr.cloud.AbstractZkTestCase; put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.658; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.668; org.apache.solr.cloud.AbstractZkTestCase; put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.669; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.673; org.apache.solr.cloud.AbstractZkTestCase; put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.674; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.678; org.apache.solr.cloud.AbstractZkTestCase; put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.679; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.683; org.apache.solr.cloud.AbstractZkTestCase; put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.684; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.688; org.apache.solr.cloud.AbstractZkTestCase; put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.689; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.692; org.apache.solr.cloud.AbstractZkTestCase; put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.692; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.925; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.931; org.eclipse.jetty.server.AbstractConnector; Started SocketConnector@127.0.0.1:61745
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.932; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.932; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.933; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-controljetty-1368253642698
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.933; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-controljetty-1368253642698/solr.xml
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.934; org.apache.solr.core.CoreContainer; New CoreContainer 1223148077
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.935; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-controljetty-1368253642698/'
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:22.935; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-controljetty-1368253642698/'
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.054; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.054; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.055; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.055; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.056; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.056; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.057; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.058; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.058; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.059; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.076; org.apache.solr.logging.LogWatcher; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.077; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:56531/solr
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.077; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.078; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.081; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2602ab0a name:ZooKeeperConnection Watcher:127.0.0.1:56531 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.082; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.085; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.098; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.101; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@46a0ebfd name:ZooKeeperConnection Watcher:127.0.0.1:56531/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.101; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.104; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.112; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/collection-queue-work
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.117; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.119; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61745_
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.126; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:61745_
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.130; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/election
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.148; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/leader
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.150; org.apache.solr.cloud.Overseer; Overseer (id=89669870705639427-127.0.0.1:61745_-n_0000000000) starting
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.176; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue-work
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.188; org.apache.solr.cloud.OverseerCollectionProcessor; Process current queue of collection creations
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.189; org.apache.solr.common.cloud.SolrZkClient; makePath: /clusterstate.json
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.192; org.apache.solr.common.cloud.SolrZkClient; makePath: /aliases.json
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.195; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.198; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Starting to work on the main queue
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.202; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-controljetty-1368253642698/collection1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.203; org.apache.solr.cloud.ZkController; Check for collection zkNode:control_collection
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.204; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.204; org.apache.solr.cloud.ZkController; Load collection config from:/collections/control_collection
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.205; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-controljetty-1368253642698/collection1/'
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.207; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-controljetty-1368253642698/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.208; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-controljetty-1368253642698/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.264; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.327; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.428; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:23.435; org.apache.solr.schema.IndexSchema; [collection1] Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:24.100; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:24.105; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:24.107; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:24.113; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:24.144; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:24.144; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-controljetty-1368253642698/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1368253642353/control/data/
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:24.145; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@777a9ff
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:24.145; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:24.146; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.ShardSplitTest-1368253642353/control/data
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:24.146; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1368253642353/control/data/index/
[junit4:junit4]   1> WARN  - 2013-05-11 06:27:24.147; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1368253642353/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:24.147; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.ShardSplitTest-1368253642353/control/data/index
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:24.152; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3f81ad6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1504d99),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:24.152; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:24.155; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:24.155; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:24.156; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:24.157; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:24.157; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:24.158; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:24.158; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:24.158; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:24.159; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:24.176; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:24.183; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@690ba677 main
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:24.183; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.ShardSplitTest-1368253642353/control/data/tlog
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:24.184; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:24.185; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:24.189; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@690ba677 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:24.190; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:24.190; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:24.702; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:24.703; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"1",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"control_collection",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:61745_",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:61745"}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:24.703; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection control_collection with numShards 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:24.704; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:24.830; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:25.194; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:25.194; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:61745 collection:control_collection shard:shard1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:25.195; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:25.213; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:25.224; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:25.224; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:25.224; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:61745/collection1/
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:25.225; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:25.225; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:61745/collection1/ has no replicas
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:25.225; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:61745/collection1/
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:25.226; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.336; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.362; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.409; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:61745/collection1/ and leader is http://127.0.0.1:61745/collection1/
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.409; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:61745
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.409; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.410; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.410; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.412; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.414; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.415; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.415; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.432; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.434; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.437; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@5a986e9e name:ZooKeeperConnection Watcher:127.0.0.1:56531/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.437; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.439; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.443; org.apache.solr.cloud.ChaosMonkey; monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.676; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.678; org.eclipse.jetty.server.AbstractConnector; Started SocketConnector@127.0.0.1:55269
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.680; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.680; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.681; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty1-1368253646443
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.681; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty1-1368253646443/solr.xml
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.682; org.apache.solr.core.CoreContainer; New CoreContainer 526302655
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.683; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty1-1368253646443/'
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.683; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty1-1368253646443/'
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.801; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.802; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.802; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.803; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.803; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.803; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.804; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.804; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.805; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.805; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.822; org.apache.solr.logging.LogWatcher; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.823; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:56531/solr
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.824; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.825; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.828; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@3df881f8 name:ZooKeeperConnection Watcher:127.0.0.1:56531 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.828; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.832; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.845; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.847; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@309b59a6 name:ZooKeeperConnection Watcher:127.0.0.1:56531/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.848; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:26.855; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:27.858; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55269_
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:27.861; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:55269_
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:27.864; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:27.865; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:27.865; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:27.866; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:27.879; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:27.880; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"1",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"control_collection",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:61745_",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:61745"}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:27.883; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty1-1368253646443/collection1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:27.883; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:27.884; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:27.884; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:27.894; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:27.894; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:27.894; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:27.894; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty1-1368253646443/collection1/'
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:27.896; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty1-1368253646443/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:27.896; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty1-1368253646443/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:27.931; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:27.970; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:28.072; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:28.076; org.apache.solr.schema.IndexSchema; [collection1] Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:28.471; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:28.473; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:28.475; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:28.480; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:28.504; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:28.505; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty1-1368253646443/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty1/
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:28.505; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@777a9ff
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:28.506; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:28.507; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:28.507; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty1/index/
[junit4:junit4]   1> WARN  - 2013-05-11 06:27:28.507; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:28.508; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty1/index
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:28.510; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@2b5dcbad lockFactory=org.apache.lucene.store.NativeFSLockFactory@60c9750f),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:28.511; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:28.513; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:28.514; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:28.515; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:28.515; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:28.516; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:28.516; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:28.516; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:28.517; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:28.518; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:28.532; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:28.539; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@2547478a main
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:28.540; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty1/tlog
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:28.541; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:28.541; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:28.545; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@2547478a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:28.547; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:28.547; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:29.399; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:29.401; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"2",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:55269_",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:55269"}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:29.401; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection collection1 with numShards 2
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:29.402; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:29.434; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:29.434; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:29.434; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:29.550; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:29.550; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:55269 collection:collection1 shard:shard1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:29.552; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:29.573; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:29.586; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:29.586; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:29.587; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:55269/collection1/
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:29.587; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:29.587; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:55269/collection1/ has no replicas
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:29.588; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:55269/collection1/
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:29.588; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:30.940; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:30.963; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:30.963; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:30.963; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:30.977; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:55269/collection1/ and leader is http://127.0.0.1:55269/collection1/
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:30.977; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:55269
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:30.977; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:30.978; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:30.978; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:31.088; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:31.277; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:31.278; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:31.278; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:31.562; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:31.566; org.eclipse.jetty.server.AbstractConnector; Started SocketConnector@127.0.0.1:41420
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:31.567; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:31.567; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:31.568; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty2-1368253651301
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:31.569; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty2-1368253651301/solr.xml
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:31.569; org.apache.solr.core.CoreContainer; New CoreContainer 1012135781
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:31.570; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty2-1368253651301/'
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:31.571; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty2-1368253651301/'
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:31.690; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:31.691; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:31.691; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:31.691; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:31.692; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:31.692; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:31.692; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:31.693; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:31.693; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:31.694; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:31.705; org.apache.solr.logging.LogWatcher; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:31.706; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:56531/solr
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:31.706; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:31.707; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:31.710; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@21914d3d name:ZooKeeperConnection Watcher:127.0.0.1:56531 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:31.710; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:31.713; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:31.722; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:31.724; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@350fe91a name:ZooKeeperConnection Watcher:127.0.0.1:56531/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:31.724; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:31.738; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:32.477; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:32.478; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"2",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:55269_",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:55269"}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:32.509; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:32.509; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:32.509; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:32.509; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:32.742; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41420_
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:32.747; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:41420_
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:32.749; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:32.749; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:32.750; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:32.750; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:32.750; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:32.750; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:32.765; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:32.765; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:32.773; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty2-1368253651301/collection1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:32.774; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:32.774; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:32.775; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:32.776; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty2-1368253651301/collection1/'
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:32.777; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty2-1368253651301/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:32.777; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty2-1368253651301/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:32.815; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:32.865; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:32.966; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:32.970; org.apache.solr.schema.IndexSchema; [collection1] Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:33.552; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:33.557; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:33.559; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:33.565; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:33.595; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:33.596; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty2-1368253651301/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty2/
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:33.596; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@777a9ff
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:33.597; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:33.597; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty2
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:33.598; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty2/index/
[junit4:junit4]   1> WARN  - 2013-05-11 06:27:33.598; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:33.599; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty2/index
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:33.602; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@31250280 lockFactory=org.apache.lucene.store.NativeFSLockFactory@74af65a6),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:33.602; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:33.605; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:33.606; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:33.606; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:33.607; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:33.608; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:33.608; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:33.609; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:33.609; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:33.610; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:33.627; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:33.635; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@2f555b4e main
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:33.636; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty2/tlog
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:33.637; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:33.638; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:33.643; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@2f555b4e main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:33.645; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:33.645; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:34.015; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:34.016; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"3",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:41420_",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:41420"}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:34.016; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=2
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:34.016; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard2
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:34.030; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:34.030; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:34.030; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:34.030; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:34.649; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:34.649; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:41420 collection:collection1 shard:shard2
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:34.650; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:34.674; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:34.685; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:34.685; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:34.686; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:41420/collection1/
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:34.686; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:34.687; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:41420/collection1/ has no replicas
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:34.687; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:41420/collection1/
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:34.688; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:35.536; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:35.575; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:35.575; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:35.575; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:35.575; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:35.619; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:41420/collection1/ and leader is http://127.0.0.1:41420/collection1/
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:35.619; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:41420
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:35.620; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:35.620; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:35.620; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:35.623; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:35.625; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:35.625; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:35.626; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:35.936; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:35.939; org.eclipse.jetty.server.AbstractConnector; Started SocketConnector@127.0.0.1:22688
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:35.940; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:35.941; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:35.941; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty3-1368253655644
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:35.941; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty3-1368253655644/solr.xml
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:35.942; org.apache.solr.core.CoreContainer; New CoreContainer 1829754540
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:35.942; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty3-1368253655644/'
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:35.943; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty3-1368253655644/'
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:36.048; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:36.049; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:36.049; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:36.050; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:36.050; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:36.050; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:36.050; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:36.051; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:36.051; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:36.051; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:36.066; org.apache.solr.logging.LogWatcher; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:36.067; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:56531/solr
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:36.067; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:36.068; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:36.071; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@3478385c name:ZooKeeperConnection Watcher:127.0.0.1:56531 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:36.072; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:36.074; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:36.084; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:36.087; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@32ea7237 name:ZooKeeperConnection Watcher:127.0.0.1:56531/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:36.087; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:36.098; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:37.090; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:37.091; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"3",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard2",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:41420_",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:41420"}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:37.113; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:37.113; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:37.113; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:22688_
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:37.113; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:37.113; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:37.113; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:37.117; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:22688_
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:37.127; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:37.127; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:37.127; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:37.127; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:37.128; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:37.127; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:37.129; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:37.131; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:37.131; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:37.131; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:37.137; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty3-1368253655644/collection1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:37.137; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:37.138; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:37.138; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:37.140; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty3-1368253655644/collection1/'
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:37.141; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty3-1368253655644/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:37.142; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty3-1368253655644/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:37.227; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:37.316; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:37.417; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:37.423; org.apache.solr.schema.IndexSchema; [collection1] Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:37.993; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:37.997; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:38.000; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:38.005; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:38.034; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:38.034; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty3-1368253655644/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty3/
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:38.035; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@777a9ff
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:38.035; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:38.036; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty3
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:38.036; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty3/index/
[junit4:junit4]   1> WARN  - 2013-05-11 06:27:38.037; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:38.037; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty3/index
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:38.040; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@70003f33 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3cc1bd3a),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:38.040; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:38.043; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:38.043; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:38.044; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:38.045; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:38.045; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:38.045; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:38.046; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:38.046; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:38.047; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:38.060; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:38.065; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@4dd02dfd main
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:38.066; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty3/tlog
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:38.067; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:38.067; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:38.071; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@4dd02dfd main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:38.073; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:38.073; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:38.621; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:38.622; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"4",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:22688_",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:22688"}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:38.622; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=2
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:38.623; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:38.641; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:38.641; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:38.641; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:38.641; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:38.641; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.077; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.077; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:22688 collection:collection1 shard:shard1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.082; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:22688/collection1/ and leader is http://127.0.0.1:55269/collection1/
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.082; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:22688
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.083; org.apache.solr.cloud.ZkController; Core needs to recover:collection1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.083; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.084; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.085; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.085; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.085; org.apache.solr.cloud.ZkController; publishing core=collection1 state=recovering
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.086; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.086; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.087; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.088; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.088; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.116; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 4, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.422; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.425; org.eclipse.jetty.server.AbstractConnector; Started SocketConnector@127.0.0.1:32819
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.426; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.426; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.427; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty4-1368253659114
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.427; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty4-1368253659114/solr.xml
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.428; org.apache.solr.core.CoreContainer; New CoreContainer 1427419902
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.429; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty4-1368253659114/'
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.429; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty4-1368253659114/'
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.567; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.568; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.569; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.569; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.570; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.570; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.571; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.571; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.572; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.573; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.591; org.apache.solr.logging.LogWatcher; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.591; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:56531/solr
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.592; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.593; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.598; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@48309e1f name:ZooKeeperConnection Watcher:127.0.0.1:56531 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.599; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.618; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.631; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.634; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@5c30657 name:ZooKeeperConnection Watcher:127.0.0.1:56531/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.634; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:39.646; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:40.148; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:40.149; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"4",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:22688_",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:22688"}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:40.167; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:40.167; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:40.167; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:40.167; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:40.167; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:40.167; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:40.651; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32819_
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:40.654; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:32819_
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:40.658; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:40.658; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:40.659; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:40.658; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:40.659; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:40.659; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:40.659; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:40.661; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:40.660; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:40.661; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:40.663; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:40.664; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:40.673; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty4-1368253659114/collection1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:40.674; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:40.675; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:40.675; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:40.677; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty4-1368253659114/collection1/'
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:40.681; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty4-1368253659114/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:40.682; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty4-1368253659114/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:40.780; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:40.873; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:40.974; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:40.984; org.apache.solr.schema.IndexSchema; [collection1] Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:41.118; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 4, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:41.118; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={coreNodeName=4&state=recovering&nodeName=127.0.0.1:22688_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=2002 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:41.699; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:41.704; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:41.707; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:41.714; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:41.746; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:41.747; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty4-1368253659114/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty4/
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:41.747; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@777a9ff
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:41.748; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:41.749; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty4
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:41.749; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty4/index/
[junit4:junit4]   1> WARN  - 2013-05-11 06:27:41.749; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:41.750; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty4/index
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:41.754; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@38501258 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4fa788df),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:41.754; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:41.757; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:41.757; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:41.758; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:41.759; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:41.759; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:41.760; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:41.760; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:41.761; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:41.761; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:41.775; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:41.782; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@28723091 main
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:41.782; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty4/tlog
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:41.783; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:41.784; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:41.788; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@28723091 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:41.790; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:41.791; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.120; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:55269/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.120; org.apache.solr.update.PeerSync; PeerSync: core=collection1 url=http://127.0.0.1:22688 START replicas=[http://127.0.0.1:55269/collection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-05-11 06:27:43.121; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.121; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.121; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.121; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.121; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.122; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:55269/collection1/. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.123; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.137; org.apache.solr.core.SolrCore; [collection1] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.139; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.141; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@2b5dcbad lockFactory=org.apache.lucene.store.NativeFSLockFactory@60c9750f),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.142; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.142; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@2b5dcbad lockFactory=org.apache.lucene.store.NativeFSLockFactory@60c9750f),segFN=segments_1,generation=1}
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@2b5dcbad lockFactory=org.apache.lucene.store.NativeFSLockFactory@60c9750f),segFN=segments_2,generation=2}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.143; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 2
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.143; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@5f6cdfb7 realtime
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.144; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.144; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.145; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.145; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.147; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.148; org.apache.solr.core.SolrCore; [collection1] webapp= path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.148; org.apache.solr.handler.SnapPuller; Master's generation: 2
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.148; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.149; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.151; org.apache.solr.core.SolrCore; [collection1] webapp= path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.152; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.153; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty3/index.20130511035743153
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.154; org.apache.solr.handler.SnapPuller; Starting download to BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@c189821 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6fc9ed90) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.156; org.apache.solr.core.SolrCore; [collection1] webapp= path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.157; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.158; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.158; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.160; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@70003f33 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3cc1bd3a),segFN=segments_1,generation=1}
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@70003f33 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3cc1bd3a),segFN=segments_2,generation=2}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.161; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 2
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.161; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.161; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@33e86101 main
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.162; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@33e86101 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.163; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty3/index.20130511035743153 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty3/index.20130511035743153;done=true>>]
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.163; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty3/index.20130511035743153
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.163; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: ./org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty3/index.20130511035743153
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.163; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.164; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.164; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.164; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.167; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.177; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.178; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"5",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:32819_",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:32819"}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.178; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=2
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.178; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard2
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.200; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"4",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:22688_",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:22688"}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.213; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.213; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.213; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.213; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.213; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.213; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.795; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.795; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:32819 collection:collection1 shard:shard2
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.799; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:32819/collection1/ and leader is http://127.0.0.1:41420/collection1/
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.799; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:32819
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.800; org.apache.solr.cloud.ZkController; Core needs to recover:collection1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.800; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.801; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.801; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.802; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.802; org.apache.solr.cloud.ZkController; publishing core=collection1 state=recovering
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.802; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.803; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.803; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.804; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.805; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.820; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.822; org.apache.solr.cloud.AbstractFullDistribZkTestBase; Wait for recoveries to finish - wait 15 for each attempt
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.822; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):15
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.823; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:43.823; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 5, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:44.722; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:44.723; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"5",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard2",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:32819_",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:32819"}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:44.745; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:44.745; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:44.745; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:44.745; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:44.745; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:44.745; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:44.825; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 5, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:44.825; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:44.826; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={coreNodeName=5&state=recovering&nodeName=127.0.0.1:32819_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1002 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:45.828; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.828; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:41420/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.828; org.apache.solr.update.PeerSync; PeerSync: core=collection1 url=http://127.0.0.1:32819 START replicas=[http://127.0.0.1:41420/collection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-05-11 06:27:46.829; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.829; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.829; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.830; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.830; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.831; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:41420/collection1/. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.831; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.831; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.836; org.apache.solr.core.SolrCore; [collection1] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.846; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.848; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@31250280 lockFactory=org.apache.lucene.store.NativeFSLockFactory@74af65a6),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.848; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.848; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@31250280 lockFactory=org.apache.lucene.store.NativeFSLockFactory@74af65a6),segFN=segments_1,generation=1}
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@31250280 lockFactory=org.apache.lucene.store.NativeFSLockFactory@74af65a6),segFN=segments_2,generation=2}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.849; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 2
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.849; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@4261f48b realtime
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.849; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.850; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 4
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.850; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.851; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.852; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.853; org.apache.solr.core.SolrCore; [collection1] webapp= path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.853; org.apache.solr.handler.SnapPuller; Master's generation: 2
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.854; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.854; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.856; org.apache.solr.core.SolrCore; [collection1] webapp= path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.856; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.857; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty4/index.20130511035746857
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.858; org.apache.solr.handler.SnapPuller; Starting download to BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@6421e8a6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@360dae5) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.860; org.apache.solr.core.SolrCore; [collection1] webapp= path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.861; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.862; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.862; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.863; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@38501258 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4fa788df),segFN=segments_1,generation=1}
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@38501258 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4fa788df),segFN=segments_2,generation=2}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.864; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 2
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.864; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.865; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@4c2d631a main
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.865; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@4c2d631a main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.866; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty4/index.20130511035746857 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty4/index.20130511035746857;done=true>>]
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.866; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty4/index.20130511035746857
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.866; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: ./org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty4/index.20130511035746857
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.867; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.867; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.867; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.867; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:46.870; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.754; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.755; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"5",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard2",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:32819_",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:32819"}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.770; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.770; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.770; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.770; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.770; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.770; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.833; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.835; org.apache.solr.cloud.AbstractDistribZkTestBase; Recoveries finished - collection: collection1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.844; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.847; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3f81ad6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1504d99),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.848; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.849; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3f81ad6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1504d99),segFN=segments_1,generation=1}
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3f81ad6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1504d99),segFN=segments_2,generation=2}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.849; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 2
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.850; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@25b795e main
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.850; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.851; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@25b795e main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.852; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 8
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.864; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.866; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@31250280 lockFactory=org.apache.lucene.store.NativeFSLockFactory@74af65a6),segFN=segments_2,generation=2}
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@31250280 lockFactory=org.apache.lucene.store.NativeFSLockFactory@74af65a6),segFN=segments_3,generation=3}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.866; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 3
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.867; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@4d72ef34 main
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.867; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.868; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@4d72ef34 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.868; org.apache.solr.update.SolrCmdDistributor; Distrib commit to:[StdNode: http://127.0.0.1:55269/collection1/, StdNode: http://127.0.0.1:22688/collection1/, StdNode: http://127.0.0.1:32819/collection1/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.872; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.873; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@2b5dcbad lockFactory=org.apache.lucene.store.NativeFSLockFactory@60c9750f),segFN=segments_2,generation=2}
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@2b5dcbad lockFactory=org.apache.lucene.store.NativeFSLockFactory@60c9750f),segFN=segments_3,generation=3}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.874; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 3
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.874; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@35902932 main
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.875; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.876; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@35902932 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.876; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 4
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.878; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.878; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.879; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@70003f33 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3cc1bd3a),segFN=segments_2,generation=2}
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@70003f33 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3cc1bd3a),segFN=segments_3,generation=3}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.880; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@38501258 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4fa788df),segFN=segments_2,generation=2}
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@38501258 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4fa788df),segFN=segments_3,generation=3}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.880; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 3
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.881; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 3
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.882; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@7c62be07 main
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.882; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@3d9745a2 main
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.883; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.882; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.883; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@3d9745a2 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.883; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@7c62be07 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.884; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 6
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.884; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 6
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.885; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 21
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.887; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.889; org.apache.solr.core.SolrCore; [collection1] webapp= path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.892; org.apache.solr.core.SolrCore; [collection1] webapp= path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.894; org.apache.solr.core.SolrCore; [collection1] webapp= path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:47.896; org.apache.solr.core.SolrCore; [collection1] webapp= path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:49.902; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1434717960170110976)} 0 2
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:49.911; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={update.distrib=FROMLEADER&_version_=-1434717960174305280&update.from=http://127.0.0.1:55269/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1434717960174305280)} 0 2
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:49.915; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={update.distrib=FROMLEADER&_version_=-1434717960178499584&update.from=http://127.0.0.1:41420/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1434717960178499584)} 0 2
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:49.916; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={update.distrib=TOLEADER&wt=javabin&version=2} {deleteByQuery=*:* (-1434717960178499584)} 0 7
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:49.917; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1434717960174305280)} 0 13
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:49.921; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[a!0 (1434717960191082496)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:49.931; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:41420/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[a!0 (1434717960197373952)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:49.932; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:55269/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[a!0 (1434717960197373952)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:49.933; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[a!0]} 0 9
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:49.937; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[b!1 (1434717960207859712)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:49.947; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:55269/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[b!1 (1434717960214151168)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:49.948; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:41420/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[b!1 (1434717960214151168)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:49.949; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[b!1]} 0 9
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:49.953; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[c!2 (1434717960224636928)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:49.963; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:55269/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[c!2 (1434717960231976960)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:49.964; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:41420/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[c!2 (1434717960231976960)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:49.965; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[c!2]} 0 9
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:49.968; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[d!3 (1434717960240365568)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:49.975; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:41420/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[d!3 (1434717960243511296)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:49.976; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[d!3 (1434717960243511296)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:49.979; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[e!4 (1434717960250851328)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:49.986; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:41420/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[e!4 (1434717960255045632)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:49.987; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[e!4 (1434717960255045632)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:49.991; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[f!5 (1434717960263434240)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:49.998; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:41420/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[f!5 (1434717960267628544)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:49.999; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[f!5 (1434717960267628544)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.004; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[g!6 (1434717960277065728)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.034; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:55269/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[g!6 (1434717960306425856)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.036; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:41420/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[g!6 (1434717960306425856)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.037; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[g!6]} 0 10
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.041; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[h!7 (1434717960316911616)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.048; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:55269/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[h!7 (1434717960320057344)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.049; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[h!7 (1434717960320057344)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.053; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[i!8 (1434717960328445952)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.063; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:55269/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[i!8 (1434717960336834560)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.064; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:41420/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[i!8 (1434717960336834560)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.065; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[i!8]} 0 9
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.069; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[j!9 (1434717960345223168)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.079; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:55269/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[j!9 (1434717960353611776)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.080; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:41420/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[j!9 (1434717960353611776)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.081; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[j!9]} 0 9
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.085; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[k!10 (1434717960363048960)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.092; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:55269/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[k!10 (1434717960367243264)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.093; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[k!10 (1434717960367243264)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.096; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[l!11 (1434717960373534720)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.106; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:41420/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[l!11 (1434717960380874752)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.107; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:55269/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[l!11 (1434717960380874752)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.108; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[l!11]} 0 9
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.111; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[m!12 (1434717960389263360)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.121; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:41420/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[m!12 (1434717960396603392)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.122; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:55269/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[m!12 (1434717960396603392)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.123; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[m!12]} 0 9
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.126; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[n!13 (1434717960404992000)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.135; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:55269/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[n!13 (1434717960412332032)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.136; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:41420/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[n!13 (1434717960412332032)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.137; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[n!13]} 0 8
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.141; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[o!14 (1434717960420720640)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.150; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:41420/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[o!14 (1434717960427012096)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.151; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:55269/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[o!14 (1434717960427012096)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.152; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[o!14]} 0 9
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.155; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[p!15 (1434717960435400704)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.162; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:55269/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[p!15 (1434717960439595008)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.163; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[p!15 (1434717960439595008)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.167; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[q!16 (1434717960447983616)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.174; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:55269/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[q!16 (1434717960452177920)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.175; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[q!16 (1434717960452177920)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.179; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[r!17 (1434717960460566528)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.189; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:41420/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[r!17 (1434717960468955136)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.190; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:55269/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[r!17 (1434717960468955136)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.191; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[r!17]} 0 9
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.196; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[s!18 (1434717960479440896)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.231; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:55269/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[s!18 (1434717960483635200)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.232; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[s!18 (1434717960483635200)]} 0 33
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.237; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[t!19 (1434717960522432512)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.247; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:55269/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[t!19 (1434717960529772544)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.248; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:41420/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[t!19 (1434717960529772544)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.249; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[t!19]} 0 9
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.253; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[u!20 (1434717960538161152)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.263; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:41420/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[u!20 (1434717960545501184)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.264; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:55269/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[u!20 (1434717960545501184)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.265; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[u!20]} 0 9
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.268; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[v!21 (1434717960554938368)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.278; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:55269/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[v!21 (1434717960561229824)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.279; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:41420/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[v!21 (1434717960561229824)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.280; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[v!21]} 0 9
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.284; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[w!22 (1434717960570667008)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.290; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:55269/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[w!22 (1434717960573812736)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.291; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[w!22 (1434717960573812736)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.295; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[x!23 (1434717960582201344)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.302; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:41420/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[x!23 (1434717960586395648)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.303; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[x!23 (1434717960586395648)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.307; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[y!24 (1434717960594784256)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.314; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:41420/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[y!24 (1434717960600027136)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.316; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[y!24 (1434717960600027136)]} 0 6
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.320; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[z!25 (1434717960608415744)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.327; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:55269/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[z!25 (1434717960613658624)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.328; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[z!25 (1434717960613658624)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.332; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[a!26 (1434717960620998656)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.337; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:41420/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[a!26 (1434717960624144384)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.338; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[a!26 (1434717960624144384)]} 0 4
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.342; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[b!27 (1434717960632532992)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.352; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:55269/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[b!27 (1434717960638824448)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.354; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:41420/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[b!27 (1434717960638824448)]} 0 6
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.354; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[b!27]} 0 9
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.358; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[c!28 (1434717960648261632)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.365; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:55269/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[c!28 (1434717960653504512)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.366; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[c!28 (1434717960653504512)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.370; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[d!29 (1434717960660844544)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.380; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:41420/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[d!29 (1434717960668184576)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.381; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:55269/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[d!29 (1434717960668184576)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.382; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[d!29]} 0 9
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.386; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[e!30 (1434717960677621760)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.396; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:41420/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[e!30 (1434717960684961792)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.397; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:55269/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[e!30 (1434717960684961792)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.398; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[e!30]} 0 9
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.402; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[f!31 (1434717960694398976)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.412; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:41420/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[f!31 (1434717960701739008)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.413; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:55269/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[f!31 (1434717960701739008)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.414; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[f!31]} 0 8
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.417; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[g!32 (1434717960711176192)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.428; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:55269/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[g!32 (1434717960718516224)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.429; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:41420/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[g!32 (1434717960718516224)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.430; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[g!32]} 0 9
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.434; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[h!33 (1434717960727953408)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.444; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:55269/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[h!33 (1434717960735293440)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.445; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:41420/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[h!33 (1434717960735293440)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.446; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[h!33]} 0 9
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.450; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[i!34 (1434717960744730624)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.460; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:55269/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[i!34 (1434717960753119232)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.461; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:41420/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[i!34 (1434717960753119232)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.461; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[i!34]} 0 8
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.465; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[j!35 (1434717960760459264)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.471; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:55269/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[j!35 (1434717960764653568)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.472; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[j!35 (1434717960764653568)]} 0 4
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.476; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[k!36 (1434717960771993600)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.485; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:55269/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[k!36 (1434717960779333632)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.487; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:41420/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[k!36 (1434717960779333632)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.487; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[k!36]} 0 8
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.491; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[l!37 (1434717960787722240)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.501; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:41420/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[l!37 (1434717960795062272)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.502; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:55269/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[l!37 (1434717960795062272)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.503; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[l!37]} 0 9
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.506; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[m!38 (1434717960803450880)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.516; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:41420/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[m!38 (1434717960810790912)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.517; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:55269/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[m!38 (1434717960810790912)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.518; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[m!38]} 0 9
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.522; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[n!39 (1434717960821276672)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.529; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:55269/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[n!39 (1434717960824422400)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.530; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[n!39 (1434717960824422400)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-11 06:27:50.534; org.apache.solr.

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

tive_errors=0}
[junit4:junit4]   1> INFO  - 2013-05-11 06:28:30.784; org.apache.solr.update.SolrCoreState; Closing SolrCoreState
[junit4:junit4]   1> INFO  - 2013-05-11 06:28:30.785; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   1> INFO  - 2013-05-11 06:28:30.785; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser
[junit4:junit4]   1> INFO  - 2013-05-11 06:28:30.788; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@38501258 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4fa788df),segFN=segments_4,generation=4}
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@38501258 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4fa788df),segFN=segments_5,generation=5}
[junit4:junit4]   1> INFO  - 2013-05-11 06:28:30.789; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 5
[junit4:junit4]   1> ERROR - 2013-05-11 06:28:30.789; org.apache.solr.update.TransactionLog; Error: Forcing close of tlog{file=./org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty4/tlog/tlog.0000000000000000002 refcount=1}
[junit4:junit4]   1> ERROR - 2013-05-11 06:28:30.790; org.apache.solr.update.TransactionLog; Error: Forcing close of tlog{file=./org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty4/tlog/tlog.0000000000000000001 refcount=1}
[junit4:junit4]   1> INFO  - 2013-05-11 06:28:30.794; org.apache.solr.core.SolrCore; [collection1] Closing main searcher on request.
[junit4:junit4]   1> INFO  - 2013-05-11 06:28:30.794; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   1> INFO  - 2013-05-11 06:28:30.795; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty4 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty4;done=false>>]
[junit4:junit4]   1> INFO  - 2013-05-11 06:28:30.795; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty4
[junit4:junit4]   1> INFO  - 2013-05-11 06:28:30.795; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty4/index [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty4/index;done=false>>]
[junit4:junit4]   1> INFO  - 2013-05-11 06:28:30.796; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.ShardSplitTest-1368253642353/jetty4/index
[junit4:junit4]   1> INFO  - 2013-05-11 06:28:30.804; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   1> WARN  - 2013-05-11 06:28:30.805; org.apache.solr.cloud.LeaderElector$1; 
[junit4:junit4]   1> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard2/election/89669870705639436-5-n_0000000001
[junit4:junit4]   1> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4:junit4]   1> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4:junit4]   1> 	at org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:873)
[junit4:junit4]   1> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:152)
[junit4:junit4]   1> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:149)
[junit4:junit4]   1> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4:junit4]   1> 	at org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:149)
[junit4:junit4]   1> 	at org.apache.solr.cloud.ElectionContext.cancelElection(ElectionContext.java:63)
[junit4:junit4]   1> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:246)
[junit4:junit4]   1> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:156)
[junit4:junit4]   1> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:100)
[junit4:junit4]   1> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
[junit4:junit4]   1> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
[junit4:junit4]   1> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
[junit4:junit4]   1> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
[junit4:junit4]   1> WARN  - 2013-05-11 06:28:30.806; org.apache.solr.common.cloud.ZkStateReader$3; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-05-11 06:28:30.807; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> WARN  - 2013-05-11 06:28:30.807; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-05-11 06:28:30.807; org.apache.solr.cloud.LeaderElector$1; 
[junit4:junit4]   1> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
[junit4:junit4]   1> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4:junit4]   1> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4:junit4]   1> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
[junit4:junit4]   1> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:235)
[junit4:junit4]   1> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:232)
[junit4:junit4]   1> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4:junit4]   1> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:232)
[junit4:junit4]   1> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
[junit4:junit4]   1> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
[junit4:junit4]   1> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
[junit4:junit4]   1> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
[junit4:junit4]   1> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {id=MockVariableIntBlock(baseBlockSize=12), _version_=Pulsing41(freqCutoff=10 minBlockSize=5 maxBlockSize=33)}, docValues:{}, sim=DefaultSimilarity, locale=it_IT, timezone=CNT
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7.0_17 (64-bit)/cpus=16,threads=3,free=51187304,total=301006848
[junit4:junit4]   2> NOTE: All tests run in this JVM: [RegexBoostProcessorTest, QueryParsingTest, TestTrie, TestSchemaVersionResource, SoftAutoCommitTest, LukeRequestHandlerTest, SOLR749Test, FastVectorHighlighterTest, SolrCoreTest, TestPluginEnable, TestFaceting, CacheHeaderTest, SpellingQueryConverterTest, SearchHandlerTest, DistributedQueryElevationComponentTest, UnloadDistributedZkTest, TestFuzzyAnalyzedSuggestions, TestDocumentBuilder, TestSurroundQueryParser, TermsComponentTest, AliasIntegrationTest, SolrTestCaseJ4Test, TestQueryUtils, TestSolrDeletionPolicy1, LoggingHandlerTest, SystemInfoHandlerTest, TestBadConfig, TestPhraseSuggestions, AutoCommitTest, PolyFieldTest, TestPHPSerializedResponseWriter, TestSolrDeletionPolicy2, ResponseLogComponentTest, TestSolrCoreProperties, WordBreakSolrSpellCheckerTest, TestPropInjectDefaults, TestCharFilters, TestFieldTypeCollectionResource, TestStressRecovery, BadComponentTest, ResourceLoaderTest, RecoveryZkTest, QueryResultKeyTest, DirectUpdateHandlerOptimizeTest, AlternateDirectoryTest, TestLRUCache, TestExtendedDismaxParser, SpatialFilterTest, BadCopyFieldTest, TestQuerySenderListener, TestManagedSchema, LegacyHTMLStripCharFilterTest, DocumentBuilderTest, TestManagedSchemaFieldResource, TermVectorComponentTest, PeerSyncTest, DateFieldTest, TestSchemaResource, PrimUtilsTest, TestWriterPerf, BasicDistributedZkTest, BinaryUpdateRequestHandlerTest, SimpleFacetsTest, CoreAdminHandlerTest, TestFieldResource, ZkControllerTest, TestDocSet, SliceStateTest, SynonymTokenizerTest, ShardSplitTest]
[junit4:junit4] Completed on J0 in 68.84s, 1 test, 1 error <<< FAILURES!

[...truncated 666 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:384: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:357: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build.xml:181: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/common-build.xml:437: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:1240: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:884: There were test failures: 294 suites, 1225 tests, 1 error, 25 ignored (6 assumptions)

Total time: 98 minutes 32 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure