You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2013/05/17 00:28:54 UTC

[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.7.0_21) - Build # 2827 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2827/
Java: 64bit/jdk1.7.0_21 -XX:+UseCompressedOops -XX:+UseParallelGC

5 tests failed.
FAILED:  org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer.testShutdown

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([BC53272C0441EB7A:5F252EB9E33B7E08]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 40 more


FAILED:  org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer.testGetCoreContainer

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([BC53272C0441EB7A:71401363B2B083C4]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 40 more


FAILED:  org.apache.solr.client.solrj.embedded.TestSolrProperties.testProperties

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	at org.apache.solr.client.solrj.embedded.TestSolrProperties.setUp(TestSolrProperties.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$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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 41 more


FAILED:  org.apache.solr.client.solrj.request.TestCoreAdmin.testErrorCases

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([BC53272C0441EB7A:5ADBC4D94D5E915]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 39 more


FAILED:  org.apache.solr.client.solrj.request.TestCoreAdmin.testCustomUlogDir

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([BC53272C0441EB7A:7CEBC60182FEA9B1]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 39 more




Build Log:
[...truncated 10360 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer
[junit4:junit4]   1> 20995 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[BC53272C0441EB7A]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 347862336
[junit4:junit4]   1> 20997 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[BC53272C0441EB7A]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 20997 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[BC53272C0441EB7A]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestEmbeddedSolrServer -Dtests.method=testShutdown -Dtests.seed=BC53272C0441EB7A -Dtests.slow=true -Dtests.locale=is -Dtests.timezone=America/Bahia -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   0.42s | TestEmbeddedSolrServer.testShutdown <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([BC53272C0441EB7A:5F252EB9E33B7E08]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 40 more
[junit4:junit4]   1> 21410 [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[BC53272C0441EB7A]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 829692599
[junit4:junit4]   1> 21412 [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[BC53272C0441EB7A]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 21413 [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[BC53272C0441EB7A]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestEmbeddedSolrServer -Dtests.method=testGetCoreContainer -Dtests.seed=BC53272C0441EB7A -Dtests.slow=true -Dtests.locale=is -Dtests.timezone=America/Bahia -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   0.23s | TestEmbeddedSolrServer.testGetCoreContainer <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([BC53272C0441EB7A:71401363B2B083C4]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 40 more
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=is, timezone=America/Bahia
[junit4:junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=2,threads=1,free=16421544,total=42663936
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestDocumentObjectBinder, TestBatchUpdate, FieldAnalysisResponseTest, TestEmbeddedSolrServer]
[junit4:junit4] Completed in 0.68s, 2 tests, 2 errors <<< FAILURES!

[...truncated 1 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.TestSolrProperties
[junit4:junit4]   1> 21712 [TEST-TestSolrProperties.testProperties-seed#[BC53272C0441EB7A]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 2047164989
[junit4:junit4]   1> 21714 [TEST-TestSolrProperties.testProperties-seed#[BC53272C0441EB7A]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 21714 [TEST-TestSolrProperties.testProperties-seed#[BC53272C0441EB7A]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrProperties -Dtests.method=testProperties -Dtests.seed=BC53272C0441EB7A -Dtests.slow=true -Dtests.locale=en_SG -Dtests.timezone=America/Inuvik -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   0.28s | TestSolrProperties.testProperties <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.setUp(TestSolrProperties.java:70)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 41 moreThrowable #2: java.lang.AssertionError: Failed to delete .\solrtest-TestSolrProperties-1368743144491\solr-persist.xml
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.deleteAdditionalFiles(TestSolrProperties.java:95)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.tearDown(AbstractEmbeddedSolrServerTestCase.java:79)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.tearDown(TestSolrProperties.java:76)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=en_SG, timezone=America/Inuvik
[junit4:junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=2,threads=1,free=19875632,total=44367872
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestDocumentObjectBinder, TestBatchUpdate, FieldAnalysisResponseTest, TestEmbeddedSolrServer, TestSolrProperties]
[junit4:junit4] Completed in 0.32s, 1 test, 1 error <<< FAILURES!

[...truncated 49 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.request.TestCoreAdmin
[junit4:junit4]   1> 68258 [TEST-TestCoreAdmin.testErrorCases-seed#[BC53272C0441EB7A]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 540139130
[junit4:junit4]   1> 68261 [TEST-TestCoreAdmin.testErrorCases-seed#[BC53272C0441EB7A]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 68261 [TEST-TestCoreAdmin.testErrorCases-seed#[BC53272C0441EB7A]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCoreAdmin -Dtests.method=testErrorCases -Dtests.seed=BC53272C0441EB7A -Dtests.slow=true -Dtests.locale=in -Dtests.timezone=America/Cayenne -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   0.16s | TestCoreAdmin.testErrorCases <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([BC53272C0441EB7A:5ADBC4D94D5E915]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 39 more
[junit4:junit4]   1> 68403 [TEST-TestCoreAdmin.testCustomUlogDir-seed#[BC53272C0441EB7A]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 688233633
[junit4:junit4]   1> 68403 [TEST-TestCoreAdmin.testCustomUlogDir-seed#[BC53272C0441EB7A]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 68403 [TEST-TestCoreAdmin.testCustomUlogDir-seed#[BC53272C0441EB7A]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCoreAdmin -Dtests.method=testCustomUlogDir -Dtests.seed=BC53272C0441EB7A -Dtests.slow=true -Dtests.locale=in -Dtests.timezone=America/Cayenne -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   0.11s | TestCoreAdmin.testCustomUlogDir <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([BC53272C0441EB7A:7CEBC60182FEA9B1]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 39 more
[junit4:junit4]   2> NOTE: test params are: codec=CheapBastard, sim=DefaultSimilarity, locale=in, timezone=America/Cayenne
[junit4:junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=2,threads=1,free=71863032,total=227213312
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestDocumentObjectBinder, TestBatchUpdate, FieldAnalysisResponseTest, TestEmbeddedSolrServer, TestSolrProperties, SolrQueryTest, TestSpellCheckResponse, SolrParamTest, SolrExampleBinaryTest, AnlysisResponseBaseTest, TestUpdateRequestCodec, SolrExampleStreamingBinaryTest, SolrExceptionTest, SolrDocumentTest, SolrExampleJettyTest, TestJavaBinCodec, QueryResponseTest, LargeVolumeEmbeddedTest, TermsResponseTest, IteratorChainTest, TestCoreAdmin]
[junit4:junit4] Completed in 0.29s, 2 tests, 2 errors <<< FAILURES!

[...truncated 84 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:377: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:357: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:194: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:437: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1240: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:884: There were test failures: 45 suites, 268 tests, 5 errors, 1 ignored (1 assumption)

Total time: 68 minutes 20 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0_21 -XX:+UseCompressedOops -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.7.0_21) - Build # 2848 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2848/
Java: 32bit/jdk1.7.0_21 -client -XX:+UseG1GC

5 tests failed.
FAILED:  org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer.testShutdown

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([6A9B5D6314121F92:89ED54F6F3688AE0]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 40 more


FAILED:  org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer.testGetCoreContainer

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([6A9B5D6314121F92:A788692CA2E3772C]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 40 more


FAILED:  org.apache.solr.client.solrj.embedded.TestSolrProperties.testProperties

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	at org.apache.solr.client.solrj.embedded.TestSolrProperties.setUp(TestSolrProperties.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$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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 41 more


FAILED:  org.apache.solr.client.solrj.request.TestCoreAdmin.testErrorCases

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([6A9B5D6314121F92:D365C60284861DFD]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 39 more


FAILED:  org.apache.solr.client.solrj.request.TestCoreAdmin.testCustomUlogDir

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([6A9B5D6314121F92:AA23BC4E92AD5D59]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 39 more




Build Log:
[...truncated 10412 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer
[junit4:junit4]   1> 134766 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[6A9B5D6314121F92]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 9000883
[junit4:junit4]   1> 134767 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[6A9B5D6314121F92]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 134768 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[6A9B5D6314121F92]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestEmbeddedSolrServer -Dtests.method=testShutdown -Dtests.seed=6A9B5D6314121F92 -Dtests.slow=true -Dtests.locale=is_IS -Dtests.timezone=Indian/Cocos -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.17s | TestEmbeddedSolrServer.testShutdown <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([6A9B5D6314121F92:89ED54F6F3688AE0]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 40 more
[junit4:junit4]   1> 134937 [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[6A9B5D6314121F92]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 23555744
[junit4:junit4]   1> 134938 [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[6A9B5D6314121F92]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 134938 [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[6A9B5D6314121F92]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   1> 135026 [Finalizer] ERROR org.apache.solr.core.CoreContainer  ? CoreContainer was not shutdown prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!  instance=9000883
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestEmbeddedSolrServer -Dtests.method=testGetCoreContainer -Dtests.seed=6A9B5D6314121F92 -Dtests.slow=true -Dtests.locale=is_IS -Dtests.timezone=Indian/Cocos -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.17s | TestEmbeddedSolrServer.testGetCoreContainer <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([6A9B5D6314121F92:A788692CA2E3772C]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 40 more
[junit4:junit4]   2> NOTE: test params are: codec=Asserting, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=is_IS, timezone=Indian/Cocos
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_21 (32-bit)/cpus=2,threads=1,free=33909584,total=90177536
[junit4:junit4]   2> NOTE: All tests run in this JVM: [BasicHttpSolrServerTest, ModifiableSolrParamsTest, MergeIndexesEmbeddedTest, TestSpellCheckResponse, TestFastInputStream, JettyWebappTest, LargeVolumeBinaryJettyTest, MultiCoreExampleJettyTest, LargeVolumeEmbeddedTest, TestUpdateRequestCodec, FieldAnalysisResponseTest, SolrQueryTest, SolrParamTest, CloudSolrServerTest, TestHash, TestBatchUpdate, QueryResponseTest, TestLBHttpSolrServer, SolrExampleJettyTest, ClientUtilsTest, SolrExampleEmbeddedTest, TestEmbeddedSolrServer]
[junit4:junit4] Completed in 0.36s, 2 tests, 2 errors <<< FAILURES!

[...truncated 19 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.TestSolrProperties
[junit4:junit4]   1> 192275 [TEST-TestSolrProperties.testProperties-seed#[6A9B5D6314121F92]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 3492728
[junit4:junit4]   1> 192275 [TEST-TestSolrProperties.testProperties-seed#[6A9B5D6314121F92]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 192277 [TEST-TestSolrProperties.testProperties-seed#[6A9B5D6314121F92]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrProperties -Dtests.method=testProperties -Dtests.seed=6A9B5D6314121F92 -Dtests.slow=true -Dtests.locale=ar_SD -Dtests.timezone=US/Michigan -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.24s | TestSolrProperties.testProperties <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.setUp(TestSolrProperties.java:70)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 41 moreThrowable #2: java.lang.AssertionError: Failed to delete .\solrtest-TestSolrProperties-1369207771251\solr-persist.xml
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.deleteAdditionalFiles(TestSolrProperties.java:95)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.tearDown(AbstractEmbeddedSolrServerTestCase.java:79)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.tearDown(TestSolrProperties.java:76)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> NOTE: test params are: codec=CheapBastard, sim=DefaultSimilarity, locale=ar_SD, timezone=US/Michigan
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_21 (32-bit)/cpus=2,threads=1,free=61539400,total=103809024
[junit4:junit4]   2> NOTE: All tests run in this JVM: [BasicHttpSolrServerTest, ModifiableSolrParamsTest, MergeIndexesEmbeddedTest, TestSpellCheckResponse, TestFastInputStream, JettyWebappTest, LargeVolumeBinaryJettyTest, MultiCoreExampleJettyTest, LargeVolumeEmbeddedTest, TestUpdateRequestCodec, FieldAnalysisResponseTest, SolrQueryTest, SolrParamTest, CloudSolrServerTest, TestHash, TestBatchUpdate, QueryResponseTest, TestLBHttpSolrServer, SolrExampleJettyTest, ClientUtilsTest, SolrExampleEmbeddedTest, TestEmbeddedSolrServer, NamedListTest, SolrExampleStreamingTest, SolrExampleStreamingBinaryTest, SolrExampleBinaryTest, SolrExampleXMLTest, LargeVolumeJettyTest, TestSolrProperties]
[junit4:junit4] Completed in 0.27s, 1 test, 1 error <<< FAILURES!

[...truncated 7 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.request.TestCoreAdmin
[junit4:junit4]   1> 196255 [TEST-TestCoreAdmin.testErrorCases-seed#[6A9B5D6314121F92]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 23940585
[junit4:junit4]   1> 196255 [TEST-TestCoreAdmin.testErrorCases-seed#[6A9B5D6314121F92]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 196256 [TEST-TestCoreAdmin.testErrorCases-seed#[6A9B5D6314121F92]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCoreAdmin -Dtests.method=testErrorCases -Dtests.seed=6A9B5D6314121F92 -Dtests.slow=true -Dtests.locale=zh_CN -Dtests.timezone=Africa/Douala -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.18s | TestCoreAdmin.testErrorCases <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([6A9B5D6314121F92:D365C60284861DFD]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 39 more
[junit4:junit4]   1> 196431 [TEST-TestCoreAdmin.testCustomUlogDir-seed#[6A9B5D6314121F92]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 10552878
[junit4:junit4]   1> 196431 [TEST-TestCoreAdmin.testCustomUlogDir-seed#[6A9B5D6314121F92]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 196432 [TEST-TestCoreAdmin.testCustomUlogDir-seed#[6A9B5D6314121F92]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCoreAdmin -Dtests.method=testCustomUlogDir -Dtests.seed=6A9B5D6314121F92 -Dtests.slow=true -Dtests.locale=zh_CN -Dtests.timezone=Africa/Douala -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.14s | TestCoreAdmin.testCustomUlogDir <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([6A9B5D6314121F92:AA23BC4E92AD5D59]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 39 more
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=zh_CN, timezone=Africa/Douala
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_21 (32-bit)/cpus=2,threads=1,free=42654408,total=105906176
[junit4:junit4]   2> NOTE: All tests run in this JVM: [BasicHttpSolrServerTest, ModifiableSolrParamsTest, MergeIndexesEmbeddedTest, TestSpellCheckResponse, TestFastInputStream, JettyWebappTest, LargeVolumeBinaryJettyTest, MultiCoreExampleJettyTest, LargeVolumeEmbeddedTest, TestUpdateRequestCodec, FieldAnalysisResponseTest, SolrQueryTest, SolrParamTest, CloudSolrServerTest, TestHash, TestBatchUpdate, QueryResponseTest, TestLBHttpSolrServer, SolrExampleJettyTest, ClientUtilsTest, SolrExampleEmbeddedTest, TestEmbeddedSolrServer, NamedListTest, SolrExampleStreamingTest, SolrExampleStreamingBinaryTest, SolrExampleBinaryTest, SolrExampleXMLTest, LargeVolumeJettyTest, TestSolrProperties, MultiCoreEmbeddedTest, TermsResponseTest, TestCoreAdmin]
[junit4:junit4] Completed in 0.35s, 2 tests, 2 errors <<< FAILURES!

[...truncated 52 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:380: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:360: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:194: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:437: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1240: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:884: There were test failures: 45 suites, 269 tests, 5 errors, 1 ignored (1 assumption)

Total time: 68 minutes 57 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.7.0_21 -client -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.7.0_21) - Build # 2847 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2847/
Java: 32bit/jdk1.7.0_21 -server -XX:+UseParallelGC

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

Error Message:
Server at http://127.0.0.1:54428 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:54428 returned non ok status:500, message:Server Error
	at __randomizedtesting.SeedInfo.seed([C5168ED4B1F5093:8DB7E6F53C4030AF]: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.GeneratedMethodAccessor42.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$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 10009 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.ShardSplitTest
[junit4:junit4]   2> 2285878 T6777 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 2285882 T6777 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-ShardSplitTest-1369183813755
[junit4:junit4]   2> 2285884 T6777 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 2285886 T6778 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 2285959 T6777 oasc.ZkTestServer.run start zk server on port:54409
[junit4:junit4]   2> 2285960 T6777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2285972 T6784 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1292b5e name:ZooKeeperConnection Watcher:127.0.0.1:54409 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2285973 T6777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2285973 T6777 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 2285979 T6779 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13ec9b700840000, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 2285981 T6777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2285984 T6786 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@159bd4 name:ZooKeeperConnection Watcher:127.0.0.1:54409/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2285985 T6777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2285985 T6777 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 2285990 T6777 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 2285993 T6777 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 2285997 T6777 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 2286000 T6777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 2286001 T6777 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 2286007 T6777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\schema15.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 2286008 T6777 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 2286013 T6777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 2286013 T6777 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 2286018 T6777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 2286018 T6777 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 2286022 T6777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 2286023 T6777 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 2286026 T6777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 2286027 T6777 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 2286030 T6777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 2286030 T6777 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 2286035 T6777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 2286035 T6777 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 2286058 T6777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 2286059 T6777 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 2286075 T6779 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13ec9b700840001, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 2286381 T6777 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 2286388 T6777 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54416
[junit4:junit4]   2> 2286389 T6777 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2286389 T6777 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2286390 T6777 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1369183813947
[junit4:junit4]   2> 2286390 T6777 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1369183813947\solr.xml
[junit4:junit4]   2> 2286390 T6777 oasc.CoreContainer.<init> New CoreContainer 12590368
[junit4:junit4]   2> 2286390 T6777 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1369183813947\'
[junit4:junit4]   2> 2286390 T6777 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1369183813947\'
[junit4:junit4]   2> 2286470 T6777 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 2286470 T6777 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2286470 T6777 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 2286470 T6777 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2286471 T6777 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2286471 T6777 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2286472 T6777 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2286472 T6777 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2286472 T6777 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2286473 T6777 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 2286479 T6777 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 2286480 T6777 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54409/solr
[junit4:junit4]   2> 2286480 T6777 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 2286482 T6777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2286495 T6797 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1820c30 name:ZooKeeperConnection Watcher:127.0.0.1:54409 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2286496 T6777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2286499 T6777 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 2286505 T6777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2286517 T6799 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@cbe827 name:ZooKeeperConnection Watcher:127.0.0.1:54409/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2286517 T6777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2286520 T6777 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 2286525 T6777 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 2286529 T6777 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 2286532 T6777 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54416_
[junit4:junit4]   2> 2286533 T6777 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54416_
[junit4:junit4]   2> 2286538 T6777 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 2286546 T6777 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 2286549 T6777 oasc.Overseer.start Overseer (id=89730830418837507-127.0.0.1:54416_-n_0000000000) starting
[junit4:junit4]   2> 2286555 T6777 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 2286562 T6801 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 2286563 T6777 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 2286568 T6777 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 2286571 T6777 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2286574 T6800 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 2286578 T6802 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1369183813947\collection1
[junit4:junit4]   2> 2286578 T6802 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 2286578 T6802 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 2286578 T6802 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 2286581 T6802 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1369183813947\collection1\'
[junit4:junit4]   2> 2286582 T6802 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-controljetty-1369183813947/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 2286583 T6802 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-controljetty-1369183813947/collection1/lib/README' to classloader
[junit4:junit4]   2> 2286619 T6802 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 2286663 T6802 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2286665 T6802 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2286669 T6802 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 2287072 T6802 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2287075 T6802 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2287077 T6802 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2287081 T6802 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2287105 T6802 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2287105 T6802 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1369183813947\collection1\, dataDir=.\org.apache.solr.cloud.ShardSplitTest-1369183813754/control/data\
[junit4:junit4]   2> 2287105 T6802 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@181b10d
[junit4:junit4]   2> 2287105 T6802 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2287106 T6802 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1369183813754/control/data\
[junit4:junit4]   2> 2287106 T6802 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ShardSplitTest-1369183813754/control/data\index/
[junit4:junit4]   2> 2287106 T6802 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ShardSplitTest-1369183813754\control\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2287107 T6802 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1369183813754/control/data\index
[junit4:junit4]   2> 2287110 T6802 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@cf65ee lockFactory=org.apache.lucene.store.NativeFSLockFactory@1965e4d),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2287110 T6802 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2287113 T6802 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2287114 T6802 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2287114 T6802 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2287114 T6802 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2287114 T6802 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2287115 T6802 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2287115 T6802 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2287115 T6802 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2287116 T6802 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2287123 T6802 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2287128 T6802 oass.SolrIndexSearcher.<init> Opening Searcher@db4abd main
[junit4:junit4]   2> 2287128 T6802 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ShardSplitTest-1369183813754\control\data\tlog
[junit4:junit4]   2> 2287130 T6802 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2287130 T6802 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2287132 T6803 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@db4abd main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2287132 T6802 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 2287132 T6802 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2287615 T6800 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2287617 T6800 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54416_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54416"}
[junit4:junit4]   2> 2287617 T6800 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2287617 T6800 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 2287627 T6799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2287794 T6802 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2287794 T6802 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54416 collection:control_collection shard:shard1
[junit4:junit4]   2> 2287796 T6802 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2287817 T6802 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2287824 T6802 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2287825 T6802 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2287825 T6802 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:54416/collection1/
[junit4:junit4]   2> 2287825 T6802 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2287825 T6802 oasc.SyncStrategy.syncToMe http://127.0.0.1:54416/collection1/ has no replicas
[junit4:junit4]   2> 2287826 T6802 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:54416/collection1/
[junit4:junit4]   2> 2287826 T6802 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2288623 T6800 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2288644 T6799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2288680 T6802 oasc.ZkController.register We are http://127.0.0.1:54416/collection1/ and leader is http://127.0.0.1:54416/collection1/
[junit4:junit4]   2> 2288680 T6802 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54416
[junit4:junit4]   2> 2288681 T6802 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 2288681 T6802 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 2288682 T6802 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2288685 T6802 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2288687 T6777 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 2288688 T6777 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2288689 T6777 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2288697 T6777 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 2288698 T6777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2288702 T6806 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1bef6d5 name:ZooKeeperConnection Watcher:127.0.0.1:54409/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2288702 T6777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2288703 T6777 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2288707 T6777 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 2288971 T6777 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 2288975 T6777 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54428
[junit4:junit4]   2> 2288975 T6777 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2288975 T6777 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2288976 T6777 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1369183816579
[junit4:junit4]   2> 2288976 T6777 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1369183816579\solr.xml
[junit4:junit4]   2> 2288976 T6777 oasc.CoreContainer.<init> New CoreContainer 33074039
[junit4:junit4]   2> 2288976 T6777 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1369183816579\'
[junit4:junit4]   2> 2288976 T6777 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1369183816579\'
[junit4:junit4]   2> 2289053 T6777 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 2289053 T6777 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2289054 T6777 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 2289054 T6777 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2289054 T6777 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2289054 T6777 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2289054 T6777 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2289055 T6777 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2289055 T6777 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2289056 T6777 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 2289062 T6777 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 2289063 T6777 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54409/solr
[junit4:junit4]   2> 2289063 T6777 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 2289065 T6777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2289073 T6817 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11aa1bb name:ZooKeeperConnection Watcher:127.0.0.1:54409 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2289074 T6777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2289076 T6777 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 2289081 T6777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2289085 T6819 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@73746f name:ZooKeeperConnection Watcher:127.0.0.1:54409/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2289085 T6777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2289091 T6777 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2289647 T6800 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2289649 T6800 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54416_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54416"}
[junit4:junit4]   2> 2289662 T6806 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2289662 T6819 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2289663 T6799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2289754 T6777 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54428_
[junit4:junit4]   2> 2289756 T6777 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54428_
[junit4:junit4]   2> 2289759 T6806 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2289759 T6799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2289759 T6819 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2289763 T6806 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 2289763 T6819 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 2289763 T6799 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 2289769 T6820 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1369183816579\collection1
[junit4:junit4]   2> 2289769 T6820 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 2289770 T6820 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 2289770 T6820 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 2289773 T6820 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1369183816579\collection1\'
[junit4:junit4]   2> 2289775 T6820 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty1-1369183816579/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 2289776 T6820 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty1-1369183816579/collection1/lib/README' to classloader
[junit4:junit4]   2> 2289817 T6820 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 2289859 T6820 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2289860 T6820 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2289864 T6820 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 2290259 T6820 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2290262 T6820 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2290264 T6820 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2290267 T6820 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2290290 T6820 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2290307 T6820 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1369183816579\collection1\, dataDir=.\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty1\
[junit4:junit4]   2> 2290307 T6820 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@181b10d
[junit4:junit4]   2> 2290308 T6820 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2290308 T6820 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty1\
[junit4:junit4]   2> 2290309 T6820 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty1\index/
[junit4:junit4]   2> 2290309 T6820 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ShardSplitTest-1369183813754\jetty1\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2290309 T6820 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty1\index
[junit4:junit4]   2> 2290312 T6820 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1239456 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d3e311),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2290312 T6820 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2290314 T6820 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2290314 T6820 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2290315 T6820 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2290315 T6820 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2290316 T6820 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2290316 T6820 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2290316 T6820 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2290317 T6820 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2290317 T6820 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2290324 T6820 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2290329 T6820 oass.SolrIndexSearcher.<init> Opening Searcher@c208cc main
[junit4:junit4]   2> 2290329 T6820 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ShardSplitTest-1369183813754\jetty1\tlog
[junit4:junit4]   2> 2290330 T6820 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2290331 T6820 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2290333 T6821 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@c208cc main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2290334 T6820 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 2290334 T6820 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2290663 T6800 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2290663 T6800 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54428_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54428"}
[junit4:junit4]   2> 2290663 T6800 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 2290664 T6800 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 2290670 T6806 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2290671 T6819 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2290671 T6799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2290998 T6820 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2290998 T6820 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54428 collection:collection1 shard:shard1
[junit4:junit4]   2> 2290999 T6820 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 2291013 T6820 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2291017 T6820 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2291018 T6820 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2291018 T6820 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:54428/collection1/
[junit4:junit4]   2> 2291018 T6820 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2291018 T6820 oasc.SyncStrategy.syncToMe http://127.0.0.1:54428/collection1/ has no replicas
[junit4:junit4]   2> 2291018 T6820 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:54428/collection1/
[junit4:junit4]   2> 2291018 T6820 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 2291667 T6800 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2291683 T6819 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2291683 T6799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2291683 T6806 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2291700 T6820 oasc.ZkController.register We are http://127.0.0.1:54428/collection1/ and leader is http://127.0.0.1:54428/collection1/
[junit4:junit4]   2> 2291700 T6820 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54428
[junit4:junit4]   2> 2291700 T6820 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 2291701 T6820 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 2291701 T6820 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2291703 T6820 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2291705 T6777 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 2291705 T6777 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2291707 T6777 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2291994 T6777 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 2291997 T6777 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54437
[junit4:junit4]   2> 2291997 T6777 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2291997 T6777 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2291998 T6777 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1369183819586
[junit4:junit4]   2> 2291998 T6777 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1369183819586\solr.xml
[junit4:junit4]   2> 2291998 T6777 oasc.CoreContainer.<init> New CoreContainer 6944454
[junit4:junit4]   2> 2291998 T6777 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1369183819586\'
[junit4:junit4]   2> 2291998 T6777 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1369183819586\'
[junit4:junit4]   2> 2292076 T6777 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 2292076 T6777 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2292076 T6777 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 2292077 T6777 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2292077 T6777 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2292077 T6777 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2292077 T6777 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2292078 T6777 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2292078 T6777 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2292078 T6777 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 2292084 T6777 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 2292085 T6777 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54409/solr
[junit4:junit4]   2> 2292085 T6777 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 2292086 T6777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2292098 T6833 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1baaff3 name:ZooKeeperConnection Watcher:127.0.0.1:54409 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2292099 T6777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2292101 T6777 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 2292107 T6777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2292110 T6835 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c64ac5 name:ZooKeeperConnection Watcher:127.0.0.1:54409/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2292110 T6777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2292117 T6777 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2292680 T6800 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2292681 T6800 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54428_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54428"}
[junit4:junit4]   2> 2292689 T6806 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2292689 T6835 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2292690 T6819 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2292690 T6799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2292779 T6777 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54437_
[junit4:junit4]   2> 2292781 T6777 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54437_
[junit4:junit4]   2> 2292784 T6806 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2292784 T6799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2292784 T6819 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2292784 T6835 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2292788 T6806 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2292791 T6799 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2292792 T6819 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2292792 T6835 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2292797 T6836 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1369183819586\collection1
[junit4:junit4]   2> 2292797 T6836 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 2292797 T6836 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 2292797 T6836 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 2292799 T6836 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1369183819586\collection1\'
[junit4:junit4]   2> 2292801 T6836 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty2-1369183819586/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 2292801 T6836 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty2-1369183819586/collection1/lib/README' to classloader
[junit4:junit4]   2> 2292836 T6836 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 2292883 T6836 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2292889 T6836 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2292893 T6836 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 2293286 T6836 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2293289 T6836 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2293290 T6836 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2293293 T6836 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2293316 T6836 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2293316 T6836 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1369183819586\collection1\, dataDir=.\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty2\
[junit4:junit4]   2> 2293316 T6836 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@181b10d
[junit4:junit4]   2> 2293316 T6836 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2293316 T6836 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty2\
[junit4:junit4]   2> 2293317 T6836 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty2\index/
[junit4:junit4]   2> 2293317 T6836 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ShardSplitTest-1369183813754\jetty2\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2293318 T6836 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty2\index
[junit4:junit4]   2> 2293321 T6836 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@d3555d lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c1da74),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2293321 T6836 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2293323 T6836 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2293324 T6836 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2293324 T6836 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2293325 T6836 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2293325 T6836 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2293325 T6836 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2293325 T6836 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2293326 T6836 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2293326 T6836 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2293333 T6836 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2293338 T6836 oass.SolrIndexSearcher.<init> Opening Searcher@36d35f main
[junit4:junit4]   2> 2293338 T6836 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ShardSplitTest-1369183813754\jetty2\tlog
[junit4:junit4]   2> 2293340 T6836 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2293340 T6836 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2293343 T6837 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@36d35f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2293344 T6836 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 2293344 T6836 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2293688 T6800 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2293689 T6800 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54437_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54437"}
[junit4:junit4]   2> 2293689 T6800 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 2293689 T6800 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard2
[junit4:junit4]   2> 2293696 T6806 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2293696 T6835 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2293697 T6819 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2293697 T6799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2294042 T6836 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2294042 T6836 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54437 collection:collection1 shard:shard2
[junit4:junit4]   2> 2294044 T6836 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 2294066 T6836 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2294075 T6836 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2294075 T6836 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2294075 T6836 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:54437/collection1/
[junit4:junit4]   2> 2294076 T6836 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2294077 T6836 oasc.SyncStrategy.syncToMe http://127.0.0.1:54437/collection1/ has no replicas
[junit4:junit4]   2> 2294077 T6836 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:54437/collection1/
[junit4:junit4]   2> 2294078 T6836 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 2294791 T6800 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2294818 T6806 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2294819 T6799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2294818 T6835 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2294819 T6819 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2294831 T6836 oasc.ZkController.register We are http://127.0.0.1:54437/collection1/ and leader is http://127.0.0.1:54437/collection1/
[junit4:junit4]   2> 2294832 T6836 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54437
[junit4:junit4]   2> 2294833 T6836 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 2294833 T6836 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 2294837 T6836 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2294842 T6836 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2294845 T6777 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 2294845 T6777 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2294845 T6777 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2295251 T6777 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 2295256 T6777 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54446
[junit4:junit4]   2> 2295257 T6777 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2295257 T6777 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2295257 T6777 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1369183822729
[junit4:junit4]   2> 2295257 T6777 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1369183822729\solr.xml
[junit4:junit4]   2> 2295257 T6777 oasc.CoreContainer.<init> New CoreContainer 20947900
[junit4:junit4]   2> 2295258 T6777 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1369183822729\'
[junit4:junit4]   2> 2295259 T6777 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1369183822729\'
[junit4:junit4]   2> 2295359 T6777 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 2295360 T6777 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2295360 T6777 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 2295360 T6777 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2295362 T6777 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2295362 T6777 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2295362 T6777 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2295362 T6777 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2295363 T6777 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2295363 T6777 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 2295369 T6777 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 2295370 T6777 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54409/solr
[junit4:junit4]   2> 2295371 T6777 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 2295372 T6777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2295391 T6849 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7212b0 name:ZooKeeperConnection Watcher:127.0.0.1:54409 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2295392 T6777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2295395 T6777 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 2295403 T6777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2295405 T6851 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b20d17 name:ZooKeeperConnection Watcher:127.0.0.1:54409/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2295405 T6777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2295411 T6777 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2295926 T6800 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2295927 T6800 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54437_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54437"}
[junit4:junit4]   2> 2295942 T6835 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2295942 T6819 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2295942 T6799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2295942 T6851 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2295942 T6806 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2296141 T6777 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54446_
[junit4:junit4]   2> 2296157 T6777 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54446_
[junit4:junit4]   2> 2296165 T6806 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2296165 T6819 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2296165 T6799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2296165 T6835 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2296171 T6851 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 2296171 T6851 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2296178 T6806 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 2296178 T6819 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 2296179 T6799 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 2296179 T6835 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 2296192 T6852 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1369183822729\collection1
[junit4:junit4]   2> 2296192 T6852 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 2296192 T6852 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 2296192 T6852 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 2296194 T6852 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1369183822729\collection1\'
[junit4:junit4]   2> 2296196 T6852 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty3-1369183822729/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 2296196 T6852 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty3-1369183822729/collection1/lib/README' to classloader
[junit4:junit4]   2> 2296238 T6852 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 2296296 T6852 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2296298 T6852 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2296302 T6852 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 2296711 T6852 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2296713 T6852 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2296716 T6852 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2296720 T6852 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2296745 T6852 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2296745 T6852 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1369183822729\collection1\, dataDir=.\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty3\
[junit4:junit4]   2> 2296745 T6852 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@181b10d
[junit4:junit4]   2> 2296745 T6852 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2296748 T6852 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty3\
[junit4:junit4]   2> 2296748 T6852 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty3\index/
[junit4:junit4]   2> 2296748 T6852 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ShardSplitTest-1369183813754\jetty3\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2296749 T6852 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty3\index
[junit4:junit4]   2> 2296755 T6852 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@19cfa49 lockFactory=org.apache.lucene.store.NativeFSLockFactory@c9938c),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2296755 T6852 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2296759 T6852 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2296760 T6852 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2296760 T6852 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2296761 T6852 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2296762 T6852 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2296762 T6852 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2296762 T6852 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2296763 T6852 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2296764 T6852 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2296774 T6852 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2296779 T6852 oass.SolrIndexSearcher.<init> Opening Searcher@15db744 main
[junit4:junit4]   2> 2296780 T6852 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ShardSplitTest-1369183813754\jetty3\tlog
[junit4:junit4]   2> 2296781 T6852 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2296781 T6852 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2296784 T6852 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 2296784 T6852 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2296785 T6853 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@15db744 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2297040 T6800 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2297042 T6800 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54446_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54446"}
[junit4:junit4]   2> 2297042 T6800 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 2297043 T6800 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 2297058 T6806 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2297059 T6835 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2297060 T6851 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2297061 T6819 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2297061 T6799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2297522 T6852 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2297522 T6852 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54446 collection:collection1 shard:shard1
[junit4:junit4]   2> 2297530 T6852 oasc.ZkController.register We are http://127.0.0.1:54446/collection1/ and leader is http://127.0.0.1:54428/collection1/
[junit4:junit4]   2> 2297531 T6852 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54446
[junit4:junit4]   2> 2297531 T6852 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 2297531 T6852 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C2218 name=collection1 org.apache.solr.core.SolrCore@192943e url=http://127.0.0.1:54446/collection1 node=127.0.0.1:54446_ C2218_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:54446_, base_url=http://127.0.0.1:54446}
[junit4:junit4]   2> 2297532 T6854 C2218 P54446 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 2297534 T6854 C2218 P54446 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 2297535 T6854 C2218 P54446 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 2297535 T6854 C2218 P54446 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2297535 T6852 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2297541 T6854 C2218 P54446 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2297544 T6777 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 2297545 T6777 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2297545 T6777 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2297559 T6813 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 4, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 2297870 T6777 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 2297874 T6777 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54456
[junit4:junit4]   2> 2297874 T6777 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2297886 T6777 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2297887 T6777 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1369183825428
[junit4:junit4]   2> 2297887 T6777 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1369183825428\solr.xml
[junit4:junit4]   2> 2297888 T6777 oasc.CoreContainer.<init> New CoreContainer 21728229
[junit4:junit4]   2> 2297888 T6777 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1369183825428\'
[junit4:junit4]   2> 2297888 T6777 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1369183825428\'
[junit4:junit4]   2> 2297968 T6777 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 2297968 T6777 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2297968 T6777 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 2297969 T6777 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2297969 T6777 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2297969 T6777 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2297969 T6777 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2297971 T6777 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2297971 T6777 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2297971 T6777 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 2297977 T6777 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 2297978 T6777 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54409/solr
[junit4:junit4]   2> 2297978 T6777 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 2297980 T6777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2297990 T6866 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@170282b name:ZooKeeperConnection Watcher:127.0.0.1:54409 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2297991 T6777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2297993 T6777 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 2297994 T6779 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13ec9b70084000b, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 2298000 T6777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2298005 T6868 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e07490 name:ZooKeeperConnection Watcher:127.0.0.1:54409/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2298005 T6777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2298019 T6777 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2298167 T6800 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2298168 T6800 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54446_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54446"}
[junit4:junit4]   2> 2298188 T6868 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2298188 T6806 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2298189 T6835 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2298189 T6819 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2298189 T6799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2298190 T6851 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2298285 T6813 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 4, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   2> 2298286 T6813 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=4&state=recovering&nodeName=127.0.0.1:54446_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=727 
[junit4:junit4]   2> 2298749 T6777 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54456_
[junit4:junit4]   2> 2298753 T6777 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54456_
[junit4:junit4]   2> 2298768 T6868 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2298769 T6806 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2298769 T6835 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2298770 T6819 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2298770 T6799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2298774 T6851 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 2298774 T6851 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2298776 T6868 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 2298776 T6806 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 2298777 T6819 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 2298777 T6799 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 2298778 T6835 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 2298790 T6869 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1369183825428\collection1
[junit4:junit4]   2> 2298790 T6869 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 2298791 T6869 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 2298791 T6869 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 2298792 T6869 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1369183825428\collection1\'
[junit4:junit4]   2> 2298793 T6869 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty4-1369183825428/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 2298793 T6869 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty4-1369183825428/collection1/lib/README' to classloader
[junit4:junit4]   2> 2298832 T6869 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 2298879 T6869 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2298881 T6869 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2298886 T6869 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 2299325 T6869 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2299327 T6869 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2299330 T6869 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2299344 T6869 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2299369 T6869 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2299369 T6869 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1369183825428\collection1\, dataDir=.\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty4\
[junit4:junit4]   2> 2299370 T6869 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@181b10d
[junit4:junit4]   2> 2299370 T6869 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2299371 T6869 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty4\
[junit4:junit4]   2> 2299371 T6869 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty4\index/
[junit4:junit4]   2> 2299371 T6869 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ShardSplitTest-1369183813754\jetty4\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2299371 T6869 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty4\index
[junit4:junit4]   2> 2299374 T6869 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@16ecd9c lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d26f99),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2299374 T6869 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2299378 T6869 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2299378 T6869 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2299378 T6869 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2299378 T6869 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2299379 T6869 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2299379 T6869 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2299379 T6869 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2299379 T6869 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2299380 T6869 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2299392 T6869 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2299398 T6869 oass.SolrIndexSearcher.<init> Opening Searcher@17c97d2 main
[junit4:junit4]   2> 2299398 T6869 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ShardSplitTest-1369183813754\jetty4\tlog
[junit4:junit4]   2> 2299400 T6869 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2299400 T6869 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2299403 T6870 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@17c97d2 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2299404 T6869 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 2299404 T6869 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> ASYNC  NEW_CORE C2219 name=collection1 org.apache.solr.core.SolrCore@192943e url=http://127.0.0.1:54446/collection1 node=127.0.0.1:54446_ C2219_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:54446_, base_url=http://127.0.0.1:54446}
[junit4:junit4]   2> 2299738 T6854 C2219 P54446 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:54428/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 2299738 T6854 C2219 P54446 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:54446 START replicas=[http://127.0.0.1:54428/collection1/] nUpdates=100
[junit4:junit4]   2> 2299738 T6854 C2219 P54446 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 2299738 T6854 C2219 P54446 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 2299738 T6854 C2219 P54446 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 2299739 T6854 C2219 P54446 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 2299739 T6854 C2219 P54446 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 2299739 T6854 C2219 P54446 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:54428/collection1/. core=collection1
[junit4:junit4]   2> 2299740 T6854 C2219 P54446 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C2220 name=collection1 org.apache.solr.core.SolrCore@1b9881c url=http://127.0.0.1:54428/collection1 node=127.0.0.1:54428_ C2220_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:54428_, base_url=http://127.0.0.1:54428, leader=true}
[junit4:junit4]   2> 2299754 T6813 C2220 P54428 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2299754 T6814 C2220 P54428 oasc.SolrCore.execute [collection1] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 2299757 T6813 C2220 P54428 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1239456 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d3e311),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2299758 T6813 C2220 P54428 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2299759 T6813 C2220 P54428 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1239456 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d3e311),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1239456 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d3e311),segFN=segments_2,generation=2}
[junit4:junit4]   2> 2299759 T6813 C2220 P54428 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 2299759 T6813 C2220 P54428 oass.SolrIndexSearcher.<init> Opening Searcher@4df900 realtime
[junit4:junit4]   2> 2299759 T6813 C2220 P54428 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2299759 T6813 C2220 P54428 oasup.LogUpdateProcessor.finish [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]   2> ASYNC  NEW_CORE C2221 name=collection1 org.apache.solr.core.SolrCore@192943e url=http://127.0.0.1:54446/collection1 node=127.0.0.1:54446_ C2221_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:54446_, base_url=http://127.0.0.1:54446}
[junit4:junit4]   2> 2299761 T6854 C2221 P54446 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 2299761 T6854 C2221 P54446 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 2299763 T6810 C2220 P54428 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 2299764 T6810 C2220 P54428 oasc.SolrCore.execute [collection1] webapp= path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   2> 2299764 T6854 C2221 P54446 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 2299764 T6854 C2221 P54446 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 2299764 T6854 C2221 P54446 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 2299766 T6811 C2220 P54428 oasc.SolrCore.execute [collection1] webapp= path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 2299767 T6854 C2221 P54446 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 2299768 T6854 C2221 P54446 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty3\index.20130522085027639
[junit4:junit4]   2> 2299768 T6854 C2221 P54446 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@1a6eda2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@16aa594) fullCopy=false
[junit4:junit4]   2> 2299770 T6812 C2220 P54428 oasc.SolrCore.execute [collection1] webapp= path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 2299771 T6854 C2221 P54446 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 2299772 T6854 C2221 P54446 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 2299772 T6854 C2221 P54446 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 2299775 T6854 C2221 P54446 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@19cfa49 lockFactory=org.apache.lucene.store.NativeFSLockFactory@c9938c),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@19cfa49 lockFactory=org.apache.lucene.store.NativeFSLockFactory@c9938c),segFN=segments_2,generation=2}
[junit4:junit4]   2> 2299776 T6854 C2221 P54446 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 2299777 T6854 C2221 P54446 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 2299777 T6854 C2221 P54446 oass.SolrIndexSearcher.<init> Opening Searcher@164dcda main
[junit4:junit4]   2> 2299778 T6853 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@164dcda main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 2299779 T6854 C2221 P54446 oasc.CachingDirectoryFactory.closeCacheValue looking to close .\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty3\index.20130522085027639 [CachedDir<<refCount=0;path=.\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty3\index.20130522085027639;done=true>>]
[junit4:junit4]   2> 2299779 T6854 C2221 P54446 oasc.CachingDirectoryFactory.close Closing directory: .\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty3\index.20130522085027639
[junit4:junit4]   2> 2299779 T6854 C2221 P54446 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: .\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty3\index.20130522085027639
[junit4:junit4]   2> 2299779 T6854 C2221 P54446 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 2299779 T6854 C2221 P54446 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 2299779 T6854 C2221 P54446 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 2299780 T6854 C2221 P54446 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2299783 T6854 C2221 P54446 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 2300381 T6800 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2300383 T6800 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54456_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54456"}
[junit4:junit4]   2> 2300383 T6800 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 2300383 T6800 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard2
[junit4:junit4]   2> 2300396 T6800 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54446_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54446"}
[junit4:junit4]   2> 2300410 T6868 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2300410 T6835 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2300411 T6819 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2300411 T6799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2300410 T6806 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2300412 T6851 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2300861 T6869 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2300861 T6869 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54456 collection:collection1 shard:shard2
[junit4:junit4]   2> 2300867 T6869 oasc.ZkController.register We are http://127.0.0.1:54456/collection1/ and leader is http://127.0.0.1:54437/collection1/
[junit4:junit4]   2> 2300868 T6869 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54456
[junit4:junit4]   2> 2300868 T6869 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 2300868 T6869 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C2222 name=collection1 org.apache.solr.core.SolrCore@18b2f97 url=http://127.0.0.1:54456/collection1 node=127.0.0.1:54456_ C2222_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:54456_, base_url=http://127.0.0.1:54456}
[junit4:junit4]   2> 2300868 T6873 C2222 P54456 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 2300869 T6873 C2222 P54456 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 2300869 T6869 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2300869 T6873 C2222 P54456 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 2300870 T6873 C2222 P54456 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2300871 T6777 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 2300871 T6777 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2300872 T6777 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2300872 T6873 C2222 P54456 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2300877 T6777 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2300877 T6829 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 5, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 2300878 T6777 oasc.AbstractFullDistribZkTestBase.waitForThingsToLevelOut Wait for recoveries to finish - wait 15 for each attempt
[junit4:junit4]   2> 2300878 T6777 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):15
[junit4:junit4]   2> 2300879 T6777 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2301580 T6800 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2301580 T6800 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54456_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54456"}
[junit4:junit4]   2> 2301593 T6835 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2301594 T6819 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2301594 T6799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2301594 T6868 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2301595 T6806 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2301594 T6851 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2301673 T6829 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 5, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   2> 2301673 T6829 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=5&state=recovering&nodeName=127.0.0.1:54456_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=796 
[junit4:junit4]   2> 2301676 T6777 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2302477 T6777 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C2222_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:54456_, base_url=http://127.0.0.1:54456}
[junit4:junit4]   2> 2303270 T6873 C2222 P54456 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:54437/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 2303270 T6873 C2222 P54456 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:54456 START replicas=[http://127.0.0.1:54437/collection1/] nUpdates=100
[junit4:junit4]   2> 2303273 T6873 C2222 P54456 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 2303273 T6873 C2222 P54456 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 2303273 T6873 C2222 P54456 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 2303273 T6873 C2222 P54456 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 2303273 T6873 C2222 P54456 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 2303273 T6873 C2222 P54456 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:54437/collection1/. core=collection1
[junit4:junit4]   2> 2303274 T6873 C2222 P54456 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C2223 name=collection1 org.apache.solr.core.SolrCore@1376ede url=http://127.0.0.1:54437/collection1 node=127.0.0.1:54437_ C2223_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:54437_, base_url=http://127.0.0.1:54437, leader=true}
[junit4:junit4]   2> 2303286 T6829 C2223 P54437 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2303287 T6777 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2303287 T6830 C2223 P54437 oasc.SolrCore.execute [collection1] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=2 
[junit4:junit4]   2> 2303290 T6829 C2223 P54437 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@d3555d lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c1da74),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2303290 T6829 C2223 P54437 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2303290 T6829 C2223 P54437 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@d3555d lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c1da74),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@d3555d lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c1da74),segFN=segments_2,generation=2}
[junit4:junit4]   2> 2303290 T6829 C2223 P54437 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 2303291 T6829 C2223 P54437 oass.SolrIndexSearcher.<init> Opening Searcher@1fdfa4 realtime
[junit4:junit4]   2> 2303291 T6829 C2223 P54437 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2303291 T6829 C2223 P54437 oasup.LogUpdateProcessor.finish [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]   2> 2303292 T6873 C2222 P54456 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 2303292 T6873 C2222 P54456 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 2303294 T6831 C2223 P54437 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 2303294 T6831 C2223 P54437 oasc.SolrCore.execute [collection1] webapp= path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 2303295 T6873 C2222 P54456 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 2303295 T6873 C2222 P54456 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 2303295 T6873 C2222 P54456 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 2303297 T6827 C2223 P54437 oasc.SolrCore.execute [collection1] webapp= path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 2303297 T6873 C2222 P54456 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 2303298 T6873 C2222 P54456 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty4\index.20130522085031169
[junit4:junit4]   2> 2303298 T6873 C2222 P54456 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@bae4d lockFactory=org.apache.lucene.store.NativeFSLockFactory@177e295) fullCopy=false
[junit4:junit4]   2> 2303300 T6828 C2223 P54437 oasc.SolrCore.execute [collection1] webapp= path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 2303301 T6873 C2222 P54456 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 2303301 T6873 C2222 P54456 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 2303301 T6873 C2222 P54456 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 2303304 T6873 C2222 P54456 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@16ecd9c lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d26f99),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@16ecd9c lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d26f99),segFN=segments_2,generation=2}
[junit4:junit4]   2> 2303304 T6873 C2222 P54456 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 2303305 T6873 C2222 P54456 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 2303305 T6873 C2222 P54456 oass.SolrIndexSearcher.<init> Opening Searcher@6417af main
[junit4:junit4]   2> 2303306 T6870 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6417af main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 2303307 T6873 C2222 P54456 oasc.CachingDirectoryFactory.closeCacheValue looking to close .\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty4\index.20130522085031169 [CachedDir<<refCount=0;path=.\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty4\index.20130522085031169;done=true>>]
[junit4:junit4]   2> 2303307 T6873 C2222 P54456 oasc.CachingDirectoryFactory.close Closing directory: .\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty4\index.20130522085031169
[junit4:junit4]   2> 2303307 T6873 C2222 P54456 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: .\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty4\index.20130522085031169
[junit4:junit4]   2> 2303307 T6873 C2222 P54456 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 2303307 T6873 C2222 P54456 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 2303307 T6873 C2222 P54456 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 2303308 T6873 C2222 P54456 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2303314 T6873 C2222 P54456 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 2304006 T6800 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2304008 T6800 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54456_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54456"}
[junit4:junit4]   2> 2304027 T6868 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2304028 T6806 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2304029 T6835 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2304030 T6819 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2304030 T6799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2304031 T6851 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2304086 T6777 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2304087 T6777 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C2224 name=collection1 org.apache.solr.core.SolrCore@7dd7e9 url=http://127.0.0.1:54416/collection1 node=127.0.0.1:54416_ C2224_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:54416_, base_url=http://127.0.0.1:54416, leader=true}
[junit4:junit4]   2> 2304097 T6791 C2224 P54416 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2304103 T6791 C2224 P54416 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@cf65ee lockFactory=org.apache.lucene.store.NativeFSLockFactory@1965e4d),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2304104 T6791 C2224 P54416 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2304105 T6791 C2224 P54416 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@cf65ee lockFactory=org.apache.lucene.store.NativeFSLockFactory@1965e4d),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@cf65ee lockFactory=org.apache.lucene.store.NativeFSLockFactory@1965e4d),segFN=segments_2,generation=2}
[junit4:junit4]   2> 2304106 T6791 C2224 P54416 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 2304107 T6791 C2224 P54416 oass.SolrIndexSearcher.<init> Opening Searcher@fefca2 main
[junit4:junit4]   2> 2304108 T6791 C2224 P54416 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2304109 T6803 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@fefca2 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 2304109 T6791 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 12
[junit4:junit4]   2> 2304115 T6829 C2223 P54437 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2304116 T6829 C2223 P54437 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@d3555d lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c1da74),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@d3555d lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c1da74),segFN=segments_3,generation=3}
[junit4:junit4]   2> 2304116 T6829 C2223 P54437 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 2304116 T6829 C2223 P54437 oass.SolrIndexSearcher.<init> Opening Searcher@1259f39 main
[junit4:junit4]   2> 2304116 T6829 C2223 P54437 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2304117 T6837 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1259f39 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 2304117 T6829 C2223 P54437 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:54428/collection1/, StdNode: http://127.0.0.1:54446/collection1/, StdNode: http://127.0.0.1:54456/collection1/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   2> 2304121 T6813 C2220 P54428 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2304122 T6813 C2220 P54428 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1239456 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d3e311),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1239456 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d3e311),segFN=segments_3,generation=3}
[junit4:junit4]   2> 2304122 T6813 C2220 P54428 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 2304123 T6813 C2220 P54428 oass.SolrIndexSearcher.<init> Opening Searcher@ba96b4 main
[junit4:junit4]   2> 2304123 T6813 C2220 P54428 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2304123 T6821 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@ba96b4 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 2304123 T6813 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 2
[junit4:junit4]   2>  C2222_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:54456_, base_url=http://127.0.0.1:54456}
[junit4:junit4]   2> 2304126 T6863 C2222 P54456 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2304126 T6863 C2222 P54456 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@16ecd9c lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d26f99),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@16ecd9c lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d26f99),segFN=segments_3,generation=3}
[junit4:junit4]   2> 2304127 T6863 C2222 P54456 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 2304128 T6863 C2222 P54456 oass.SolrIndexSearcher.<init> Opening Searcher@3f2a16 main
[junit4:junit4]   2> 2304128 T6863 C2222 P54456 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2304129 T6870 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3f2a16 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 2304130 T6863 C2222 P54456 oasup.LogUpdateProcessor.finish [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]   2>  C2221_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:54446_, base_url=http://127.0.0.1:54446}
[junit4:junit4]   2> 2304130 T6844 C2221 P54446 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2304130 T6844 C2221 P54446 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@19cfa49 lockFactory=org.apache.lucene.store.NativeFSLockFactory@c9938c),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@19cfa49 lockFactory=org.apache.lucene.store.NativeFSLockFactory@c9938c),segFN=segments_3,generation=3}
[junit4:junit4]   2> 2304131 T6844 C2221 P54446 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 2304131 T6844 C2221 P54446 oass.SolrIndexSearcher.<init> Opening Searcher@172d637 main
[junit4:junit4]   2> 2304132 T6844 C2221 P54446 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2304132 T6853 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@172d637 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 2304133 T6844 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 3
[junit4:junit4]   2> 2304133 T6829 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 18
[junit4:junit4]   2> 2304134 T6777 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2304137 T6815 C2220 P54428 oasc.SolrCore.execute [collection1] webapp= path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 2304138 T6846 C2221 P54446 oasc.SolrCore.execute [collection1] webapp= path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2304140 T6831 C2223 P54437 oasc.SolrCore.execute [collection1] webapp= path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2304141 T6864 C2222 P54456 oasc.SolrCore.execute [collection1] webapp= path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2305741 T6795 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1435693307511439360)} 0 3
[junit4:junit4]   2> 2305754 T6862 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=FROMLEADER&_version_=-1435693307517730816&update.from=http://127.0.0.1:54437/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1435693307517730816)} 0 5
[junit4:junit4]   2> 2305759 T6843 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=FROMLEADER&_version_=-1435693307522973696&update.from=http://127.0.0.1:54428/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1435693307522973696)} 0 3
[junit4:junit4]   2> 2305760 T6814 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=TOLEADER&wt=javabin&version=2} {deleteByQuery=*:* (-1435693307522973696)} 0 11
[junit4:junit4]   2> 2305762 T6830 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1435693307517730816)} 0 18
[junit4:junit4]   2> 2305766 T6790 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[a!0 (1435693307539750912)]} 0 1
[junit4:junit4]   2> 2305770 T6863 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[a!0 (1435693307542896640)]} 0 0
[junit4:junit4]   2> 2305771 T6826 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[a!0 (1435693307542896640)]} 0 3
[junit4:junit4]   2> 2305774 T6791 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[b!1 (1435693307549188096)]} 0 0
[junit4:junit4]   2> 2305783 T6845 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[b!1 (1435693307554430976)]} 0 1
[junit4:junit4]   2> 2305785 T6813 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[b!1 (1435693307554430976)]} 0 6
[junit4:junit4]   2> 2305786 T6829 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[b!1]} 0 9
[junit4:junit4]   2> 2305788 T6792 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[c!2 (1435693307563868160)]} 0 0
[junit4:junit4]   2> 2305794 T6844 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[c!2 (1435693307567013888)]} 0 1
[junit4:junit4]   2> 2305794 T6815 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[c!2 (1435693307567013888)]} 0 3
[junit4:junit4]   2> 2305798 T6793 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[d!3 (1435693307573305344)]} 0 1
[junit4:junit4]   2> 2305805 T6864 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[d!3 (1435693307577499648)]} 0 0
[junit4:junit4]   2> 2305806 T6831 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[d!3 (1435693307577499648)]} 0 5
[junit4:junit4]   2> 2305806 T6810 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[d!3]} 0 6
[junit4:junit4]   2> 2305808 T6794 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[e!4 (1435693307584839680)]} 0 0
[junit4:junit4]   2> 2305816 T6859 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[e!4 (1435693307591131136)]} 0 0
[junit4:junit4]   2> 2305817 T6827 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[e!4 (1435693307591131136)]} 0 3
[junit4:junit4]   2> 2305818 T6811 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[e!4]} 0 6
[junit4:junit4]   2> 2305821 T6795 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[f!5 (1435693307598471168)]} 0 0
[junit4:junit4]   2> 2305826 T6860 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[f!5 (1435693307600568320)]} 0 0
[junit4:junit4]   2> 2305826 T6830 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[f!5 (1435693307600568320)]} 0 3
[junit4:junit4]   2> 2305829 T6790 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[g!6 (1435693307606859776)]} 0 0
[junit4:junit4]   2> 2305836 T6846 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[g!6 (1435693307611054080)]} 0 1
[junit4:junit4]   2> 2305837 T6812 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[g!6 (1435693307611054080)]} 0 4
[junit4:junit4]   2> 2305837 T6826 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[g!6]} 0 6
[junit4:junit4]   2> 2305839 T6791 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[h!7 (1435693307617345536)]} 0 0
[junit4:junit4]   2> 2305844 T6842 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[h!7 (1435693307619442688)]} 0 0
[junit4:junit4]   2> 2305845 T6814 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[h!7 (1435693307619442688)]} 0 4
[junit4:junit4]   2> 2305848 T6792 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[i!8 (1435693307625734144)]} 0 1
[junit4:junit4]   2> 2305853 T6843 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[i!8 (1435693307629928448)]} 0 0
[junit4:junit4]   2> 2305854 T6813 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[i!8 (1435693307629928448)]} 0 3
[junit4:junit4]   2> 2305857 T6793 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[j!9 (1435693307636219904)]} 0 0
[junit4:junit4]   2> 2305864 T6845 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[j!9 (1435693307640414208)]} 0 0
[junit4:junit4]   2> 2305865 T6815 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[j!9 (1435693307640414208)]} 0 4
[junit4:junit4]   2> 2305865 T6829 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[j!9]} 0 6
[junit4:junit4]   2> 2305869 T6794 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[k!10 (1435693307648802816)]} 0 0
[junit4:junit4]   2> 2305875 T6844 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[k!10 (1435693307652997120)]} 0 0
[junit4:junit4]   2> 2305876 T6810 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[k!10 (1435693307652997120)]} 0 3
[junit4:junit4]   2> 2305879 T6795 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[l!11 (1435693307659288576)]} 0 0
[junit4:junit4]   2> 2305885 T6861 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[l!11 (1435693307662434304)]} 0 0
[junit4:junit4]   2> 2305886 T6831 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[l!11 (1435693307662434304)]} 0 4
[junit4:junit4]   2> 2305887 T6811 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[l!11]} 0 6
[junit4:junit4]   2> 2305889 T6790 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[m!12 (1435693307669774336)]} 0 0
[junit4:junit4]   2> 2305893 T6862 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[m!12 (1435693307672920064)]} 0 0
[junit4:junit4]   2> 2305894 T6827 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[m!12 (1435693307672920064)]} 0 2
[junit4:junit4]   2> 2305897 T6791 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[n!13 (1435693307678162944)]} 0 0
[junit4:junit4]   2> 2305904 T6847 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[n!13 (1435693307682357248)]} 0 0
[junit4:junit4]   2> 2305904 T6812 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[n!13 (1435693307682357248)]} 0 3
[junit4:junit4]   2> 2305905 T6828 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[n!13]} 0 5
[junit4:junit4]   2> 2305907 T6792 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[o!14 (1435693307688648704)]} 0 0
[junit4:junit4]   2> 2305911 T6863 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[o!14 (1435693307690745856)]} 0 0
[junit4:junit4]   2> 2305912 T6830 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[o!14 (1435693307690745856)]} 0 3
[junit4:junit4]   2> 2305914 T6793 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[p!15 (1435693307695988736)]} 0 0
[junit4:junit4]   2> 2305920 T6846 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[p!15 (1435693307700183040)]} 0 0
[junit4:junit4]   2> 2305921 T6814 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[p!15 (1435693307700183040)]} 0 3
[junit4:junit4]   2> 2305922 T6826 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[p!15]} 0 5
[junit4:junit4]   2> 2305924 T6794 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[q!16 (1435693307706474496)]} 0 0
[junit4:junit4]   2> 2305928 T6842 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[q!16 (1435693307708571648)]} 0 0
[junit4:junit4]   2> 2305928 T6813 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[q!16 (1435693307708571648)]} 0 2
[junit4:junit4]   2> 2305931 T6795 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[r!17 (1435693307713814528)]} 0 0
[junit4:junit4]   2> 2305935 T6864 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[r!17 (1435693307716960256)]} 0 0
[junit4:junit4]   2> 2305936 T6829 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[r!17 (1435693307716960256)]} 0 2
[junit4:junit4]   2> 2305939 T6790 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[s!18 (1435693307722203136)]} 0 0
[junit4:junit4]   2> 2305954 T6843 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[s!18 (1435693307725348864)]} 0 0
[junit4:junit4]   2> 2305955 T6815 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[s!18 (1435693307725348864)]} 0 13
[junit4:junit4]   2> 2305956 T6831 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[s!18]} 0 15
[junit4:junit4]   2> 2305971 T6791 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[t!19 (1435693307755757568)]} 0 0
[junit4:junit4]   2> 2305976 T6845 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[t!19 (1435693307758903296)]} 0 0
[junit4:junit4]   2> 2305977 T6810 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[t!19 (1435693307758903296)]} 0 3
[junit4:junit4]   2> 2305978 T6827 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[t!19]} 0 5
[junit4:junit4]   2> 2305979 T6792 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[u!20 (1435693307764146176)]} 0 0
[junit4:junit4]   2> 2305983 T6859 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[u!20 (1435693307766243328)]} 0 0
[junit4:junit4]   2> 2305984 T6828 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[u!20 (1435693307766243328)]} 0 3
[junit4:junit4]   2> 2305986 T6793 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[v!21 (1435693307771486208)]} 0 0
[junit4:junit4]   2> 2305992 T6844 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[v!21 (1435693307775680512)]} 0 0
[junit4:junit4]   2> 2305993 T6811 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[v!21 (1435693307775680512)]} 0 3
[junit4:junit4]   2> 2305994 T6830 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[v!21]} 0 6
[junit4:junit4]   2> 2305995 T6794 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[w!22 (1435693307780923392)]} 0 0
[junit4:junit4]   2> 2305999 T6847 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[w!22 (1435693307784069120)]} 0 0
[junit4:junit4]   2> 2306000 T6812 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[w!22 (1435693307784069120)]} 0 2
[junit4:junit4]   2> 2306002 T6795 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[x!23 (1435693307788263424)]} 0 0
[junit4:junit4]   2> 2306006 T6860 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[x!23 (1435693307791409152)]} 0 0
[junit4:junit4]   2> 2306008 T6826 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[x!23 (1435693307791409152)]} 0 3
[junit4:junit4]   2> 2306013 T6790 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[y!24 (1435693307799797760)]} 0 0
[junit4:junit4]   2> 2306017 T6861 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[y!24 (1435693307802943488)]} 0 0
[junit4:junit4]   2> 2306019 T6829 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[y!24 (1435693307802943488)]} 0 3
[junit4:junit4]   2> 2306020 T6791 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[z!25 (1435693307807137792)]} 0 0
[junit4:junit4]   2> 2306026 T6846 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[z!25 (1435693307811332096)]} 0 0
[junit4:junit4]   2> 2306027 T6814 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[z!25 (1435693307811332096)]} 0 3
[junit4:junit4]   2> 2306027 T6831 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[z!25]} 0 4
[junit4:junit4]   2> 2306029 T6792 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[a!26 (1435693307816574976)]} 0 0
[junit4:junit4]   2> 2306034 T6862 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[a!26 (1435693307820769280)]} 0 0
[junit4:junit4]   2> 2306036 T6827 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[a!26 (1435693307820769280)]} 0 3
[junit4:junit4]   2> 2306037 T6813 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[a!26]} 0 6
[junit4:junit4]   2> 2306038 T6793 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[b!27 (1435693307826012160)]} 0 0
[junit4:junit4]   2> 2306044 T6842 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[b!27 (1435693307830206464)]} 0 0
[junit4:junit4]   2> 2306045 T6815 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[b!27 (1435693307830206464)]} 0 3
[junit4:junit4]   2> 2306045 T6828 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[b!27]} 0 4
[junit4:junit4]   2> 2306047 T6794 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[c!28 (1435693307835449344)]} 0 0
[junit4:junit4]   2> 2306053 T6843 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[c!28 (1435693307840692224)]} 0 0
[junit4:junit4]   2> 2306054 T6810 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[c!28 (1435693307840692224)]} 0 2
[junit4:junit4]   2> 2306055 T6830 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[c!28]} 0 5
[junit4:junit4]   2> 2306058 T6795 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[d!29 (1435693307846983680)]} 0 0
[junit4:junit4]   2> 2306063 T6863 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[d!29 (1435693307851177984)]} 0 0
[junit4:junit4]   2> 2306065 T6826 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[d!29 (1435693307851177984)]} 0 3
[junit4:junit4]   2> 2306066 T6811 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[d!29]} 0 6
[junit4:junit4]   2> 2306133 T6790 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[e!30 (1435693307925626880)]} 0 8
[junit4:junit4]   2> 2306140 T6864 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[e!30 (1435693307931918336)]} 0 0
[junit4:junit4]   2> 2306142 T6829 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[e!30 (1435693307931918336)]} 0 3
[junit4:junit4]   2> 2306143 T6812 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[e!30]} 0 7
[junit4:junit4]   2> 2306146 T6792 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[f!31 (1435693307939258368)]} 0 0
[junit4:junit4]   2> 2306151 T6860 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[f!31 (1435693307942404096)]} 0 0
[junit4:junit4]   2> 2306152 T6831 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[f!31 (1435693307942404096)]} 0 4
[junit4:junit4]   2> 2306155 T6793 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[g!32 (1435693307948695552)]} 0 0
[junit4:junit4]   2> 2306161 T6845 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[g!32 (1435693307951841280)]} 0 0
[junit4:junit4]   2> 2306161 T6813 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[g!32 (1435693307951841280)]} 0 3
[junit4:junit4]   2> 2306165 T6794 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[h!33 (1435693307959181312)]} 0 0
[junit4:junit4]   2> 2306171 T6844 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[h!33 (1435693307963375616)]} 0 0
[junit4:junit4]   2> 2306172 T6815 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[h!33 (1435693307963375616)]} 0 3
[junit4:junit4]   2> 2306173 T6827 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[h!33]} 0 5
[junit4:junit4]   2> 2306175 T6795 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[i!34 (1435693307969667072)]} 0 0
[junit4:junit4]   2> 2306183 T6847 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[i!34 (1435693307975958528)]} 0 0
[junit4:junit4]   2> 2306185 T6810 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[i!34 (1435693307975958528)]} 0 4
[junit4:junit4]   2> 2306186 T6828 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[i!34]} 0 7
[junit4:junit4]   2> 2306188 T6790 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[j!35 (1435693307983298560)]} 0 0
[junit4:junit4]   2> 2306196 T6846 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[j!35 (1435693307989590016)]} 0 0
[junit4:junit4]   2> 2306197 T6811 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[j!35 (1435693307989590016)]} 0 4
[junit4:junit4]   2> 2306198 T6830 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[j!35]} 0 6
[junit4:junit4]   2> 2306201 T6791 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[k!36 (1435693307996930048)]} 0 0
[junit4:junit4]   2> 2306206 T6842 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[k!36 (1435693308000075776)]} 0 0
[junit4:junit4]   2> 2306207 T6814 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[k!36 (1435693308000075776)]} 0 3
[junit4:junit4]   2> 2306209 T6792 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[l!37 (1435693308005318656)]} 0 0
[junit4:junit4]   2> 2306216 T6861 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[l!37 (1435693308009512960)]} 0 1
[junit4:junit4]   2> 2306217 T6826 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[l!37 (1435693308009512960)]} 0 4
[junit4:junit4]   2> 2306218 T6812 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[l!37]} 0 7
[junit4:junit4]   2> 2306219 T6793 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[m!38 (1435693308015804416)]} 0 0
[junit4:junit4]   2> 2306225 T6862 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[m!38 (1435693308019998720)]} 0 0
[junit4:junit4]   2> 2306226 T6829 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[m!38 (1435693308019998720)]} 0 3
[junit4:junit4]   2> 2306227 T6813 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[m!38]} 0 6
[junit4:junit4]   2> 2306228 T6794 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[n!39 (1435693308025241600)]} 0 0
[junit4:junit4]   2> 2306236 T6843 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[n!39 (1435693308030484480)]} 0 0
[junit4:junit4]   2> 2306237 T6815 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[n!39 (1435693308030484480)]} 0 4
[junit4:junit4]   2> 2306238 T6827 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[n!39]} 0 7
[junit4:junit4]   2> 2306239 T6795 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[o!40 (1435693308036775936)]} 0 0
[junit4:junit4]   2> 2306244 T6863 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[o!40 (1435693308039921664)]} 0 0
[junit4:junit4]   2> 2306246 T6828 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[o!40 (1435693308039921664)]} 0 4
[junit4:junit4]   2> 2306248 T6790 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[p!41 (1435693308046213120)]} 0 0
[junit4:junit4]   2> 2306252 T6844 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[p!41 (1435693308048310272)]} 0 0
[junit4:junit4]   2> 2306253 T6810 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[p!41 (1435693308048310272)]} 0 3
[junit4:junit4]   2> 2306255 T6791 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[q!42 (1435693308053553152)]} 0 0
[junit4:junit4]   2> 2306261 T6847 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[q!42 (1435693308057747456)]} 0 0
[junit4:junit4]   2> 2306262 T6811 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[q!42 (1435693308057747456)]} 0 3
[junit4:junit4]   2> 2306263 T6830 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[q!42]} 0 6
[junit4:junit4]   2> 2306266 T6792 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[r!43 (1435693308064038912)]} 0 1
[junit4:junit4]   2> 2306273 T6864 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[r!43 (1435693308069281792)]} 0 0
[junit4:junit4]   2> 2306274 T6826 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[r!43 (1435693308069281792)]} 0 4
[junit4:junit4]   2> 2306275 T6814 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[r!43]} 0 7
[junit4:junit4]   2> 2306277 T6793 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[s!44 (1435693308076621824)]} 0 0
[junit4:junit4]   2> 2306285 T6846 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[s!44 (1435693308080816128)]} 0 1
[junit4:junit4]   2> 2306285 T6812 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[s!44 (1435693308080816128)]} 0 4
[junit4:junit4]   2> 2306285 T6831 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[s!44]} 0 6
[junit4:junit4]   2> 2306288 T6794 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[t!45 (1435693308088156160)]} 0 0
[junit4:junit4]   2> 2306294 T6842 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[t!45 (1435693308092350464)]} 0 0
[junit4:junit4]   2> 2306295 T6813 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[t!45 (1435693308092350464)]} 0 3
[junit4:junit4]   2> 2306295 T6829 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[t!45]} 0 5
[junit4:junit4]   2> 2306298 T6795 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[u!46 (1435693308098641920)]} 0 0
[junit4:junit4]   2> 2306306 T6859 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[u!46 (1435693308103884800)]} 0 1
[junit4:junit4]   2> 2306306 T6827 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[u!46 (1435693308103884800)]} 0 4
[junit4:junit4]   2> 2306307 T6815 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[u!46]} 0 7
[junit4:junit4]   2> 2306309 T6790 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[v!47 (1435693308110176256)]} 0 0
[junit4:junit4]   2> 2306316 T6843 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[v!47 (1435693308114370560)]} 0 0
[junit4:junit4]   2> 2306317 T6810 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[v!47 (1435693308114370560)]} 0 4
[junit4:junit4]   2> 2306320 T6791 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[w!48 (1435693308121710592)]} 0 0
[junit4:junit4]   2> 2306327 T6845 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[w!48 (1435693308124856320)]} 0 1
[junit4:junit4]   2> 2306327 T6811 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[w!48 (1435693308124856320)]} 0 4
[junit4:junit4]   2> 2306330 T6792 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[x!49 (1435693308132196352)]} 0 0
[junit4:junit4]   2> 2306336 T6860 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[x!49 (1435693308136390656)]} 0 0
[junit4:junit4]   2> 2306338 T6828 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[x!49 (1435693308136390656)]} 0 4
[junit4:junit4]   2> 2306341 T6793 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[y!50 (1435693308143730688)]} 0 0
[junit4:junit4]   2> 2306346 T6861 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[y!50 (1435693308146876416)]} 0 0
[junit4:junit4]   2> 2306347 T6830 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[y!50 (1435693308146876416)]} 0 3
[junit4:junit4]   2> 2306351 T6794 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[z!51 (1435693308154216448)]} 0 0
[junit4:junit4]   2> 2306357 T6844 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[z!51 (1435693308158410752)]} 0 0
[junit4:junit4]   2> 2306358 T6814 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[z!51 (1435693308158410752)]} 0 3
[junit4:junit4]   2> 2306359 T6826 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[z!51]} 0 5
[junit4:junit4]   2> 2306362 T6795 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[a!52 (1435693308165750784)]} 0 0
[junit4:junit4]   2> 2306366 T6862 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[a!52 (1435693308167847936)]} 0 0
[junit4:junit4]   2> 2306367 T6831 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[a!52 (1435693308167847936)]} 0 3
[junit4:junit4]   2> 2306370 T6790 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[b!53 (1435693308174139392)]} 0 0
[junit4:junit4]   2> 2306374 T6847 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[b!53 (1435693308177285120)]} 0 0
[junit4:junit4]   2> 2306375 T6812 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[b!53 (1435693308177285120)]} 0 2
[junit4:junit4]   2> 2306378 T6791 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[c!54 (1435693308182528000)]} 0 0
[junit4:junit4]   2> 2306385 T6846 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[c!54 (1435693308187770880)]} 0 0
[junit4:junit4]   2> 2306387 T6813 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[c!54 (1435693308187770880)]} 0 4
[junit4:junit4]   2> 2306387 T6829 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[c!54]} 0 6
[junit4:junit4]   2> 2306390 T6792 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[d!55 (1435693308195110912)]} 0 0
[junit4:junit4]   2> 2306397 T6863 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[d!55 (1435693308201402368)]} 0 0
[junit4:junit4]   2> 2306398 T6827 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[d!55 (1435693308201402368)]} 0 2
[junit4:junit4]   2> 2306400 T6815 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[d!55]} 0 6
[junit4:junit4]   2> 2306402 T6793 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[e!56 (1435693308207693824)]} 0 0
[junit4:junit4]   2> 2306408 T6864 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[e!56 (1435693308211888128)]} 0 0
[junit4:junit4]   2> 2306409 T6828 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[e!56 (1435693308211888128)]} 0 3
[junit4:junit4]   2> 2306412 T6794 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[f!57 (1435693308218179584)]} 0 0
[junit4:junit4]   2> 2306424 T6859 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[f!57 (1435693308223422464)]} 0 0
[junit4:junit4]   2> 2306426 T6830 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[f!57 (1435693308223422464)]} 0 9
[junit4:junit4]   2> 2306426 T6810 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[f!57]} 0 11
[junit4:junit4]   2> 2306429 T6795 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[g!58 (1435693308236005376)]} 0 0
[junit4:junit4]   2> 2306436 T6842 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[g!58 (1435693308241248256)]} 0 0
[junit4:junit4]   2> 2306437 T6811 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[g!58 (1435693308241248256)]} 0 3
[junit4:junit4]   2> 2306438 T6826 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[g!58]} 0 5
[junit4:junit4]   2> 2306441 T6790 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[h!59 (1435693308248588288)]} 0 0
[junit4:junit4]   2> 2306447 T6843 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[h!59 (1435693308251734016)]} 0 0
[junit4:junit4]   2> 2306447 T6814 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[h!59 (1435693308251734016)]} 0 4
[junit4:junit4]   2> 2306450 T6791 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[i!60 (1435693308258025472)]} 0 0
[junit4:junit4]   2> 2306456 T6845 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[i!60 (1435693308262219776)]} 0 0
[junit4:junit4]   2> 2306457 T6812 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[i!60 (1435693308262219776)]} 0 3
[junit4:junit4]   2> 2306459 T6792 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[j!61 (1435693308267462656)]} 0 0
[junit4:junit4]   2> 2306464 T6844 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[j!61 (1435693308271656960)]} 0 0
[junit4:junit4]   2> 2306466 T6813 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[j!61 (1435693308271656960)]} 0 3
[junit4:junit4]   2> 2306469 T6793 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[k!62 (1435693308277948416)]} 0 1
[junit4:junit4]   2> 2306473 T6847 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[k!62 (1435693308280045568)]} 0 0
[junit4:junit4]   2> 2306475 T6815 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[k!62 (1435693308280045568)]} 0 4
[junit4:junit4]   2> 2306478 T6794 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[l!63 (1435693308286337024)]} 0 1
[junit4:junit4]   2> 2306486 T6860 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[l!63 (1435693308292628480)]} 0 0
[junit4:junit4]   2> 2306486 T6831 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[l!63 (1435693308292628480)]} 0 3
[junit4:junit4]   2> 2306487 T6810 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[l!63]} 0 7
[junit4:junit4]   2> 2306489 T6795 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[m!64 (1435693308298919936)]} 0 0
[junit4:junit4]   2> 2306495 T6861 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[m!64 (1435693308303114240)]} 0 1
[junit4:junit4]   2> 2306496 T6829 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[m!64 (1435693308303114240)]} 0 3
[junit4:junit4]   2> 2306498 T6790 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[n!65 (1435693308308357120)]} 0 0
[junit4:junit4]   2> 2306505 T6846 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[n!65 (1435693308313600000)]} 0 0
[junit4:junit4]   2> 2306507 T6811 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[n!65 (1435693308313600000)]} 0 4
[junit4:junit4]   2> 2306507 T6827 C2223 P54437 oasup.LogUpdateProcessor.fini

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

\test\J0\.\org.apache.solr.cloud.ShardSplitTest-1369183813754 FAILED !!!!!
[junit4:junit4]   2> 2318605 T6777 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
[junit4:junit4]   2> 2318609 T6777 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:54409 54409
[junit4:junit4]   2> 2319726 T6868 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 2320781 T6868 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 2320783 T6777 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 54416
[junit4:junit4]   2> 2320803 T6777 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
[junit4:junit4]   2> 2320803 T6777 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:54409 54409
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ShardSplitTest -Dtests.method=testDistribSearch -Dtests.seed=C5168ED4B1F5093 -Dtests.slow=true -Dtests.locale=es_EC -Dtests.timezone=Asia/Macau -Dtests.file.encoding=Cp1252
[junit4:junit4] ERROR   34.9s | ShardSplitTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:54428 returned non ok status:500, message:Server Error
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([C5168ED4B1F5093:8DB7E6F53C4030AF]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:385)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
[junit4:junit4]    > 	at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:208)
[junit4:junit4]    > 	at org.apache.solr.cloud.ShardSplitTest.doTest(ShardSplitTest.java:133)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 2320814 T6777 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {id=PostingsFormat(name=Direct), _version_=PostingsFormat(name=Lucene41WithOrds)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=es_EC, timezone=Asia/Macau
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_21 (32-bit)/cpus=2,threads=4,free=222118240,total=323158016
[junit4:junit4]   2> NOTE: All tests run in this JVM: [QueryParsingTest, TestZkChroot, TestLazyCores, IndexBasedSpellCheckerTest, TestLMJelinekMercerSimilarityFactory, TestDefaultSearchFieldResource, TestRealTimeGet, SignatureUpdateProcessorFactoryTest, TestPseudoReturnFields, SolrIndexSplitterTest, TestFuzzyAnalyzedSuggestions, ZkNodePropsTest, SystemInfoHandlerTest, BadCopyFieldTest, TestDFRSimilarityFactory, BinaryUpdateRequestHandlerTest, TestSchemaSimilarityResource, TestDocSet, OverseerTest, TestRandomFaceting, CollectionsAPIDistributedZkTest, DefaultValueUpdateProcessorTest, TestCSVResponseWriter, LeaderElectionIntegrationTest, UUIDFieldTest, BasicFunctionalityTest, PeerSyncTest, ReturnFieldsTest, TestSolrQueryParserDefaultOperatorResource, TestSuggestSpellingConverter, RecoveryZkTest, TestMaxScoreQueryParser, TestSolrJ, StandardRequestHandlerTest, TestStressReorder, AliasIntegrationTest, TestRandomDVFaceting, ResponseLogComponentTest, FastVectorHighlighterTest, TestCoreDiscovery, DistributedQueryElevationComponentTest, SpellCheckCollatorTest, TestFieldResource, LoggingHandlerTest, TestBinaryResponseWriter, TestDynamicFieldCollectionResource, CSVRequestHandlerTest, SimpleFacetsTest, LeaderElectionTest, CachingDirectoryFactoryTest, TestBinaryField, OutputWriterTest, MBeansHandlerTest, TestWordDelimiterFilterFactory, BasicDistributedZkTest, TestGroupingSearch, URLClassifyProcessorTest, SolrInfoMBeanTest, TestXIncludeConfig, TestIndexingPerformance, RequestHandlersTest, SynonymTokenizerTest, SoftAutoCommitTest, TestStressLucene, ChaosMonkeyShardSplitTest, TestValueSourceCache, TestSolrQueryParser, SortByFunctionTest, SuggesterFSTTest, TestMultiCoreConfBootstrap, XmlUpdateRequestHandlerTest, TestSerializedLuceneMatchVersion, TestLRUCache, MinimalSchemaTest, PathHierarchyTokenizerFactoryTest, SpatialFilterTest, CurrencyFieldXmlFileTest, DirectSolrSpellCheckerTest, MoreLikeThisHandlerTest, BadComponentTest, TestTrie, TestCSVLoader, TestCopyFieldCollectionResource, TestAnalyzedSuggestions, TestSurroundQueryParser, SyncSliceTest, TestLuceneMatchVersion, AutoCommitTest, MultiTermTest, SolrCoreCheckLockOnStartupTest, PrimUtilsTest, TestManagedSchema, FileBasedSpellCheckerTest, TimeZoneUtilsTest, IndexSchemaTest, DocumentAnalysisRequestHandlerTest, TestSolr4Spatial, DebugComponentTest, TestExtendedDismaxParser, IndexSchemaRuntimeFieldTest, TestCollationField, ExternalFileFieldSortTest, TestPerFieldSimilarity, TestSweetSpotSimilarityFactory, UpdateRequestProcessorFactoryTest, SpellingQueryConverterTest, NoCacheHeaderTest, SolrPluginUtilsTest, TestHashPartitioner, TestLMDirichletSimilarityFactory, TestFiltering, TestShardHandlerFactory, UnloadDistributedZkTest, TestSolrQueryParserResource, LegacyHTMLStripCharFilterTest, TestDistributedSearch, TestSearchPerf, ClusterStateUpdateTest, SliceStateTest, TestStressVersions, TestUniqueKeyFieldResource, XsltUpdateRequestHandlerTest, FieldAnalysisRequestHandlerTest, SolrCmdDistributorTest, TestSolrDeletionPolicy1, UpdateParamsTest, QueryElevationComponentTest, JSONWriterTest, TestFieldTypeResource, ResourceLoaderTest, CopyFieldTest, ZkCLITest, TestFaceting, DirectUpdateHandlerTest, TestSolrDeletionPolicy2, TestSolrCoreProperties, NotRequiredUniqueKeyTest, TestIBSimilarityFactory, TestRangeQuery, TestPHPSerializedResponseWriter, ShardRoutingTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, OpenCloseCoreStressTest, BasicZkTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, ZkSolrClientTest, ShardRoutingCustomTest, SliceStateUpdateTest, TestDistributedGrouping, TestRecovery, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, ZkControllerTest, TestJoin, TestReload, HardAutoCommitTest, DistributedTermsComponentTest, TestCoreContainer, SolrCoreTest, StatsComponentTest, SpellCheckComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, TestFunctionQuery, TestBadConfig, OverseerCollectionProcessorTest, TestIndexSearcher, HighlighterTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, SimplePostToolTest, AnalysisAfterCoreReloadTest, CoreAdminHandlerTest, SolrRequestParserTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTSTTest, SuggesterTest, SuggesterWFSTTest, PolyFieldTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, DocValuesMultiTest, DistanceFunctionTest, CacheHeaderTest, LukeRequestHandlerTest, DisMaxRequestHandlerTest, TestQueryUtils, TestWriterPerf, TestReversedWildcardFilterFactory, TestQueryTypes, PrimitiveFieldTypeTest, TestOmitPositions, TermsComponentTest, DocumentBuilderTest, TermVectorComponentTest, RequiredFieldsTest, TestArbitraryIndexDir, RegexBoostProcessorTest, TestJmxIntegration, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, TestPartialUpdateDeduplication, PingRequestHandlerTest, TestComponentsName, SearchHandlerTest, CoreContainerCoreInitFailuresTest, TestLFUCache, HighlighterConfigTest, SOLR749Test, TestPropInject, TestQuerySenderListener, TestPropInjectDefaults, IndexReaderFactoryTest, AlternateDirectoryTest, TestSolrIndexConfig, TestQuerySenderNoQuery, SolrIndexConfigTest, TestStressRecovery, TestMergePolicyConfig, SampleTest, NumericFieldsTest, TestElisionMultitermQuery, TestConfig, TestPostingsSolrHighlighter, DirectSolrConnectionTest, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCharFilters, TestCodecSupport, EchoParamsTest, TestNumberUtils, TestBM25SimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, TestJmxMonitoredMap, TestPluginEnable, TestFastOutputStream, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, PluginInfoTest, TestFastLRUCache, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, TestSolrXMLSerializer, PreAnalyzedFieldTest, TestSystemIdResolver, DateFieldTest, DOMUtilTest, RAMDirectoryFactoryTest, ClusterStateTest, TestUtils, TestDocumentBuilder, FileUtilsTest, CircularListTest, TestRTGBase, SolrTestCaseJ4Test, ShardSplitTest]
[junit4:junit4] Completed in 34.96s, 1 test, 1 error <<< FAILURES!

[...truncated 51 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:380: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:360: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:181: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:437: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1240: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:884: There were test failures: 295 suites, 1231 tests, 1 error, 18 ignored (12 assumptions)

Total time: 62 minutes 14 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.7.0_21 -server -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



Re: [JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.7.0_21) - Build # 2846 - Still Failing!

Posted by Mark Miller <ma...@gmail.com>.
On May 21, 2013, at 2:27 PM, Policeman Jenkins Server <je...@thetaphi.de> wrote:

> Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
> 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
> 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
> 	at java.io.File.getCanonicalPath(File.java:589)
> 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
> 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
> 	... 39 more


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


[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.7.0_21) - Build # 2846 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2846/
Java: 64bit/jdk1.7.0_21 -XX:-UseCompressedOops -XX:+UseParallelGC

5 tests failed.
FAILED:  org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer.testGetCoreContainer

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([F622DC4BD291B85C:3B31E8046460D0E2]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 40 more


FAILED:  org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer.testShutdown

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([F622DC4BD291B85C:1554D5DE35EB2D2E]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 40 more


FAILED:  org.apache.solr.client.solrj.embedded.TestSolrProperties.testProperties

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	at org.apache.solr.client.solrj.embedded.TestSolrProperties.setUp(TestSolrProperties.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$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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 41 more


FAILED:  org.apache.solr.client.solrj.request.TestCoreAdmin.testCustomUlogDir

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([F622DC4BD291B85C:369A3D66542EFA97]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 39 more


FAILED:  org.apache.solr.client.solrj.request.TestCoreAdmin.testErrorCases

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([F622DC4BD291B85C:4FDC472A4205BA33]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 39 more




Build Log:
[...truncated 10344 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.request.TestCoreAdmin
[junit4:junit4]   1> 0    [TEST-TestCoreAdmin.testCustomUlogDir-seed#[F622DC4BD291B85C]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 1625324247
[junit4:junit4]   1> 22   [TEST-TestCoreAdmin.testCustomUlogDir-seed#[F622DC4BD291B85C]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 112  [TEST-TestCoreAdmin.testCustomUlogDir-seed#[F622DC4BD291B85C]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCoreAdmin -Dtests.method=testCustomUlogDir -Dtests.seed=F622DC4BD291B85C -Dtests.slow=true -Dtests.locale=ro_RO -Dtests.timezone=America/Argentina/Rio_Gallegos -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   1.55s | TestCoreAdmin.testCustomUlogDir <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([F622DC4BD291B85C:369A3D66542EFA97]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 39 more
[junit4:junit4]   1> 1329 [TEST-TestCoreAdmin.testErrorCases-seed#[F622DC4BD291B85C]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 1702081742
[junit4:junit4]   1> 1330 [TEST-TestCoreAdmin.testErrorCases-seed#[F622DC4BD291B85C]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 1330 [TEST-TestCoreAdmin.testErrorCases-seed#[F622DC4BD291B85C]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCoreAdmin -Dtests.method=testErrorCases -Dtests.seed=F622DC4BD291B85C -Dtests.slow=true -Dtests.locale=ro_RO -Dtests.timezone=America/Argentina/Rio_Gallegos -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   0.23s | TestCoreAdmin.testErrorCases <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([F622DC4BD291B85C:4FDC472A4205BA33]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 39 more
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=ro_RO, timezone=America/Argentina/Rio_Gallegos
[junit4:junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=2,threads=1,free=16257560,total=63242240
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestCoreAdmin]
[junit4:junit4] Completed in 4.15s, 2 tests, 2 errors <<< FAILURES!

[...truncated 52 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer
[junit4:junit4]   1> 92318 [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[F622DC4BD291B85C]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 1370843414
[junit4:junit4]   1> 92319 [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[F622DC4BD291B85C]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 92319 [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[F622DC4BD291B85C]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestEmbeddedSolrServer -Dtests.method=testGetCoreContainer -Dtests.seed=F622DC4BD291B85C -Dtests.slow=true -Dtests.locale=sr__#Latn -Dtests.timezone=America/Guyana -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   0.12s | TestEmbeddedSolrServer.testGetCoreContainer <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([F622DC4BD291B85C:3B31E8046460D0E2]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 40 more
[junit4:junit4]   1> 92440 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[F622DC4BD291B85C]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 1876180037
[junit4:junit4]   1> 92442 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[F622DC4BD291B85C]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 92443 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[F622DC4BD291B85C]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   1> 92514 [Finalizer] ERROR org.apache.solr.core.CoreContainer  ? CoreContainer was not shutdown prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!  instance=1370843414
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestEmbeddedSolrServer -Dtests.method=testShutdown -Dtests.seed=F622DC4BD291B85C -Dtests.slow=true -Dtests.locale=sr__#Latn -Dtests.timezone=America/Guyana -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   0.14s | TestEmbeddedSolrServer.testShutdown <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([F622DC4BD291B85C:1554D5DE35EB2D2E]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 40 more
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=sr__#Latn, timezone=America/Guyana
[junit4:junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=2,threads=1,free=159364232,total=214106112
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestCoreAdmin, ContentStreamTest, QueryResponseTest, TestLBHttpSolrServer, TestHash, IteratorChainTest, SolrExampleEmbeddedTest, LargeVolumeBinaryJettyTest, SolrParamTest, LargeVolumeJettyTest, JettyWebappTest, SolrExampleBinaryTest, SolrExampleJettyTest, NamedListTest, DocumentAnalysisResponseTest, FacetFieldTest, TestJavaBinCodec, FieldAnalysisResponseTest, TestEmbeddedSolrServer]
[junit4:junit4] Completed in 0.27s, 2 tests, 2 errors <<< FAILURES!

[...truncated 1 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.TestSolrProperties
[junit4:junit4]   1> 92603 [TEST-TestSolrProperties.testProperties-seed#[F622DC4BD291B85C]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 286743424
[junit4:junit4]   1> 92603 [TEST-TestSolrProperties.testProperties-seed#[F622DC4BD291B85C]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 92603 [TEST-TestSolrProperties.testProperties-seed#[F622DC4BD291B85C]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrProperties -Dtests.method=testProperties -Dtests.seed=F622DC4BD291B85C -Dtests.slow=true -Dtests.locale=ar_OM -Dtests.timezone=Etc/GMT-5 -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   0.12s | TestSolrProperties.testProperties <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.setUp(TestSolrProperties.java:70)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 41 moreThrowable #2: java.lang.AssertionError: Failed to delete .\solrtest-TestSolrProperties-1369160734451\solr-persist.xml
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.deleteAdditionalFiles(TestSolrProperties.java:95)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.tearDown(AbstractEmbeddedSolrServerTestCase.java:79)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.tearDown(TestSolrProperties.java:76)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=ar_OM, timezone=Etc/GMT-5
[junit4:junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=2,threads=1,free=111028120,total=214106112
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestCoreAdmin, ContentStreamTest, QueryResponseTest, TestLBHttpSolrServer, TestHash, IteratorChainTest, SolrExampleEmbeddedTest, LargeVolumeBinaryJettyTest, SolrParamTest, LargeVolumeJettyTest, JettyWebappTest, SolrExampleBinaryTest, SolrExampleJettyTest, NamedListTest, DocumentAnalysisResponseTest, FacetFieldTest, TestJavaBinCodec, FieldAnalysisResponseTest, TestEmbeddedSolrServer, TestSolrProperties]
[junit4:junit4] Completed in 0.14s, 1 test, 1 error <<< FAILURES!

[...truncated 90 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:380: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:360: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:194: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:437: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1240: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:884: There were test failures: 45 suites, 269 tests, 5 errors, 1 ignored (1 assumption)

Total time: 67 minutes 49 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0_21 -XX:-UseCompressedOops -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.7.0_21) - Build # 2845 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2845/
Java: 32bit/jdk1.7.0_21 -server -XX:+UseParallelGC

5 tests failed.
FAILED:  org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer.testGetCoreContainer

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([972545F18498DFED:5A3671BE3269B753]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 40 more


FAILED:  org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer.testShutdown

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([972545F18498DFED:74534C6463E24A9F]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 40 more


FAILED:  org.apache.solr.client.solrj.embedded.TestSolrProperties.testProperties

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	at org.apache.solr.client.solrj.embedded.TestSolrProperties.setUp(TestSolrProperties.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$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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 41 more


FAILED:  org.apache.solr.client.solrj.request.TestCoreAdmin.testCustomUlogDir

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([972545F18498DFED:579DA4DC02279D26]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 39 more


FAILED:  org.apache.solr.client.solrj.request.TestCoreAdmin.testErrorCases

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([972545F18498DFED:2EDBDE90140CDD82]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 39 more




Build Log:
[...truncated 10375 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.TestSolrProperties
[junit4:junit4]   1> 61956 [TEST-TestSolrProperties.testProperties-seed#[972545F18498DFED]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 27452131
[junit4:junit4]   1> 61957 [TEST-TestSolrProperties.testProperties-seed#[972545F18498DFED]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 61957 [TEST-TestSolrProperties.testProperties-seed#[972545F18498DFED]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrProperties -Dtests.method=testProperties -Dtests.seed=972545F18498DFED -Dtests.slow=true -Dtests.locale=uk_UA -Dtests.timezone=America/Guyana -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.23s | TestSolrProperties.testProperties <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.setUp(TestSolrProperties.java:70)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 41 moreThrowable #2: java.lang.AssertionError: Failed to delete .\solrtest-TestSolrProperties-1369141101823\solr-persist.xml
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.deleteAdditionalFiles(TestSolrProperties.java:95)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.tearDown(AbstractEmbeddedSolrServerTestCase.java:79)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.tearDown(TestSolrProperties.java:76)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=uk_UA, timezone=America/Guyana
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_21 (32-bit)/cpus=2,threads=1,free=87774600,total=210698240
[junit4:junit4]   2> NOTE: All tests run in this JVM: [BasicHttpSolrServerTest, SolrExampleXMLTest, TestUpdateRequestCodec, SolrExampleJettyTest, ClientUtilsTest, SolrExampleStreamingTest, TestSolrProperties]
[junit4:junit4] Completed in 0.26s, 1 test, 1 error <<< FAILURES!

[...truncated 70 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer
[junit4:junit4]   1> 199744 [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[972545F18498DFED]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 17162447
[junit4:junit4]   1> 199746 [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[972545F18498DFED]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 199746 [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[972545F18498DFED]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestEmbeddedSolrServer -Dtests.method=testGetCoreContainer -Dtests.seed=972545F18498DFED -Dtests.slow=true -Dtests.locale=ar_DZ -Dtests.timezone=Asia/Kuwait -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.15s | TestEmbeddedSolrServer.testGetCoreContainer <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([972545F18498DFED:5A3671BE3269B753]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 40 more
[junit4:junit4]   1> 199891 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[972545F18498DFED]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 16157861
[junit4:junit4]   1> 199892 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[972545F18498DFED]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 199892 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[972545F18498DFED]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestEmbeddedSolrServer -Dtests.method=testShutdown -Dtests.seed=972545F18498DFED -Dtests.slow=true -Dtests.locale=ar_DZ -Dtests.timezone=Asia/Kuwait -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.14s | TestEmbeddedSolrServer.testShutdown <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([972545F18498DFED:74534C6463E24A9F]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 40 more
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=ar_DZ, timezone=Asia/Kuwait
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_21 (32-bit)/cpus=2,threads=1,free=118035520,total=222035968
[junit4:junit4]   2> NOTE: All tests run in this JVM: [BasicHttpSolrServerTest, SolrExampleXMLTest, TestUpdateRequestCodec, SolrExampleJettyTest, ClientUtilsTest, SolrExampleStreamingTest, TestSolrProperties, TestJavaBinCodec, MultiCoreExampleJettyTest, TestSpellCheckResponse, MergeIndexesEmbeddedTest, SolrExampleBinaryTest, TestDocumentObjectBinder, FacetFieldTest, LargeVolumeBinaryJettyTest, SolrDocumentTest, JettyWebappTest, TermsResponseTest, CloudSolrServerTest, AnlysisResponseBaseTest, TestNamedListCodec, ContentStreamTest, TestLBHttpSolrServer, SolrExampleStreamingBinaryTest, SolrExampleEmbeddedTest, TestBatchUpdate, LargeVolumeEmbeddedTest, LargeVolumeJettyTest, SolrParamTest, MultiCoreEmbeddedTest, TestEmbeddedSolrServer]
[junit4:junit4] Completed in 0.38s, 2 tests, 2 errors <<< FAILURES!

[...truncated 4 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.request.TestCoreAdmin
[junit4:junit4]   1> 200512 [TEST-TestCoreAdmin.testCustomUlogDir-seed#[972545F18498DFED]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 30129838
[junit4:junit4]   1> 200512 [TEST-TestCoreAdmin.testCustomUlogDir-seed#[972545F18498DFED]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 200512 [TEST-TestCoreAdmin.testCustomUlogDir-seed#[972545F18498DFED]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCoreAdmin -Dtests.method=testCustomUlogDir -Dtests.seed=972545F18498DFED -Dtests.slow=true -Dtests.locale=es_HN -Dtests.timezone=Europe/Mariehamn -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.13s | TestCoreAdmin.testCustomUlogDir <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([972545F18498DFED:579DA4DC02279D26]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 39 more
[junit4:junit4]   1> 200640 [TEST-TestCoreAdmin.testErrorCases-seed#[972545F18498DFED]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 25238281
[junit4:junit4]   1> 200640 [TEST-TestCoreAdmin.testErrorCases-seed#[972545F18498DFED]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 200641 [TEST-TestCoreAdmin.testErrorCases-seed#[972545F18498DFED]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCoreAdmin -Dtests.method=testErrorCases -Dtests.seed=972545F18498DFED -Dtests.slow=true -Dtests.locale=es_HN -Dtests.timezone=Europe/Mariehamn -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.15s | TestCoreAdmin.testErrorCases <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([972545F18498DFED:2EDBDE90140CDD82]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 39 more
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=es_HN, timezone=Europe/Mariehamn
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_21 (32-bit)/cpus=2,threads=1,free=39830768,total=222035968
[junit4:junit4]   2> NOTE: All tests run in this JVM: [BasicHttpSolrServerTest, SolrExampleXMLTest, TestUpdateRequestCodec, SolrExampleJettyTest, ClientUtilsTest, SolrExampleStreamingTest, TestSolrProperties, TestJavaBinCodec, MultiCoreExampleJettyTest, TestSpellCheckResponse, MergeIndexesEmbeddedTest, SolrExampleBinaryTest, TestDocumentObjectBinder, FacetFieldTest, LargeVolumeBinaryJettyTest, SolrDocumentTest, JettyWebappTest, TermsResponseTest, CloudSolrServerTest, AnlysisResponseBaseTest, TestNamedListCodec, ContentStreamTest, TestLBHttpSolrServer, SolrExampleStreamingBinaryTest, SolrExampleEmbeddedTest, TestBatchUpdate, LargeVolumeEmbeddedTest, LargeVolumeJettyTest, SolrParamTest, MultiCoreEmbeddedTest, TestEmbeddedSolrServer, QueryResponseTest, TestCoreAdmin]
[junit4:junit4] Completed in 0.32s, 2 tests, 2 errors <<< FAILURES!

[...truncated 46 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:380: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:360: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:194: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:437: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1240: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:884: There were test failures: 45 suites, 269 tests, 5 errors, 1 ignored (1 assumption)

Total time: 70 minutes 15 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.7.0_21 -server -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.7.0_21) - Build # 2844 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2844/
Java: 32bit/jdk1.7.0_21 -server -XX:+UseSerialGC

5 tests failed.
FAILED:  org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer.testGetCoreContainer

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([A3DD8B81E834C3F9:6ECEBFCE5EC5AB47]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 40 more


FAILED:  org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer.testShutdown

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([A3DD8B81E834C3F9:40AB82140F4E568B]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 40 more


FAILED:  org.apache.solr.client.solrj.embedded.TestSolrProperties.testProperties

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	at org.apache.solr.client.solrj.embedded.TestSolrProperties.setUp(TestSolrProperties.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$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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 41 more


FAILED:  org.apache.solr.client.solrj.request.TestCoreAdmin.testCustomUlogDir

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([A3DD8B81E834C3F9:63656AAC6E8B8132]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 39 more


FAILED:  org.apache.solr.client.solrj.request.TestCoreAdmin.testErrorCases

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([A3DD8B81E834C3F9:1A2310E078A0C196]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 39 more




Build Log:
[...truncated 10361 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.TestSolrProperties
[junit4:junit4]   1> 66508 [TEST-TestSolrProperties.testProperties-seed#[A3DD8B81E834C3F9]] INFO  org.apache.solr.core.CoreContainer  � New CoreContainer 32400619
[junit4:junit4]   1> 66509 [TEST-TestSolrProperties.testProperties-seed#[A3DD8B81E834C3F9]] INFO  org.apache.solr.core.CoreContainer  � Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 66509 [TEST-TestSolrProperties.testProperties-seed#[A3DD8B81E834C3F9]] INFO  org.apache.solr.core.SolrResourceLoader  � new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrProperties -Dtests.method=testProperties -Dtests.seed=A3DD8B81E834C3F9 -Dtests.slow=true -Dtests.locale=ar_JO -Dtests.timezone=Asia/Aqtobe -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   0.14s | TestSolrProperties.testProperties <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.setUp(TestSolrProperties.java:70)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 41 moreThrowable #2: java.lang.AssertionError: Failed to delete .\solrtest-TestSolrProperties-1369121059350\solr-persist.xml
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.deleteAdditionalFiles(TestSolrProperties.java:95)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.tearDown(AbstractEmbeddedSolrServerTestCase.java:79)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.tearDown(TestSolrProperties.java:76)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> NOTE: test params are: codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=446), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=446)), sim=DefaultSimilarity, locale=ar_JO, timezone=Asia/Aqtobe
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_21 (32-bit)/cpus=2,threads=1,free=14353032,total=44453888
[junit4:junit4]   2> NOTE: All tests run in this JVM: [JettyWebappTest, DocumentAnalysisResponseTest, AnlysisResponseBaseTest, TestFastInputStream, SolrExceptionTest, CloudSolrServerTest, LargeVolumeEmbeddedTest, BasicHttpSolrServerTest, QueryResponseTest, TestSolrProperties]
[junit4:junit4] Completed in 0.17s, 1 test, 1 error <<< FAILURES!

[...truncated 4 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.request.TestCoreAdmin
[junit4:junit4]   1> 85284 [TEST-TestCoreAdmin.testCustomUlogDir-seed#[A3DD8B81E834C3F9]] INFO  org.apache.solr.core.CoreContainer  � New CoreContainer 28479110
[junit4:junit4]   1> 85285 [TEST-TestCoreAdmin.testCustomUlogDir-seed#[A3DD8B81E834C3F9]] INFO  org.apache.solr.core.CoreContainer  � Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 85285 [TEST-TestCoreAdmin.testCustomUlogDir-seed#[A3DD8B81E834C3F9]] INFO  org.apache.solr.core.SolrResourceLoader  � new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCoreAdmin -Dtests.method=testCustomUlogDir -Dtests.seed=A3DD8B81E834C3F9 -Dtests.slow=true -Dtests.locale=iw -Dtests.timezone=America/Managua -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   0.16s | TestCoreAdmin.testCustomUlogDir <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([A3DD8B81E834C3F9:63656AAC6E8B8132]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 39 more
[junit4:junit4]   1> 85445 [TEST-TestCoreAdmin.testErrorCases-seed#[A3DD8B81E834C3F9]] INFO  org.apache.solr.core.CoreContainer  � New CoreContainer 14589329
[junit4:junit4]   1> 85445 [TEST-TestCoreAdmin.testErrorCases-seed#[A3DD8B81E834C3F9]] INFO  org.apache.solr.core.CoreContainer  � Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 85446 [TEST-TestCoreAdmin.testErrorCases-seed#[A3DD8B81E834C3F9]] INFO  org.apache.solr.core.SolrResourceLoader  � new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   1> 85515 [Finalizer] ERROR org.apache.solr.core.CoreContainer  � CoreContainer was not shutdown prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!  instance=28479110
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCoreAdmin -Dtests.method=testErrorCases -Dtests.seed=A3DD8B81E834C3F9 -Dtests.slow=true -Dtests.locale=iw -Dtests.timezone=America/Managua -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   0.15s | TestCoreAdmin.testErrorCases <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([A3DD8B81E834C3F9:1A2310E078A0C196]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 39 more
[junit4:junit4]   2> NOTE: test params are: codec=Asserting, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=iw, timezone=America/Managua
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_21 (32-bit)/cpus=2,threads=1,free=6750472,total=44453888
[junit4:junit4]   2> NOTE: All tests run in this JVM: [JettyWebappTest, DocumentAnalysisResponseTest, AnlysisResponseBaseTest, TestFastInputStream, SolrExceptionTest, CloudSolrServerTest, LargeVolumeEmbeddedTest, BasicHttpSolrServerTest, QueryResponseTest, TestSolrProperties, SolrExampleStreamingTest, TestCoreAdmin]
[junit4:junit4] Completed in 0.34s, 2 tests, 2 errors <<< FAILURES!

[...truncated 55 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer
[junit4:junit4]   1> 196607 [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[A3DD8B81E834C3F9]] INFO  org.apache.solr.core.CoreContainer  � New CoreContainer 11747875
[junit4:junit4]   1> 196607 [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[A3DD8B81E834C3F9]] INFO  org.apache.solr.core.CoreContainer  � Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 196607 [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[A3DD8B81E834C3F9]] INFO  org.apache.solr.core.SolrResourceLoader  � new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestEmbeddedSolrServer -Dtests.method=testGetCoreContainer -Dtests.seed=A3DD8B81E834C3F9 -Dtests.slow=true -Dtests.locale=sl -Dtests.timezone=America/Indiana/Winamac -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   0.14s | TestEmbeddedSolrServer.testGetCoreContainer <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([A3DD8B81E834C3F9:6ECEBFCE5EC5AB47]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 40 more
[junit4:junit4]   1> 196745 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[A3DD8B81E834C3F9]] INFO  org.apache.solr.core.CoreContainer  � New CoreContainer 1811392
[junit4:junit4]   1> 196745 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[A3DD8B81E834C3F9]] INFO  org.apache.solr.core.CoreContainer  � Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 196745 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[A3DD8B81E834C3F9]] INFO  org.apache.solr.core.SolrResourceLoader  � new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   1> 196825 [Finalizer] ERROR org.apache.solr.core.CoreContainer  � CoreContainer was not shutdown prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!  instance=11747875
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestEmbeddedSolrServer -Dtests.method=testShutdown -Dtests.seed=A3DD8B81E834C3F9 -Dtests.slow=true -Dtests.locale=sl -Dtests.timezone=America/Indiana/Winamac -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   0.14s | TestEmbeddedSolrServer.testShutdown <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([A3DD8B81E834C3F9:40AB82140F4E568B]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 40 more
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=sl, timezone=America/Indiana/Winamac
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_21 (32-bit)/cpus=2,threads=1,free=33870752,total=94814208
[junit4:junit4]   2> NOTE: All tests run in this JVM: [JettyWebappTest, DocumentAnalysisResponseTest, AnlysisResponseBaseTest, TestFastInputStream, SolrExceptionTest, CloudSolrServerTest, LargeVolumeEmbeddedTest, BasicHttpSolrServerTest, QueryResponseTest, TestSolrProperties, SolrExampleStreamingTest, TestCoreAdmin, SolrExampleJettyTest, SolrParamTest, MultiCoreEmbeddedTest, TestSpellCheckResponse, TestBatchUpdate, TestNamedListCodec, SolrQueryTest, IteratorChainTest, SolrExampleStreamingBinaryTest, MultiCoreExampleJettyTest, TestLBHttpSolrServer, SolrExampleBinaryTest, SolrExampleXMLTest, SolrExampleEmbeddedTest, LargeVolumeBinaryJettyTest, LargeVolumeJettyTest, TermsResponseTest, MergeIndexesEmbeddedTest, TestEmbeddedSolrServer]
[junit4:junit4] Completed in 0.30s, 2 tests, 2 errors <<< FAILURES!

[...truncated 55 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:380: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:360: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:194: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:437: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1240: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:884: There were test failures: 45 suites, 269 tests, 5 errors, 1 ignored (1 assumption)

Total time: 66 minutes 41 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.7.0_21 -server -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.7.0_21) - Build # 2843 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2843/
Java: 64bit/jdk1.7.0_21 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

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

Error Message:
Wrong doc count on shard1_1 expected:<146> but was:<145>

Stack Trace:
java.lang.AssertionError: Wrong doc count on shard1_1 expected:<146> but was:<145>
	at __randomizedtesting.SeedInfo.seed([CB26BDFC7EBF8372:4AC033E409E0E34E]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.ShardSplitTest.checkDocCountsAndShardStates(ShardSplitTest.java:167)
	at org.apache.solr.cloud.ShardSplitTest.doTest(ShardSplitTest.java:142)
	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 9261 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.ShardSplitTest
[junit4:junit4]   2> 431876 T961 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 431879 T961 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-ShardSplitTest-1369095577030
[junit4:junit4]   2> 431885 T961 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 431885 T962 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 431949 T961 oasc.ZkTestServer.run start zk server on port:52413
[junit4:junit4]   2> 431950 T961 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 431961 T968 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5dd15b8d name:ZooKeeperConnection Watcher:127.0.0.1:52413 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 431961 T961 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 431961 T961 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 431966 T961 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 431970 T970 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1aff740f name:ZooKeeperConnection Watcher:127.0.0.1:52413/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 431970 T961 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 431970 T961 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 431974 T961 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 431977 T961 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 431982 T961 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 431985 T961 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 431986 T961 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 431993 T961 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\schema15.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 431994 T961 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 431998 T961 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 431998 T961 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 432002 T961 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 432002 T961 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 432006 T961 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 432006 T961 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 432011 T961 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 432011 T961 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 432015 T961 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 432015 T961 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 432018 T961 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 432019 T961 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 432023 T961 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 432023 T961 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 432030 T963 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13ec4749dcc0001, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 432297 T961 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 432304 T961 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52420
[junit4:junit4]   2> 432304 T961 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 432304 T961 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 432305 T961 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1369095577177
[junit4:junit4]   2> 432305 T961 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1369095577177\solr.xml
[junit4:junit4]   2> 432305 T961 oasc.CoreContainer.<init> New CoreContainer 1601138712
[junit4:junit4]   2> 432306 T961 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1369095577177\'
[junit4:junit4]   2> 432306 T961 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1369095577177\'
[junit4:junit4]   2> 432395 T961 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 432396 T961 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 432396 T961 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 432397 T961 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 432397 T961 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 432397 T961 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 432397 T961 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 432397 T961 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 432397 T961 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 432398 T961 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 432402 T961 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 432402 T961 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52413/solr
[junit4:junit4]   2> 432403 T961 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 432404 T961 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 432414 T981 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5e4ec7aa name:ZooKeeperConnection Watcher:127.0.0.1:52413 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 432414 T961 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 432417 T963 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13ec4749dcc0002, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 432417 T961 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 432422 T961 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 432426 T983 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2484b2b name:ZooKeeperConnection Watcher:127.0.0.1:52413/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 432426 T961 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 432429 T961 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 432434 T961 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 432439 T961 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 432441 T961 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52420_
[junit4:junit4]   2> 432443 T961 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52420_
[junit4:junit4]   2> 432448 T961 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 432456 T961 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 432460 T961 oasc.Overseer.start Overseer (id=89725047736631299-127.0.0.1:52420_-n_0000000000) starting
[junit4:junit4]   2> 432466 T961 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 432472 T985 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 432472 T961 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 432477 T961 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 432480 T961 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 432484 T984 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 432488 T986 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1369095577177\collection1
[junit4:junit4]   2> 432489 T986 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 432489 T986 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 432489 T986 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 432491 T986 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1369095577177\collection1\'
[junit4:junit4]   2> 432492 T986 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-controljetty-1369095577177/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 432492 T986 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-controljetty-1369095577177/collection1/lib/README' to classloader
[junit4:junit4]   2> 432533 T986 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 432577 T986 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 432579 T986 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 432582 T986 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 433027 T986 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 433029 T986 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 433031 T986 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 433035 T986 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 433071 T986 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 433072 T986 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1369095577177\collection1\, dataDir=.\org.apache.solr.cloud.ShardSplitTest-1369095577030/control/data\
[junit4:junit4]   2> 433072 T986 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@23e81cc9
[junit4:junit4]   2> 433072 T986 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 433073 T986 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1369095577030/control/data\
[junit4:junit4]   2> 433073 T986 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ShardSplitTest-1369095577030/control/data\index/
[junit4:junit4]   2> 433073 T986 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ShardSplitTest-1369095577030\control\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 433074 T986 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1369095577030/control/data\index
[junit4:junit4]   2> 433078 T986 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@236cc47d lockFactory=org.apache.lucene.store.NativeFSLockFactory@b55f2aa),segFN=segments_1,generation=1}
[junit4:junit4]   2> 433078 T986 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 433080 T986 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 433080 T986 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 433081 T986 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 433081 T986 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 433082 T986 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 433082 T986 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 433082 T986 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 433083 T986 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 433083 T986 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 433089 T986 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 433093 T986 oass.SolrIndexSearcher.<init> Opening Searcher@b6c4b41 main
[junit4:junit4]   2> 433094 T986 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ShardSplitTest-1369095577030\control\data\tlog
[junit4:junit4]   2> 433095 T986 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 433095 T986 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 433098 T987 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@b6c4b41 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 433099 T986 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 433099 T986 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 433458 T984 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 433459 T984 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52420_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52420"}
[junit4:junit4]   2> 433459 T984 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 433459 T984 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 433468 T983 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 433750 T986 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 433750 T986 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52420 collection:control_collection shard:shard1
[junit4:junit4]   2> 433750 T986 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 433762 T986 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 433767 T986 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 433767 T986 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 433767 T986 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52420/collection1/
[junit4:junit4]   2> 433768 T986 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 433768 T986 oasc.SyncStrategy.syncToMe http://127.0.0.1:52420/collection1/ has no replicas
[junit4:junit4]   2> 433768 T986 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52420/collection1/
[junit4:junit4]   2> 433768 T986 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 434441 T984 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 434454 T983 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 434467 T986 oasc.ZkController.register We are http://127.0.0.1:52420/collection1/ and leader is http://127.0.0.1:52420/collection1/
[junit4:junit4]   2> 434467 T986 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52420
[junit4:junit4]   2> 434467 T986 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 434467 T986 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 434468 T986 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 434470 T986 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 434470 T961 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 434470 T961 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 434470 T961 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 434476 T961 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 434478 T961 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 434482 T990 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@269eb634 name:ZooKeeperConnection Watcher:127.0.0.1:52413/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 434483 T961 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 434483 T961 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 434489 T961 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 434739 T961 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 434742 T961 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52432
[junit4:junit4]   2> 434743 T961 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 434743 T961 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 434743 T961 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1369095579636
[junit4:junit4]   2> 434743 T961 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1369095579636\solr.xml
[junit4:junit4]   2> 434744 T961 oasc.CoreContainer.<init> New CoreContainer 283023553
[junit4:junit4]   2> 434744 T961 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1369095579636\'
[junit4:junit4]   2> 434748 T961 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1369095579636\'
[junit4:junit4]   2> 434820 T961 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 434820 T961 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 434821 T961 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 434821 T961 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 434821 T961 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 434821 T961 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 434821 T961 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 434821 T961 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 434821 T961 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 434822 T961 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 434827 T961 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 434827 T961 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52413/solr
[junit4:junit4]   2> 434828 T961 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 434829 T961 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 434839 T1001 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11154271 name:ZooKeeperConnection Watcher:127.0.0.1:52413 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 434839 T961 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 434842 T961 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 434846 T961 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 434848 T1003 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13d166d name:ZooKeeperConnection Watcher:127.0.0.1:52413/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 434849 T961 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 434855 T961 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 435331 T984 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 435332 T984 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52420_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52420"}
[junit4:junit4]   2> 435338 T1003 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 435338 T990 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 435338 T983 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 435439 T961 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52432_
[junit4:junit4]   2> 435443 T961 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52432_
[junit4:junit4]   2> 435448 T1003 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 435448 T1003 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 435448 T983 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 435448 T983 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 435448 T990 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 435448 T990 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 435457 T1004 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1369095579636\collection1
[junit4:junit4]   2> 435460 T1004 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 435461 T1004 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 435461 T1004 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 435462 T1004 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1369095579636\collection1\'
[junit4:junit4]   2> 435464 T1004 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty1-1369095579636/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 435464 T1004 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty1-1369095579636/collection1/lib/README' to classloader
[junit4:junit4]   2> 435499 T1004 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 435541 T1004 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 435544 T1004 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 435546 T1004 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 435953 T1004 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 435957 T1004 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 435961 T1004 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 435965 T1004 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 435988 T1004 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 435988 T1004 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1369095579636\collection1\, dataDir=.\org.apache.solr.cloud.ShardSplitTest-1369095577030/jetty1\
[junit4:junit4]   2> 435988 T1004 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@23e81cc9
[junit4:junit4]   2> 435989 T1004 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 435989 T1004 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1369095577030/jetty1\
[junit4:junit4]   2> 435989 T1004 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ShardSplitTest-1369095577030/jetty1\index/
[junit4:junit4]   2> 435990 T1004 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ShardSplitTest-1369095577030\jetty1\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 435990 T1004 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1369095577030/jetty1\index
[junit4:junit4]   2> 435992 T1004 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e7f5027 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2c859fb),segFN=segments_1,generation=1}
[junit4:junit4]   2> 435993 T1004 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 435995 T1004 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 435995 T1004 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 435996 T1004 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 435996 T1004 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 435997 T1004 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 435997 T1004 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 435997 T1004 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 435998 T1004 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 435998 T1004 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 436004 T1004 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 436008 T1004 oass.SolrIndexSearcher.<init> Opening Searcher@405f10ae main
[junit4:junit4]   2> 436008 T1004 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ShardSplitTest-1369095577030\jetty1\tlog
[junit4:junit4]   2> 436009 T1004 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 436009 T1004 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 436012 T1005 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@405f10ae main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 436013 T1004 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 436013 T1004 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 436215 T984 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 436215 T984 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52432_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52432"}
[junit4:junit4]   2> 436215 T984 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 436216 T984 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 436224 T990 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 436225 T983 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 436225 T1003 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 436597 T1004 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 436597 T1004 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52432 collection:collection1 shard:shard1
[junit4:junit4]   2> 436599 T1004 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 436613 T1004 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 436618 T1004 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 436619 T1004 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 436619 T1004 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52432/collection1/
[junit4:junit4]   2> 436619 T1004 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 436620 T1004 oasc.SyncStrategy.syncToMe http://127.0.0.1:52432/collection1/ has no replicas
[junit4:junit4]   2> 436620 T1004 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52432/collection1/
[junit4:junit4]   2> 436620 T1004 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 437102 T984 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 437113 T990 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 437113 T1003 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 437113 T983 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 437132 T1004 oasc.ZkController.register We are http://127.0.0.1:52432/collection1/ and leader is http://127.0.0.1:52432/collection1/
[junit4:junit4]   2> 437132 T1004 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52432
[junit4:junit4]   2> 437133 T1004 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 437133 T1004 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 437133 T1004 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 437135 T1004 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 437139 T961 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 437139 T961 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 437139 T961 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 437391 T961 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 437394 T961 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52441
[junit4:junit4]   2> 437394 T961 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 437394 T961 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 437394 T961 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1369095582290
[junit4:junit4]   2> 437395 T961 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1369095582290\solr.xml
[junit4:junit4]   2> 437395 T961 oasc.CoreContainer.<init> New CoreContainer 620045710
[junit4:junit4]   2> 437395 T961 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1369095582290\'
[junit4:junit4]   2> 437395 T961 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1369095582290\'
[junit4:junit4]   2> 437474 T961 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 437474 T961 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 437474 T961 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 437474 T961 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 437475 T961 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 437475 T961 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 437475 T961 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 437475 T961 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 437475 T961 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 437476 T961 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 437480 T961 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 437480 T961 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52413/solr
[junit4:junit4]   2> 437480 T961 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 437482 T961 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 437492 T1017 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@248de9e name:ZooKeeperConnection Watcher:127.0.0.1:52413 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 437493 T961 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 437497 T961 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 437497 T963 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13ec4749dcc0007, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 437505 T961 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 437510 T1019 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3d81e9d9 name:ZooKeeperConnection Watcher:127.0.0.1:52413/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 437510 T961 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 437521 T961 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 437992 T984 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 437992 T984 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52432_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52432"}
[junit4:junit4]   2> 437998 T990 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 437999 T1019 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 437998 T1003 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 438000 T983 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 438108 T961 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52441_
[junit4:junit4]   2> 438110 T961 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52441_
[junit4:junit4]   2> 438113 T990 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 438113 T990 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 438114 T1019 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 438114 T1019 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 438114 T983 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 438114 T983 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 438114 T1003 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 438115 T1003 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 438122 T1020 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1369095582290\collection1
[junit4:junit4]   2> 438122 T1020 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 438123 T1020 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 438123 T1020 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 438125 T1020 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1369095582290\collection1\'
[junit4:junit4]   2> 438126 T1020 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty2-1369095582290/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 438127 T1020 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty2-1369095582290/collection1/lib/README' to classloader
[junit4:junit4]   2> 438164 T1020 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 438219 T1020 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 438221 T1020 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 438224 T1020 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 438597 T1020 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 438599 T1020 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 438601 T1020 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 438620 T1020 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 438648 T1020 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 438649 T1020 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1369095582290\collection1\, dataDir=.\org.apache.solr.cloud.ShardSplitTest-1369095577030/jetty2\
[junit4:junit4]   2> 438649 T1020 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@23e81cc9
[junit4:junit4]   2> 438649 T1020 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 438650 T1020 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1369095577030/jetty2\
[junit4:junit4]   2> 438650 T1020 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ShardSplitTest-1369095577030/jetty2\index/
[junit4:junit4]   2> 438650 T1020 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ShardSplitTest-1369095577030\jetty2\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 438651 T1020 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1369095577030/jetty2\index
[junit4:junit4]   2> 438654 T1020 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@73f049fa lockFactory=org.apache.lucene.store.NativeFSLockFactory@31b3427f),segFN=segments_1,generation=1}
[junit4:junit4]   2> 438655 T1020 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 438657 T1020 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 438657 T1020 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 438658 T1020 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 438659 T1020 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 438659 T1020 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 438659 T1020 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 438660 T1020 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 438660 T1020 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 438660 T1020 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 438669 T1020 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 438676 T1020 oass.SolrIndexSearcher.<init> Opening Searcher@705c75a4 main
[junit4:junit4]   2> 438676 T1020 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ShardSplitTest-1369095577030\jetty2\tlog
[junit4:junit4]   2> 438677 T1020 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 438677 T1020 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 438684 T1021 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@705c75a4 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 438685 T1020 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 438685 T1020 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 438877 T984 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 438878 T984 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52441_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52441"}
[junit4:junit4]   2> 438878 T984 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 438878 T984 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard2
[junit4:junit4]   2> 438884 T990 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 438884 T983 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 438884 T1003 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 438885 T1019 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 439271 T1020 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 439271 T1020 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52441 collection:collection1 shard:shard2
[junit4:junit4]   2> 439273 T1020 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 439288 T1020 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 439294 T1020 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 439294 T1020 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 439294 T1020 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52441/collection1/
[junit4:junit4]   2> 439294 T1020 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 439295 T1020 oasc.SyncStrategy.syncToMe http://127.0.0.1:52441/collection1/ has no replicas
[junit4:junit4]   2> 439295 T1020 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52441/collection1/
[junit4:junit4]   2> 439295 T1020 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 439763 T984 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 439800 T990 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 439800 T1019 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 439800 T983 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 439800 T1003 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 439815 T1020 oasc.ZkController.register We are http://127.0.0.1:52441/collection1/ and leader is http://127.0.0.1:52441/collection1/
[junit4:junit4]   2> 439815 T1020 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52441
[junit4:junit4]   2> 439815 T1020 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 439815 T1020 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 439815 T1020 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 439817 T1020 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 439819 T961 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 439820 T961 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 439820 T961 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 440059 T961 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 440062 T961 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52450
[junit4:junit4]   2> 440062 T961 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 440062 T961 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 440063 T961 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1369095584975
[junit4:junit4]   2> 440063 T961 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1369095584975\solr.xml
[junit4:junit4]   2> 440063 T961 oasc.CoreContainer.<init> New CoreContainer 729162128
[junit4:junit4]   2> 440063 T961 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1369095584975\'
[junit4:junit4]   2> 440063 T961 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1369095584975\'
[junit4:junit4]   2> 440132 T961 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 440132 T961 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 440132 T961 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 440132 T961 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 440132 T961 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 440132 T961 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 440133 T961 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 440133 T961 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 440134 T961 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 440134 T961 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 440137 T961 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 440138 T961 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52413/solr
[junit4:junit4]   2> 440138 T961 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 440139 T961 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 440148 T1033 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b70f4ee name:ZooKeeperConnection Watcher:127.0.0.1:52413 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 440149 T961 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 440151 T961 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 440152 T963 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13ec4749dcc0009, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 440154 T961 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 440157 T1035 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4b227422 name:ZooKeeperConnection Watcher:127.0.0.1:52413/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 440158 T961 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 440164 T961 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 440726 T984 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 440726 T984 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52441_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52441"}
[junit4:junit4]   2> 440733 T990 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 440733 T1003 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 440733 T983 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 440733 T1019 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 440733 T1035 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 440800 T961 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52450_
[junit4:junit4]   2> 440802 T961 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52450_
[junit4:junit4]   2> 440805 T1035 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 440805 T990 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 440805 T990 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 440806 T1019 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 440806 T1019 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 440807 T983 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 440807 T983 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 440807 T1003 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 440807 T1003 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 440809 T1035 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 440814 T1036 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1369095584975\collection1
[junit4:junit4]   2> 440814 T1036 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 440815 T1036 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 440815 T1036 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 440817 T1036 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1369095584975\collection1\'
[junit4:junit4]   2> 440819 T1036 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty3-1369095584975/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 440819 T1036 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty3-1369095584975/collection1/lib/README' to classloader
[junit4:junit4]   2> 440858 T1036 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 440907 T1036 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 440908 T1036 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 440911 T1036 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 441362 T1036 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 441364 T1036 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 441366 T1036 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 441371 T1036 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 441403 T1036 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 441403 T1036 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1369095584975\collection1\, dataDir=.\org.apache.solr.cloud.ShardSplitTest-1369095577030/jetty3\
[junit4:junit4]   2> 441403 T1036 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@23e81cc9
[junit4:junit4]   2> 441404 T1036 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 441404 T1036 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1369095577030/jetty3\
[junit4:junit4]   2> 441404 T1036 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ShardSplitTest-1369095577030/jetty3\index/
[junit4:junit4]   2> 441404 T1036 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ShardSplitTest-1369095577030\jetty3\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 441404 T1036 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1369095577030/jetty3\index
[junit4:junit4]   2> 441407 T1036 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@789e6d90 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5cfb869e),segFN=segments_1,generation=1}
[junit4:junit4]   2> 441407 T1036 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 441410 T1036 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 441410 T1036 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 441410 T1036 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 441411 T1036 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 441412 T1036 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 441412 T1036 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 441412 T1036 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 441413 T1036 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 441413 T1036 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 441419 T1036 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 441424 T1036 oass.SolrIndexSearcher.<init> Opening Searcher@f29fef4 main
[junit4:junit4]   2> 441424 T1036 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ShardSplitTest-1369095577030\jetty3\tlog
[junit4:junit4]   2> 441426 T1036 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 441426 T1036 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 441429 T1037 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@f29fef4 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 441431 T1036 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 441431 T1036 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 441700 T984 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 441700 T984 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52450_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52450"}
[junit4:junit4]   2> 441701 T984 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 441701 T984 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 441708 T990 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 441708 T1035 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 441709 T983 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 441709 T1019 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 441708 T1003 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 442077 T1036 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 442077 T1036 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52450 collection:collection1 shard:shard1
[junit4:junit4]   2> 442085 T1036 oasc.ZkController.register We are http://127.0.0.1:52450/collection1/ and leader is http://127.0.0.1:52432/collection1/
[junit4:junit4]   2> 442085 T1036 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52450
[junit4:junit4]   2> 442085 T1036 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 442086 T1036 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C90 name=collection1 org.apache.solr.core.SolrCore@40496913 url=http://127.0.0.1:52450/collection1 node=127.0.0.1:52450_ C90_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:52450_, base_url=http://127.0.0.1:52450}
[junit4:junit4]   2> 442087 T1038 C90 P52450 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 442087 T1036 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 442088 T1038 C90 P52450 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 442089 T1038 C90 P52450 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 442090 T1038 C90 P52450 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 442091 T961 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 442092 T961 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 442092 T961 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 442094 T1038 C90 P52450 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 442107 T997 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 4, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 442384 T961 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 442386 T961 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52460
[junit4:junit4]   2> 442387 T961 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 442388 T961 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 442388 T961 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1369095587254
[junit4:junit4]   2> 442388 T961 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1369095587254\solr.xml
[junit4:junit4]   2> 442388 T961 oasc.CoreContainer.<init> New CoreContainer 92821128
[junit4:junit4]   2> 442388 T961 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1369095587254\'
[junit4:junit4]   2> 442388 T961 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1369095587254\'
[junit4:junit4]   2> 442465 T961 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 442465 T961 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 442465 T961 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 442465 T961 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 442465 T961 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 442466 T961 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 442466 T961 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 442467 T961 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 442467 T961 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 442467 T961 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 442473 T961 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 442473 T961 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52413/solr
[junit4:junit4]   2> 442473 T961 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 442475 T961 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 442485 T1050 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@416f4f53 name:ZooKeeperConnection Watcher:127.0.0.1:52413 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 442486 T961 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 442488 T961 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 442488 T963 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13ec4749dcc000b, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 442493 T961 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 442495 T1052 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@44bdb222 name:ZooKeeperConnection Watcher:127.0.0.1:52413/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 442496 T961 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 442501 T961 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 442677 T984 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 442678 T984 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52450_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52450"}
[junit4:junit4]   2> 442691 T990 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 442692 T1052 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 442692 T1019 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 442692 T983 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 442693 T1035 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 442694 T1003 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 442747 T997 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 4, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   2> 442747 T997 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=4&state=recovering&nodeName=127.0.0.1:52450_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=640 
[junit4:junit4]   2> 443146 T961 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52460_
[junit4:junit4]   2> 443149 T961 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52460_
[junit4:junit4]   2> 443156 T1035 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 443157 T990 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 443159 T990 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 443159 T1052 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 443159 T1052 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 443161 T1003 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 443168 T1003 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 443167 T983 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 443169 T983 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 443167 T1019 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 443169 T1019 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 443171 T1035 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 443179 T1053 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1369095587254\collection1
[junit4:junit4]   2> 443179 T1053 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 443179 T1053 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 443179 T1053 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 443181 T1053 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1369095587254\collection1\'
[junit4:junit4]   2> 443182 T1053 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty4-1369095587254/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 443182 T1053 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty4-1369095587254/collection1/lib/README' to classloader
[junit4:junit4]   2> 443222 T1053 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 443270 T1053 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 443272 T1053 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 443278 T1053 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 443727 T1053 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 443729 T1053 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 443731 T1053 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 443734 T1053 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 443760 T1053 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 443760 T1053 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1369095587254\collection1\, dataDir=.\org.apache.solr.cloud.ShardSplitTest-1369095577030/jetty4\
[junit4:junit4]   2> 443760 T1053 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@23e81cc9
[junit4:junit4]   2> 443761 T1053 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 443761 T1053 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1369095577030/jetty4\
[junit4:junit4]   2> 443761 T1053 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ShardSplitTest-1369095577030/jetty4\index/
[junit4:junit4]   2> 443761 T1053 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ShardSplitTest-1369095577030\jetty4\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 443761 T1053 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1369095577030/jetty4\index
[junit4:junit4]   2> 443764 T1053 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@24a652af lockFactory=org.apache.lucene.store.NativeFSLockFactory@2753ffa2),segFN=segments_1,generation=1}
[junit4:junit4]   2> 443764 T1053 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 443767 T1053 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 443767 T1053 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 443768 T1053 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 443768 T1053 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 443769 T1053 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 443769 T1053 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 443769 T1053 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 443770 T1053 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 443770 T1053 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 443777 T1053 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 443781 T1053 oass.SolrIndexSearcher.<init> Opening Searcher@4bac2b19 main
[junit4:junit4]   2> 443781 T1053 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ShardSplitTest-1369095577030\jetty4\tlog
[junit4:junit4]   2> 443782 T1053 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 443783 T1053 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 443786 T1054 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4bac2b19 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 443787 T1053 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 443787 T1053 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2>  C90_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:52450_, base_url=http://127.0.0.1:52450}
[junit4:junit4]   2> 444027 T1038 C90 P52450 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:52432/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 444027 T1038 C90 P52450 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:52450 START replicas=[http://127.0.0.1:52432/collection1/] nUpdates=100
[junit4:junit4]   2> 444028 T1038 C90 P52450 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 444028 T1038 C90 P52450 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 444028 T1038 C90 P52450 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 444028 T1038 C90 P52450 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 444028 T1038 C90 P52450 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 444030 T1038 C90 P52450 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:52432/collection1/. core=collection1
[junit4:junit4]   2> 444030 T1038 C90 P52450 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C91 name=collection1 org.apache.solr.core.SolrCore@5189ee08 url=http://127.0.0.1:52432/collection1 node=127.0.0.1:52432_ C91_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:52432_, base_url=http://127.0.0.1:52432, leader=true}
[junit4:junit4]   2> 444038 T998 C91 P52432 oasc.SolrCore.execute [collection1] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 444040 T997 C91 P52432 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 444042 T997 C91 P52432 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e7f5027 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2c859fb),segFN=segments_1,generation=1}
[junit4:junit4]   2> 444043 T997 C91 P52432 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 444043 T997 C91 P52432 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e7f5027 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2c859fb),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e7f5027 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2c859fb),segFN=segments_2,generation=2}
[junit4:junit4]   2> 444043 T997 C91 P52432 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 444043 T997 C91 P52432 oass.SolrIndexSearcher.<init> Opening Searcher@60f317bc realtime
[junit4:junit4]   2> 444043 T997 C91 P52432 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 444043 T997 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 3
[junit4:junit4]   2> 444045 T1038 C90 P52450 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 444045 T1038 C90 P52450 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 444046 T994 C91 P52432 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 444047 T994 C91 P52432 oasc.SolrCore.execute [collection1] webapp= path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 444047 T1038 C90 P52450 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 444047 T1038 C90 P52450 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 444047 T1038 C90 P52450 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 444050 T995 C91 P52432 oasc.SolrCore.execute [collection1] webapp= path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 444050 T1038 C90 P52450 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 444050 T1038 C90 P52450 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1369095577030/jetty3\index.20130521051949197
[junit4:junit4]   2> 444051 T1038 C90 P52450 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@11c3e412 lockFactory=org.apache.lucene.store.NativeFSLockFactory@292d45d) fullCopy=false
[junit4:junit4]   2> 444052 T996 C91 P52432 oasc.SolrCore.execute [collection1] webapp= path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 444053 T1038 C90 P52450 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 444053 T1038 C90 P52450 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 444053 T1038 C90 P52450 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 444055 T1038 C90 P52450 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@789e6d90 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5cfb869e),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@789e6d90 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5cfb869e),segFN=segments_2,generation=2}
[junit4:junit4]   2> 444056 T1038 C90 P52450 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 444056 T1038 C90 P52450 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 444056 T1038 C90 P52450 oass.SolrIndexSearcher.<init> Opening Searcher@6c9dd00b main
[junit4:junit4]   2> 444057 T1037 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6c9dd00b main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 444058 T1038 C90 P52450 oasc.CachingDirectoryFactory.closeCacheValue looking to close .\org.apache.solr.cloud.ShardSplitTest-1369095577030/jetty3\index.20130521051949197 [CachedDir<<refCount=0;path=.\org.apache.solr.cloud.ShardSplitTest-1369095577030/jetty3\index.20130521051949197;done=true>>]
[junit4:junit4]   2> 444058 T1038 C90 P52450 oasc.CachingDirectoryFactory.close Closing directory: .\org.apache.solr.cloud.ShardSplitTest-1369095577030/jetty3\index.20130521051949197
[junit4:junit4]   2> 444058 T1038 C90 P52450 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: .\org.apache.solr.cloud.ShardSplitTest-1369095577030/jetty3\index.20130521051949197
[junit4:junit4]   2> 444058 T1038 C90 P52450 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 444058 T1038 C90 P52450 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 444058 T1038 C90 P52450 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 444058 T1038 C90 P52450 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 444061 T1038 C90 P52450 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 444628 T984 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 444630 T984 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52460_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52460"}
[junit4:junit4]   2> 444630 T984 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 444630 T984 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard2
[junit4:junit4]   2> 444636 T984 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52450_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52450"}
[junit4:junit4]   2> 444644 T990 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 444645 T1052 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 444645 T1003 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 444645 T1035 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 444645 T983 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 444645 T1019 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 445071 T1053 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 445071 T1053 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52460 collection:collection1 shard:shard2
[junit4:junit4]   2> 445082 T1053 oasc.ZkController.register We are http://127.0.0.1:52460/collection1/ and leader is http://127.0.0.1:52441/collection1/
[junit4:junit4]   2> 445082 T1053 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52460
[junit4:junit4]   2> 445082 T1053 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 445083 T1053 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C92 name=collection1 org.apache.solr.core.SolrCore@329e9359 url=http://127.0.0.1:52460/collection1 node=127.0.0.1:52460_ C92_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:52460_, base_url=http://127.0.0.1:52460}
[junit4:junit4]   2> 445083 T1057 C92 P52460 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 445085 T1057 C92 P52460 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 445085 T1057 C92 P52460 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 445085 T1057 C92 P52460 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 445085 T1053 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 445088 T1057 C92 P52460 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 445091 T961 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 445092 T961 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 445093 T961 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 445098 T1013 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 5, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 445102 T961 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 445103 T961 oasc.AbstractFullDistribZkTestBase.waitForThingsToLevelOut Wait for recoveries to finish - wait 15 for each attempt
[junit4:junit4]   2> 445103 T961 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):15
[junit4:junit4]   2> 445104 T961 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 445615 T984 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 445616 T984 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52460_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52460"}
[junit4:junit4]   2> 445623 T990 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 445623 T1035 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 445623 T1052 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 445624 T1003 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 445624 T983 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 445625 T1019 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 445738 T1013 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 5, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   2> 445739 T1013 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=5&state=recovering&nodeName=127.0.0.1:52460_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=640 
[junit4:junit4]   2> 445746 T961 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 446387 T961 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C92_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:52460_, base_url=http://127.0.0.1:52460}
[junit4:junit4]   2> 447057 T1057 C92 P52460 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:52441/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 447057 T1057 C92 P52460 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:52460 START replicas=[http://127.0.0.1:52441/collection1/] nUpdates=100
[junit4:junit4]   2> 447058 T1057 C92 P52460 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 447058 T1057 C92 P52460 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 447058 T1057 C92 P52460 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 447058 T1057 C92 P52460 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 447059 T1057 C92 P52460 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 447059 T1057 C92 P52460 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:52441/collection1/. core=collection1
[junit4:junit4]   2> 447059 T1057 C92 P52460 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C93 name=collection1 org.apache.solr.core.SolrCore@2f883a51 url=http://127.0.0.1:52441/collection1 node=127.0.0.1:52441_ C93_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:52441_, base_url=http://127.0.0.1:52441, leader=true}
[junit4:junit4]   2> 447065 T1014 C93 P52441 oasc.SolrCore.execute [collection1] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 447069 T961 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 447071 T1013 C93 P52441 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 447074 T1013 C93 P52441 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@73f049fa lockFactory=org.apache.lucene.store.NativeFSLockFactory@31b3427f),segFN=segments_1,generation=1}
[junit4:junit4]   2> 447074 T1013 C93 P52441 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 447075 T1013 C93 P52441 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@73f049fa lockFactory=org.apache.lucene.store.NativeFSLockFactory@31b3427f),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@73f049fa lockFactory=org.apache.lucene.store.NativeFSLockFactory@31b3427f),segFN=segments_2,generation=2}
[junit4:junit4]   2> 447075 T1013 C93 P52441 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 447076 T1013 C93 P52441 oass.SolrIndexSearcher.<init> Opening Searcher@3220008f realtime
[junit4:junit4]   2> 447076 T1013 C93 P52441 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 447076 T1013 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 6
[junit4:junit4]   2> 447077 T1057 C92 P52460 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 447078 T1057 C92 P52460 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 447079 T1010 C93 P52441 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 447079 T1010 C93 P52441 oasc.SolrCore.execute [collection1] webapp= path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 447080 T1057 C92 P52460 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 447080 T1057 C92 P52460 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 447080 T1057 C92 P52460 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 447084 T1011 C93 P52441 oasc.SolrCore.execute [collection1] webapp= path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 447085 T1057 C92 P52460 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 447085 T1057 C92 P52460 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1369095577030/jetty4\index.20130521051952232
[junit4:junit4]   2> 447085 T1057 C92 P52460 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@32442210 lockFactory=org.apache.lucene.store.NativeFSLockFactory@620eda65) fullCopy=false
[junit4:junit4]   2> 447087 T1012 C93 P52441 oasc.SolrCore.execute [collection1] webapp= path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 447088 T1057 C92 P52460 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 447089 T1057 C92 P52460 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 447089 T1057 C92 P52460 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 447091 T1057 C92 P52460 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@24a652af lockFactory=org.apache.lucene.store.NativeFSLockFactory@2753ffa2),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@24a652af lockFactory=org.apache.lucene.store.NativeFSLockFactory@2753ffa2),segFN=segments_2,generation=2}
[junit4:junit4]   2> 447092 T1057 C92 P52460 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 447092 T1057 C92 P52460 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 447092 T1057 C92 P52460 oass.SolrIndexSearcher.<init> Opening Searcher@7ff10ff7 main
[junit4:junit4]   2> 447093 T1054 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7ff10ff7 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 447093 T1057 C92 P52460 oasc.CachingDirectoryFactory.closeCacheValue looking to close .\org.apache.solr.cloud.ShardSplitTest-1369095577030/jetty4\index.20130521051952232 [CachedDir<<refCount=0;path=.\org.apache.solr.cloud.ShardSplitTest-1369095577030/jetty4\index.20130521051952232;done=true>>]
[junit4:junit4]   2> 447094 T1057 C92 P52460 oasc.CachingDirectoryFactory.close Closing directory: .\org.apache.solr.cloud.ShardSplitTest-1369095577030/jetty4\index.20130521051952232
[junit4:junit4]   2> 447094 T1057 C92 P52460 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: .\org.apache.solr.cloud.ShardSplitTest-1369095577030/jetty4\index.20130521051952232
[junit4:junit4]   2> 447094 T1057 C92 P52460 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 447094 T1057 C92 P52460 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 447094 T1057 C92 P52460 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 447094 T1057 C92 P52460 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 447103 T1057 C92 P52460 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 447651 T984 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 447653 T984 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52460_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52460"}
[junit4:junit4]   2> 447678 T990 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 447679 T1052 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 447679 T1003 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 447680 T1035 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 447680 T983 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 447681 T1019 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 447774 T961 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 447776 T961 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C94 name=collection1 org.apache.solr.core.SolrCore@619a4d87 url=http://127.0.0.1:52420/collection1 node=127.0.0.1:52420_ C94_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:52420_, base_url=http://127.0.0.1:52420, leader=true}
[junit4:junit4]   2> 447786 T976 C94 P52420 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 447789 T976 C94 P52420 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@236cc47d lockFactory=org.apache.lucene.store.NativeFSLockFactory@b55f2aa),segFN=segments_1,generation=1}
[junit4:junit4]   2> 447790 T976 C94 P52420 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 447791 T976 C94 P52420 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@236cc47d lockFactory=org.apache.lucene.store.NativeFSLockFactory@b55f2aa),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@236cc47d lockFactory=org.apache.lucene.store.NativeFSLockFactory@b55f2aa),segFN=segments_2,generation=2}
[junit4:junit4]   2> 447791 T976 C94 P52420 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 447791 T976 C94 P52420 oass.SolrIndexSearcher.<init> Opening Searcher@77d9cc30 main
[junit4:junit4]   2> 447791 T976 C94 P52420 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 447792 T987 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@77d9cc30 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 447792 T976 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 6
[junit4:junit4]   2> 447797 T1013 C93 P52441 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 447797 T1013 C93 P52441 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@73f049fa lockFactory=org.apache.lucene.store.NativeFSLockFactory@31b3427f),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@73f049fa lockFactory=org.apache.lucene.store.NativeFSLockFactory@31b3427f),segFN=segments_3,generation=3}
[junit4:junit4]   2> 447797 T1013 C93 P52441 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 447797 T1013 C93 P52441 oass.SolrIndexSearcher.<init> Opening Searcher@119a5254 main
[junit4:junit4]   2> 447798 T1013 C93 P52441 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 447799 T1021 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@119a5254 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 447800 T1013 C93 P52441 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:52432/collection1/, StdNode: http://127.0.0.1:52450/collection1/, StdNode: http://127.0.0.1:52460/collection1/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   2> 447802 T997 C91 P52432 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 447811 T997 C91 P52432 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e7f5027 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2c859fb),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e7f5027 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2c859fb),segFN=segments_3,generation=3}
[junit4:junit4]   2> 447811 T997 C91 P52432 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 447811 T997 C91 P52432 oass.SolrIndexSearcher.<init> Opening Searcher@255f6198 main
[junit4:junit4]   2> 447811 T997 C91 P52432 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2>  C90_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:52450_, base_url=http://127.0.0.1:52450}
[junit4:junit4]   2> 447812 T1028 C90 P52450 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2>  C92_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:52460_, base_url=http://127.0.0.1:52460}
[junit4:junit4]   2> 447812 T1047 C92 P52460 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 447813 T1005 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@255f6198 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 447814 T1028 C90 P52450 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@789e6d90 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5cfb869e),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@789e6d90 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5cfb869e),segFN=segments_3,generation=3}
[junit4:junit4]   2> 447815 T1028 C90 P52450 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 447814 T997 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 12
[junit4:junit4]   2> 447815 T1047 C92 P52460 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@24a652af lockFactory=org.apache.lucene.store.NativeFSLockFactory@2753ffa2),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@24a652af lockFactory=org.apache.lucene.store.NativeFSLockFactory@2753ffa2),segFN=segments_3,generation=3}
[junit4:junit4]   2> 447815 T1047 C92 P52460 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 447815 T1028 C90 P52450 oass.SolrIndexSearcher.<init> Opening Searcher@284c38a9 main
[junit4:junit4]   2> 447816 T1047 C92 P52460 oass.SolrIndexSearcher.<init> Opening Searcher@5def9123 main
[junit4:junit4]   2> 447817 T1047 C92 P52460 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 447816 T1028 C90 P52450 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 447817 T1037 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@284c38a9 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 447817 T1054 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5def9123 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 447817 T1028 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 5
[junit4:junit4]   2> 447817 T1047 C92 P52460 oasup.LogUpdateProcessor.finish [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]   2> 447818 T1013 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 21
[junit4:junit4]   2> 447819 T961 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 447821 T999 C91 P52432 oasc.SolrCore.execute [collection1] webapp= path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 447823 T1030 C90 P52450 oasc.SolrCore.execute [collection1] webapp= path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 447824 T1015 C93 P52441 oasc.SolrCore.execute [collection1] webapp= path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 447826 T1048 C92 P52460 oasc.SolrCore.execute [collection1] webapp= path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 449237 T973 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1435600781974700032)} 0 2
[junit4:junit4]   2> 449246 T1046 C92 P52460 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=FROMLEADER&_version_=-1435600781980991488&update.from=http://127.0.0.1:52441/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1435600781980991488)} 0 2
[junit4:junit4]   2> 449251 T1027 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=FROMLEADER&_version_=-1435600781985185792&update.from=http://127.0.0.1:52432/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1435600781985185792)} 0 1
[junit4:junit4]   2> 449253 T996 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=TOLEADER&wt=javabin&version=2} {deleteByQuery=*:* (-1435600781985185792)} 0 8
[junit4:junit4]   2> 449253 T1014 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1435600781980991488)} 0 13
[junit4:junit4]   2> 449257 T979 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[a!0 (1435600781996720128)]} 0 2
[junit4:junit4]   2> 449264 T1047 C92 P52460 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[a!0 (1435600781999865856)]} 0 2
[junit4:junit4]   2> 449265 T1013 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[a!0 (1435600781999865856)]} 0 6
[junit4:junit4]   2> 449267 T974 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[b!1 (1435600782008254464)]} 0 0
[junit4:junit4]   2> 449279 T1029 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[b!1 (1435600782014545920)]} 0 2
[junit4:junit4]   2> 449279 T998 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[b!1 (1435600782014545920)]} 0 7
[junit4:junit4]   2> 449280 T1015 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[b!1]} 0 10
[junit4:junit4]   2> 449285 T976 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[c!2 (1435600782026080256)]} 0 1
[junit4:junit4]   2> 449292 T1028 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[c!2 (1435600782030274560)]} 0 0
[junit4:junit4]   2> 449292 T997 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[c!2 (1435600782030274560)]} 0 5
[junit4:junit4]   2> 449294 T975 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[d!3 (1435600782036566016)]} 0 0
[junit4:junit4]   2> 449305 T1048 C92 P52460 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[d!3 (1435600782043906048)]} 0 0
[junit4:junit4]   2> 449306 T1010 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[d!3 (1435600782043906048)]} 0 5
[junit4:junit4]   2> 449307 T999 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[d!3]} 0 9
[junit4:junit4]   2> 449310 T978 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[e!4 (1435600782052294656)]} 0 1
[junit4:junit4]   2> 449316 T1043 C92 P52460 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[e!4 (1435600782056488960)]} 0 1
[junit4:junit4]   2> 449317 T1011 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[e!4 (1435600782056488960)]} 0 4
[junit4:junit4]   2> 449318 T994 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[e!4]} 0 7
[junit4:junit4]   2> 449320 T973 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[f!5 (1435600782062780416)]} 0 1
[junit4:junit4]   2> 449327 T1044 C92 P52460 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[f!5 (1435600782069071872)]} 0 0
[junit4:junit4]   2> 449328 T1012 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[f!5 (1435600782069071872)]} 0 3
[junit4:junit4]   2> 449329 T995 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[f!5]} 0 7
[junit4:junit4]   2> 449331 T979 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[g!6 (1435600782075363328)]} 0 0
[junit4:junit4]   2> 449338 T1030 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[g!6 (1435600782080606208)]} 0 0
[junit4:junit4]   2> 449339 T996 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[g!6 (1435600782080606208)]} 0 3
[junit4:junit4]   2> 449340 T1014 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[g!6]} 0 7
[junit4:junit4]   2> 449343 T976 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[h!7 (1435600782087946240)]} 0 0
[junit4:junit4]   2> 449351 T1031 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[h!7 (1435600782093189120)]} 0 0
[junit4:junit4]   2> 449353 T998 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[h!7 (1435600782093189120)]} 0 5
[junit4:junit4]   2> 449354 T1013 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[h!7]} 0 8
[junit4:junit4]   2> 449357 T975 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[i!8 (1435600782101577728)]} 0 1
[junit4:junit4]   2> 449362 T1027 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[i!8 (1435600782105772032)]} 0 0
[junit4:junit4]   2> 449363 T999 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[i!8 (1435600782105772032)]} 0 3
[junit4:junit4]   2> 449365 T978 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[j!9 (1435600782111014912)]} 0 0
[junit4:junit4]   2> 449371 T1029 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[j!9 (1435600782113112064)]} 0 1
[junit4:junit4]   2> 449371 T994 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[j!9 (1435600782113112064)]} 0 4
[junit4:junit4]   2> 449373 T973 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[k!10 (1435600782119403520)]} 0 0
[junit4:junit4]   2> 449380 T1028 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[k!10 (1435600782123597824)]} 0 1
[junit4:junit4]   2> 449381 T995 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[k!10 (1435600782123597824)]} 0 4
[junit4:junit4]   2> 449384 T974 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[l!11 (1435600782129889280)]} 0 1
[junit4:junit4]   2> 449389 T1045 C92 P52460 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[l!11 (1435600782133035008)]} 0 1
[junit4:junit4]   2> 449390 T1015 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[l!11 (1435600782133035008)]} 0 4
[junit4:junit4]   2> 449393 T979 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[m!12 (1435600782140375040)]} 0 0
[junit4:junit4]   2> 449403 T1046 C92 P52460 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[m!12 (1435600782147715072)]} 0 1
[junit4:junit4]   2> 449404 T1010 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[m!12 (1435600782147715072)]} 0 4
[junit4:junit4]   2> 449406 T996 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[m!12]} 0 9
[junit4:junit4]   2> 449408 T976 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[n!13 (1435600782156103680)]} 0 0
[junit4:junit4]   2> 449415 T1030 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[n!13 (1435600782159249408)]} 0 0
[junit4:junit4]   2> 449417 T997 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[n!13 (1435600782159249408)]} 0 6
[junit4:junit4]   2> 449419 T975 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[o!14 (1435600782167638016)]} 0 0
[junit4:junit4]   2> 449427 T1047 C92 P52460 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[o!14 (1435600782171832320)]} 0 0
[junit4:junit4]   2> 449428 T1011 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[o!14 (1435600782171832320)]} 0 5
[junit4:junit4]   2> 449431 T978 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[p!15 (1435600782180220928)]} 0 1
[junit4:junit4]   2> 449439 T1026 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[p!15 (1435600782185463808)]} 0 1
[junit4:junit4]   2> 449440 T998 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[p!15 (1435600782185463808)]} 0 4
[junit4:junit4]   2> 449440 T1012 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[p!15]} 0 5
[junit4:junit4]   2> 449443 T973 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[q!16 (1435600782192803840)]} 0 1
[junit4:junit4]   2> 449449 T1031 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[q!16 (1435600782195949568)]} 0 1
[junit4:junit4]   2> 449450 T999 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[q!16 (1435600782195949568)]} 0 4
[junit4:junit4]   2> 449453 T974 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[r!17 (1435600782203289600)]} 0 1
[junit4:junit4]   2> 449461 T1048 C92 P52460 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[r!17 (1435600782208532480)]} 0 1
[junit4:junit4]   2> 449483 T1014 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[r!17 (1435600782208532480)]} 0 25
[junit4:junit4]   2> 449484 T994 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[r!17]} 0 28
[junit4:junit4]   2> 449487 T979 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[s!18 (1435600782238941184)]} 0 0
[junit4:junit4]   2> 449495 T1027 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[s!18 (1435600782244184064)]} 0 1
[junit4:junit4]   2> 449496 T995 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[s!18 (1435600782244184064)]} 0 4
[junit4:junit4]   2> 449497 T1013 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[s!18]} 0 7
[junit4:junit4]   2> 449499 T976 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[t!19 (1435600782251524096)]} 0 0
[junit4:junit4]   2> 449507 T1029 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[t!19 (1435600782256766976)]} 0 0
[junit4:junit4]   2> 449508 T996 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[t!19 (1435600782256766976)]} 0 4
[junit4:junit4]   2> 449509 T1015 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[t!19]} 0 7
[junit4:junit4]   2> 449512 T975 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[u!20 (1435600782265155584)]} 0 1
[junit4:junit4]   2> 449518 T1043 C92 P52460 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[u!20 (1435600782268301312)]} 0 0
[junit4:junit4]   2> 449519 T1010 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[u!20 (1435600782268301312)]} 0 5
[junit4:junit4]   2> 449521 T978 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[v!21 (1435600782274592768)]} 0 0
[junit4:junit4]   2> 449529 T1028 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[v!21 (1435600782278787072)]} 0 0
[junit4:junit4]   2> 449531 T997 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[v!21 (1435600782278787072)]} 0 5
[junit4:junit4]   2> 449535 T973 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[w!22 (1435600782288224256)]} 0 2
[junit4:junit4]   2> 449543 T1030 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[w!22 (1435600782294515712)]} 0 0
[junit4:junit4]   2> 449544 T998 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[w!22 (1435600782294515712)]} 0 5
[junit4:junit4]   2> 449545 T1011 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[w!22]} 0 8
[junit4:junit4]   2> 449549 T974 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[x!23 (1435600782303952896)]} 0 0
[junit4:junit4]   2> 449557 T1044 C92 P52460 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[x!23 (1435600782310244352)]} 0 0
[junit4:junit4]   2> 449559 T1012 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[x!23 (1435600782310244352)]} 0 4
[junit4:junit4]   2> 449560 T999 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[x!23]} 0 9
[junit4:junit4]   2> 449563 T979 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[y!24 (1435600782317584384)]} 0 1
[junit4:junit4]   2> 449568 T1045 C92 P52460 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[y!24 (1435600782320730112)]} 0 0
[junit4:junit4]   2> 449570 T1014 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[y!24 (1435600782320730112)]} 0 5
[junit4:junit4]   2> 449571 T976 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[z!25 (1435600782327021568)]} 0 0
[junit4:junit4]   2> 449587 T1026 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[z!25 (1435600782333313024)]} 0 0
[junit4:junit4]   2> 449588 T994 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[z!25 (1435600782333313024)]} 0 11
[junit4:junit4]   2> 449588 T1013 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[z!25]} 0 15
[junit4:junit4]   2> 449590 T975 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[a!26 (1435600782346944512)]} 0 0
[junit4:junit4]   2> 449595 T1046 C92 P52460 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[a!26 (1435600782350090240)]} 0 0
[junit4:junit4]   2> 449596 T1015 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[a!26 (1435600782350090240)]} 0 3
[junit4:junit4]   2> 449599 T978 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[b!27 (1435600782356381696)]} 0 1
[junit4:junit4]   2> 449607 T1031 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[b!27 (1435600782361624576)]} 0 1
[junit4:junit4]   2> 449608 T995 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[b!27 (1435600782361624576)]} 0 4
[junit4:junit4]   2> 449608 T1010 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[b!27]} 0 7
[junit4:junit4]   2> 449612 T973 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[c!28 (1435600782370013184)]} 0 0
[junit4:junit4]   2> 449621 T1027 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[c!28 (1435600782375256064)]} 0 1
[junit4:junit4]   2> 449623 T996 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[c!28 (1435600782375256064)]} 0 7
[junit4:junit4]   2> 449627 T974 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[d!29 (1435600782384693248)]} 0 1
[junit4:junit4]   2> 449633 T1047 C92 P52460 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[d!29 (1435600782388887552)]} 0 0
[junit4:junit4]   2> 449634 T1011 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[d!29 (1435600782388887552)]} 0 4
[junit4:junit4]   2> 449638 T979 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[e!30 (1435600782396227584)]} 0 0
[junit4:junit4]   2> 449650 T1048 C92 P52460 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[e!30 (1435600782405664768)]} 0 0
[junit4:junit4]   2> 449653 T1014 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[e!30 (1435600782405664768)]} 0 7
[junit4:junit4]   2> 449654 T997 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[e!30]} 0 13
[junit4:junit4]   2> 449658 T976 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[f!31 (1435600782418247680)]} 0 0
[junit4:junit4]   2> 449665 T1044 C92 P52460 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[f!31 (1435600782422441984)]} 0 1
[junit4:junit4]   2> 449667 T1013 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[f!31 (1435600782422441984)]} 0 5
[junit4:junit4]   2> 449671 T975 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[g!32 (1435600782430830592)]} 0 1
[junit4:junit4]   2> 449677 T1029 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[g!32 (1435600782435024896)]} 0 1
[junit4:junit4]   2> 449678 T998 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[g!32 (1435600782435024896)]} 0 5
[junit4:junit4]   2> 449679 T978 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[h!33 (1435600782440267776)]} 0 0
[junit4:junit4]   2> 449685 T1028 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[h!33 (1435600782443413504)]} 0 0
[junit4:junit4]   2> 449685 T999 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[h!33 (1435600782443413504)]} 0 3
[junit4:junit4]   2> 449688 T973 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[i!34 (1435600782448656384)]} 0 1
[junit4:junit4]   2> 449693 T1030 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[i!34 (1435600782452850688)]} 0 0
[junit4:junit4]   2> 449694 T994 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[i!34 (1435600782452850688)]} 0 3
[junit4:junit4]   2> 449696 T974 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[j!35 (1435600782458093568)]} 0 0
[junit4:junit4]   2> 449703 T1026 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[j!35 (1435600782462287872)]} 0 1
[junit4:junit4]   2> 449704 T995 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[j!35 (1435600782462287872)]} 0 4
[junit4:junit4]   2> 449705 T1015 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[j!35]} 0 7
[junit4:junit4]   2> 449708 T979 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[k!36 (1435600782470676480)]} 0 1
[junit4:junit4]   2> 449715 T1031 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[k!36 (1435600782473822208)]} 0 0
[junit4:junit4]   2> 449717 T996 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[k!36 (1435600782473822208)]} 0 6
[junit4:junit4]   2> 449720 T976 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[l!37 (1435600782483259392)]} 0 0
[junit4:junit4]   2> 449727 T1045 C92 P52460 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[l!37 (1435600782488502272)]} 0 0
[junit4:junit4]   2> 449728 T1010 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[l!37 (1435600782488502272)]} 0 3
[junit4:junit4]   2> 449729 T997 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[l!37]} 0 6
[junit4:junit4]   2> 449731 T975 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[m!38 (1435600782494793728)]} 0 0
[junit4:junit4]   2> 449735 T1046 C92 P52460 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[m!38 (1435600782496890880)]} 0 0
[junit4:junit4]   2> 449736 T1011 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[m!38 (1435600782496890880)]} 0 3
[junit4:junit4]   2> 449738 T978 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[n!39 (1435600782502133760)]} 0 0
[junit4:junit4]   2> 449746 T1027 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[n!39 (1435600782506328064)]} 0 1
[junit4:junit4]   2> 449746 T998 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[n!39 (1435600782506328064)]} 0 4
[junit4:junit4]   2> 449746 T1012 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[n!39]} 0 6
[junit4:junit4]   2> 449749 T974 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[o!40 (1435600782513668096)]} 0 1
[junit4:junit4]   2> 449757 T1047 C92 P52460 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[o!40 (1435600782518910976)]} 0 0
[junit4:junit4]   2> 449757 T1014 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[o!40 (1435600782518910976)]} 0 3
[junit4:junit4]   2> 449759 T999 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[o!40]} 0 8
[junit4:junit4]   2> 449763 T979 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[p!41 (1435600782527299584)]} 0 1
[junit4:junit4]   2> 449772 T1029 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[p!41 (1435600782533591040)]} 0 1
[junit4:junit4]   2> 449773 T995 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[p!41 (1435600782533591040)]} 0 5
[junit4:junit4]   2> 449774 T1013 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[p!41]} 0 8
[junit4:junit4]   2> 449777 T976 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[q!42 (1435600782543028224)]} 0 0
[junit4:junit4]   2> 449784 T1030 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[q!42 (1435600782547222528)]} 0 1
[junit4:junit4]   2> 449785 T996 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[q!42 (1435600782547222528)]} 0 4
[junit4:junit4]   2> 449788 T975 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[r!43 (1435600782554562560)]} 0 0
[junit4:junit4]   2> 449798 T1043 C92 P52460 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[r!43 (1435600782561902592)]} 0 1
[junit4:junit4]   2> 449800 T1015 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[r!43 (1435600782561902592)]} 0 5
[junit4:junit4]   2> 449801 T997 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[r!43]} 0 9
[junit4:junit4]   2> 449805 T973 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[s!44 (1435600782571339776)]} 0 1
[junit4:junit4]   2> 449814 T1026 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[s!44 (1435600782578679808)]} 0 0
[junit4:junit4]   2> 449816 T998 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[s!44 (1435600782578679808)]} 0 5
[junit4:junit4]   2> 449816 T1010 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[s!44]} 0 9
[junit4:junit4]   2> 449821 T978 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[t!45 (1435600782589165568)]} 0 0
[junit4:junit4]   2> 449831 T1031 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[t!45 (1435600782595457024)]} 0 0
[junit4:junit4]   2> 449833 T999 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[t!45 (1435600782595457024)]} 0 6
[junit4:junit4]   2> 449834 T1011 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[t!45]} 0 9
[junit4:junit4]   2> 449838 T974 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[u!46 (1435600782605942784)]} 0 1
[junit4:junit4]   2> 449844 T1048 C92 P52460 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[u!46 (1435600782610137088)]} 0 0
[junit4:junit4]   2> 449846 T1012 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[u!46 (1435600782610137088)]} 0 5
[junit4:junit4]   2> 449853 T979 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[v!47 (1435600782621671424)]} 0 4
[junit4:junit4]   2> 449860 T1027 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[v!47 (1435600782625865728)]} 0 1
[junit4:junit4]   2> 449861 T994 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[v!47 (1435600782625865728)]} 0 5
[junit4:junit4]   2> 449866 T976 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[w!48 (1435600782636351488)]} 0 1
[junit4:junit4]   2> 449871 T1028 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[w!48 (1435600782639497216)]} 0 0
[junit4:junit4]   2> 449873 T995 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[w!48 (1435600782639497216)]} 0 4
[junit4:junit4]   2> 449875 T975 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[x!49 (1435600782645788672)]} 0 0
[junit4:junit4]   2> 449880 T1044 C92 P52460 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[x!49 (1435600782647885824)]} 0 0
[junit4:junit4]   2> 449880 T1014 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[x!49 (1435600782647885824)]} 0 3
[junit4:junit4]   2> 449883 T973 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[y!50 (1435600782654177280)]} 0 0
[junit4:junit4]   2> 449891 T1045 C92 P52460 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[y!50 (1435600782659420160)]} 0 1
[junit4:junit4]   2> 449891 T1013 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[y!50 (1435600782659420160)]} 0 3
[junit4:junit4]   2> 449892 T996 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[y!50]} 0 7
[junit4:junit4]   2> 449894 T978 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[z!51 (1435600782665711616)]} 0 0
[junit4:junit4]   2> 449901 T1029 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[z!51 (1435600782668857344)]} 0 1
[junit4:junit4]   2> 449912 T997 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[z!51 (1435600782668857344)]} 0 15
[junit4:junit4]   2> 449917 T974 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[a!52 (1435600782688780288)]} 0 1
[junit4:junit4]   2> 449924 T1046 C92 P52460 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[a!52 (1435600782694023168)]} 0 0
[junit4:junit4]   2> 449926 T1015 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[a!52 (1435600782694023168)]} 0 6
[junit4:junit4]   2> 449931 T979 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[b!53 (1435600782704508928)]} 0 1
[junit4:junit4]   2> 449939 T1030 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[b!53 (1435600782707654656)]} 0 0
[junit4:junit4]   2> 449942 T998 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[b!53 (1435600782707654656)]} 0 8
[junit4:junit4]   2> 449950 T976 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[c!54 (1435600782723383296)]} 0 1
[junit4:junit4]   2> 449962 T1026 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[c!54 (1435600782732820480)]} 0 1
[junit4:junit4]   2> 449963 T999 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[c!54 (1435600782732820480)]} 0 6
[junit4:junit4]   2> 449965 T1010 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[c!54]} 0 11
[junit4:junit4]   2> 449970 T975 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[d!55 (1435600782745403392)]} 0 1
[junit4:junit4]   2> 449977 T1047 C92 P52460 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[d!55 (1435600782750646272)]} 0 0
[junit4:junit4]   2> 449979 T1011 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[d!55 (1435600782750646272)]} 0 5
[junit4:junit4]   2> 449980 T994 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[d!55]} 0 8
[junit4:junit4]   2> 449983 T973 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[e!56 (1435600782759034880)]} 0 1
[junit4:junit4]   2> 449991 T1043 C92 P52460 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[e!56 (1435600782764277760)]} 0 0
[junit4:junit4]   2> 449992 T1012 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[e!56 (1435600782764277760)]} 0 5
[junit4:junit4]   2> 449993 T995 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[e!56]} 0 8
[junit4:junit4]   2> 449996 T978 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[f!57 (1435600782771617792)]} 0 1
[junit4:junit4]   2> 450001 T1048 C92 P52460 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[f!57 (1435600782775812096)]} 0 1
[junit4:junit4]   2> 450002 T1014 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[f!57 (1435600782775812096)]} 0 4
[junit4:junit4]   2> 450004 T974 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[g!58 (1435600782780006400)]} 0 1
[junit4:junit4]   2> 450011 T1031 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[g!58 (1435600782785249280)]} 0 1
[junit4:junit4]   2> 450011 T996 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[g!58 (1435600782785249280)]} 0 3
[junit4:junit4]   2> 450012 T1013 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[g!58]} 0 6
[junit4:junit4]   2> 450014 T979 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[h!59 (1435600782791540736)]} 0 0
[junit4:junit4]   2> 450023 T1027 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[h!59 (1435600782797832192)]} 0 1
[junit4:junit4]   2> 450025 T997 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[h!59 (1435600782797832192)]} 0 5
[junit4:junit4]   2> 450026 T1015 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[h!59]} 0 8
[junit4:junit4]   2> 450029 T976 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[i!60 (1435600782807269376)]} 0 0
[junit4:junit4]   2> 450035 T1028 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[i!60 (1435600782811463680)]} 0 0
[junit4:junit4]   2> 450036 T998 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[i!60 (1435600782811463680)]} 0 3
[junit4:junit4]   2> 450039 T975 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[j!61 (1435600782816706560)]} 0 1
[junit4:junit4]   2> 450044 T1029 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[j!61 (1435600782819852288)]} 0 1
[junit4:junit4]   2> 450044 T999 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[j!61 (1435600782819852288)]} 0 3
[junit4:junit4]   2> 450047 T973 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[k!62 (1435600782826143744)]} 0 1
[junit4:junit4]   2> 450054 T1030 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[k!62 (1435600782830338048)]} 0 1
[junit4:junit4]   2> 450055 T994 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[k!62 (1435600782830338048)]} 0 4
[junit4:junit4]   2> 450055 T1010 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[k!62]} 0 6
[junit4:junit4]   2> 450058 T978 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[l!63 (1435600782837678080)]} 0 0
[junit4:junit4]   2> 450063 T1044 C92 P52460 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[l!63 (1435600782839775232)]} 0 0
[junit4:junit4]   2> 450064 T1012 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[l!63 (1435600782839775232)]} 0 4
[junit4:junit4]   2> 450067 T974 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[m!64 (1435600782846066688)]} 0 1
[junit4:junit4]   2> 450073 T1046 C92 P52460 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[m!64 (1435600782851309568)]} 0 0
[junit4:junit4]   2> 450074 T1014 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[m!64 (1435600782851309568)]} 0 3
[junit4:junit4]   2> 450075 T995 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[m!64]} 0 6
[junit4:junit4]   2> 450077 T979 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[n!65 (1435600782857601024)]} 0 0
[junit4:junit4]   2> 450082 T1026 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[n!65 (1435600782859698176)]} 0 1
[junit4:junit4]   2> 450083 T996 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[n!65 (1435600782859698176)]} 0 4
[junit4:junit4]   2> 450085 T976 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[o!66 (1435600782865989632)]} 0 0
[junit4:junit4]   2> 450092 T1047 C92 P52460 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[o!66 (1435600782871232512)]} 0 0
[junit4:junit4]   2> 450093 T1013 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[o!66 (1435600782871232512)]} 0 3
[junit4:junit4]   2> 450094 T997 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[o!66]} 0 6
[junit4:junit4]   2> 450096 T975 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[p!67 (1435600782877523968)]} 0 1
[junit4:junit4]   2> 450103 T1031 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[p!67 (1435600782881718272)]} 0 1
[junit4:junit4]   2> 450104 T998 C91 P52432 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52441/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[p!67 (1435600782881718272)]} 0 4
[junit4:junit4]   2> 450105 T1015 C93 P52441 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[p!67]} 0 7
[junit4:junit4]   2> 450108 T973 C94 P52420 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[q!68 (1435600782890106880)]} 0 0
[junit4:junit4]   2> 450112 T1027 C90 P52450 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:52432/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[q!68 (1435600782892204032)]} 0 0
[junit4:junit4]   2> 450113 T999 C91 P52432 oasup.LogUpdateProcessor.finis

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

sionid 0x13ec4749dcc000c, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 479137 T1090 oascc.ZkStateReader$3.process Updating live nodes... (0)
[junit4:junit4]   2> 479147 T961 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-1369095577030\zookeeper\server1\data\version-2\log.1 FAILED !!!!!
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-1369095577030\zookeeper\server1\data\version-2 FAILED !!!!!
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-1369095577030\zookeeper\server1\data FAILED !!!!!
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-1369095577030\zookeeper\server1 FAILED !!!!!
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-1369095577030\zookeeper FAILED !!!!!
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-1369095577030 FAILED !!!!!
[junit4:junit4]   2> 479248 T961 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
[junit4:junit4]   2> 479250 T961 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:52413 52413
[junit4:junit4]   2> 479325 T1035 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 481569 T1035 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 480462 T1052 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 481573 T1052 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 481573 T1052 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 481677 T1090 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@63bbe8f1 name:ZooKeeperConnection Watcher:127.0.0.1:52413/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
[junit4:junit4]   2> 481677 T1090 oascc.ConnectionManager.process Client->ZooKeeper status change trigger but we are already closed
[junit4:junit4]   2> 481689 T961 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 52420
[junit4:junit4]   2> 481714 T961 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
[junit4:junit4]   2> 481714 T961 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:52413 52413
[junit4:junit4]   1>      /solr/collections/collection1/leaders/shard1_1 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "core":"collection1_shard1_1_replica1",
[junit4:junit4]   1>            "node_name":"127.0.0.1:52432_",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:52432"}
[junit4:junit4]   1>      /solr/collections/collection1/leaders/shard2 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "core":"collection1",
[junit4:junit4]   1>            "node_name":"127.0.0.1:52441_",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:52441"}
[junit4:junit4]   1>    /solr/collections/control_collection (3)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"configName":"conf1"}
[junit4:junit4]   1>     /solr/collections/control_collection/shards (0)
[junit4:junit4]   1>     /solr/collections/control_collection/leader_elect (1)
[junit4:junit4]   1>      /solr/collections/control_collection/leader_elect/shard1 (1)
[junit4:junit4]   1>       /solr/collections/control_collection/leader_elect/shard1/election (1)
[junit4:junit4]   1>        /solr/collections/control_collection/leader_elect/shard1/election/89725047736631299-1-n_0000000000 (0)
[junit4:junit4]   1>     /solr/collections/control_collection/leaders (1)
[junit4:junit4]   1>      /solr/collections/control_collection/leaders/shard1 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "core":"collection1",
[junit4:junit4]   1>            "node_name":"127.0.0.1:52420_",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:52420"}
[junit4:junit4]   1>   /solr/overseer_elect (2)
[junit4:junit4]   1>    /solr/overseer_elect/election (5)
[junit4:junit4]   1>     /solr/overseer_elect/election/89725047736631304-127.0.0.1:52441_-n_0000000002 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89725047736631302-127.0.0.1:52432_-n_0000000001 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89725047736631306-127.0.0.1:52450_-n_0000000003 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89725047736631308-127.0.0.1:52460_-n_0000000004 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89725047736631299-127.0.0.1:52420_-n_0000000000 (0)
[junit4:junit4]   1>    /solr/overseer_elect/leader (0)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"id":"89725047736631299-127.0.0.1:52420_-n_0000000000"}
[junit4:junit4]   1>  /zookeeper (1)
[junit4:junit4]   1>  DATA:
[junit4:junit4]   1>      
[junit4:junit4]   1> 
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ShardSplitTest -Dtests.method=testDistribSearch -Dtests.seed=CB26BDFC7EBF8372 -Dtests.slow=true -Dtests.locale=zh_TW -Dtests.timezone=Indian/Kerguelen -Dtests.file.encoding=US-ASCII
[junit4:junit4] FAILURE 49.9s | ShardSplitTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: Wrong doc count on shard1_1 expected:<146> but was:<145>
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([CB26BDFC7EBF8372:4AC033E409E0E34E]:0)
[junit4:junit4]    > 	at org.apache.solr.cloud.ShardSplitTest.checkDocCountsAndShardStates(ShardSplitTest.java:167)
[junit4:junit4]    > 	at org.apache.solr.cloud.ShardSplitTest.doTest(ShardSplitTest.java:142)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 481784 T961 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene40, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=zh_TW, timezone=Indian/Kerguelen
[junit4:junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=2,threads=1,free=97881912,total=171102208
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestPropInject, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestSolrQueryParserResource, TestReload, FileBasedSpellCheckerTest, BasicZkTest, TestDynamicFieldResource, TestExtendedDismaxParser, XsltUpdateRequestHandlerTest, TestDistributedSearch, TestManagedSchema, CSVRequestHandlerTest, SimplePostToolTest, DistanceFunctionTest, ResourceLoaderTest, TestLRUCache, UniqFieldsUpdateProcessorFactoryTest, LukeRequestHandlerTest, LoggingHandlerTest, TestRangeQuery, TestStressLucene, SampleTest, TestManagedSchemaFieldResource, TestPseudoReturnFields, ClusterStateUpdateTest, TestBinaryResponseWriter, TestFastWriter, ZkCLITest, LegacyHTMLStripCharFilterTest, CollectionsAPIDistributedZkTest, TestUpdate, QueryParsingTest, BadCopyFieldTest, FieldMutatingUpdateProcessorTest, IndexSchemaTest, MinimalSchemaTest, DocValuesTest, RegexBoostProcessorTest, TestCloudManagedSchema, TestPartialUpdateDeduplication, TestCoreContainer, ZkNodePropsTest, TestDefaultSimilarityFactory, TestNumberUtils, SuggesterTest, TestCharFilters, ShardSplitTest]
[junit4:junit4] Completed in 49.93s, 1 test, 1 failure <<< FAILURES!

[...truncated 777 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:380: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:360: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:181: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:437: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1240: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:884: There were test failures: 295 suites, 1231 tests, 1 failure, 18 ignored (12 assumptions)

Total time: 64 minutes 24 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0_21 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.7.0_21) - Build # 2842 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2842/
Java: 64bit/jdk1.7.0_21 -XX:+UseCompressedOops -XX:+UseG1GC

5 tests failed.
FAILED:  org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer.testGetCoreContainer

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([ED20914B7DE21255:2033A504CB137AEB]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 40 more


FAILED:  org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer.testShutdown

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([ED20914B7DE21255:E5698DE9A988727]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 40 more


FAILED:  org.apache.solr.client.solrj.embedded.TestSolrProperties.testProperties

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	at org.apache.solr.client.solrj.embedded.TestSolrProperties.setUp(TestSolrProperties.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$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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 41 more


FAILED:  org.apache.solr.client.solrj.request.TestCoreAdmin.testCustomUlogDir

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([ED20914B7DE21255:2D987066FB5D509E]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 39 more


FAILED:  org.apache.solr.client.solrj.request.TestCoreAdmin.testErrorCases

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([ED20914B7DE21255:54DE0A2AED76103A]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 39 more




Build Log:
[...truncated 10429 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.TestSolrProperties
[junit4:junit4]   1> 193781 [TEST-TestSolrProperties.testProperties-seed#[ED20914B7DE21255]] INFO  org.apache.solr.core.CoreContainer  � New CoreContainer 232256628
[junit4:junit4]   1> 193782 [TEST-TestSolrProperties.testProperties-seed#[ED20914B7DE21255]] INFO  org.apache.solr.core.CoreContainer  � Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 193782 [TEST-TestSolrProperties.testProperties-seed#[ED20914B7DE21255]] INFO  org.apache.solr.core.SolrResourceLoader  � new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrProperties -Dtests.method=testProperties -Dtests.seed=ED20914B7DE21255 -Dtests.slow=true -Dtests.locale=es_GT -Dtests.timezone=Europe/Zurich -Dtests.file.encoding=Cp1252
[junit4:junit4] ERROR   0.14s | TestSolrProperties.testProperties <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.setUp(TestSolrProperties.java:70)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 41 moreThrowable #2: java.lang.AssertionError: Failed to delete .\solrtest-TestSolrProperties-1369070983002\solr-persist.xml
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.deleteAdditionalFiles(TestSolrProperties.java:95)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.tearDown(AbstractEmbeddedSolrServerTestCase.java:79)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.tearDown(TestSolrProperties.java:76)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=es_GT, timezone=Europe/Zurich
[junit4:junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=2,threads=1,free=155439320,total=214958080
[junit4:junit4]   2> NOTE: All tests run in this JVM: [IteratorChainTest, JettyWebappTest, SolrExampleXMLTest, SolrQueryTest, FacetFieldTest, ModifiableSolrParamsTest, TestJavaBinCodec, NamedListTest, BasicHttpSolrServerTest, AnlysisResponseBaseTest, SolrExampleStreamingBinaryTest, CloudSolrServerTest, MultiCoreEmbeddedTest, SolrExampleStreamingTest, TestFastInputStream, TestXMLEscaping, MergeIndexesEmbeddedTest, TestLBHttpSolrServer, TestBatchUpdate, LargeVolumeJettyTest, SolrParamTest, TestSpellCheckResponse, SolrExampleBinaryTest, SolrExampleJettyTest, SolrExampleEmbeddedTest, LargeVolumeBinaryJettyTest, MultiCoreExampleJettyTest, LargeVolumeEmbeddedTest, TestSolrProperties]
[junit4:junit4] Completed in 0.20s, 1 test, 1 error <<< FAILURES!

[...truncated 4 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer
[junit4:junit4]   1> 195313 [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[ED20914B7DE21255]] INFO  org.apache.solr.core.CoreContainer  � New CoreContainer 349635807
[junit4:junit4]   1> 195314 [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[ED20914B7DE21255]] INFO  org.apache.solr.core.CoreContainer  � Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 195314 [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[ED20914B7DE21255]] INFO  org.apache.solr.core.SolrResourceLoader  � new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestEmbeddedSolrServer -Dtests.method=testGetCoreContainer -Dtests.seed=ED20914B7DE21255 -Dtests.slow=true -Dtests.locale=ja_JP_JP_#u-ca-japanese -Dtests.timezone=Asia/Kamchatka -Dtests.file.encoding=Cp1252
[junit4:junit4] ERROR   0.12s | TestEmbeddedSolrServer.testGetCoreContainer <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([ED20914B7DE21255:2033A504CB137AEB]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 40 more
[junit4:junit4]   1> 195430 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[ED20914B7DE21255]] INFO  org.apache.solr.core.CoreContainer  � New CoreContainer 1371887843
[junit4:junit4]   1> 195430 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[ED20914B7DE21255]] INFO  org.apache.solr.core.CoreContainer  � Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 195431 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[ED20914B7DE21255]] INFO  org.apache.solr.core.SolrResourceLoader  � new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestEmbeddedSolrServer -Dtests.method=testShutdown -Dtests.seed=ED20914B7DE21255 -Dtests.slow=true -Dtests.locale=ja_JP_JP_#u-ca-japanese -Dtests.timezone=Asia/Kamchatka -Dtests.file.encoding=Cp1252
[junit4:junit4] ERROR   0.12s | TestEmbeddedSolrServer.testShutdown <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([ED20914B7DE21255:E5698DE9A988727]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 40 more
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=ja_JP_JP_#u-ca-japanese, timezone=Asia/Kamchatka
[junit4:junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=2,threads=1,free=69335736,total=214958080
[junit4:junit4]   2> NOTE: All tests run in this JVM: [IteratorChainTest, JettyWebappTest, SolrExampleXMLTest, SolrQueryTest, FacetFieldTest, ModifiableSolrParamsTest, TestJavaBinCodec, NamedListTest, BasicHttpSolrServerTest, AnlysisResponseBaseTest, SolrExampleStreamingBinaryTest, CloudSolrServerTest, MultiCoreEmbeddedTest, SolrExampleStreamingTest, TestFastInputStream, TestXMLEscaping, MergeIndexesEmbeddedTest, TestLBHttpSolrServer, TestBatchUpdate, LargeVolumeJettyTest, SolrParamTest, TestSpellCheckResponse, SolrExampleBinaryTest, SolrExampleJettyTest, SolrExampleEmbeddedTest, LargeVolumeBinaryJettyTest, MultiCoreExampleJettyTest, LargeVolumeEmbeddedTest, TestSolrProperties, TermsResponseTest, TestEmbeddedSolrServer]
[junit4:junit4] Completed in 0.26s, 2 tests, 2 errors <<< FAILURES!

[...truncated 4 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.request.TestCoreAdmin
[junit4:junit4]   1> 196030 [TEST-TestCoreAdmin.testCustomUlogDir-seed#[ED20914B7DE21255]] INFO  org.apache.solr.core.CoreContainer  � New CoreContainer 823832669
[junit4:junit4]   1> 196031 [TEST-TestCoreAdmin.testCustomUlogDir-seed#[ED20914B7DE21255]] INFO  org.apache.solr.core.CoreContainer  � Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 196031 [TEST-TestCoreAdmin.testCustomUlogDir-seed#[ED20914B7DE21255]] INFO  org.apache.solr.core.SolrResourceLoader  � new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   1> 196122 [Finalizer] ERROR org.apache.solr.core.CoreContainer  � CoreContainer was not shutdown prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!  instance=349635807
[junit4:junit4]   1> 196123 [Finalizer] ERROR org.apache.solr.core.CoreContainer  � CoreContainer was not shutdown prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!  instance=1371887843
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCoreAdmin -Dtests.method=testCustomUlogDir -Dtests.seed=ED20914B7DE21255 -Dtests.slow=true -Dtests.locale=en_IE -Dtests.timezone=Australia/Adelaide -Dtests.file.encoding=Cp1252
[junit4:junit4] ERROR   0.13s | TestCoreAdmin.testCustomUlogDir <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([ED20914B7DE21255:2D987066FB5D509E]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 39 more
[junit4:junit4]   1> 196155 [TEST-TestCoreAdmin.testErrorCases-seed#[ED20914B7DE21255]] INFO  org.apache.solr.core.CoreContainer  � New CoreContainer 1501769449
[junit4:junit4]   1> 196156 [TEST-TestCoreAdmin.testErrorCases-seed#[ED20914B7DE21255]] INFO  org.apache.solr.core.CoreContainer  � Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 196156 [TEST-TestCoreAdmin.testErrorCases-seed#[ED20914B7DE21255]] INFO  org.apache.solr.core.SolrResourceLoader  � new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCoreAdmin -Dtests.method=testErrorCases -Dtests.seed=ED20914B7DE21255 -Dtests.slow=true -Dtests.locale=en_IE -Dtests.timezone=Australia/Adelaide -Dtests.file.encoding=Cp1252
[junit4:junit4] ERROR   0.12s | TestCoreAdmin.testErrorCases <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([ED20914B7DE21255:54DE0A2AED76103A]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 39 more
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=en_IE, timezone=Australia/Adelaide
[junit4:junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=2,threads=1,free=148236656,total=214958080
[junit4:junit4]   2> NOTE: All tests run in this JVM: [IteratorChainTest, JettyWebappTest, SolrExampleXMLTest, SolrQueryTest, FacetFieldTest, ModifiableSolrParamsTest, TestJavaBinCodec, NamedListTest, BasicHttpSolrServerTest, AnlysisResponseBaseTest, SolrExampleStreamingBinaryTest, CloudSolrServerTest, MultiCoreEmbeddedTest, SolrExampleStreamingTest, TestFastInputStream, TestXMLEscaping, MergeIndexesEmbeddedTest, TestLBHttpSolrServer, TestBatchUpdate, LargeVolumeJettyTest, SolrParamTest, TestSpellCheckResponse, SolrExampleBinaryTest, SolrExampleJettyTest, SolrExampleEmbeddedTest, LargeVolumeBinaryJettyTest, MultiCoreExampleJettyTest, LargeVolumeEmbeddedTest, TestSolrProperties, TermsResponseTest, TestEmbeddedSolrServer, QueryResponseTest, TestCoreAdmin]
[junit4:junit4] Completed in 0.28s, 2 tests, 2 errors <<< FAILURES!

[...truncated 46 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:377: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:357: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:194: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:437: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1240: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:884: There were test failures: 45 suites, 269 tests, 5 errors, 1 ignored (1 assumption)

Total time: 69 minutes 4 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0_21 -XX:+UseCompressedOops -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.7.0_21) - Build # 2841 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2841/
Java: 32bit/jdk1.7.0_21 -server -XX:+UseG1GC

2 tests failed.
REGRESSION:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSearch

Error Message:
There are still nodes recoverying - waited for 230 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 230 seconds
	at __randomizedtesting.SeedInfo.seed([48AC056FD2276F69:C94A8B77A5780F55]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:173)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:131)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:126)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:512)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:146)
	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)


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

Error Message:
Server at http://127.0.0.1:55305 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:55305 returned non ok status:500, message:Server Error
	at __randomizedtesting.SeedInfo.seed([48AC056FD2276F69:C94A8B77A5780F55]: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.GeneratedMethodAccessor35.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$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 9562 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
[junit4:junit4]   2> 1439940 T4353 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /r/
[junit4:junit4]   2> 1439944 T4353 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-CollectionsAPIDistributedZkTest-1369049475678
[junit4:junit4]   2> 1439946 T4353 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 1439947 T4354 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 1440048 T4353 oasc.ZkTestServer.run start zk server on port:53763
[junit4:junit4]   2> 1440050 T4353 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1440058 T4360 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b05de8 name:ZooKeeperConnection Watcher:127.0.0.1:53763 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1440059 T4353 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1440059 T4353 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 1440071 T4353 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1440074 T4362 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e257e2 name:ZooKeeperConnection Watcher:127.0.0.1:53763/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1440075 T4353 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1440075 T4353 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 1440083 T4353 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 1440089 T4353 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 1440095 T4353 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 1440102 T4353 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 1440103 T4353 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 1440115 T4353 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 1440116 T4353 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 1440124 T4353 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 1440124 T4353 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 1440130 T4353 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 1440132 T4353 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 1440137 T4353 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 1440138 T4353 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 1440143 T4353 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 1440144 T4353 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 1440150 T4353 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 1440151 T4353 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 1440161 T4353 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 1440163 T4353 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 1440169 T4353 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 1440170 T4353 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 1440615 T4353 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1440620 T4353 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53770
[junit4:junit4]   2> 1440621 T4353 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1440622 T4353 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1440622 T4353 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369049475911
[junit4:junit4]   2> 1440622 T4353 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369049475911\solr.xml
[junit4:junit4]   2> 1440623 T4353 oasc.CoreContainer.<init> New CoreContainer 27407506
[junit4:junit4]   2> 1440623 T4353 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369049475911\'
[junit4:junit4]   2> 1440624 T4353 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369049475911\'
[junit4:junit4]   2> 1440719 T4353 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369049475911
[junit4:junit4]   2> 1440721 T4353 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369049475911\collection1
[junit4:junit4]   2> 1440723 T4353 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369049475911\collection1\conf
[junit4:junit4]   2> 1440954 T4353 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369049475911\collection1\conf\xslt
[junit4:junit4]   2> 1440962 T4353 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369049475911\collection1\lib
[junit4:junit4]   2> 1440965 T4353 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369049475911\collection1\lib\classes
[junit4:junit4]   2> 1440972 T4353 oasc.SolrCoreDiscoverer.addCore Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369049475911\conf\core.properties, adding to cores
[junit4:junit4]   2> 1440989 T4353 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 1440990 T4353 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1440990 T4353 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 1440991 T4353 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1440991 T4353 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1440991 T4353 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1440992 T4353 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1440992 T4353 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1440993 T4353 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1440993 T4353 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 1441002 T4353 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1441002 T4353 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53763/solr
[junit4:junit4]   2> 1441003 T4353 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1441005 T4353 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1441019 T4373 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16a5103 name:ZooKeeperConnection Watcher:127.0.0.1:53763 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1441020 T4353 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1441024 T4353 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1441031 T4353 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1441034 T4375 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8ca362 name:ZooKeeperConnection Watcher:127.0.0.1:53763/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1441034 T4353 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1441038 T4353 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 1441044 T4353 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 1441049 T4353 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 1441052 T4353 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53770_r
[junit4:junit4]   2> 1441054 T4353 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53770_r
[junit4:junit4]   2> 1441059 T4353 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 1441071 T4353 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 1441078 T4353 oasc.Overseer.start Overseer (id=89722026438688771-127.0.0.1:53770_r-n_0000000000) starting
[junit4:junit4]   2> 1441085 T4353 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 1441092 T4377 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 1441093 T4353 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 1441098 T4353 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 1441101 T4353 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1441105 T4376 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 1441108 T4353 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 1441108 T4353 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1441108 T4353 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1441113 T4353 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 1441116 T4353 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1441119 T4380 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5e7f8 name:ZooKeeperConnection Watcher:127.0.0.1:53763/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1441120 T4353 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1441122 T4353 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1441125 T4353 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 1441541 T4353 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1441546 T4353 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53782
[junit4:junit4]   2> 1441547 T4353 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1441547 T4353 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1441548 T4353 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369049476858
[junit4:junit4]   2> 1441548 T4353 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369049476858\solr.xml
[junit4:junit4]   2> 1441548 T4353 oasc.CoreContainer.<init> New CoreContainer 28503726
[junit4:junit4]   2> 1441549 T4353 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369049476858\'
[junit4:junit4]   2> 1441549 T4353 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369049476858\'
[junit4:junit4]   2> 1441638 T4353 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369049476858
[junit4:junit4]   2> 1441640 T4353 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369049476858\collection1
[junit4:junit4]   2> 1441642 T4353 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369049476858\collection1\conf
[junit4:junit4]   2> 1441868 T4353 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369049476858\collection1\conf\xslt
[junit4:junit4]   2> 1441876 T4353 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369049476858\collection1\lib
[junit4:junit4]   2> 1441879 T4353 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369049476858\collection1\lib\classes
[junit4:junit4]   2> 1441886 T4353 oasc.SolrCoreDiscoverer.addCore Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369049476858\conf\core.properties, adding to cores
[junit4:junit4]   2> 1441902 T4353 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 1441903 T4353 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1441903 T4353 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 1441904 T4353 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1441904 T4353 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1441904 T4353 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1441905 T4353 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1441905 T4353 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1441907 T4353 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1441907 T4353 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 1441914 T4353 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1441915 T4353 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53763/solr
[junit4:junit4]   2> 1441915 T4353 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1441917 T4353 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1441931 T4391 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d832dc name:ZooKeeperConnection Watcher:127.0.0.1:53763 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1441932 T4353 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1441935 T4353 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1441943 T4353 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1441947 T4393 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19a95d7 name:ZooKeeperConnection Watcher:127.0.0.1:53763/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1441948 T4353 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1441955 T4353 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1442865 T4353 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53782_r
[junit4:junit4]   2> 1442868 T4353 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53782_r
[junit4:junit4]   2> 1442874 T4380 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1442875 T4393 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1442876 T4375 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1442901 T4353 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 1442902 T4353 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1442902 T4353 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1443365 T4353 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1443372 T4353 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53791
[junit4:junit4]   2> 1443375 T4353 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1443375 T4353 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1443376 T4353 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369049478641
[junit4:junit4]   2> 1443377 T4353 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369049478641\solr.xml
[junit4:junit4]   2> 1443377 T4353 oasc.CoreContainer.<init> New CoreContainer 1241100
[junit4:junit4]   2> 1443377 T4353 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369049478641\'
[junit4:junit4]   2> 1443378 T4353 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369049478641\'
[junit4:junit4]   2> 1443470 T4353 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369049478641
[junit4:junit4]   2> 1443472 T4353 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369049478641\collection1
[junit4:junit4]   2> 1443474 T4353 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369049478641\collection1\conf
[junit4:junit4]   2> 1443702 T4353 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369049478641\collection1\conf\xslt
[junit4:junit4]   2> 1443709 T4353 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369049478641\collection1\lib
[junit4:junit4]   2> 1443712 T4353 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369049478641\collection1\lib\classes
[junit4:junit4]   2> 1443719 T4353 oasc.SolrCoreDiscoverer.addCore Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369049478641\conf\core.properties, adding to cores
[junit4:junit4]   2> 1443738 T4353 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 1443738 T4353 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1443738 T4353 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 1443739 T4353 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1443739 T4353 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1443739 T4353 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1443739 T4353 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1443740 T4353 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1443740 T4353 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1443740 T4353 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 1443748 T4353 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1443749 T4353 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53763/solr
[junit4:junit4]   2> 1443749 T4353 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1443752 T4353 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1443769 T4405 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a64695 name:ZooKeeperConnection Watcher:127.0.0.1:53763 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1443770 T4353 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1443775 T4353 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1443783 T4353 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1443786 T4407 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8ac1d6 name:ZooKeeperConnection Watcher:127.0.0.1:53763/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1443788 T4353 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1443799 T4353 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1444708 T4353 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53791_r
[junit4:junit4]   2> 1444715 T4353 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53791_r
[junit4:junit4]   2> 1444722 T4380 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 1444723 T4407 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 1444723 T4375 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 1444723 T4393 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 1444730 T4353 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 1444730 T4353 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1444731 T4353 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1445101 T4353 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1445108 T4353 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53800
[junit4:junit4]   2> 1445108 T4353 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1445108 T4353 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1445109 T4353 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369049480469
[junit4:junit4]   2> 1445109 T4353 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369049480469\solr.xml
[junit4:junit4]   2> 1445110 T4353 oasc.CoreContainer.<init> New CoreContainer 31255959
[junit4:junit4]   2> 1445110 T4353 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369049480469\'
[junit4:junit4]   2> 1445110 T4353 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369049480469\'
[junit4:junit4]   2> 1445234 T4353 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369049480469
[junit4:junit4]   2> 1445236 T4353 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369049480469\collection1
[junit4:junit4]   2> 1445237 T4353 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369049480469\collection1\conf
[junit4:junit4]   2> 1445425 T4353 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369049480469\collection1\conf\xslt
[junit4:junit4]   2> 1445431 T4353 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369049480469\collection1\lib
[junit4:junit4]   2> 1445433 T4353 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369049480469\collection1\lib\classes
[junit4:junit4]   2> 1445440 T4353 oasc.SolrCoreDiscoverer.addCore Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369049480469\conf\core.properties, adding to cores
[junit4:junit4]   2> 1445454 T4353 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 1445455 T4353 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1445455 T4353 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 1445456 T4353 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1445456 T4353 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1445456 T4353 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1445456 T4353 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1445456 T4353 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1445457 T4353 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1445457 T4353 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 1445464 T4353 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1445465 T4353 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53763/solr
[junit4:junit4]   2> 1445465 T4353 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1445468 T4353 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1445481 T4420 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14d5840 name:ZooKeeperConnection Watcher:127.0.0.1:53763 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1445483 T4353 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1445489 T4353 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1445489 T4355 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13ec1b52a680009, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 1445495 T4353 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1445499 T4422 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@182d0a3 name:ZooKeeperConnection Watcher:127.0.0.1:53763/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1445500 T4353 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1445507 T4353 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1446416 T4353 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53800_r
[junit4:junit4]   2> 1446421 T4353 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53800_r
[junit4:junit4]   2> 1446426 T4422 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1446427 T4375 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1446427 T4407 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1446427 T4393 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1446427 T4380 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1446435 T4353 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 1446436 T4353 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1446436 T4353 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1446820 T4353 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1446827 T4353 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53810
[junit4:junit4]   2> 1446828 T4353 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1446828 T4353 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1446828 T4353 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369049482173
[junit4:junit4]   2> 1446828 T4353 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369049482173\solr.xml
[junit4:junit4]   2> 1446829 T4353 oasc.CoreContainer.<init> New CoreContainer 1543600
[junit4:junit4]   2> 1446829 T4353 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369049482173\'
[junit4:junit4]   2> 1446829 T4353 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369049482173\'
[junit4:junit4]   2> 1446919 T4353 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369049482173
[junit4:junit4]   2> 1446920 T4353 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369049482173\collection1
[junit4:junit4]   2> 1446922 T4353 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369049482173\collection1\conf
[junit4:junit4]   2> 1447105 T4353 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369049482173\collection1\conf\xslt
[junit4:junit4]   2> 1447112 T4353 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369049482173\collection1\lib
[junit4:junit4]   2> 1447114 T4353 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369049482173\collection1\lib\classes
[junit4:junit4]   2> 1447120 T4353 oasc.SolrCoreDiscoverer.addCore Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369049482173\conf\core.properties, adding to cores
[junit4:junit4]   2> 1447134 T4353 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 1447135 T4353 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1447135 T4353 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 1447135 T4353 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1447135 T4353 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1447135 T4353 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1447136 T4353 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1447136 T4353 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1447137 T4353 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1447138 T4353 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 1447145 T4353 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1447145 T4353 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53763/solr
[junit4:junit4]   2> 1447146 T4353 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1447148 T4353 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1447163 T4434 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c4ded7 name:ZooKeeperConnection Watcher:127.0.0.1:53763 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1447164 T4353 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1447167 T4353 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1447168 T4355 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13ec1b52a68000b, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 1447175 T4353 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1447178 T4436 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1cc72d9 name:ZooKeeperConnection Watcher:127.0.0.1:53763/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1447178 T4353 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1447188 T4353 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1448096 T4353 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53810_r
[junit4:junit4]   2> 1448099 T4353 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53810_r
[junit4:junit4]   2> 1448106 T4407 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1448107 T4422 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1448108 T4436 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1448108 T4393 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1448108 T4375 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1448109 T4380 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1448118 T4353 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 1448118 T4353 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1448118 T4353 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1448123 T4353 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1448129 T4387 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
[junit4:junit4]   2> 1448132 T4375 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   2> 1448134 T4375 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   2> 1448135 T4377 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
[junit4:junit4]   2> 	  "operation":"createcollection",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "maxShardsPerNode":null,
[junit4:junit4]   2> 	  "createNodeSet":null,
[junit4:junit4]   2> 	  "name":"nodes_used_collection",
[junit4:junit4]   2> 	  "replicationFactor":"2"}
[junit4:junit4]   2> 1448135 T4377 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard1_replica1 as part of slice shard1 of collection nodes_used_collection on 127.0.0.1:53791_r
[junit4:junit4]   2> 1448137 T4377 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard1_replica2 as part of slice shard1 of collection nodes_used_collection on 127.0.0.1:53782_r
[junit4:junit4]   2> 1448138 T4377 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard2_replica1 as part of slice shard2 of collection nodes_used_collection on 127.0.0.1:53770_r
[junit4:junit4]   2> 1448138 T4377 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard2_replica2 as part of slice shard2 of collection nodes_used_collection on 127.0.0.1:53810_r
[junit4:junit4]   2> 1448142 T4370 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369049475911\nodes_used_collection_shard2_replica1
[junit4:junit4]   2> 1448144 T4370 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2> 1448143 T4388 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369049476858\nodes_used_collection_shard1_replica2
[junit4:junit4]   2> 1448145 T4388 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2> 1448145 T4428 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369049482173\nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 1448147 T4428 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2> 1448144 T4398 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369049478641\nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 1448148 T4398 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2> 1448148 T4388 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2> 1448148 T4398 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2> 1448148 T4398 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1448146 T4370 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2> 1448149 T4370 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1448148 T4388 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1448148 T4428 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2> 1448151 T4428 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1448153 T4398 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1448153 T4398 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2> 1448155 T4370 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1448155 T4388 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1448156 T4388 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2> 1448155 T4370 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2> 1448156 T4428 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1448158 T4428 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2> 1448163 T4398 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2> 1448165 T4388 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2> 1448167 T4370 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2> 1448170 T4428 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2> 1448174 T4388 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369049476858\nodes_used_collection_shard1_replica2\'
[junit4:junit4]   2> 1448175 T4428 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369049482173\nodes_used_collection_shard2_replica2\'
[junit4:junit4]   2> 1448175 T4398 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369049478641\nodes_used_collection_shard1_replica1\'
[junit4:junit4]   2> 1448177 T4370 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369049475911\nodes_used_collection_shard2_replica1\'
[junit4:junit4]   2> 1448263 T4370 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1448268 T4388 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1448321 T4370 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1448327 T4388 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1448366 T4398 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1448375 T4370 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1448380 T4370 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
[junit4:junit4]   2> 1448386 T4428 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1448438 T4388 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1448444 T4388 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
[junit4:junit4]   2> 1448489 T4398 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1448492 T4428 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1448496 T4398 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1448501 T4398 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
[junit4:junit4]   2> 1448534 T4428 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1448540 T4428 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
[junit4:junit4]   2> 1449672 T4428 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1449690 T4370 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1449736 T4428 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1449739 T4428 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1449744 T4370 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1449747 T4370 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1449750 T4388 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1449755 T4388 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1449759 T4388 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1449781 T4398 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1449785 T4428 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1449790 T4428 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1449790 T4370 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1449797 T4428 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1449797 T4370 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1449797 T4388 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1449799 T4428 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1449802 T4428 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1449804 T4428 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1449805 T4398 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1449809 T4398 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1449810 T4370 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1449813 T4428 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1449814 T4428 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1449814 T4428 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1449816 T4428 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369049482173\nodes_used_collection_shard2_replica2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369049482173\nodes_used_collection_shard2_replica2\data\
[junit4:junit4]   2> 1449816 T4428 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d6fb9
[junit4:junit4]   2> 1449817 T4428 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1449816 T4388 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1449817 T4370 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1449819 T4370 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1449819 T4370 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1449822 T4428 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369049482173\nodes_used_collection_shard2_replica2\data\
[junit4:junit4]   2> 1449822 T4428 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369049482173\nodes_used_collection_shard2_replica2\data\index/
[junit4:junit4]   2> 1449823 T4428 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369049482173\nodes_used_collection_shard2_replica2\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1449823 T4428 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369049482173\nodes_used_collection_shard2_replica2\data\index
[junit4:junit4]   2> 1449824 T4388 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1449825 T4370 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1449826 T4370 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1449827 T4370 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1449828 T4370 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369049475911\nodes_used_collection_shard2_replica1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369049475911\nodes_used_collection_shard2_replica1\data\
[junit4:junit4]   2> 1449828 T4370 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d6fb9
[junit4:junit4]   2> 1449828 T4370 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1449830 T4370 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369049475911\nodes_used_collection_shard2_replica1\data\
[junit4:junit4]   2> 1449830 T4370 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369049475911\nodes_used_collection_shard2_replica1\data\index/
[junit4:junit4]   2> 1449831 T4370 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369049475911\nodes_used_collection_shard2_replica1\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1449831 T4370 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369049475911\nodes_used_collection_shard2_replica1\data\index
[junit4:junit4]   2> 1449832 T4388 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1449833 T4388 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1449833 T4388 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1449838 T4370 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@a29a11 lockFactory=org.apache.lucene.store.NativeFSLockFactory@8df831),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1449839 T4370 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1449840 T4388 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1449840 T4388 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1449840 T4388 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1449840 T4388 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369049476858\nodes_used_collection_shard1_replica2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369049476858\nodes_used_collection_shard1_replica2\data\
[junit4:junit4]   2> 1449840 T4388 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d6fb9
[junit4:junit4]   2> 1449842 T4388 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1449844 T4370 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1449844 T4370 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1449845 T4370 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1449847 T4370 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1449848 T4370 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1449848 T4370 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1449848 T4370 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1449849 T4370 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1449850 T4398 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1449851 T4370 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1449852 T4428 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@17633d0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f5be7c),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1449852 T4428 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1449856 T4428 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1449856 T4428 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1449856 T4428 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1449857 T4428 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1449857 T4428 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1449858 T4428 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1449858 T4428 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1449859 T4428 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1449859 T4428 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1449859 T4370 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1449863 T4428 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1449863 T4388 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369049476858\nodes_used_collection_shard1_replica2\data\
[junit4:junit4]   2> 1449863 T4388 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369049476858\nodes_used_collection_shard1_replica2\data\index/
[junit4:junit4]   2> 1449863 T4388 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369049476858\nodes_used_collection_shard1_replica2\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1449864 T4388 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369049476858\nodes_used_collection_shard1_replica2\data\index
[junit4:junit4]   2> 1449871 T4370 oass.SolrIndexSearcher.<init> Opening Searcher@158c8a8 main
[junit4:junit4]   2> 1449872 T4370 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369049475911\nodes_used_collection_shard2_replica1\data\tlog
[junit4:junit4]   2> 1449874 T4428 oass.SolrIndexSearcher.<init> Opening Searcher@157a976 main
[junit4:junit4]   2> 1449875 T4428 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369049482173\nodes_used_collection_shard2_replica2\data\tlog
[junit4:junit4]   2> 1449876 T4428 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1449876 T4428 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1449874 T4388 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@184543d lockFactory=org.apache.lucene.store.NativeFSLockFactory@118e707),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1449878 T4388 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1449878 T4398 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1449878 T4370 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1449879 T4370 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1449885 T4428 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
[junit4:junit4]   2> 1449886 T4443 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@157a976 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1449887 T4442 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@158c8a8 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1449885 T4370 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
[junit4:junit4]   2> 1449887 T4388 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1449887 T4388 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1449888 T4388 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1449888 T4388 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1449889 T4388 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1449889 T4388 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1449889 T4388 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1449890 T4388 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1449890 T4388 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1449902 T4388 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1449902 T4398 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1449904 T4398 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1449904 T4398 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1449905 T4398 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1449906 T4388 oass.SolrIndexSearcher.<init> Opening Searcher@709791 main
[junit4:junit4]   2> 1449906 T4398 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1449906 T4398 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1449906 T4388 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369049476858\nodes_used_collection_shard1_replica2\data\tlog
[junit4:junit4]   2> 1449906 T4398 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1449907 T4398 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369049478641\nodes_used_collection_shard1_replica1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369049478641\nodes_used_collection_shard1_replica1\data\
[junit4:junit4]   2> 1449907 T4398 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d6fb9
[junit4:junit4]   2> 1449908 T4398 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1449908 T4388 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1449910 T4398 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369049478641\nodes_used_collection_shard1_replica1\data\
[junit4:junit4]   2> 1449910 T4398 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369049478641\nodes_used_collection_shard1_replica1\data\index/
[junit4:junit4]   2> 1449910 T4388 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1449910 T4398 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369049478641\nodes_used_collection_shard1_replica1\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1449910 T4398 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369049478641\nodes_used_collection_shard1_replica1\data\index
[junit4:junit4]   2> 1449913 T4388 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
[junit4:junit4]   2> 1449914 T4444 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@709791 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1449915 T4398 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f94364 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f2e3f),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1449916 T4398 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1449921 T4398 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1449921 T4398 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1449921 T4398 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1449921 T4398 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1449923 T4398 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1449923 T4398 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1449923 T4398 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1449924 T4398 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1449924 T4398 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1449940 T4398 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1449946 T4398 oass.SolrIndexSearcher.<init> Opening Searcher@8af6b3 main
[junit4:junit4]   2> 1449947 T4398 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369049478641\nodes_used_collection_shard1_replica1\data\tlog
[junit4:junit4]   2> 1449949 T4398 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1449949 T4398 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1449952 T4445 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@8af6b3 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1449954 T4398 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
[junit4:junit4]   2> 1450694 T4376 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1450695 T4376 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica2",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53810_r",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53810/r"}
[junit4:junit4]   2> 1450695 T4376 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with numShards 2
[junit4:junit4]   2> 1450706 T4376 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53770_r",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53770/r"}
[junit4:junit4]   2> 1450712 T4376 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica2",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53782_r",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53782/r"}
[junit4:junit4]   2> 1450718 T4376 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53791_r",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53791/r"}
[junit4:junit4]   2> 1450726 T4407 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1450727 T4436 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1450727 T4422 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1450728 T4393 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1450727 T4375 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1450728 T4380 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1450772 T4398 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 1450772 T4398 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:53791/r collection:nodes_used_collection shard:shard1
[junit4:junit4]   2> 1450774 T4398 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
[junit4:junit4]   2> 1450788 T4398 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 1450795 T4398 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up: total=2 found=1 timeoutin=179999
[junit4:junit4]   2> 1451526 T4428 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 1451526 T4428 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:53810/r collection:nodes_used_collection shard:shard2
[junit4:junit4]   2> 1451526 T4370 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
[junit4:junit4]   2> 1451527 T4370 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:53770/r collection:nodes_used_collection shard:shard2
[junit4:junit4]   2> 1451528 T4428 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
[junit4:junit4]   2> 1451529 T4370 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
[junit4:junit4]   2> 1451545 T4370 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 1451551 T4370 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 1451552 T4370 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 1451552 T4370 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53770/r/nodes_used_collection_shard2_replica1/
[junit4:junit4]   2> 1451552 T4370 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:53770/r START replicas=[http://127.0.0.1:53810/r/nodes_used_collection_shard2_replica2/] nUpdates=100
[junit4:junit4]   2> 1451553 T4370 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:53770/r DONE.  We have no versions.  sync failed.
[junit4:junit4]   2> 1451553 T4370 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next canidate
[junit4:junit4]   2> 1451553 T4370 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
[junit4:junit4]   2> 1451554 T4370 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53770/r/nodes_used_collection_shard2_replica1/
[junit4:junit4]   2> 1451555 T4370 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard2
[junit4:junit4]   2> ASYNC  NEW_CORE C301 name=nodes_used_collection_shard2_replica2 org.apache.solr.core.SolrCore@7417d4 url=http://127.0.0.1:53810/r/nodes_used_collection_shard2_replica2 node=127.0.0.1:53810_r C301_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica2 props:{shard=shard2, state=down, core=nodes_used_collection_shard2_replica2, collection=nodes_used_collection, node_name=127.0.0.1:53810_r, base_url=http://127.0.0.1:53810/r}
[junit4:junit4]   2> 1451564 T4430 C301 P53810 oasc.SolrCore.execute [nodes_used_collection_shard2_replica2] webapp=/r path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 1451570 T4388 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
[junit4:junit4]   2> 1451570 T4388 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:53782/r collection:nodes_used_collection shard:shard1
[junit4:junit4]   2> 1451611 T4398 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 1451611 T4398 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 1451611 T4398 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53791/r/nodes_used_collection_shard1_replica1/
[junit4:junit4]   2> 1451611 T4398 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:53791/r START replicas=[http://127.0.0.1:53782/r/nodes_used_collection_shard1_replica2/] nUpdates=100
[junit4:junit4]   2> 1451612 T4398 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:53791/r DONE.  We have no versions.  sync failed.
[junit4:junit4]   2> 1451612 T4398 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next canidate
[junit4:junit4]   2> 1451612 T4398 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
[junit4:junit4]   2> 1451613 T4398 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53791/r/nodes_used_collection_shard1_replica1/
[junit4:junit4]   2> 1451615 T4398 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard1
[junit4:junit4]   2> ASYNC  NEW_CORE C302 name=nodes_used_collection_shard1_replica2 org.apache.solr.core.SolrCore@1acae3f url=http://127.0.0.1:53782/r/nodes_used_collection_shard1_replica2 node=127.0.0.1:53782_r C302_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica2 props:{shard=shard1, state=down, core=nodes_used_collection_shard1_replica2, collection=nodes_used_collection, node_name=127.0.0.1:53782_r, base_url=http://127.0.0.1:53782/r}
[junit4:junit4]   2> 1451629 T4385 C302 P53782 oasc.SolrCore.execute [nodes_used_collection_shard1_replica2] webapp=/r path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 1451998 T4376 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1452039 T4436 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1452040 T4422 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1452041 T4380 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1452042 T4407 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1452042 T4375 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1452043 T4393 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1452057 T4398 oasc.ZkController.register We are http://127.0.0.1:53791/r/nodes_used_collection_shard1_replica1/ and leader is http://127.0.0.1:53791/r/nodes_used_collection_shard1_replica1/
[junit4:junit4]   2> 1452057 T4398 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard1_replica1 baseURL=http://127.0.0.1:53791/r
[junit4:junit4]   2> 1452058 T4398 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 1452058 T4398 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=active
[junit4:junit4]   2> 1452084 T4398 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1452085 T4398 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&shard=shard1&name=nodes_used_collection_shard1_replica1&action=CREATE&collection=nodes_used_collection&wt=javabin&qt=/admin/cores&version=2} status=0 QTime=3941 
[junit4:junit4]   2> 1452120 T4370 oasc.ZkController.register We are http://127.0.0.1:53770/r/nodes_used_collection_shard2_replica1/ and leader is http://127.0.0.1:53770/r/nodes_used_collection_shard2_replica1/
[junit4:junit4]   2> 1452120 T4370 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard2_replica1 baseURL=http://127.0.0.1:53770/r
[junit4:junit4]   2> 1452120 T4370 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 1452120 T4370 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=active
[junit4:junit4]   2> 1452154 T4370 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1452158 T4370 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&shard=shard2&name=nodes_used_collection_shard2_replica1&action=CREATE&collection=nodes_used_collection&wt=javabin&qt=/admin/cores&version=2} status=0 QTime=4016 
[junit4:junit4]   2> 1452363 T4428 oasc.ZkController.register We are http://127.0.0.1:53810/r/nodes_used_collection_shard2_replica2/ and leader is http://127.0.0.1:53770/r/nodes_used_collection_shard2_replica1/
[junit4:junit4]   2> 1452363 T4428 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard2_replica2 baseURL=http://127.0.0.1:53810/r
[junit4:junit4]   2> 1452363 T4428 oasc.ZkController.checkRecovery Core needs to recover:nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 1452363 T4428 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> 1452363 T4448 C301 P53810 oasc.RecoveryStrategy.run Starting recovery process.  core=nodes_used_collection_shard2_replica2 recoveringAfterStartup=true
[junit4:junit4]   2> 1452363 T4448 C301 P53810 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 1452363 T4448 C301 P53810 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=recovering
[junit4:junit4]   2> 1452364 T4428 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1452375 T4428 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&shard=shard2&name=nodes_used_collection_shard2_replica2&action=CREATE&collection=nodes_used_collection&wt=javabin&qt=/admin/cores&version=2} status=0 QTime=4230 
[junit4:junit4]   2> 1452375 T4448 C301 P53810 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1452383 T4366 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 127.0.0.1:53810_r_nodes_used_collection_shard2_replica2, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 1452389 T4388 oasc.ZkController.register We are http://127.0.0.1:53782/r/nodes_used_collection_shard1_replica2/ and leader is http://127.0.0.1:53791/r/nodes_used_collection_shard1_replica1/
[junit4:junit4]   2> 1452389 T4388 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard1_replica2 baseURL=http://127.0.0.1:53782/r
[junit4:junit4]   2> 1452389 T4388 oasc.ZkController.checkRecovery Core needs to recover:nodes_used_collection_shard1_replica2
[junit4:junit4]   2> 1452389 T4388 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> 1452390 T4449 C302 P53782 oasc.RecoveryStrategy.run Starting recovery process.  core=nodes_used_collection_shard1_replica2 recoveringAfterStartup=true
[junit4:junit4]   2> 1452390 T4449 C302 P53782 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 1452395 T4388 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1452397 T4388 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&shard=shard1&name=nodes_used_collection_shard1_replica2&action=CREATE&collection=nodes_used_collection&wt=javabin&qt=/admin/cores&version=2} status=0 QTime=4254 
[junit4:junit4]   2> 1452398 T4449 C302 P53782 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=recovering
[junit4:junit4]   2> 1452398 T4377 oasc.OverseerCollectionProcessor.createCollection Finished create command on all shards for collection: nodes_used_collection
[junit4:junit4]   2> 1452410 T4449 C302 P53782 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1452419 T4393 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work/qnr-0000000000 state: SyncConnected type NodeDataChanged
[junit4:junit4]   2> 1452421 T4401 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 127.0.0.1:53782_r_nodes_used_collection_shard1_replica2, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 1452431 T4377 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Message id:/overseer/collection-queue-work/qn-0000000000 complete, response:{success={null={responseHeader={status=0,QTime=3941},core=nodes_used_collection_shard1_replica1},null={responseHeader={status=0,QTime=4016},core=nodes_used_collection_shard2_replica1},null={responseHeader={status=0,QTime=4230},core=nodes_used_collection_shard2_replica2},null={responseHeader={status=0,QTime=4254},core=nodes_used_collection_shard1_replica2}}}
[junit4:junit4]   2> 1452433 T4387 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/collections params={numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2} status=0 QTime=4304 
[junit4:junit4]   2> 1452435 T4353 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 1452437 T4353 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1452459 T4451 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ab5deb name:ZooKeeperConnection Watcher:127.0.0.1:53763/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1452459 T4353 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1452462 T4353 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1452466 T4353 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 1452470 T4353 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1452475 T4453 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8c56dd name:ZooKeeperConnection Watcher:127.0.0.1:53763/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1452476 T4353 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1452478 T4353 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1452490 T4368 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=5&maxShardsPerNode=4&name=awholynewcollection_0&replicationFactor=3&action=CREATE&wt=javabin&version=2
[junit4:junit4]   2> 1452499 T4375 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   2> 1452503 T4377 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000002 message:{
[junit4:junit4]   2> 	  "operation":"createcollection",
[junit4:junit4]   2> 	  "numShards":"5",
[junit4:junit4]   2> 	  "maxShardsPerNode":"4",
[junit4:junit4]   2> 	  "createNodeSet":null,
[junit4:junit4]   2> 	  "name":"awholynewcollection_0",
[junit4:junit4]   2> 	  "replicationFactor":"3"}
[junit4:junit4]   2> 1452504 T4377 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica1 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:53782_r
[junit4:junit4]   2> 1452504 T4377 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica2 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:53810_r
[junit4:junit4]   2> 1452505 T4377 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica3 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:53800_r
[junit4:junit4]   2> 1452505 T4377 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica1 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:53791_r
[junit4:junit4]   2> 1452505 T4377 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica2 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:53770_r
[junit4:junit4]   2> 1452506 T4377 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica3 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:53782_r
[junit4:junit4]   2> 1452507 T4415 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica3' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369049480469\awholynewcollection_0_shard1_replica3
[junit4:junit4]   2> 1452507 T4389 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369049476858\awholynewcollection_0_shard1_replica1
[junit4:junit4]   2> 1452509 T4389 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1452507 T4432 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369049482173\awholynewcollection_0_shard1_replica2
[junit4:junit4]   2> 1452510 T4432 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1452511 T4384 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica3' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369049476858\awholynewcollection_0_shard2_replica3
[junit4:junit4]   2> 1452511 T4384 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1452513 T4432 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 1452513 T4432 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1452509 T4369 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369049475911\awholynewcollection_0_shard2_replica2
[junit4:junit4]   2> 1452514 T4369 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1452509 T4415 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1452509 T4377 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard3_replica1 as part of slice shard3 of collection awholynewcollection_0 on 127.0.0.1:53810_r
[junit4:junit4]   2> 1452518 T4377 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard3_replica2 as part of slice shard3 of collection awholynewcollection_0 on 127.0.0.1:53800_r
[junit4:junit4]   2> 1452509 T4402 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369049478641\awholynewcollection_0_shard2_replica1
[junit4:junit4]   2> 1452518 T4402 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1452518 T4415 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 1452519 T4415 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1452520 T4432 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1452521 T4432 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 1452522 T4402 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 1452522 T4402 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1452518 T4369 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 1452514 T4384 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 1452524 T4384 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1452511 T4389 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 1452525 T4389 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1452524 T4369 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1452527 T4415 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1452528 T4415 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 1452524 T4412 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard3_replica2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369049480469\awholynewcollection_0_shard3_replica2
[junit4:junit4]   2> 1452529 T4412 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1452522 T4427 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard3_replica1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369049482173\awholynewcollection_0_shard3_replica1
[junit4:junit4]   2> 1452530 T4427 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1452522 T4377 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard3_replica3 as part of slice shard3 of collection awholynewcollection_0 on 127.0.0.1:53791_r
[junit4:junit4]   2> 1452532 T4402 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1452533 T4402 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 1452534 T4384 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1452534 T4384 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 1452534 T4412 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 1452535 T4412 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1452534 T4377 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard4_replica1 as part of slice shard4 of collection awholynewcollection_0 on 127.0.0.1:53770_r
[junit4:junit4]   2> 1452537 T4427 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1452537 T4427 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1452538 T4389 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1452543 T4389 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 1452538 T4369 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1452545 T4369 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 1452543 T4432 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1452545 T4377 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard4_replica2 as part of slice shard4 of collection awholynewcollection_0 on 127.0.0.1:53782_r
[junit4:junit4]   2> 1452548 T4399 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard3_replica3' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369049478641\awholynewcollection_0_shard3_replica3
[junit4:junit4]   2> 1452548 T4399 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1452549 T4371 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard4_replica1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369049475911\awholynewcollection_0_shard4_replica1
[junit4:junit4]   2> 1452549 T4371 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1452549 T4377 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard4_replica3 as part of slice shard4 of collection awholynewcollection_0 on 127.0.0.1:53810_r
[junit4:junit4]   2> 1452551 T4385 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard4_replica2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369049476858\awholynewcollection_0_shard4_replica2
[junit4:junit4]   2> 1452552 T4385 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1452551 T4377 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard5_replica1 as part of slice shard5 of collection awholynewcollection_0 on 127.0.0.1:53800_r
[junit4:junit4]   2> 1452555 T4427 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369049482173\awholynewcollection_0_shard3_replica1\'
[junit4:junit4]   2> 1452559 T4415 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1452560 T4377 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard5_replica2 as part of slice shard5 of collection awholynewcollection_0 on 127.0.0.1:53791_r
[junit4:junit4]   2> 1452561 T4429 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard4_replica3' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369049482173\awholynewcollection_0_shard4_replica3
[junit4:junit4]   2> 1452562 T4429 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1452566 T4377 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard5_replica3 as part of slice shard5 of collection awholynewcollection_0 on 127.0.0.1:53770_r
[junit4:junit4]   2> 1452569 T4412 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 1452575 T4429 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1452575 T4429 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1452577 T4371 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1452577 T4371 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1452579 T4399 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1452579 T4399 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1452580 T4398 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard5_replica2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369049478641\awholynewcollection_0_shard5_replica2
[junit4:junit4]   2> 1452580 T4398 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1452585 T4415 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369049480469\awholynewcollection_0_shard1_replica3\'
[junit4:junit4]   2> 1452588 T4385 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1452588 T4385 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1452594 T4398 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1452596 T4413 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard5_replica1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369049480469\awholynewcollection_0_shard5_replica1
[junit4:junit4]   2> 1452596 T4413 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1452596 T4398 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1452595 T4370 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard5_replica3' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369049475911\awholynewcollection_0_shard5_replica3
[junit4:junit4]   2> 1452600 T4370 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1452595 T4384 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1452606 T4402 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1452623 T4429 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369049482173\awholynewcollection_0_shard4_replica3\'
[junit4:junit4]   2> 1452640 T4389 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1452641 T4369 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1452641 T4413 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1452641 T4413 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1452645 T4371 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369049475911\awholynewcollection_0_shard4_replica1\'
[junit4:junit4]   2> 1452646 T4370 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1452646 T4370 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1452654 T4432 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369049482173\awholynewcollection_0_shard1_replica2\'
[junit4:junit4]   2> 1452661 T4412 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1452673 T4402 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369049478641\awholynewcollection_0_shard2_replica1\'
[junit4:junit4]   2> 1452675 T4369 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369049475911\awholynewcollection_0_shard2_replica2\'
[junit4:junit4]   2> 1452677 T4412 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369049480469\awholynewcollection_0_shard3_replica2\'
[junit4:junit4]   2> 1452685 T4385 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369049476858\awholynewcollection_0_shard4_replica2\'
[junit4:junit4]   2> 1452756 T4399 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369049478641\awholynewcollection_0_shard3_replica3\'
[junit4:junit4]   2> 1452783 T4432 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1452805 T4429 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1452846 T4415 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1452882 T4432 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1452892 T4412 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1452932 T4415 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1452945 T4369 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1452990 T4371 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1453030 T4412 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1453031 T4432 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1453037 T4432 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica2] Schema name=test
[junit4:junit4]   2> 1453050 T4415 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1453051 T4412 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1453057 T4412 oass.IndexSchema.readSchema [awholynewcollection_0_shard3_replica2] Schema name=test
[junit4:junit4]   2> 1453074 T4427 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1453115 T4415 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica3] Schema name=test
[junit4:junit4]   2> 1453212 T4371 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1453214 T4429 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1453243 T4371 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1453251 T4371 oass.IndexSchema.readSchema [awholynewcollection_0_shard4_replica1] Schema name=test
[junit4:junit4]   2> 1453269 T4369 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1453270 T4429 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1453277 T4429 oass.IndexSchema.readSchema [awholynewcollection_0_shard4_replica3] Schema name=test
[junit4:junit4]   2> 1453285 T4402 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1453291 T4389 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369049476858\awholynewcollection_0_shard1_replica1\'
[junit4:junit4]   2> 1453291 T4398 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369049478641\awholynewcollection_0_shard5_replica2\'
[junit4:junit4]   2> 1453293 T4370 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369049475911\awholynewcollection_0_shard5_replica3\'
[junit4:junit4]   2> 1453293 T4369 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1453306 T4369 oass.IndexSchema.readSchema [awholynewcollection_0_shard2_replica2] Schema name=test
[junit4:junit4]   2> 1453417 T4413 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369049480469\awholynewcollection_0_shard5_replica1\'
[junit4:junit4]   2> 1453418 T4384 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369049476858\awholynewcollection_0_shard2_replica3\'
[junit4:junit4]   2> 1453436 T4402 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1453543 T4427 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1453696 T4376 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1453696 T4402 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1453698 T4376 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:53791_r_nodes_used_collection_shard1_replica1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53791_r",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53791/r"}
[junit4:junit4]   2> 1453747 T4427 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1453800 T4402 oass.IndexSchema.readSchema [awholynewcollection_0_shard2_replica1] Schema name=test
[junit4:junit4]   2> 1453861 T4399 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1454057 T4376 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:53770_r_nodes_used_collection_shard2_replica1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53770_r",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53770/r"}
[junit4:junit4]   2> 1454574 T4399 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1454598 T4385 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1454670 T4399 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1454694 T4385 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1454702 T4399 oass.IndexSchema.readSchema [awholynewcollection_0_shard3_replica3] Schema name=test
[junit4:junit4]   2> 1454736 T4427 oass.IndexSchema.readSchema [awholynewcollection_0_shard3_replica1] Schema name=test
[junit4:junit4]   2> 1454966 T4385 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1454971 T4385 oass.IndexSchema.readSchema [awholynewcollection_0_shard4_replica2] Schema name=test
[junit4:junit4]   2> 1455002 T4376 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:53810_r_nodes_used_collection_shard2_replica2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica2",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53810_r",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53810/r"}
[junit4:junit4]   2> 1455130 T4432 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1455144 T4432 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1455149 T4432 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1455372 T4413 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1455452 T4413 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1455563 T4376 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:53782_r_nodes_used_collection_shard1_replica2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica2",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53782_r",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53782/r"}
[junit4:junit4]   2> 1455592 T4370 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1455738 T4370 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1455810 T4413 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1455812 T4370 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1455818 T4370 oass.IndexSchema.readSchema [awholynewcollection_0_shard5_replica3] Schema name=test
[junit4:junit4]   2> 1455852 T4413 oass.IndexSchema.readSchema [awholynewcollection_0_shard5_replica1] Schema name=test
[junit4:junit4]   2> 1455936 T4389 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1455942 T4384 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1455988 T4389 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1455996 T4384 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1456046 T4436 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1456048 T4422 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1456048 T4380 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1456049 T4389 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1456049 T4407 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1456051 T4375 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1456053 T4453 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1456057 T4389 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica1] Schema name=test
[junit4:junit4]   2> 1456132 T4384 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1456136 T4451 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1456138 T4393 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1456168 T4384 oass.IndexSchema.readSchema [awholynewcollection_0_shard2_replica3] Schema name=test
[junit4:junit4]   2> 1456177 T4432 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1456216 T4432 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1456250 T4432 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1456258 T4432 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1456258 T4432 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1456259 T4432 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1456262 T4432 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1456263 T4432 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1456263 T4432 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1456264 T4432 oasc.SolrCore.<init> [awholynewcollection_0_shard1_replica2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369049482173\awholynewcollection_0_shard1_replica2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369049482173\awholynewcollection_0_shard1_replica2\data\
[junit4:junit4]   2> 1456264 T4432 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d6fb9
[junit4:junit4]   2> 1456265 T4432 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1456268 T4432 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369049482173\awholynewcollection_0_shard1_replica2\data\
[junit4:junit4]   2> 1456268 T4432 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369049482173\awholynewcollection_0_shard1_replica2\data\index/
[junit4:junit4]   2> 1456269 T4432 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard1_replica2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369049482173\awholynewcollection_0_shard1_replica2\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1456269 T4432 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369049482173\awholynewcollection_0_shard1_replica2\data\index
[junit4:junit4]   2> 1456281 T4432 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@171d851 lockFactory=org.apache.lucene.store.NativeFSLockFactory@163971d),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1456281 T4432 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1456308 T4398 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1456319 T4432 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1456319 T4432 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1456319 T4432 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1456344 T4432 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1456346 T4432 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1456346 T4432 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1456347 T4432 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1456347 T4432 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1456349 T4401 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 127.0.0.1:53782_r_nodes_used_collection_shard1_replica2, state: recovering, checkLive: true, onlyIfLeader: true for: 4 seconds.
[junit4:junit4]   2> 1456351 T4432 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1456355 T4401 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:53782_r_nodes_used_collection_shard1_replica2&state=recovering&nodeName=127.0.0.1:53782_r&action=PREPRECOVERY&checkLive=true&core=nodes_used_collection_shard1_replica1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=3934 
[junit4:junit4]   2> 1456568 T4366 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 127.0.0.1:53810_r_nodes_used_collection_shard2_replica2, state: recovering, checkLive: true, onlyIfLeader: true for: 5 seconds.
[junit4:junit4]   2> 1456569 T4366 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:53810_r_nodes_used_collection_shard2_replica2&state=recovering&nodeName=127.0.0.1:53810_r&action=PREPRECOVERY&checkLive=true&core=nodes_used_collection_shard2_replica1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=4186 
[junit4:junit4]   2> 1456850 T4398 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1456885 T4432 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1456890 T4398 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1456904 T4432 oass.SolrIndexSearcher.<init> Opening Searcher@eb3d77 main
[junit4:junit4]   2> 1456907 T4402 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1456912 T4432 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369049482173\awholynewcollection_0_shard1_replica2\data\tlog
[junit4:junit4]   2> 1457278 T4432 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1457278 T4432 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1457044 T4398 oass.IndexSchema.readSchema [awholynewcollection_0_shard5_replica2] Schema name=test
[junit4:junit4]   2> 1457372 T4465 oasc.SolrCore.registerSearcher [awholynewcollection_0_shard1_replica2] Registered new searcher Searcher@eb3d77 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1457373 T4432 oasc.ZkController.publish publishing core=awholynewcollection_0_shard1_replica2 state=down
[junit4:junit4]   2> 1457382 T4402 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1457459 T4402 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1457502 T4376 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1457503 T4376 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=5 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"5",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"awholynewcollection_0_shard1_replica2",
[junit4:junit4]   2> 	  "collection":"awholynewcollection_0",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53810_r",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53810/r"}
[junit4:junit4]   2> 1457503 T4376 oasc.Overseer$ClusterStateUpdater.createCollection Create collection awholynewcollection_0 with numShards 5
[junit4:junit4]   2> 1457523 T4375 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1457523 T4436 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1457524 T4422 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1457524 T4380 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1457525 T4453 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1457525 T4451 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1457525 T4407 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1457525 T4393 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1457555 T4402 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1457567 T4402 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1457579 T4402 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1457582 T4402 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1457583 T4402 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1457583 T4402 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1457585 T4402 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1457586 T4402 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1457587 T4402 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1457587 T4402 oasc.SolrCore.<init> [awholynewcollection_0_shard2_replica1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369049478641\awholynewcollection_0_shard2_replica1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369049478641\awholynewcollection_0_shard2_replica1\data\
[junit4:junit4]   2> 1457587 T4402 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d6fb9
[junit4:junit4]   2> 1457588 T4402 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1457588 T4402 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369049478641\awholynewcollection_0_shard2_replica1\data\
[junit4:junit4]   2> 1457588 T4402 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369049478641\awholynewcollection_0_shard2_replica1\data\index/
[junit4:junit4]   2> 1457588 T4402 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard2_replica1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369049478641\awholynewcollection_0_shard2_replica1\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1457588 T4402 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369049478641\awholynewcollection_0_shard2_replica1\data\index
[junit4:junit4]   2> 1457597 T4402 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@171a490 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1cb4108),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1457598 T4402 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1457600 T4402 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1457600 T4402 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1457601 T4402 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1457602 T4402 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1457603 T4402 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1457603 T4402 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1457603 T4402 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1457603 T4402 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1457604 T4402 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1457616 T4402 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1457633 T4402 oass.SolrIndexSearcher.<init> Opening Searcher@199223e main
[junit4:junit4]   2> 1457634 T4402 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369049478641\awholynewcollection_0_shard2_replica1\data\tlog
[junit4:junit4]   2> 1457636 T4402 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1457637 T4402 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1457646 T4402 oasc.ZkController.publish publishing core=awholynewcollection_0_shard2_replica1 state=down
[junit4:junit4]   2> 1457646 T4466 oasc.SolrCore.registerSearcher [awholynewcollection_0_shard2_replica1] Registered new searcher Searcher@199223e main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2>  C302_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica2 props:{shard=shard1, state=recovering, core=nodes_used_collection_shard1_replica2, collection=nodes_used_collection, node_name=127.0.0.1:53782_r, base_url=http://127.0.0.1:53782/r}
[junit4:junit4]   2> 1457942 T4449 C302 P53782 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:53791/r/nodes_used_collection_shard1_replica1/ core=nodes_used_collection_shard1_replica2 - recoveringAfterStartup=true
[junit4:junit4]   2> 1457942 T4449 C302 P53782 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:53782/r START replicas=[http://127.0.0.1:53791/r/nodes_used_collection_shard1_replica1/] nUpdates=100
[junit4:junit4]   2> 1457943 T4449 C302 P53782 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 1457943 T4449 C302 P53782 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=nodes_used_collection_shard1_replica2
[junit4:junit4]   2> 1457943 T4449 C302 P53782 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=nodes_used_collection_shard1_replica2
[junit4:junit4]   2> 1457943 T4449 C302 P53782 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=nodes_used_collection_shard1_replica2
[junit4:junit4]   2> 1457943 T4449 C302 P53782 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 1457943 T4449 C302 P53782 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:53791/r/nodes_used_collection_shard1_replica1/. core=nodes_used_collection_shard1_replica2
[junit4:junit4]   2> 1457943 T4449 C302 P53782 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C303 name=nodes_used_collection_shard1_replica1 org.apache.solr.core.SolrCore@1eeca75 url=http://127.0.0.1:53791/r/nodes_used_collection_shard1_replica1 node=127.0.0.1:53791_r C303_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica1 props:{shard=shard1, state=active, core=nodes_used_collection_shard1_replica1, collection=nodes_used_collection, node_name=127.0.0.1:53791_r, base_url=http://127.0.0.1:53791/r, leader=true}
[junit4:junit4]   2> 1458007 T4400 C303 P53791 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1458036 T4403 C303 P53791 oasc.SolrCore.execute [nodes_used_collection_shard1_replica1] webapp=/r path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=2 
[junit4:junit4]   2> 1458101 T4412 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1458116 T4400 C303 P53791 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f94364 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f2e3f),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1458118 T4400 C303 P53791 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2>  C301_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica2 props:{shard=shard2, state=recovering, core=nodes_used_collection_shard2_replica2, collection=nodes_used_collection, node_name=127.0.0.1:53810_r, base_url=http://127.0.0.1:53810/r}
[junit4:junit4]   2> 1458133 T4448 C301 P53810 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:53770/r/nodes_used_collection_shard2_replica1/ core=nodes_used_collection_shard2_replica2 - recoveringAfterStartup=true
[junit4:junit4]   2> 1458133 T4448 C301 P53810 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:53810/r START replicas=[http://127.0.0.1:53770/r/nodes_used_collection_shard2_replica1/] nUpdates=100
[junit4:junit4]   2> 1458135 T4448 C301 P53810 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 1458135 T4448 C301 P53810 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 1458135 T4448 C301 P53810 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 1458135 T4448 C301 P53810 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 1458136 T4448 C301 P53810 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 1458136 T4448 C301 P53810 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:53770/r/nodes_used_collection_shard2_replica1/. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 1458136 T4448 C301 P53810 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1458137 T4432 oasc.CoreContainer.registerCore registering core: awholynewcollection_0_shard1_replica2
[junit4:junit4]   2> 1458137 T4432 oasc.ZkController.register Register replica - core:awholynewcollection_0_shard1_replica2 address:http://127.0.0.1:53810/r collection:awholynewcollection_0 shard:shard1
[junit4:junit4]   2> 1458138 T4412 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1458161 T4412 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1458163 T4400 C303 P53791 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f94364 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f2e3f),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f94364 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f2e3f),segFN=segments_2,generation=2}
[junit4:junit4]   2> 1458164 T4400 C303 P53791 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 1458168 T4400 C303 P53791 oass.SolrIndexSearcher.<init> Opening Searcher@16cf1a5 realtime
[junit4:junit4]   2> 1458168 T4400 C303 P53791 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1458168 T4400 C303 P53791 oasup.LogUpdateProcessor.finish [nodes_used_collection_shard1_replica1] webapp=/r path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 161
[junit4:junit4]   2> 1458170 T4449 C302 P53782 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 1458434 T4449 C302 P53782 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> ASYNC  NEW_CORE C304 name=nodes_used_collection_shard2_replica1 org.apache.solr.core.SolrCore@18531ab url=http://127.0.0.1:53770/r/nodes_used_collection_shard2_replica1 node=127.0.0.1:53770_r C304_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica1 props:{shard=shard2, state=active, core=nodes_used_collection_shard2_replica1, collection=nodes_used_collection, node_name=127.0.0.1:53770_r, base_url=http://127.0.0.1:53770/r, leader=true}
[junit4:junit4]   2> 1458435 T4367 C304 P53770 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1458432 T4366 C304 P53770 oasc.SolrCore.execute [nodes_used_collection_shard2_replica1] webapp=/r path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 1458289 T4369 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1458435 T4400 C303 P53791 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 1458437 T4400 C303 P53791 oasc.SolrCore.execute [nodes_used_collection_shard1_replica1] webapp=/r path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   2> 1458438 T4449 C302 P53782 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 1458438 T4449 C302 P53782 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 1458438 T4449 C302 P53782 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 1458438 T4432 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0/leader_elect/shard1/election
[junit4:junit4]   2> 1458441 T4401 C303 P53791 oasc.SolrCore.execute [nodes_used_collection_shard1_replica1] webapp=/r path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 1458442 T4449 C302 P53782 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 1458442 T4449 C302 P53782 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369049476858\nodes_used_collection_shard1_replica2\data\index.20130520073134175
[junit4:junit4]   2> 1458443 T4449 C302 P53782 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@d14a68 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1844418) fullCopy=false
[junit4:junit4]   2> 1458446 T4403 C303 P53791 oasc.SolrCore.execute [nodes_used_collection_shard1_replica1] webapp=/r path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 1458448 T4449 C302 P53782 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 1458476 T4385 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1458481 T4385 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1458487 T4385 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1458523 T4415 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1458528 T4415 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1458531 T4415 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1458548 T4367 C304 P53770 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@a29a11 lockFactory=org.apache.lucene.store.NativeFSLockFactory@8df831),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1458554 T4369 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1458558 T4369 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1458561 T4367 C304 P53770 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1458562 T4367 C304 P53770 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@a29a11 lockFactory=org.apache.lucene.store.NativeFSLockFactory@8df831),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@a29a11 lockFactory=org.apache.lucene.store.NativeFSLockFactory@8df831),segFN=segments_2,generation=2}
[junit4:junit4]   2> 1458562 T4367 C304 P53770 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 1458563 T4367 C304 P53770 oass.SolrIndexSearcher.<init> Opening Searcher@812f77 realtime
[junit4:junit4]   2> 1458563 T4367 C304 P53770 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1458563 T4367 C304 P53770 oasup.LogUpdateProcessor.finish [nodes_used_collection_shard2_replica1] webapp=/r path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 128
[junit4:junit4]   2> 1458565 T4448 C301 P53810 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 1458565 T4448 C301 P53810 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 1458573 T4449 C302 P53782 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 1458583 T4449 C302 P53782 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=nodes_used_collection_shard1_replica2
[junit4:junit4]   2> 1458587 T4449 C302 P53782 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@184543d lockFactory=org.apache.lucene.store.NativeFSLockFactory@118e707),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@184543d lockFactory=org.apache.lucene.store.NativeFSLockFactory@118e707),segFN=segments_2,generation=2}
[junit4:junit4]   2> 1458582 T4367 C304 P53770 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 1458589 T4367 C304 P53770 oasc.SolrCore.execute [nodes_used_collection_shard2_replica1] webapp=/r path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=7 
[junit4:junit4]   2> 1458589 T4448 C301 P53810 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 1458589 T4448 C301 P53810 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 1458590 T4448 C301 P53810 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 1458588 T4449 C302 P53782 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 1458591 T4449 C302 P53782 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 1458593 T4366 C304 P53770 oasc.SolrCore.execute [nodes_used_collection_shard2_replica1] webapp=/r path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 1458593 T4448 C301 P53810 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 1458618 T4371 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1458623 T4371 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1458627 T4371 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1458637 T4432 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 1458640 T4449 C302 P53782 oass.SolrIndexSearcher.<init> Opening Searcher@d9760d main
[junit4:junit4]   2> 1458714 T4444 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@d9760d main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 1458715 T4429 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1458721 T4429 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1458724 T4429 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1458745 T4389 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1458748 T4449 C302 P53782 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369049476858\nodes_used_collection_shard1_replica2\data\index.20130520073134175 [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369049476858\nodes_used_collection_shard1_replica2\data\index.20130520073134175;done=true>>]
[junit4:junit4]   2> 1458749 T4449 C302 P53782 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369049476858\nodes_used_collection_shard1_replica2\data\index.20130520073134175
[junit4:junit4]   2> 1458801 T4449 C302 P53782 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369049476858\nodes_used_collection_shard1_replica2\data\index.20130520073134175
[junit4:junit4]   2> 1458806 T4449 C302 P53782 oasc.RecoveryStrategy.replay No replay needed. core=nodes_used_collection_shard1_replica2
[junit4:junit4]   2> 1458806 T4449 C302 P53782 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=nodes_used_collection_shard1_replica2
[junit4:junit4]   2> 1458803 T4448 C301 P53810 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369049482173\nodes_used_collection_shard2_replica2\data\index.20130520073134326
[junit4:junit4]   2> 1458807 T4448 C301 P53810 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@fcd7f4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1960a9d) fullCopy=false
[junit4:junit4]   2> 1458807 T4449 C302 P53782 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=active
[junit4:junit4]   2> 1458866 T4367 C304 P53770 oasc.SolrCore.execute [nodes_used_collection_shard2_replica1] webapp=/r path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 1458869 T4389 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1458873 T4389 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1458892 T4399 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1458897 T4399 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1458900 T4399 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1459018 T4449 C302 P53782 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=nodes_used_collection_shard1_replica2
[junit4:junit4]   2> 1459026 T4370 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1459031 T4370 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1459034 T4370 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1459063 T4448 C301 P53810 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 1459065 T4432 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 1459066 T4432 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 1459066 T4432 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53810/r/awholynewcollection_0_shard1_replica2/
[junit4:junit4]   2> 1459066 T4432 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 1459066 T4432 oasc.SyncStrategy.syncToMe http://127.0.0.1:53810/r/awholynewcollection_0_shard1_replica2/ has no replicas
[junit4:junit4]   2> 1459067 T4432 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53810/r/awholynewcollection_0_shard1_replica2/
[junit4:junit4]   2> 1459067 T4432 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0/leaders/shard1
[junit4:junit4]   2> 1459068 T4376 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1459076 T4384 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1459081 T4384 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1459085 T4384 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1459142 T4412 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1459144 T4376 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=5 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"5",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"awholynewcollection_0_shard2_replica1",
[junit4:junit4]   2> 	  "collection":"awholynewcollection_0",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53791_r",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53791/r"}
[junit4:junit4]   2> 1459197 T4448 C301 P53810 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 1459197 T4448 C301 P53810 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 1459204 T4412 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1459206 T4448 C301 P53810 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@17633d0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f5be7c),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@17633d0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f5be7c),segFN=segments_2,generation=2}
[junit4:junit4]   2> 1459207 T4448 C301 P53810 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 1459207 T4448 C301 P53810 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 1459207 T4448 C301 P53810 oass.SolrIndexSearcher.<init> Opening Searcher@e80ce main
[junit4:junit4]   2> 1459217 T4443 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@e80ce main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 1459221 T4385 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1459224 T4412 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1459252 T4413 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1459256 T4448 C301 P53810 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369049482173\nodes_used_collection_shard2_replica2\data\index.20130520073134326 [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369049482173\nodes_used_collection_shard2_replica2\data\index.20130520073134326;done=true>>]
[junit4:junit4]   2> 1459256 T4448 C301 P53810 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369049482173\nodes_used_collection_shard2_replica2\data\index.20130520073134326
[junit4:junit4]   2> 1459257 T4448 C301 P53810 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369049482173\nodes_used_collection_shard2_replica2\data\index.20130520073134326
[junit4:junit4]   2> 1459257 T4448 C301 P53810 oasc.RecoveryStrategy.replay No replay needed. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 1459257 T4448 C301 P53810 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 1459257 T4448 C301 P53810 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=active
[junit4:junit4]   2> 1459259 T4413 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1459262 T4413 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1459265 T4427 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1459269 T4412 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1459269 T4412 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1459269 T4412 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1459272 T4385 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1459273 T4427 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1459277 T4427 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1459279 T4448 C301 P53810 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 1459281 T4412 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1459281 T4412 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1459281 T4412 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1459282 T4412 oasc.SolrCore.<init> [awholynewcollection_0_shard3_replica2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369049480469\awholynewcollection_0_shard3_replica2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369049480469\awholynewcollection_0_shard3_replica2\data\
[junit4:junit4]   2> 1459282 T4412 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d6fb9
[junit4:junit4]   2> 1459282 T4412 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1459285 T4376 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:53782_r_nodes_used_collection_shard1_replica2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica2",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53782_r",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53782/r"}
[junit4:junit4]   2> 1459286 T4412 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369049480469\awholynewcollection_0_shard3_replica2\data\
[junit4:junit4]   2> 1459286 T4412 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369049480469\awholynewcollection_0_shard3_replica2\data\index/
[junit4:junit4]   2> 1459286 T4385 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1459286 T4412 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard3_replica2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369049480469\awholynewcollection_0_shard3_replica2\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1459287 T4412 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369049480469\awholynewcollection_0_shard3_replica2\data\index
[junit4:junit4]   2> 1459300 T4385 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1459301 T4385 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1459301 T4385 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1459307 T4371 

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

rver.send4LetterWord connecting to 127.0.0.1:55286 55286
[junit4:junit4]   2> 2524593 T7030 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 2525697 T7030 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2525697 T7030 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 2525701 T6939 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 55293
[junit4:junit4]   2> 2525733 T6939 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
[junit4:junit4]   2> 2525733 T6939 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:55286 55286
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ShardSplitTest -Dtests.method=testDistribSearch -Dtests.seed=48AC056FD2276F69 -Dtests.slow=true -Dtests.locale=lt -Dtests.timezone=Africa/Ouagadougou -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   46.2s | ShardSplitTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:55305 returned non ok status:500, message:Server Error
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([48AC056FD2276F69:C94A8B77A5780F55]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:385)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
[junit4:junit4]    > 	at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:208)
[junit4:junit4]    > 	at org.apache.solr.cloud.ShardSplitTest.doTest(ShardSplitTest.java:133)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 2525742 T6939 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {id=PostingsFormat(name=Direct), _version_=PostingsFormat(name=SimpleText)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=lt, timezone=Africa/Ouagadougou
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_21 (32-bit)/cpus=2,threads=3,free=119912576,total=277872640
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestDefaultSearchFieldResource, FileUtilsTest, TestSchemaVersionResource, AutoCommitTest, TestStressVersions, TestFastLRUCache, TestLMDirichletSimilarityFactory, DirectSolrConnectionTest, TestPerFieldSimilarity, SearchHandlerTest, TestDistributedGrouping, ShardRoutingTest, ClusterStateTest, TestStressRecovery, TestCSVResponseWriter, PrimUtilsTest, SliceStateUpdateTest, UnloadDistributedZkTest, TestCollationField, TestSerializedLuceneMatchVersion, CopyFieldTest, MultiTermTest, LoggingHandlerTest, OutputWriterTest, SignatureUpdateProcessorFactoryTest, SolrPluginUtilsTest, TestPropInject, CurrencyFieldOpenExchangeTest, TestFoldingMultitermQuery, AlternateDirectoryTest, TestLMJelinekMercerSimilarityFactory, TestHashPartitioner, PluginInfoTest, StandardRequestHandlerTest, DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, SolrCoreTest, TestReplicationHandler, TestSolrIndexConfig, ZkControllerTest, DateMathParserTest, DirectUpdateHandlerTest, TestExtendedDismaxParser, TestDocSet, ZkSolrClientTest, TestZkChroot, JsonLoaderTest, ScriptEngineTest, PreAnalyzedUpdateProcessorTest, TestFieldResource, ChaosMonkeyShardSplitTest, TestFiltering, QueryResultKeyTest, TestFieldTypeCollectionResource, SpellingQueryConverterTest, BasicZkTest, TestAtomicUpdateErrorCases, TestFuzzyAnalyzedSuggestions, ChaosMonkeyNothingIsSafeTest, TestIBSimilarityFactory, TestCharFilters, ConvertedLegacyTest, TestIndexSearcher, TestFastWriter, OpenCloseCoreStressTest, TestRealTimeGet, DistributedTermsComponentTest, SliceStateTest, CircularListTest, SolrIndexConfigTest, TestSolrQueryParser, TestStressReorder, SimplePostToolTest, PolyFieldTest, NumericFieldsTest, StatsComponentTest, TestQuerySenderNoQuery, NoCacheHeaderTest, SynonymTokenizerTest, DistributedSpellCheckComponentTest, BadComponentTest, TestManagedSchemaFieldResource, TestCloudManagedSchema, RequiredFieldsTest, TestJmxMonitoredMap, HardAutoCommitTest, IndexBasedSpellCheckerTest, TestCopyFieldCollectionResource, URLClassifyProcessorTest, SOLR749Test, TestFieldTypeResource, TestFaceting, TestCoreContainer, TestConfig, TestSolrCoreProperties, TermsComponentTest, DefaultValueUpdateProcessorTest, TestDocumentBuilder, DocumentBuilderTest, OverseerCollectionProcessorTest, TestMergePolicyConfig, ClusterStateUpdateTest, HighlighterTest, DistanceFunctionTest, CoreAdminHandlerTest, TestSolrDeletionPolicy2, MBeansHandlerTest, TestLRUCache, TestClassNameShortening, TestSolrXMLSerializer, NotRequiredUniqueKeyTest, SolrIndexSplitterTest, UniqFieldsUpdateProcessorFactoryTest, ResourceLoaderTest, TestWriterPerf, DOMUtilTest, SchemaVersionSpecificBehaviorTest, TestRecovery, TestRangeQuery, TestPHPSerializedResponseWriter, TestRTGBase, LeaderElectionTest, QueryParsingTest, TestFieldCollectionResource, DocValuesMultiTest, TestDynamicFieldResource, OpenExchangeRatesOrgProviderTest, TestSearchPerf, TestLazyCores, WordBreakSolrSpellCheckerTest, TestPostingsSolrHighlighter, TestQueryTypes, DirectUpdateHandlerOptimizeTest, TestMaxScoreQueryParser, PreAnalyzedFieldTest, JSONWriterTest, TestSuggestSpellingConverter, LegacyHTMLStripCharFilterTest, TestPluginEnable, SuggesterFSTTest, SpatialFilterTest, SuggesterTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, SyncSliceTest, OverseerTest, LeaderElectionIntegrationTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, TestRandomFaceting, TestRandomDVFaceting, ZkCLITest, ShardRoutingCustomTest, TestDistributedSearch, TermVectorComponentDistributedTest, TestJoin, TestMultiCoreConfBootstrap, TestReload, SimpleFacetsTest, TestSolr4Spatial, SpellCheckComponentTest, TestGroupingSearch, SolrCmdDistributorTest, QueryElevationComponentTest, PeerSyncTest, BadIndexSchemaTest, TestSort, TestFunctionQuery, BasicFunctionalityTest, TestBadConfig, SoftAutoCommitTest, ShowFileRequestHandlerTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, SpellCheckCollatorTest, SolrRequestParserTest, DocValuesTest, SuggesterTSTTest, TestStressLucene, TestTrie, SuggesterWFSTTest, TestCSVLoader, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestUpdate, FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, QueryEqualityTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, TestRemoteStreaming, TestSolrDeletionPolicy1, SolrInfoMBeanTest, XsltUpdateRequestHandlerTest, DebugComponentTest, CacheHeaderTest, TestSurroundQueryParser, LukeRequestHandlerTest, DisMaxRequestHandlerTest, TestQueryUtils, DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, TestOmitPositions, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, TestIndexingPerformance, MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest, TestArbitraryIndexDir, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, IndexSchemaTest, TestJmxIntegration, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, TestAnalyzedSuggestions, BinaryUpdateRequestHandlerTest, TestPartialUpdateDeduplication, PingRequestHandlerTest, CSVRequestHandlerTest, TestComponentsName, CoreContainerCoreInitFailuresTest, TestBinaryResponseWriter, TestLFUCache, HighlighterConfigTest, TestQuerySenderListener, TestPropInjectDefaults, IndexReaderFactoryTest, UpdateParamsTest, ResponseLogComponentTest, SampleTest, TestBinaryField, MinimalSchemaTest, TestElisionMultitermQuery, ExternalFileFieldSortTest, TestLuceneMatchVersion, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCodecSupport, TestXIncludeConfig, EchoParamsTest, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestNumberUtils, TestBM25SimilarityFactory, TestDefaultSimilarityFactory, TimeZoneUtilsTest, TestFastOutputStream, TestSystemIdResolver, DateFieldTest, RAMDirectoryFactoryTest, TestSolrJ, TestUtils, ZkNodePropsTest, SystemInfoHandlerTest, UUIDFieldTest, SolrTestCaseJ4Test, AliasIntegrationTest, ShardSplitTest]
[junit4:junit4] Completed in 46.25s, 1 test, 1 error <<< FAILURES!

[...truncated 52 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:377: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:357: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:181: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:437: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1240: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:884: There were test failures: 295 suites, 1231 tests, 1 error, 1 failure, 18 ignored (12 assumptions)

Total time: 68 minutes 2 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.7.0_21 -server -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.7.0_21) - Build # 2840 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2840/
Java: 32bit/jdk1.7.0_21 -server -XX:+UseSerialGC

5 tests failed.
FAILED:  org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer.testShutdown

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([32973A668E998EDC:D1E133F369E31BAE]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 40 more


FAILED:  org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer.testGetCoreContainer

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([32973A668E998EDC:FF840E293868E662]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 40 more


FAILED:  org.apache.solr.client.solrj.embedded.TestSolrProperties.testProperties

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	at org.apache.solr.client.solrj.embedded.TestSolrProperties.setUp(TestSolrProperties.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$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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 41 more


FAILED:  org.apache.solr.client.solrj.request.TestCoreAdmin.testErrorCases

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([32973A668E998EDC:8B69A1071E0D8CB3]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 39 more


FAILED:  org.apache.solr.client.solrj.request.TestCoreAdmin.testCustomUlogDir

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([32973A668E998EDC:F22FDB4B0826CC17]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 39 more




Build Log:
[...truncated 10345 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.request.TestCoreAdmin
[junit4:junit4]   1> 75126 [TEST-TestCoreAdmin.testErrorCases-seed#[32973A668E998EDC]] INFO  org.apache.solr.core.CoreContainer  � New CoreContainer 12196352
[junit4:junit4]   1> 75126 [TEST-TestCoreAdmin.testErrorCases-seed#[32973A668E998EDC]] INFO  org.apache.solr.core.CoreContainer  � Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 75127 [TEST-TestCoreAdmin.testErrorCases-seed#[32973A668E998EDC]] INFO  org.apache.solr.core.SolrResourceLoader  � new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCoreAdmin -Dtests.method=testErrorCases -Dtests.seed=32973A668E998EDC -Dtests.slow=true -Dtests.locale=ru -Dtests.timezone=Europe/Isle_of_Man -Dtests.file.encoding=Cp1252
[junit4:junit4] ERROR   0.28s | TestCoreAdmin.testErrorCases <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([32973A668E998EDC:8B69A1071E0D8CB3]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 39 more
[junit4:junit4]   1> 75412 [TEST-TestCoreAdmin.testCustomUlogDir-seed#[32973A668E998EDC]] INFO  org.apache.solr.core.CoreContainer  � New CoreContainer 7800876
[junit4:junit4]   1> 75412 [TEST-TestCoreAdmin.testCustomUlogDir-seed#[32973A668E998EDC]] INFO  org.apache.solr.core.CoreContainer  � Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 75413 [TEST-TestCoreAdmin.testCustomUlogDir-seed#[32973A668E998EDC]] INFO  org.apache.solr.core.SolrResourceLoader  � new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   1> 75471 [Finalizer] ERROR org.apache.solr.core.CoreContainer  � CoreContainer was not shutdown prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!  instance=12196352
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCoreAdmin -Dtests.method=testCustomUlogDir -Dtests.seed=32973A668E998EDC -Dtests.slow=true -Dtests.locale=ru -Dtests.timezone=Europe/Isle_of_Man -Dtests.file.encoding=Cp1252
[junit4:junit4] ERROR   0.18s | TestCoreAdmin.testCustomUlogDir <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([32973A668E998EDC:F22FDB4B0826CC17]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 39 more
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=ru, timezone=Europe/Isle_of_Man
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_21 (32-bit)/cpus=2,threads=1,free=5723552,total=43962368
[junit4:junit4]   2> NOTE: All tests run in this JVM: [CloudSolrServerTest, QueryResponseTest, SolrExampleEmbeddedTest, SolrExampleStreamingBinaryTest, DocumentAnalysisResponseTest, TestCoreAdmin]
[junit4:junit4] Completed in 0.49s, 2 tests, 2 errors <<< FAILURES!

[...truncated 13 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer
[junit4:junit4]   1> 101355 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[32973A668E998EDC]] INFO  org.apache.solr.core.CoreContainer  � New CoreContainer 23264363
[junit4:junit4]   1> 101356 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[32973A668E998EDC]] INFO  org.apache.solr.core.CoreContainer  � Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 101356 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[32973A668E998EDC]] INFO  org.apache.solr.core.SolrResourceLoader  � new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestEmbeddedSolrServer -Dtests.method=testShutdown -Dtests.seed=32973A668E998EDC -Dtests.slow=true -Dtests.locale=en_GB -Dtests.timezone=Etc/GMT+1 -Dtests.file.encoding=Cp1252
[junit4:junit4] ERROR   0.15s | TestEmbeddedSolrServer.testShutdown <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([32973A668E998EDC:D1E133F369E31BAE]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 40 more
[junit4:junit4]   1> 101499 [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[32973A668E998EDC]] INFO  org.apache.solr.core.CoreContainer  � New CoreContainer 7974895
[junit4:junit4]   1> 101500 [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[32973A668E998EDC]] INFO  org.apache.solr.core.CoreContainer  � Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 101500 [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[32973A668E998EDC]] INFO  org.apache.solr.core.SolrResourceLoader  � new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   1> 101579 [Finalizer] ERROR org.apache.solr.core.CoreContainer  � CoreContainer was not shutdown prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!  instance=23264363
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestEmbeddedSolrServer -Dtests.method=testGetCoreContainer -Dtests.seed=32973A668E998EDC -Dtests.slow=true -Dtests.locale=en_GB -Dtests.timezone=Etc/GMT+1 -Dtests.file.encoding=Cp1252
[junit4:junit4] ERROR   0.13s | TestEmbeddedSolrServer.testGetCoreContainer <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([32973A668E998EDC:FF840E293868E662]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 40 more
[junit4:junit4]   2> NOTE: test params are: codec=Asserting, sim=DefaultSimilarity, locale=en_GB, timezone=Etc/GMT+1
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_21 (32-bit)/cpus=2,threads=1,free=12275320,total=53317632
[junit4:junit4]   2> NOTE: All tests run in this JVM: [CloudSolrServerTest, QueryResponseTest, SolrExampleEmbeddedTest, SolrExampleStreamingBinaryTest, DocumentAnalysisResponseTest, TestCoreAdmin, TestFastInputStream, SolrExampleStreamingTest, SolrExampleBinaryTest, ContentStreamTest, TestEmbeddedSolrServer]
[junit4:junit4] Completed in 0.30s, 2 tests, 2 errors <<< FAILURES!

[...truncated 13 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.TestSolrProperties
[junit4:junit4]   1> 109180 [TEST-TestSolrProperties.testProperties-seed#[32973A668E998EDC]] INFO  org.apache.solr.core.CoreContainer  � New CoreContainer 11124851
[junit4:junit4]   1> 109180 [TEST-TestSolrProperties.testProperties-seed#[32973A668E998EDC]] INFO  org.apache.solr.core.CoreContainer  � Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 109180 [TEST-TestSolrProperties.testProperties-seed#[32973A668E998EDC]] INFO  org.apache.solr.core.SolrResourceLoader  � new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrProperties -Dtests.method=testProperties -Dtests.seed=32973A668E998EDC -Dtests.slow=true -Dtests.locale=iw -Dtests.timezone=Pacific/Enderbury -Dtests.file.encoding=Cp1252
[junit4:junit4] ERROR   0.12s | TestSolrProperties.testProperties <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.setUp(TestSolrProperties.java:70)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 41 moreThrowable #2: java.lang.AssertionError: Failed to delete .\solrtest-TestSolrProperties-1369024101176\solr-persist.xml
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.deleteAdditionalFiles(TestSolrProperties.java:95)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.tearDown(AbstractEmbeddedSolrServerTestCase.java:79)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.tearDown(TestSolrProperties.java:76)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=iw, timezone=Pacific/Enderbury
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_21 (32-bit)/cpus=2,threads=1,free=16770592,total=53317632
[junit4:junit4]   2> NOTE: All tests run in this JVM: [CloudSolrServerTest, QueryResponseTest, SolrExampleEmbeddedTest, SolrExampleStreamingBinaryTest, DocumentAnalysisResponseTest, TestCoreAdmin, TestFastInputStream, SolrExampleStreamingTest, SolrExampleBinaryTest, ContentStreamTest, TestEmbeddedSolrServer, SolrParamTest, TestNamedListCodec, TermsResponseTest, SolrExampleJettyTest, TestSolrProperties]
[junit4:junit4] Completed in 0.15s, 1 test, 1 error <<< FAILURES!

[...truncated 102 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:377: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:357: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:194: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:437: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1240: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:884: There were test failures: 45 suites, 269 tests, 5 errors, 1 ignored (1 assumption)

Total time: 70 minutes 0 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.7.0_21 -server -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.7.0_21) - Build # 2839 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2839/
Java: 64bit/jdk1.7.0_21 -XX:+UseCompressedOops -XX:+UseParallelGC

5 tests failed.
FAILED:  org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer.testShutdown

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([A2D7009E6E28B0EF:41A1090B8952259D]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 40 more


FAILED:  org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer.testGetCoreContainer

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([A2D7009E6E28B0EF:6FC434D1D8D9D851]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 40 more


FAILED:  org.apache.solr.client.solrj.embedded.TestSolrProperties.testProperties

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	at org.apache.solr.client.solrj.embedded.TestSolrProperties.setUp(TestSolrProperties.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$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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 41 more


FAILED:  org.apache.solr.client.solrj.request.TestCoreAdmin.testErrorCases

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([A2D7009E6E28B0EF:1B299BFFFEBCB280]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 39 more


FAILED:  org.apache.solr.client.solrj.request.TestCoreAdmin.testCustomUlogDir

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([A2D7009E6E28B0EF:626FE1B3E897F224]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 39 more




Build Log:
[...truncated 10367 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.TestSolrProperties
[junit4:junit4]   1> 104693 [TEST-TestSolrProperties.testProperties-seed#[A2D7009E6E28B0EF]] INFO  org.apache.solr.core.CoreContainer  � New CoreContainer 906314588
[junit4:junit4]   1> 104694 [TEST-TestSolrProperties.testProperties-seed#[A2D7009E6E28B0EF]] INFO  org.apache.solr.core.CoreContainer  � Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 104695 [TEST-TestSolrProperties.testProperties-seed#[A2D7009E6E28B0EF]] INFO  org.apache.solr.core.SolrResourceLoader  � new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrProperties -Dtests.method=testProperties -Dtests.seed=A2D7009E6E28B0EF -Dtests.slow=true -Dtests.locale=hi_IN -Dtests.timezone=Africa/Ouagadougou -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   0.23s | TestSolrProperties.testProperties <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.setUp(TestSolrProperties.java:70)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 41 moreThrowable #2: java.lang.AssertionError: Failed to delete .\solrtest-TestSolrProperties-1369000570428\solr-persist.xml
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.deleteAdditionalFiles(TestSolrProperties.java:95)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.tearDown(AbstractEmbeddedSolrServerTestCase.java:79)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.tearDown(TestSolrProperties.java:76)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=hi_IN, timezone=Africa/Ouagadougou
[junit4:junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=2,threads=1,free=61540680,total=186384384
[junit4:junit4]   2> NOTE: All tests run in this JVM: [CloudSolrServerTest, FieldAnalysisResponseTest, TestHash, TestXMLEscaping, AnlysisResponseBaseTest, SolrExampleXMLTest, NamedListTest, TestLBHttpSolrServer, TestSolrProperties]
[junit4:junit4] Completed in 0.25s, 1 test, 1 error <<< FAILURES!

[...truncated 75 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer
[junit4:junit4]   1> 187764 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[A2D7009E6E28B0EF]] INFO  org.apache.solr.core.CoreContainer  � New CoreContainer 384379956
[junit4:junit4]   1> 187765 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[A2D7009E6E28B0EF]] INFO  org.apache.solr.core.CoreContainer  � Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 187765 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[A2D7009E6E28B0EF]] INFO  org.apache.solr.core.SolrResourceLoader  � new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestEmbeddedSolrServer -Dtests.method=testShutdown -Dtests.seed=A2D7009E6E28B0EF -Dtests.slow=true -Dtests.locale=ja_JP -Dtests.timezone=Africa/Nairobi -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   0.11s | TestEmbeddedSolrServer.testShutdown <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([A2D7009E6E28B0EF:41A1090B8952259D]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 40 more
[junit4:junit4]   1> 187870 [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[A2D7009E6E28B0EF]] INFO  org.apache.solr.core.CoreContainer  � New CoreContainer 688618009
[junit4:junit4]   1> 187871 [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[A2D7009E6E28B0EF]] INFO  org.apache.solr.core.CoreContainer  � Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 187871 [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[A2D7009E6E28B0EF]] INFO  org.apache.solr.core.SolrResourceLoader  � new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestEmbeddedSolrServer -Dtests.method=testGetCoreContainer -Dtests.seed=A2D7009E6E28B0EF -Dtests.slow=true -Dtests.locale=ja_JP -Dtests.timezone=Africa/Nairobi -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   0.11s | TestEmbeddedSolrServer.testGetCoreContainer <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([A2D7009E6E28B0EF:6FC434D1D8D9D851]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 40 more
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=ja_JP, timezone=Africa/Nairobi
[junit4:junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=2,threads=1,free=25800080,total=227606528
[junit4:junit4]   2> NOTE: All tests run in this JVM: [CloudSolrServerTest, FieldAnalysisResponseTest, TestHash, TestXMLEscaping, AnlysisResponseBaseTest, SolrExampleXMLTest, NamedListTest, TestLBHttpSolrServer, TestSolrProperties, TestBatchUpdate, ContentStreamTest, SolrExceptionTest, LargeVolumeJettyTest, TermsResponseTest, IteratorChainTest, TestFastInputStream, TestUpdateRequestCodec, SolrDocumentTest, SolrExampleJettyTest, ModifiableSolrParamsTest, BasicHttpSolrServerTest, LargeVolumeEmbeddedTest, SolrExampleStreamingTest, SolrExampleStreamingBinaryTest, SolrExampleBinaryTest, SolrExampleEmbeddedTest, LargeVolumeBinaryJettyTest, JettyWebappTest, MultiCoreExampleJettyTest, TestSpellCheckResponse, SolrParamTest, MultiCoreEmbeddedTest, MergeIndexesEmbeddedTest, TestEmbeddedSolrServer]
[junit4:junit4] Completed in 0.23s, 2 tests, 2 errors <<< FAILURES!

[...truncated 4 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.request.TestCoreAdmin
[junit4:junit4]   1> 188409 [TEST-TestCoreAdmin.testErrorCases-seed#[A2D7009E6E28B0EF]] INFO  org.apache.solr.core.CoreContainer  � New CoreContainer 71615417
[junit4:junit4]   1> 188409 [TEST-TestCoreAdmin.testErrorCases-seed#[A2D7009E6E28B0EF]] INFO  org.apache.solr.core.CoreContainer  � Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 188410 [TEST-TestCoreAdmin.testErrorCases-seed#[A2D7009E6E28B0EF]] INFO  org.apache.solr.core.SolrResourceLoader  � new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCoreAdmin -Dtests.method=testErrorCases -Dtests.seed=A2D7009E6E28B0EF -Dtests.slow=true -Dtests.locale=ms -Dtests.timezone=Chile/EasterIsland -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   0.10s | TestCoreAdmin.testErrorCases <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([A2D7009E6E28B0EF:1B299BFFFEBCB280]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 39 more
[junit4:junit4]   1> 188506 [TEST-TestCoreAdmin.testCustomUlogDir-seed#[A2D7009E6E28B0EF]] INFO  org.apache.solr.core.CoreContainer  � New CoreContainer 1742797088
[junit4:junit4]   1> 188507 [TEST-TestCoreAdmin.testCustomUlogDir-seed#[A2D7009E6E28B0EF]] INFO  org.apache.solr.core.CoreContainer  � Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 188507 [TEST-TestCoreAdmin.testCustomUlogDir-seed#[A2D7009E6E28B0EF]] INFO  org.apache.solr.core.SolrResourceLoader  � new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCoreAdmin -Dtests.method=testCustomUlogDir -Dtests.seed=A2D7009E6E28B0EF -Dtests.slow=true -Dtests.locale=ms -Dtests.timezone=Chile/EasterIsland -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   0.10s | TestCoreAdmin.testCustomUlogDir <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([A2D7009E6E28B0EF:626FE1B3E897F224]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 39 more
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=ms, timezone=Chile/EasterIsland
[junit4:junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=2,threads=1,free=113636000,total=227409920
[junit4:junit4]   2> NOTE: All tests run in this JVM: [CloudSolrServerTest, FieldAnalysisResponseTest, TestHash, TestXMLEscaping, AnlysisResponseBaseTest, SolrExampleXMLTest, NamedListTest, TestLBHttpSolrServer, TestSolrProperties, TestBatchUpdate, ContentStreamTest, SolrExceptionTest, LargeVolumeJettyTest, TermsResponseTest, IteratorChainTest, TestFastInputStream, TestUpdateRequestCodec, SolrDocumentTest, SolrExampleJettyTest, ModifiableSolrParamsTest, BasicHttpSolrServerTest, LargeVolumeEmbeddedTest, SolrExampleStreamingTest, SolrExampleStreamingBinaryTest, SolrExampleBinaryTest, SolrExampleEmbeddedTest, LargeVolumeBinaryJettyTest, JettyWebappTest, MultiCoreExampleJettyTest, TestSpellCheckResponse, SolrParamTest, MultiCoreEmbeddedTest, MergeIndexesEmbeddedTest, TestEmbeddedSolrServer, QueryResponseTest, TestCoreAdmin]
[junit4:junit4] Completed in 0.22s, 2 tests, 2 errors <<< FAILURES!

[...truncated 37 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:377: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:357: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:194: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:437: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1240: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:884: There were test failures: 45 suites, 269 tests, 5 errors, 1 ignored (1 assumption)

Total time: 67 minutes 57 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0_21 -XX:+UseCompressedOops -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.7.0_21) - Build # 2838 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2838/
Java: 64bit/jdk1.7.0_21 -XX:-UseCompressedOops -XX:+UseSerialGC

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

Error Message:
Server at http://127.0.0.1:62483/c_f 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:62483/c_f returned non ok status:500, message:Server Error
	at __randomizedtesting.SeedInfo.seed([133FFC761AADD246:92D9726E6DF2B27A]: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.ChaosMonkeyShardSplitTest.doTest(ChaosMonkeyShardSplitTest.java:136)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
	at sun.reflect.GeneratedMethodAccessor42.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$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 9941 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.ChaosMonkeyShardSplitTest
[junit4:junit4]   2> 2318320 T7243 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /c_f/
[junit4:junit4]   2> 2318324 T7243 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-ChaosMonkeyShardSplitTest-1368976750214
[junit4:junit4]   2> 2318327 T7243 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 2318328 T7244 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 2318428 T7243 oasc.ZkTestServer.run start zk server on port:62464
[junit4:junit4]   2> 2318431 T7243 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2318447 T7250 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3e6f0338 name:ZooKeeperConnection Watcher:127.0.0.1:62464 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2318447 T7243 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2318447 T7243 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 2318463 T7243 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2318470 T7252 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5f2b0839 name:ZooKeeperConnection Watcher:127.0.0.1:62464/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2318471 T7243 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2318471 T7243 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 2318485 T7243 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 2318495 T7243 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 2318503 T7243 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 2318513 T7243 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 2318516 T7243 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 2318536 T7243 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\schema15.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 2318537 T7243 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 2318549 T7243 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 2318549 T7243 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 2318561 T7243 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 2318562 T7243 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 2318572 T7243 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 2318573 T7243 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 2318583 T7243 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 2318584 T7243 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 2318595 T7243 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 2318596 T7243 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 2318607 T7243 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 2318607 T7243 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 2318619 T7243 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 2318620 T7243 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 2319071 T7243 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 2319077 T7243 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:62471
[junit4:junit4]   2> 2319077 T7243 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2319078 T7243 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2319078 T7243 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1368976750522
[junit4:junit4]   2> 2319079 T7243 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1368976750522\solr.xml
[junit4:junit4]   2> 2319079 T7243 oasc.CoreContainer.<init> New CoreContainer 1018384275
[junit4:junit4]   2> 2319081 T7243 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1368976750522\'
[junit4:junit4]   2> 2319081 T7243 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1368976750522\'
[junit4:junit4]   2> 2319190 T7243 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 2319190 T7243 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2319191 T7243 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 2319191 T7243 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2319191 T7243 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2319192 T7243 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2319192 T7243 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2319193 T7243 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2319193 T7243 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2319193 T7243 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 2319201 T7243 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 2319202 T7243 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62464/solr
[junit4:junit4]   2> 2319202 T7243 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 2319203 T7243 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2319219 T7263 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ef7b666 name:ZooKeeperConnection Watcher:127.0.0.1:62464 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2319220 T7243 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2319223 T7245 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13ebd5f768d0002, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 2319223 T7243 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 2319234 T7243 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2319237 T7265 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2fe254ce name:ZooKeeperConnection Watcher:127.0.0.1:62464/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2319238 T7243 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2319241 T7243 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 2319248 T7243 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 2319254 T7243 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 2319258 T7243 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62471_c_f
[junit4:junit4]   2> 2319261 T7243 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62471_c_f
[junit4:junit4]   2> 2319266 T7243 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 2319277 T7243 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 2319281 T7243 oasc.Overseer.start Overseer (id=89717260302483459-127.0.0.1:62471_c_f-n_0000000000) starting
[junit4:junit4]   2> 2319288 T7243 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 2319296 T7267 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 2319297 T7243 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 2319301 T7243 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 2319304 T7243 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2319308 T7266 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 2319335 T7268 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1368976750522\collection1
[junit4:junit4]   2> 2319335 T7268 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 2319336 T7268 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 2319336 T7268 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 2319339 T7268 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1368976750522\collection1\'
[junit4:junit4]   2> 2319340 T7268 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1368976750522/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 2319341 T7268 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1368976750522/collection1/lib/README' to classloader
[junit4:junit4]   2> 2319400 T7268 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 2319460 T7268 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2319463 T7268 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2319469 T7268 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 2320041 T7268 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2320044 T7268 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2320046 T7268 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2320052 T7268 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2320084 T7268 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2320085 T7268 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1368976750522\collection1\, dataDir=.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213/control/data\
[junit4:junit4]   2> 2320085 T7268 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1e7b617c
[junit4:junit4]   2> 2320085 T7268 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2320085 T7268 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213/control/data\
[junit4:junit4]   2> 2320087 T7268 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213/control/data\index/
[junit4:junit4]   2> 2320087 T7268 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213\control\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2320087 T7268 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213/control/data\index
[junit4:junit4]   2> 2320092 T7268 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3a84c6d0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b07d446),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2320092 T7268 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2320097 T7268 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2320097 T7268 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2320098 T7268 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2320098 T7268 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2320099 T7268 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2320099 T7268 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2320099 T7268 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2320100 T7268 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2320100 T7268 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2320110 T7268 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2320140 T7268 oass.SolrIndexSearcher.<init> Opening Searcher@3d8823cd main
[junit4:junit4]   2> 2320142 T7268 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213\control\data\tlog
[junit4:junit4]   2> 2320143 T7268 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2320143 T7268 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2320149 T7269 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3d8823cd main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2320149 T7268 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 2320149 T7268 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2320815 T7266 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2320817 T7266 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:62471_c_f",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:62471/c_f"}
[junit4:junit4]   2> 2320817 T7266 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2320818 T7266 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 2320836 T7265 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2321157 T7268 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2321157 T7268 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:62471/c_f collection:control_collection shard:shard1
[junit4:junit4]   2> 2321159 T7268 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2321190 T7268 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2321202 T7268 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2321202 T7268 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2321203 T7268 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:62471/c_f/collection1/
[junit4:junit4]   2> 2321203 T7268 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2321203 T7268 oasc.SyncStrategy.syncToMe http://127.0.0.1:62471/c_f/collection1/ has no replicas
[junit4:junit4]   2> 2321203 T7268 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:62471/c_f/collection1/
[junit4:junit4]   2> 2321203 T7268 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2322350 T7266 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2322397 T7265 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2322450 T7268 oasc.ZkController.register We are http://127.0.0.1:62471/c_f/collection1/ and leader is http://127.0.0.1:62471/c_f/collection1/
[junit4:junit4]   2> 2322450 T7268 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:62471/c_f
[junit4:junit4]   2> 2322452 T7268 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 2322452 T7268 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 2322452 T7268 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2322458 T7268 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2322461 T7243 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 2322462 T7243 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2322463 T7243 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2322483 T7243 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 2322489 T7243 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2322494 T7272 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4f927996 name:ZooKeeperConnection Watcher:127.0.0.1:62464/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2322494 T7243 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2322495 T7243 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2322498 T7243 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 2322913 T7243 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 2322917 T7243 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:62483
[junit4:junit4]   2> 2322918 T7243 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2322918 T7243 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2322919 T7243 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1368976754387
[junit4:junit4]   2> 2322919 T7243 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1368976754387\solr.xml
[junit4:junit4]   2> 2322920 T7243 oasc.CoreContainer.<init> New CoreContainer 2147107034
[junit4:junit4]   2> 2322920 T7243 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1368976754387\'
[junit4:junit4]   2> 2322921 T7243 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1368976754387\'
[junit4:junit4]   2> 2323026 T7243 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 2323027 T7243 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2323027 T7243 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 2323028 T7243 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2323028 T7243 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2323028 T7243 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2323028 T7243 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2323029 T7243 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2323030 T7243 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2323030 T7243 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 2323037 T7243 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 2323037 T7243 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62464/solr
[junit4:junit4]   2> 2323037 T7243 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 2323040 T7243 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2323059 T7283 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@429cd478 name:ZooKeeperConnection Watcher:127.0.0.1:62464 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2323059 T7243 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2323062 T7243 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 2323068 T7243 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2323072 T7285 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1fa0f0cd name:ZooKeeperConnection Watcher:127.0.0.1:62464/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2323072 T7243 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2323080 T7243 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2323917 T7266 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2323919 T7266 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:62471_c_f",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:62471/c_f"}
[junit4:junit4]   2> 2323940 T7272 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2323941 T7285 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2323942 T7265 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2324085 T7243 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62483_c_f
[junit4:junit4]   2> 2324091 T7243 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62483_c_f
[junit4:junit4]   2> 2324100 T7285 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2324101 T7272 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 2324102 T7272 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2324104 T7265 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 2324104 T7265 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2324108 T7285 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 2324124 T7286 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1368976754387\collection1
[junit4:junit4]   2> 2324125 T7286 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 2324127 T7286 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 2324127 T7286 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 2324132 T7286 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1368976754387\collection1\'
[junit4:junit4]   2> 2324136 T7286 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1368976754387/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 2324137 T7286 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1368976754387/collection1/lib/README' to classloader
[junit4:junit4]   2> 2324195 T7286 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 2324252 T7286 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2324255 T7286 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2324261 T7286 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 2324870 T7286 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2324872 T7286 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2324875 T7286 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2324880 T7286 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2324913 T7286 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2324913 T7286 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1368976754387\collection1\, dataDir=.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213/jetty1\
[junit4:junit4]   2> 2324913 T7286 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1e7b617c
[junit4:junit4]   2> 2324914 T7286 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2324914 T7286 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213/jetty1\
[junit4:junit4]   2> 2324914 T7286 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213/jetty1\index/
[junit4:junit4]   2> 2324914 T7286 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213\jetty1\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2324916 T7286 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213/jetty1\index
[junit4:junit4]   2> 2324920 T7286 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7a3e8731 lockFactory=org.apache.lucene.store.NativeFSLockFactory@23ad467),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2324920 T7286 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2324925 T7286 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2324925 T7286 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2324926 T7286 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2324926 T7286 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2324927 T7286 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2324928 T7286 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2324928 T7286 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2324929 T7286 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2324929 T7286 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2324942 T7286 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2324951 T7286 oass.SolrIndexSearcher.<init> Opening Searcher@7e6b20ec main
[junit4:junit4]   2> 2324951 T7286 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213\jetty1\tlog
[junit4:junit4]   2> 2324953 T7286 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2324953 T7286 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2324960 T7287 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7e6b20ec main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2324963 T7286 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 2324963 T7286 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2325457 T7266 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2325459 T7266 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:62483_c_f",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:62483/c_f"}
[junit4:junit4]   2> 2325459 T7266 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 2325460 T7266 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 2325479 T7272 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2325480 T7285 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2325481 T7265 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2325968 T7286 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2325968 T7286 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:62483/c_f collection:collection1 shard:shard1
[junit4:junit4]   2> 2325970 T7286 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 2326001 T7286 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2326012 T7286 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2326012 T7286 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2326013 T7286 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:62483/c_f/collection1/
[junit4:junit4]   2> 2326013 T7286 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2326013 T7286 oasc.SyncStrategy.syncToMe http://127.0.0.1:62483/c_f/collection1/ has no replicas
[junit4:junit4]   2> 2326015 T7286 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:62483/c_f/collection1/
[junit4:junit4]   2> 2326015 T7286 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 2326995 T7266 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2327031 T7272 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2327031 T7285 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2327033 T7265 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2327056 T7286 oasc.ZkController.register We are http://127.0.0.1:62483/c_f/collection1/ and leader is http://127.0.0.1:62483/c_f/collection1/
[junit4:junit4]   2> 2327056 T7286 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:62483/c_f
[junit4:junit4]   2> 2327057 T7286 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 2327057 T7286 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 2327057 T7286 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2327064 T7286 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2327067 T7243 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 2327068 T7243 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2327068 T7243 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2327508 T7243 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 2327512 T7243 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:62492
[junit4:junit4]   2> 2327513 T7243 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2327514 T7243 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2327515 T7243 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1368976758973
[junit4:junit4]   2> 2327515 T7243 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1368976758973\solr.xml
[junit4:junit4]   2> 2327516 T7243 oasc.CoreContainer.<init> New CoreContainer 1656200859
[junit4:junit4]   2> 2327517 T7243 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1368976758973\'
[junit4:junit4]   2> 2327518 T7243 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1368976758973\'
[junit4:junit4]   2> 2327634 T7243 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 2327634 T7243 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2327634 T7243 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 2327635 T7243 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2327635 T7243 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2327635 T7243 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2327635 T7243 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2327636 T7243 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2327636 T7243 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2327637 T7243 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 2327644 T7243 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 2327645 T7243 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62464/solr
[junit4:junit4]   2> 2327645 T7243 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 2327647 T7243 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2327666 T7299 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6815e520 name:ZooKeeperConnection Watcher:127.0.0.1:62464 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2327667 T7243 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2327671 T7243 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 2327684 T7243 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2327689 T7301 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2ff42531 name:ZooKeeperConnection Watcher:127.0.0.1:62464/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2327690 T7243 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2327697 T7243 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2328555 T7266 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2328557 T7266 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:62483_c_f",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:62483/c_f"}
[junit4:junit4]   2> 2328575 T7272 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2328576 T7285 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2328577 T7265 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2328577 T7301 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2328701 T7243 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62492_c_f
[junit4:junit4]   2> 2328706 T7243 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62492_c_f
[junit4:junit4]   2> 2328710 T7285 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2328712 T7272 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2328712 T7272 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2328712 T7265 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2328713 T7265 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2328712 T7301 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2328713 T7301 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2328714 T7285 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2328725 T7302 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1368976758973\collection1
[junit4:junit4]   2> 2328725 T7302 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 2328726 T7302 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 2328726 T7302 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 2328730 T7302 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1368976758973\collection1\'
[junit4:junit4]   2> 2328732 T7302 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1368976758973/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 2328734 T7302 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1368976758973/collection1/lib/README' to classloader
[junit4:junit4]   2> 2328809 T7302 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 2328865 T7302 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2328868 T7302 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2328873 T7302 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 2329464 T7302 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2329467 T7302 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2329469 T7302 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2329475 T7302 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2329508 T7302 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2329509 T7302 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1368976758973\collection1\, dataDir=.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213/jetty2\
[junit4:junit4]   2> 2329509 T7302 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1e7b617c
[junit4:junit4]   2> 2329509 T7302 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2329509 T7302 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213/jetty2\
[junit4:junit4]   2> 2329510 T7302 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213/jetty2\index/
[junit4:junit4]   2> 2329510 T7302 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213\jetty2\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2329510 T7302 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213/jetty2\index
[junit4:junit4]   2> 2329515 T7302 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6360b06c lockFactory=org.apache.lucene.store.NativeFSLockFactory@1bc93a4c),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2329515 T7302 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2329519 T7302 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2329520 T7302 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2329521 T7302 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2329521 T7302 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2329522 T7302 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2329522 T7302 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2329522 T7302 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2329523 T7302 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2329524 T7302 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2329536 T7302 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2329543 T7302 oass.SolrIndexSearcher.<init> Opening Searcher@709532a8 main
[junit4:junit4]   2> 2329544 T7302 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213\jetty2\tlog
[junit4:junit4]   2> 2329546 T7302 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2329546 T7302 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2329552 T7303 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@709532a8 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2329554 T7302 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 2329554 T7302 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2330093 T7266 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2330095 T7266 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:62492_c_f",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:62492/c_f"}
[junit4:junit4]   2> 2330095 T7266 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 2330096 T7266 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard2
[junit4:junit4]   2> 2330141 T7272 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2330141 T7285 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2330142 T7265 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2330142 T7301 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2330562 T7302 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2330562 T7302 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:62492/c_f collection:collection1 shard:shard2
[junit4:junit4]   2> 2330564 T7302 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 2330590 T7302 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2330601 T7302 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2330601 T7302 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2330602 T7302 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:62492/c_f/collection1/
[junit4:junit4]   2> 2330602 T7302 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2330602 T7302 oasc.SyncStrategy.syncToMe http://127.0.0.1:62492/c_f/collection1/ has no replicas
[junit4:junit4]   2> 2330603 T7302 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:62492/c_f/collection1/
[junit4:junit4]   2> 2330603 T7302 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 2331655 T7266 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2331690 T7272 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2331691 T7301 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2331691 T7265 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2331691 T7285 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2331745 T7302 oasc.ZkController.register We are http://127.0.0.1:62492/c_f/collection1/ and leader is http://127.0.0.1:62492/c_f/collection1/
[junit4:junit4]   2> 2331745 T7302 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:62492/c_f
[junit4:junit4]   2> 2331745 T7302 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 2331746 T7302 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 2331746 T7302 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2331754 T7302 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2331757 T7243 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 2331758 T7243 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2331759 T7243 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2332159 T7243 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 2332163 T7243 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:62501
[junit4:junit4]   2> 2332163 T7243 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2332164 T7243 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2332164 T7243 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1368976763660
[junit4:junit4]   2> 2332164 T7243 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1368976763660\solr.xml
[junit4:junit4]   2> 2332165 T7243 oasc.CoreContainer.<init> New CoreContainer 944358619
[junit4:junit4]   2> 2332165 T7243 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1368976763660\'
[junit4:junit4]   2> 2332166 T7243 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1368976763660\'
[junit4:junit4]   2> 2332270 T7243 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 2332271 T7243 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2332271 T7243 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 2332272 T7243 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2332272 T7243 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2332272 T7243 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2332272 T7243 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2332273 T7243 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2332274 T7243 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2332274 T7243 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 2332282 T7243 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 2332283 T7243 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62464/solr
[junit4:junit4]   2> 2332283 T7243 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 2332285 T7243 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2332306 T7315 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d3b2142 name:ZooKeeperConnection Watcher:127.0.0.1:62464 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2332306 T7243 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2332311 T7243 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 2332317 T7243 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2332320 T7317 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4ee87683 name:ZooKeeperConnection Watcher:127.0.0.1:62464/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2332320 T7243 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2332328 T7243 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2333215 T7266 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2333217 T7266 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:62492_c_f",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:62492/c_f"}
[junit4:junit4]   2> 2333239 T7272 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2333239 T7301 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2333239 T7317 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2333239 T7285 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2333239 T7265 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2333332 T7243 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62501_c_f
[junit4:junit4]   2> 2333338 T7243 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62501_c_f
[junit4:junit4]   2> 2333346 T7285 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2333348 T7272 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 2333348 T7272 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2333350 T7265 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 2333350 T7317 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 2333350 T7317 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2333350 T7265 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2333350 T7301 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 2333356 T7301 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2333364 T7285 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 2333379 T7318 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1368976763660\collection1
[junit4:junit4]   2> 2333379 T7318 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 2333380 T7318 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 2333380 T7318 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 2333384 T7318 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1368976763660\collection1\'
[junit4:junit4]   2> 2333386 T7318 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1368976763660/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 2333387 T7318 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1368976763660/collection1/lib/README' to classloader
[junit4:junit4]   2> 2333437 T7318 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 2333498 T7318 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2333501 T7318 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2333509 T7318 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 2334116 T7318 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2334119 T7318 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2334121 T7318 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2334126 T7318 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2334159 T7318 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2334160 T7318 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1368976763660\collection1\, dataDir=.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213/jetty3\
[junit4:junit4]   2> 2334160 T7318 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1e7b617c
[junit4:junit4]   2> 2334160 T7318 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2334161 T7318 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213/jetty3\
[junit4:junit4]   2> 2334161 T7318 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213/jetty3\index/
[junit4:junit4]   2> 2334161 T7318 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213\jetty3\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2334161 T7318 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213/jetty3\index
[junit4:junit4]   2> 2334165 T7318 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@39ed1673 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3d073b80),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2334165 T7318 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2334169 T7318 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2334169 T7318 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2334170 T7318 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2334170 T7318 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2334172 T7318 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2334172 T7318 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2334172 T7318 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2334173 T7318 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2334173 T7318 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2334183 T7318 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2334190 T7318 oass.SolrIndexSearcher.<init> Opening Searcher@2cdb5e57 main
[junit4:junit4]   2> 2334190 T7318 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213\jetty3\tlog
[junit4:junit4]   2> 2334192 T7318 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2334192 T7318 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2334198 T7319 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2cdb5e57 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2334200 T7318 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 2334200 T7318 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2334757 T7266 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2334759 T7266 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:62501_c_f",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:62501/c_f"}
[junit4:junit4]   2> 2334760 T7266 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 2334760 T7266 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 2334779 T7272 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2334779 T7265 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2334781 T7317 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2334779 T7285 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2334781 T7301 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2335204 T7318 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2335204 T7318 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:62501/c_f collection:collection1 shard:shard1
[junit4:junit4]   2> 2335215 T7318 oasc.ZkController.register We are http://127.0.0.1:62501/c_f/collection1/ and leader is http://127.0.0.1:62483/c_f/collection1/
[junit4:junit4]   2> 2335215 T7318 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:62501/c_f
[junit4:junit4]   2> 2335216 T7318 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 2335216 T7318 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C507 name=collection1 org.apache.solr.core.SolrCore@106b2f60 url=http://127.0.0.1:62501/c_f/collection1 node=127.0.0.1:62501_c_f C507_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:62501_c_f, base_url=http://127.0.0.1:62501/c_f}
[junit4:junit4]   2> 2335217 T7320 C507 P62501 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 2335218 T7320 C507 P62501 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 2335218 T7320 C507 P62501 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 2335219 T7320 C507 P62501 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2335219 T7318 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2335224 T7320 C507 P62501 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2335226 T7243 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 2335227 T7243 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2335227 T7243 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2335244 T7278 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 4, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 2335660 T7243 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 2335663 T7243 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:62511
[junit4:junit4]   2> 2335664 T7243 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2335664 T7243 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2335665 T7243 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1368976767130
[junit4:junit4]   2> 2335665 T7243 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1368976767130\solr.xml
[junit4:junit4]   2> 2335666 T7243 oasc.CoreContainer.<init> New CoreContainer 402516655
[junit4:junit4]   2> 2335666 T7243 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1368976767130\'
[junit4:junit4]   2> 2335667 T7243 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1368976767130\'
[junit4:junit4]   2> 2335777 T7243 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 2335778 T7243 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2335778 T7243 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 2335778 T7243 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2335778 T7243 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2335779 T7243 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2335779 T7243 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2335780 T7243 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2335781 T7243 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2335781 T7243 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 2335789 T7243 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 2335790 T7243 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62464/solr
[junit4:junit4]   2> 2335791 T7243 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 2335793 T7243 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2335807 T7332 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@461d4444 name:ZooKeeperConnection Watcher:127.0.0.1:62464 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2335808 T7243 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2335811 T7243 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 2335812 T7245 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13ebd5f768d000b, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 2335818 T7243 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2335821 T7334 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7ea47d1f name:ZooKeeperConnection Watcher:127.0.0.1:62464/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2335822 T7243 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2335828 T7243 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2336293 T7266 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2336294 T7266 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:62501_c_f",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:62501/c_f"}
[junit4:junit4]   2> 2336311 T7272 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2336313 T7285 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2336314 T7265 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2336313 T7334 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2336314 T7301 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2336314 T7317 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2336832 T7243 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62511_c_f
[junit4:junit4]   2> 2336838 T7243 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62511_c_f
[junit4:junit4]   2> 2336848 T7285 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2336850 T7272 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 2336851 T7272 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2336852 T7334 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 2336852 T7334 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2336853 T7265 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 2336854 T7265 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2336855 T7317 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 2336855 T7317 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2336856 T7301 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 2336856 T7301 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2336865 T7285 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 2336880 T7335 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1368976767130\collection1
[junit4:junit4]   2> 2336880 T7335 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 2336882 T7335 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 2336882 T7335 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 2336888 T7335 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1368976767130\collection1\'
[junit4:junit4]   2> 2336891 T7335 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1368976767130/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 2336894 T7335 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1368976767130/collection1/lib/README' to classloader
[junit4:junit4]   2> 2336988 T7335 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 2337046 T7335 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2337049 T7335 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2337054 T7335 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 2337245 T7278 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 4, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   2> 2337245 T7278 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=4&state=recovering&nodeName=127.0.0.1:62501_c_f&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=2001 
[junit4:junit4]   2> 2337651 T7335 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2337656 T7335 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2337657 T7335 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2337662 T7335 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2337694 T7335 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2337695 T7335 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1368976767130\collection1\, dataDir=.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213/jetty4\
[junit4:junit4]   2> 2337695 T7335 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1e7b617c
[junit4:junit4]   2> 2337695 T7335 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2337695 T7335 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213/jetty4\
[junit4:junit4]   2> 2337695 T7335 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213/jetty4\index/
[junit4:junit4]   2> 2337696 T7335 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213\jetty4\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2337696 T7335 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213/jetty4\index
[junit4:junit4]   2> 2337700 T7335 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5323c6c7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79f4552f),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2337700 T7335 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2337703 T7335 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2337704 T7335 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2337704 T7335 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2337706 T7335 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2337706 T7335 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2337706 T7335 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2337706 T7335 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2337707 T7335 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2337707 T7335 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2337718 T7335 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2337725 T7335 oass.SolrIndexSearcher.<init> Opening Searcher@7b5ca009 main
[junit4:junit4]   2> 2337726 T7335 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213\jetty4\tlog
[junit4:junit4]   2> 2337727 T7335 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2337727 T7335 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2337732 T7336 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7b5ca009 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2337734 T7335 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 2337734 T7335 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2337833 T7266 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2337835 T7266 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:62511_c_f",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:62511/c_f"}
[junit4:junit4]   2> 2337835 T7266 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 2337836 T7266 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard2
[junit4:junit4]   2> 2337854 T7272 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2337855 T7334 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2337856 T7285 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2337857 T7265 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2337857 T7301 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2337857 T7317 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2338741 T7335 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2338741 T7335 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:62511/c_f collection:collection1 shard:shard2
[junit4:junit4]   2> 2338751 T7335 oasc.ZkController.register We are http://127.0.0.1:62511/c_f/collection1/ and leader is http://127.0.0.1:62492/c_f/collection1/
[junit4:junit4]   2> 2338752 T7335 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:62511/c_f
[junit4:junit4]   2> 2338752 T7335 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 2338753 T7335 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C508 name=collection1 org.apache.solr.core.SolrCore@73d4380b url=http://127.0.0.1:62511/c_f/collection1 node=127.0.0.1:62511_c_f C508_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:62511_c_f, base_url=http://127.0.0.1:62511/c_f}
[junit4:junit4]   2> 2338755 T7337 C508 P62511 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 2338756 T7335 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2338756 T7337 C508 P62511 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 2338757 T7337 C508 P62511 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 2338757 T7337 C508 P62511 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2338760 T7243 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 2338762 T7243 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2338763 T7337 C508 P62511 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2338764 T7243 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2338785 T7243 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2338786 T7297 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 5, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 2338788 T7243 oasc.AbstractFullDistribZkTestBase.waitForThingsToLevelOut Wait for recoveries to finish - wait 15 for each attempt
[junit4:junit4]   2> 2338789 T7243 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):15
[junit4:junit4]   2> 2338791 T7243 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C507_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:62501_c_f, base_url=http://127.0.0.1:62501/c_f}
[junit4:junit4]   2> 2339246 T7320 C507 P62501 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:62483/c_f/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 2339246 T7320 C507 P62501 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:62501/c_f START replicas=[http://127.0.0.1:62483/c_f/collection1/] nUpdates=100
[junit4:junit4]   2> 2339247 T7320 C507 P62501 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 2339247 T7320 C507 P62501 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 2339248 T7320 C507 P62501 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 2339249 T7320 C507 P62501 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 2339250 T7320 C507 P62501 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 2339250 T7320 C507 P62501 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:62483/c_f/collection1/. core=collection1
[junit4:junit4]   2> 2339251 T7320 C507 P62501 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C509 name=collection1 org.apache.solr.core.SolrCore@3c616983 url=http://127.0.0.1:62483/c_f/collection1 node=127.0.0.1:62483_c_f C509_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:62483_c_f, base_url=http://127.0.0.1:62483/c_f, leader=true}
[junit4:junit4]   2> 2339265 T7281 C509 P62483 oasc.SolrCore.execute [collection1] webapp=/c_f path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 2339277 T7278 C509 P62483 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2339280 T7278 C509 P62483 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7a3e8731 lockFactory=org.apache.lucene.store.NativeFSLockFactory@23ad467),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2339282 T7278 C509 P62483 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2339282 T7278 C509 P62483 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7a3e8731 lockFactory=org.apache.lucene.store.NativeFSLockFactory@23ad467),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7a3e8731 lockFactory=org.apache.lucene.store.NativeFSLockFactory@23ad467),segFN=segments_2,generation=2}
[junit4:junit4]   2> 2339283 T7278 C509 P62483 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 2339283 T7278 C509 P62483 oass.SolrIndexSearcher.<init> Opening Searcher@35c691f4 realtime
[junit4:junit4]   2> 2339283 T7278 C509 P62483 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2339284 T7278 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 7
[junit4:junit4]   2> 2339285 T7320 C507 P62501 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 2339285 T7320 C507 P62501 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 2339287 T7277 C509 P62483 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 2339287 T7277 C509 P62483 oasc.SolrCore.execute [collection1] webapp=/c_f path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 2339288 T7320 C507 P62501 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 2339288 T7320 C507 P62501 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 2339288 T7320 C507 P62501 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 2339290 T7279 C509 P62483 oasc.SolrCore.execute [collection1] webapp=/c_f path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 2339292 T7320 C507 P62501 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 2339293 T7320 C507 P62501 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213/jetty3\index.20130519111931180
[junit4:junit4]   2> 2339293 T7320 C507 P62501 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@18cc227c lockFactory=org.apache.lucene.store.NativeFSLockFactory@65953a4e) fullCopy=false
[junit4:junit4]   2> 2339295 T7280 C509 P62483 oasc.SolrCore.execute [collection1] webapp=/c_f path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 2339297 T7320 C507 P62501 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 2339297 T7320 C507 P62501 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 2339297 T7320 C507 P62501 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 2339302 T7320 C507 P62501 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@39ed1673 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3d073b80),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@39ed1673 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3d073b80),segFN=segments_2,generation=2}
[junit4:junit4]   2> 2339304 T7320 C507 P62501 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 2339304 T7320 C507 P62501 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 2339305 T7320 C507 P62501 oass.SolrIndexSearcher.<init> Opening Searcher@2b094118 main
[junit4:junit4]   2> 2339306 T7319 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2b094118 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 2339307 T7320 C507 P62501 oasc.CachingDirectoryFactory.closeCacheValue looking to close .\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213/jetty3\index.20130519111931180 [CachedDir<<refCount=0;path=.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213/jetty3\index.20130519111931180;done=true>>]
[junit4:junit4]   2> 2339307 T7320 C507 P62501 oasc.CachingDirectoryFactory.close Closing directory: .\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213/jetty3\index.20130519111931180
[junit4:junit4]   2> 2339307 T7320 C507 P62501 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: .\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213/jetty3\index.20130519111931180
[junit4:junit4]   2> 2339307 T7320 C507 P62501 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 2339308 T7320 C507 P62501 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 2339308 T7320 C507 P62501 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 2339308 T7320 C507 P62501 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2339312 T7320 C507 P62501 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 2339394 T7266 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2339395 T7266 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:62511_c_f",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:62511/c_f"}
[junit4:junit4]   2> 2339405 T7266 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:62501_c_f",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:62501/c_f"}
[junit4:junit4]   2> 2339416 T7272 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2339416 T7334 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2339417 T7265 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2339417 T7317 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2339417 T7285 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2339417 T7301 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2339787 T7297 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 5, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   2> 2339787 T7297 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=5&state=recovering&nodeName=127.0.0.1:62511_c_f&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1001 
[junit4:junit4]   2> 2339795 T7243 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2340798 T7243 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C508_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:62511_c_f, base_url=http://127.0.0.1:62511/c_f}
[junit4:junit4]   2> 2341788 T7337 C508 P62511 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:62492/c_f/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 2341789 T7337 C508 P62511 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:62511/c_f START replicas=[http://127.0.0.1:62492/c_f/collection1/] nUpdates=100
[junit4:junit4]   2> 2341790 T7337 C508 P62511 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 2341791 T7337 C508 P62511 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 2341791 T7337 C508 P62511 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 2341791 T7337 C508 P62511 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 2341792 T7337 C508 P62511 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 2341793 T7337 C508 P62511 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:62492/c_f/collection1/. core=collection1
[junit4:junit4]   2> 2341793 T7337 C508 P62511 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C510 name=collection1 org.apache.solr.core.SolrCore@3eb7f49b url=http://127.0.0.1:62492/c_f/collection1 node=127.0.0.1:62492_c_f C510_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:62492_c_f, base_url=http://127.0.0.1:62492/c_f, leader=true}
[junit4:junit4]   2> 2341802 T7293 C510 P62492 oasc.SolrCore.execute [collection1] webapp=/c_f path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 2341805 T7243 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2341813 T7297 C510 P62492 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2341817 T7297 C510 P62492 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6360b06c lockFactory=org.apache.lucene.store.NativeFSLockFactory@1bc93a4c),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2341819 T7297 C510 P62492 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2341819 T7297 C510 P62492 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6360b06c lockFactory=org.apache.lucene.store.NativeFSLockFactory@1bc93a4c),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6360b06c lockFactory=org.apache.lucene.store.NativeFSLockFactory@1bc93a4c),segFN=segments_2,generation=2}
[junit4:junit4]   2> 2341819 T7297 C510 P62492 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 2341820 T7297 C510 P62492 oass.SolrIndexSearcher.<init> Opening Searcher@20c99edd realtime
[junit4:junit4]   2> 2341820 T7297 C510 P62492 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2341820 T7297 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 9
[junit4:junit4]   2> 2341822 T7337 C508 P62511 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 2341822 T7337 C508 P62511 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 2341825 T7295 C510 P62492 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 2341825 T7295 C510 P62492 oasc.SolrCore.execute [collection1] webapp=/c_f path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 2341826 T7337 C508 P62511 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 2341826 T7337 C508 P62511 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 2341826 T7337 C508 P62511 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 2341828 T7296 C510 P62492 oasc.SolrCore.execute [collection1] webapp=/c_f path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 2341828 T7337 C508 P62511 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 2341828 T7337 C508 P62511 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213/jetty4\index.20130519111933716
[junit4:junit4]   2> 2341828 T7337 C508 P62511 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@4a188061 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2259b198) fullCopy=false
[junit4:junit4]   2> 2341831 T7292 C510 P62492 oasc.SolrCore.execute [collection1] webapp=/c_f path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 2341832 T7337 C508 P62511 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 2341833 T7337 C508 P62511 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 2341833 T7337 C508 P62511 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 2341834 T7337 C508 P62511 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5323c6c7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79f4552f),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5323c6c7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79f4552f),segFN=segments_2,generation=2}
[junit4:junit4]   2> 2341836 T7337 C508 P62511 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 2341836 T7337 C508 P62511 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 2341836 T7337 C508 P62511 oass.SolrIndexSearcher.<init> Opening Searcher@5b6bd46c main
[junit4:junit4]   2> 2341837 T7336 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5b6bd46c main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 2341838 T7337 C508 P62511 oasc.CachingDirectoryFactory.closeCacheValue looking to close .\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213/jetty4\index.20130519111933716 [CachedDir<<refCount=0;path=.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213/jetty4\index.20130519111933716;done=true>>]
[junit4:junit4]   2> 2341838 T7337 C508 P62511 oasc.CachingDirectoryFactory.close Closing directory: .\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213/jetty4\index.20130519111933716
[junit4:junit4]   2> 2341838 T7337 C508 P62511 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: .\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1368976750213/jetty4\index.20130519111933716
[junit4:junit4]   2> 2341838 T7337 C508 P62511 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 2341838 T7337 C508 P62511 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 2341838 T7337 C508 P62511 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 2341839 T7337 C508 P62511 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2341852 T7337 C508 P62511 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 2342436 T7266 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2342438 T7266 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:62511_c_f",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:62511/c_f"}
[junit4:junit4]   2> 2342457 T7285 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2342459 T7265 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2342459 T7272 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2342460 T7301 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2342460 T7317 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2342460 T7334 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2342808 T7243 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2342810 T7243 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C511 name=collection1 org.apache.solr.core.SolrCore@8c2f9e9 url=http://127.0.0.1:62471/c_f/collection1 node=127.0.0.1:62471_c_f C511_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:62471_c_f, base_url=http://127.0.0.1:62471/c_f, leader=true}
[junit4:junit4]   2> 2342830 T7258 C511 P62471 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2342836 T7258 C511 P62471 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3a84c6d0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b07d446),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2342837 T7258 C511 P62471 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2342838 T7258 C511 P62471 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3a84c6d0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b07d446),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3a84c6d0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b07d446),segFN=segments_2,generation=2}
[junit4:junit4]   2> 2342838 T7258 C511 P62471 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 2342838 T7258 C511 P62471 oass.SolrIndexSearcher.<init> Opening Searcher@c632cf1 main
[junit4:junit4]   2> 2342839 T7258 C511 P62471 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2342839 T7269 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@c632cf1 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 2342841 T7258 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 11
[junit4:junit4]   2> 2342851 T7280 C509 P62483 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2342851 T7280 C509 P62483 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7a3e8731 lockFactory=org.apache.lucene.store.NativeFSLockFactory@23ad467),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7a3e8731 lockFactory=org.apache.lucene.store.NativeFSLockFactory@23ad467),segFN=segments_3,generation=3}
[junit4:junit4]   2> 2342852 T7280 C509 P62483 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 2342852 T7280 C509 P62483 oass.SolrIndexSearcher.<init> Opening Searcher@7de5c925 main
[junit4:junit4]   2> 2342853 T7280 C509 P62483 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2342853 T7287 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7de5c925 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 2342855 T7280 C509 P62483 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:62501/c_f/collection1/, StdNode: http://127.0.0.1:62492/c_f/collection1/, StdNode: http://127.0.0.1:62511/c_f/collection1/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   2> 2342862 T7297 C510 P62492 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2342864 T7297 C510 P62492 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6360b06c lockFactory=org.apache.lucene.store.NativeFSLockFactory@1bc93a4c),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6360b06c lockFactory=org.apache.lucene.store.NativeFSLockFactory@1bc93a4c),segFN=segments_3,generation=3}
[junit4:junit4]   2> 2342864 T7297 C510 P62492 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 2342865 T7297 C510 P62492 oass.SolrIndexSearcher.<init> Opening Searcher@100da09c main
[junit4:junit4]   2> 2342865 T7297 C510 P62492 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2342866 T7303 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@100da09c main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 2342868 T7297 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 6
[junit4:junit4]   2>  C507_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:62501_c_f, base_url=http://127.0.0.1:62501/c_f}
[junit4:junit4]   2> 2342871 T7309 C507 P62501 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2342871 T7309 C507 P62501 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@39ed1673 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3d073b80),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@39ed1673 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3d073b80),segFN=segments_3,generation=3}
[junit4:junit4]   2> 2342872 T7309 C507 P62501 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2>  C508_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:62511_c_f, base_url=http://127.0.0.1:62511/c_f}
[junit4:junit4]   2> 2342876 T7330 C508 P62511 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2342877 T7309 C507 P62501 oass.SolrIndexSearcher.<init> Opening Searcher@69cb853 main
[junit4:junit4]   2> 2342877 T7309 C507 P62501 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2342878 T7330 C508 P62511 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5323c6c7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79f4552f),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5323c6c7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79f4552f),segFN=segments_3,generation=3}
[junit4:junit4]   2> 2342878 T7330 C508 P62511 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 2342878 T7319 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@69cb853 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 2342880 T7309 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 10
[junit4:junit4]   2> 2342880 T7330 C508 P62511 oass.SolrIndexSearcher.<init> Opening Searcher@6cb51d0 main
[junit4:junit4]   2> 2342881 T7330 C508 P62511 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2342881 T7336 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6cb51d0 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 2342883 T7330 C508 P62511 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 8
[junit4:junit4]   2> 2342883 T7280 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 32
[junit4:junit4]   2> 2342884 T7243 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2342888 T7281 C509 P62483 oasc.SolrCore.execute [collection1] webapp=/c_f path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2342890 T7310 C507 P62501 oasc.SolrCore.execute [collection1] webapp=/c_f path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2342892 T7295 C510 P62492 oasc.SolrCore.execute [collection1] webapp=/c_f path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2342894 T7326 C508 P62511 oasc.SolrCore.execute [collection1] webapp=/c_f path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 2344903 T7256 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1435476192695156736)} 0 4
[junit4:junit4]   2> 2344923 T7325 C508 P62511 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={update.distrib=FROMLEADER&_version_=-1435476192704593920&update.from=http://127.0.0.1:62492/c_f/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1435476192704593920)} 0 6
[junit4:junit4]   2> 2344929 T7308 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={update.distrib=FROMLEADER&_version_=-1435476192716128256&update.from=http://127.0.0.1:62483/c_f/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1435476192716128256)} 0 3
[junit4:junit4]   2> 2344932 T7280 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={update.distrib=TOLEADER&wt=javabin&version=2} {deleteByQuery=*:* (-1435476192716128256)} 0 15
[junit4:junit4]   2> 2344933 T7297 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1435476192704593920)} 0 26
[junit4:junit4]   2> 2344938 T7258 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[0 (1435476192736051200)]} 0 1
[junit4:junit4]   2> 2344948 T7310 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[0 (1435476192744439808)]} 0 1
[junit4:junit4]   2> 2344949 T7281 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[0 (1435476192744439808)]} 0 5
[junit4:junit4]   2> 2344951 T7295 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[0]} 0 10
[junit4:junit4]   2> 2344955 T7259 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[1 (1435476192754925568)]} 0 1
[junit4:junit4]   2> 2344966 T7311 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1435476192763314176)]} 0 1
[junit4:junit4]   2> 2344968 T7278 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[1 (1435476192763314176)]} 0 6
[junit4:junit4]   2> 2344969 T7296 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[1]} 0 10
[junit4:junit4]   2> 2344973 T7260 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[2 (1435476192773799936)]} 0 1
[junit4:junit4]   2> 2344982 T7326 C508 P62511 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[2 (1435476192777994240)]} 0 1
[junit4:junit4]   2> 2344984 T7292 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[2 (1435476192777994240)]} 0 8
[junit4:junit4]   2> 2344988 T7261 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[3 (1435476192788480000)]} 0 1
[junit4:junit4]   2> 2344997 T7327 C508 P62511 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[3 (1435476192796868608)]} 0 1
[junit4:junit4]   2> 2344999 T7293 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[3 (1435476192796868608)]} 0 5
[junit4:junit4]   2> 2345000 T7276 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[3]} 0 9
[junit4:junit4]   2> 2345005 T7257 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[4 (1435476192807354368)]} 0 0
[junit4:junit4]   2> 2345012 T7312 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[4 (1435476192810500096)]} 0 1
[junit4:junit4]   2> 2345013 T7277 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[4 (1435476192810500096)]} 0 5
[junit4:junit4]   2> 2345017 T7256 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[5 (1435476192819937280)]} 0 1
[junit4:junit4]   2> 2345025 T7328 C508 P62511 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[5 (1435476192823083008)]} 0 1
[junit4:junit4]   2> 2345026 T7294 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[5 (1435476192823083008)]} 0 6
[junit4:junit4]   2> 2345030 T7258 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[6 (1435476192832520192)]} 0 1
[junit4:junit4]   2> 2345037 T7329 C508 P62511 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[6 (1435476192837763072)]} 0 0
[junit4:junit4]   2> 2345038 T7297 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[6 (1435476192837763072)]} 0 5
[junit4:junit4]   2> 2345043 T7259 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[7 (1435476192846151680)]} 0 1
[junit4:junit4]   2> 2345050 T7330 C508 P62511 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[7 (1435476192850345984)]} 0 1
[junit4:junit4]   2> 2345053 T7295 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[7 (1435476192850345984)]} 0 7
[junit4:junit4]   2> 2345057 T7260 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[8 (1435476192861880320)]} 0 1
[junit4:junit4]   2> 2345065 T7313 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[8 (1435476192866074624)]} 0 1
[junit4:junit4]   2> 2345066 T7279 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[8 (1435476192866074624)]} 0 5
[junit4:junit4]   2> 2345070 T7261 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[9 (1435476192875511808)]} 0 1
[junit4:junit4]   2> 2345077 T7325 C508 P62511 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[9 (1435476192879706112)]} 0 0
[junit4:junit4]   2> 2345078 T7296 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[9 (1435476192879706112)]} 0 5
[junit4:junit4]   2> 2345082 T7257 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[10 (1435476192887046144)]} 0 1
[junit4:junit4]   2> 2345093 T7309 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10 (1435476192896483328)]} 0 1
[junit4:junit4]   2> 2345094 T7280 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[10 (1435476192896483328)]} 0 4
[junit4:junit4]   2> 2345096 T7292 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[10]} 0 11
[junit4:junit4]   2> 2345100 T7256 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[11 (1435476192906969088)]} 0 1
[junit4:junit4]   2> 2345110 T7308 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[11 (1435476192913260544)]} 0 1
[junit4:junit4]   2> 2345111 T7281 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[11 (1435476192913260544)]} 0 5
[junit4:junit4]   2> 2345113 T7293 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[11]} 0 10
[junit4:junit4]   2> 2345117 T7258 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[12 (1435476192923746304)]} 0 1
[junit4:junit4]   2> 2345125 T7310 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[12 (1435476192930037760)]} 0 0
[junit4:junit4]   2> 2345128 T7278 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[12 (1435476192930037760)]} 0 6
[junit4:junit4]   2> 2345129 T7294 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[12]} 0 9
[junit4:junit4]   2> 2345133 T7259 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[13 (1435476192941572096)]} 0 1
[junit4:junit4]   2> 2345140 T7311 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[13 (1435476192945766400)]} 0 1
[junit4:junit4]   2> 2345141 T7276 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[13 (1435476192945766400)]} 0 5
[junit4:junit4]   2> 2345145 T7260 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[14 (1435476192954155008)]} 0 1
[junit4:junit4]   2> 2345156 T7312 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[14 (1435476192962543616)]} 0 1
[junit4:junit4]   2> 2345157 T7277 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[14 (1435476192962543616)]} 0 5
[junit4:junit4]   2> 2345159 T7297 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[14]} 0 10
[junit4:junit4]   2> 2345162 T7261 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[15 (1435476192971980800)]} 0 0
[junit4:junit4]   2> 2345173 T7313 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[15 (1435476192980369408)]} 0 1
[junit4:junit4]   2> 2345174 T7279 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[15 (1435476192980369408)]} 0 5
[junit4:junit4]   2> 2345175 T7295 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[15]} 0 9
[junit4:junit4]   2> 2345180 T7257 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[16 (1435476192990855168)]} 0 1
[junit4:junit4]   2> 2345188 T7309 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[16 (1435476192995049472)]} 0 1
[junit4:junit4]   2> 2345189 T7280 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[16 (1435476192995049472)]} 0 5
[junit4:junit4]   2> 2345195 T7256 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[17 (1435476193006583808)]} 0 1
[junit4:junit4]   2> 2345204 T7326 C508 P62511 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[17 (1435476193013923840)]} 0 1
[junit4:junit4]   2> 2345206 T7296 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[17 (1435476193013923840)]} 0 5
[junit4:junit4]   2> 2345207 T7281 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[17]} 0 9
[junit4:junit4]   2> 2345212 T7258 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[18 (1435476193024409600)]} 0 0
[junit4:junit4]   2> 2345219 T7327 C508 P62511 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[18 (1435476193028603904)]} 0 1
[junit4:junit4]   2> 2345221 T7292 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[18 (1435476193028603904)]} 0 6
[junit4:junit4]   2> 2345225 T7259 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[19 (1435476193038041088)]} 0 1
[junit4:junit4]   2> 2345232 T7328 C508 P62511 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[19 (1435476193042235392)]} 0 0
[junit4:junit4]   2> 2345234 T7293 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[19 (1435476193042235392)]} 0 6
[junit4:junit4]   2> 2345239 T7260 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[20 (1435476193051672576)]} 0 1
[junit4:junit4]   2> 2345245 T7308 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[20 (1435476193056915456)]} 0 0
[junit4:junit4]   2> 2345247 T7278 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[20 (1435476193056915456)]} 0 5
[junit4:junit4]   2> 2345251 T7261 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[21 (1435476193065304064)]} 0 1
[junit4:junit4]   2> 2345261 T7329 C508 P62511 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[21 (1435476193072644096)]} 0 1
[junit4:junit4]   2> 2345263 T7294 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[21 (1435476193072644096)]} 0 6
[junit4:junit4]   2> 2345264 T7276 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[21]} 0 10
[junit4:junit4]   2> 2345268 T7257 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[22 (1435476193083129856)]} 0 0
[junit4:junit4]   2> 2345275 T7310 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[22 (1435476193086275584)]} 0 1
[junit4:junit4]   2> 2345276 T7277 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[22 (1435476193086275584)]} 0 5
[junit4:junit4]   2> 2345280 T7256 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[23 (1435476193095712768)]} 0 1
[junit4:junit4]   2> 2345289 T7330 C508 P62511 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[23 (1435476193103052800)]} 0 1
[junit4:junit4]   2> 2345291 T7297 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[23 (1435476193103052800)]} 0 5
[junit4:junit4]   2> 2345292 T7279 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[23]} 0 9
[junit4:junit4]   2> 2345296 T7258 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[24 (1435476193111441408)]} 0 1
[junit4:junit4]   2> 2345304 T7311 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[24 (1435476193116684288)]} 0 0
[junit4:junit4]   2> 2345305 T7281 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[24 (1435476193116684288)]} 0 5
[junit4:junit4]   2> 2345310 T7259 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[25 (1435476193127170048)]} 0 1
[junit4:junit4]   2> 2345320 T7325 C508 P62511 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[25 (1435476193134510080)]} 0 1
[junit4:junit4]   2> 2345322 T7295 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[25 (1435476193134510080)]} 0 5
[junit4:junit4]   2> 2345323 T7278 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[25]} 0 10
[junit4:junit4]   2> 2345327 T7261 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[26 (1435476193143947264)]} 0 1
[junit4:junit4]   2> 2345333 T7327 C508 P62511 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[26 (1435476193147092992)]} 0 1
[junit4:junit4]   2> 2345334 T7292 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[26 (1435476193147092992)]} 0 5
[junit4:junit4]   2> 2345339 T7257 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[27 (1435476193156530176)]} 0 1
[junit4:junit4]   2> 2345349 T7312 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[27 (1435476193164918784)]} 0 1
[junit4:junit4]   2> 2345350 T7276 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[27 (1435476193164918784)]} 0 5
[junit4:junit4]   2> 2345352 T7293 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[27]} 0 10
[junit4:junit4]   2> 2345355 T7256 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[28 (1435476193174355968)]} 0 0
[junit4:junit4]   2> 2345364 T7309 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[28 (1435476193180647424)]} 0 1
[junit4:junit4]   2> 2345365 T7277 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[28 (1435476193180647424)]} 0 5
[junit4:junit4]   2> 2345370 T7258 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[29 (1435476193189036032)]} 0 1
[junit4:junit4]   2> 2345380 T7328 C508 P62511 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[29 (1435476193196376064)]} 0 1
[junit4:junit4]   2> 2345381 T7294 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[29 (1435476193196376064)]} 0 5
[junit4:junit4]   2> 2345383 T7279 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[29]} 0 11
[junit4:junit4]   2> 2345387 T7260 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[30 (1435476193206861824)]} 0 1
[junit4:junit4]   2> 2345397 T7329 C508 P62511 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[30 (1435476193215250432)]} 0 1
[junit4:junit4]   2> 2345400 T7297 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[30 (1435476193215250432)]} 0 7
[junit4:junit4]   2> 2345401 T7280 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[30]} 0 11
[junit4:junit4]   2> 2345405 T7259 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[31 (1435476193226784768)]} 0 1
[junit4:junit4]   2> 2345414 T7330 C508 P62511 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[31 (1435476193234124800)]} 0 1
[junit4:junit4]   2> 2345415 T7296 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[31 (1435476193234124800)]} 0 4
[junit4:junit4]   2> 2345417 T7281 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[31]} 0 9
[junit4:junit4]   2> 2345421 T7261 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[32 (1435476193242513408)]} 0 1
[junit4:junit4]   2> 2345428 T7308 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[32 (1435476193246707712)]} 0 1
[junit4:junit4]   2> 2345429 T7278 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[32 (1435476193246707712)]} 0 5
[junit4:junit4]   2> 2345434 T7257 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[33 (1435476193257193472)]} 0 1
[junit4:junit4]   2> 2345441 T7326 C508 P62511 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[33 (1435476193261387776)]} 0 1
[junit4:junit4]   2> 2345443 T7295 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[33 (1435476193261387776)]} 0 6
[junit4:junit4]   2> 2345447 T7256 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[34 (1435476193270824960)]} 0 1
[junit4:junit4]   2> 2345454 T7310 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[34 (1435476193276067840)]} 0 1
[junit4:junit4]   2> 2345455 T7276 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[34 (1435476193276067840)]} 0 4
[junit4:junit4]   2> 2345459 T7258 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[35 (1435476193283407872)]} 0 1
[junit4:junit4]   2> 2345469 T7311 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[35 (1435476193289699328)]} 0 1
[junit4:junit4]   2> 2345470 T7277 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[35 (1435476193289699328)]} 0 5
[junit4:junit4]   2> 2345472 T7292 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[35]} 0 10
[junit4:junit4]   2> 2345476 T7260 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[36 (1435476193300185088)]} 0 1
[junit4:junit4]   2> 2345483 T7313 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[36 (1435476193305427968)]} 0 1
[junit4:junit4]   2> 2345486 T7279 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[36 (1435476193305427968)]} 0 7
[junit4:junit4]   2> 2345490 T7259 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[37 (1435476193315913728)]} 0 0
[junit4:junit4]   2> 2345500 T7325 C508 P62511 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[37 (1435476193322205184)]} 0 1
[junit4:junit4]   2> 2345501 T7293 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[37 (1435476193322205184)]} 0 5
[junit4:junit4]   2> 2345503 T7280 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[37]} 0 10
[junit4:junit4]   2> 2345507 T7261 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[38 (1435476193332690944)]} 0 1
[junit4:junit4]   2> 2345517 T7312 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[38 (1435476193341079552)]} 0 0
[junit4:junit4]   2> 2345518 T7281 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[38 (1435476193341079552)]} 0 5
[junit4:junit4]   2> 2345520 T7294 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[38]} 0 10
[junit4:junit4]   2> 2345524 T7257 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[39 (1435476193351565312)]} 0 1
[junit4:junit4]   2> 2345531 T7327 C508 P62511 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[39 (1435476193355759616)]} 0 1
[junit4:junit4]   2> 2345532 T7297 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[39 (1435476193355759616)]} 0 5
[junit4:junit4]   2> 2345537 T7256 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[40 (1435476193364148224)]} 0 1
[junit4:junit4]   2> 2345548 T7309 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[40 (1435476193372536832)]} 0 1
[junit4:junit4]   2> 2345549 T7278 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[40 (1435476193372536832)]} 0 5
[junit4:junit4]   2> 2345550 T7296 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[40]} 0 10
[junit4:junit4]   2> 2345555 T7258 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[41 (1435476193384071168)]} 0 1
[junit4:junit4]   2> 2345565 T7308 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[41 (1435476193391411200)]} 0 1
[junit4:junit4]   2> 2345566 T7276 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[41 (1435476193391411200)]} 0 5
[junit4:junit4]   2> 2345568 T7295 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[41]} 0 10
[junit4:junit4]   2> 2345572 T7260 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[42 (1435476193401896960)]} 0 1
[junit4:junit4]   2> 2345581 T7310 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[42 (1435476193408188416)]} 0 1
[junit4:junit4]   2> 2345582 T7277 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[42 (1435476193408188416)]} 0 4
[junit4:junit4]   2> 2345584 T7292 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[42]} 0 9
[junit4:junit4]   2> 2345588 T7259 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[43 (1435476193417625600)]} 0 1
[junit4:junit4]   2> 2345597 T7311 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[43 (1435476193424965632)]} 0 1
[junit4:junit4]   2> 2345598 T7279 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[43 (1435476193424965632)]} 0 5
[junit4:junit4]   2> 2345603 T7261 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[44 (1435476193434402816)]} 0 1
[junit4:junit4]   2> 2345611 T7313 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[44 (1435476193439645696)]} 0 1
[junit4:junit4]   2> 2345612 T7280 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[44 (1435476193439645696)]} 0 5
[junit4:junit4]   2> 2345617 T7257 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[45 (1435476193449082880)]} 0 1
[junit4:junit4]   2> 2345623 T7328 C508 P62511 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[45 (1435476193452228608)]} 0 1
[junit4:junit4]   2> 2345624 T7293 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[45 (1435476193452228608)]} 0 4
[junit4:junit4]   2> 2345629 T7256 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[46 (1435476193461665792)]} 0 1
[junit4:junit4]   2> 2345639 T7312 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[46 (1435476193469005824)]} 0 1
[junit4:junit4]   2> 2345640 T7281 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[46 (1435476193469005824)]} 0 5
[junit4:junit4]   2> 2345642 T7294 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[46]} 0 10
[junit4:junit4]   2> 2345646 T7258 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[47 (1435476193478443008)]} 0 1
[junit4:junit4]   2> 2345653 T7309 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[47 (1435476193482637312)]} 0 1
[junit4:junit4]   2> 2345654 T7278 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[47 (1435476193482637312)]} 0 5
[junit4:junit4]   2> 2345659 T7260 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[48 (1435476193493123072)]} 0 1
[junit4:junit4]   2> 2345668 T7308 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[48 (1435476193499414528)]} 0 1
[junit4:junit4]   2> 2345669 T7276 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[48 (1435476193499414528)]} 0 5
[junit4:junit4]   2> 2345670 T7297 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[48]} 0 8
[junit4:junit4]   2> 2345675 T7259 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[49 (1435476193508851712)]} 0 1
[junit4:junit4]   2> 2345688 T7310 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[49 (1435476193519337472)]} 0 1
[junit4:junit4]   2> 2345690 T7277 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[49 (1435476193519337472)]} 0 6
[junit4:junit4]   2> 2345691 T7296 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[49]} 0 10
[junit4:junit4]   2> 2345695 T7261 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[50 (1435476193530871808)]} 0 1
[junit4:junit4]   2> 2345704 T7311 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[50 (1435476193538211840)]} 0 1
[junit4:junit4]   2> 2345705 T7279 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[50 (1435476193538211840)]} 0 4
[junit4:junit4]   2> 2345707 T7295 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[50]} 0 9
[junit4:junit4]   2> 2345711 T7257 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[51 (1435476193547649024)]} 0 1
[junit4:junit4]   2> 2345722 T7313 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[51 (1435476193556037632)]} 0 1
[junit4:junit4]   2> 2345723 T7281 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[51 (1435476193556037632)]} 0 5
[junit4:junit4]   2> 2345725 T7292 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[51]} 0 10
[junit4:junit4]   2> 2345729 T7258 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[52 (1435476193565474816)]} 0 1
[junit4:junit4]   2> 2345736 T7312 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[52 (1435476193569669120)]} 0 0
[junit4:junit4]   2> 2345738 T7278 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[52 (1435476193569669120)]} 0 6
[junit4:junit4]   2> 2345742 T7260 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[53 (1435476193580154880)]} 0 1
[junit4:junit4]   2> 2345751 T7329 C508 P62511 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[53 (1435476193586446336)]} 0 1
[junit4:junit4]   2> 2345753 T7294 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[53 (1435476193586446336)]} 0 6
[junit4:junit4]   2> 2345754 T7276 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[53]} 0 9
[junit4:junit4]   2> 2345758 T7259 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[54 (1435476193595883520)]} 0 1
[junit4:junit4]   2> 2345765 T7309 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[54 (1435476193600077824)]} 0 1
[junit4:junit4]   2> 2345766 T7277 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[54 (1435476193600077824)]} 0 5
[junit4:junit4]   2> 2345771 T7261 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[55 (1435476193609515008)]} 0 1
[junit4:junit4]   2> 2345778 T7310 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[55 (1435476193614757888)]} 0 1
[junit4:junit4]   2> 2345779 T7280 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[55 (1435476193614757888)]} 0 5
[junit4:junit4]   2> 2345783 T7256 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[56 (1435476193622097920)]} 0 1
[junit4:junit4]   2> 2345792 T7326 C508 P62511 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[56 (1435476193629437952)]} 0 1
[junit4:junit4]   2> 2345793 T7297 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[56 (1435476193629437952)]} 0 5
[junit4:junit4]   2> 2345795 T7279 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[56]} 0 9
[junit4:junit4]   2> 2345799 T7257 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[57 (1435476193639923712)]} 0 1
[junit4:junit4]   2> 2345809 T7325 C508 P62511 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[57 (1435476193647263744)]} 0 1
[junit4:junit4]   2> 2345810 T7296 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[57 (1435476193647263744)]} 0 5
[junit4:junit4]   2> 2345812 T7281 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[57]} 0 10
[junit4:junit4]   2> 2345815 T7258 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[58 (1435476193656700928)]} 0 0
[junit4:junit4]   2> 2345827 T7327 C508 P62511 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[58 (1435476193666138112)]} 0 1
[junit4:junit4]   2> 2345828 T7295 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[58 (1435476193666138112)]} 0 5
[junit4:junit4]   2> 2345829 T7278 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[58]} 0 9
[junit4:junit4]   2> 2345833 T7260 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[59 (1435476193674526720)]} 0 1
[junit4:junit4]   2> 2345840 T7311 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[59 (1435476193679769600)]} 0 1
[junit4:junit4]   2> 2345841 T7276 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[59 (1435476193679769600)]} 0 5
[junit4:junit4]   2> 2345846 T7259 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[60 (1435476193688158208)]} 0 1
[junit4:junit4]   2> 2345856 T7328 C508 P62511 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[60 (1435476193695498240)]} 0 1
[junit4:junit4]   2> 2345858 T7292 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[60 (1435476193695498240)]} 0 6
[junit4:junit4]   2> 2345859 T7277 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[60]} 0 10
[junit4:junit4]   2> 2345863 T7261 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[61 (1435476193707032576)]} 0 1
[junit4:junit4]   2> 2345870 T7313 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[61 (1435476193711226880)]} 0 1
[junit4:junit4]   2> 2345870 T7280 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[61 (1435476193711226880)]} 0 4
[junit4:junit4]   2> 2345875 T7256 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[62 (1435476193719615488)]} 0 1
[junit4:junit4]   2> 2345882 T7330 C508 P62511 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[62 (1435476193722761216)]} 0 1
[junit4:junit4]   2> 2345884 T7293 C510 P62492 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[62 (1435476193722761216)]} 0 6
[junit4:junit4]   2> 2345888 T7257 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[63 (1435476193732198400)]} 0 1
[junit4:junit4]   2> 2345895 T7312 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[63 (1435476193737441280)]} 0 1
[junit4:junit4]   2> 2345896 T7279 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[63 (1435476193737441280)]} 0 4
[junit4:junit4]   2> 2345902 T7258 C511 P62471 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={wt=javabin&version=2} {add=[64 (1435476193746878464)]} 0 1
[junit4:junit4]   2> 2345912 T7308 C507 P62501 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62483/c_f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[64 (1435476193755267072)]} 0 1
[junit4:junit4]   2> 2345912 T7281 C509 P62483 oasup.LogUpdateProcessor.finish [collection1] webapp=/c_f path=/update params={distrib.from=http://127.0.0.1:62492/c_f/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[64 (1435476193755267072)]} 0 4
[junit4:junit4]   2> 2345914 T7294 C510 P62492 oasup.Log

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

Server.send4LetterWord connecting to 127.0.0.1:62464 62464
[junit4:junit4]   2> 2378546 T7334 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 2379505 T7334 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2379505 T7334 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 2379505 T7243 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 62471
[junit4:junit4]   2> 2379520 T7243 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
[junit4:junit4]   2> 2379521 T7243 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:62464 62464
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ChaosMonkeyShardSplitTest -Dtests.method=testDistribSearch -Dtests.seed=133FFC761AADD246 -Dtests.slow=true -Dtests.locale=ar_KW -Dtests.timezone=America/Louisville -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   61.2s | ChaosMonkeyShardSplitTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:62483/c_f returned non ok status:500, message:Server Error
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([133FFC761AADD246:92D9726E6DF2B27A]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:385)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
[junit4:junit4]    > 	at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:208)
[junit4:junit4]    > 	at org.apache.solr.cloud.ChaosMonkeyShardSplitTest.doTest(ChaosMonkeyShardSplitTest.java:136)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 2379532 T7243 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {id=PostingsFormat(name=TestBloomFilteredLucene41Postings), _version_=Lucene41(blocksize=128)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=ar_KW, timezone=America/Louisville
[junit4:junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=2,threads=2,free=65796440,total=409800704
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestStressVersions, TestIndexSearcher, LukeRequestHandlerTest, TestSolrJ, TestRTGBase, FileBasedSpellCheckerTest, TestZkChroot, TestSurroundQueryParser, TestLMJelinekMercerSimilarityFactory, TestDistributedSearch, DistributedTermsComponentTest, TestMergePolicyConfig, SpellCheckComponentTest, XmlUpdateRequestHandlerTest, TimeZoneUtilsTest, TestFastWriter, SchemaVersionSpecificBehaviorTest, BasicDistributedZk2Test, TestDocumentBuilder, DirectSolrConnectionTest, TestSolrDeletionPolicy2, TestDocSet, TestAtomicUpdateErrorCases, PrimitiveFieldTypeTest, IndexReaderFactoryTest, TestCoreDiscovery, DocValuesMultiTest, CurrencyFieldXmlFileTest, ChaosMonkeyNothingIsSafeTest, TestElisionMultitermQuery, TestFastOutputStream, TestSolrQueryParserResource, OverseerCollectionProcessorTest, TestShardHandlerFactory, TestJmxIntegration, TestManagedSchema, TestPropInject, CacheHeaderTest, TestAnalyzedSuggestions, DirectUpdateHandlerTest, ZkControllerTest, TestCodecSupport, OverseerTest, OutputWriterTest, ResourceLoaderTest, SolrRequestParserTest, TestBinaryResponseWriter, QueryEqualityTest, TestUpdate, UniqFieldsUpdateProcessorFactoryTest, TestReversedWildcardFilterFactory, DebugComponentTest, SyncSliceTest, TestStressRecovery, TestSuggestSpellingConverter, URLClassifyProcessorTest, TestCopyFieldCollectionResource, ExternalFileFieldSortTest, TestQuerySenderNoQuery, CurrencyFieldOpenExchangeTest, TestGroupingSearch, TestRemoteStreaming, TestStressReorder, SpellingQueryConverterTest, HardAutoCommitTest, PluginInfoTest, QueryResultKeyTest, TestAddFieldRealTimeGet, MBeansHandlerTest, RAMDirectoryFactoryTest, SampleTest, DistributedQueryElevationComponentTest, SimplePostToolTest, DateMathParserTest, SolrCoreCheckLockOnStartupTest, RequiredFieldsTest, TestSolrDeletionPolicy1, TestPostingsSolrHighlighter, TestFastLRUCache, EchoParamsTest, FileUtilsTest, CollectionsAPIDistributedZkTest, UUIDFieldTest, TestSolr4Spatial, ZkSolrClientTest, QueryParsingTest, TermsComponentTest, SuggesterTSTTest, TestNumberUtils, TestPseudoReturnFields, TestRandomDVFaceting, XsltUpdateRequestHandlerTest, TestSweetSpotSimilarityFactory, TestPartialUpdateDeduplication, TestJmxMonitoredMap, StandardRequestHandlerTest, ZkNodePropsTest, ShardSplitTest, TermVectorComponentDistributedTest, SolrInfoMBeanTest, ZkCLITest, TestDynamicFieldCollectionResource, TestFieldResource, TestSolrXMLSerializer, TestBinaryField, TestPerFieldSimilarity, DateFieldTest, TestWriterPerf, TestQuerySenderListener, SuggesterTest, RequestHandlersTest, CSVRequestHandlerTest, FieldAnalysisRequestHandlerTest, PathHierarchyTokenizerFactoryTest, TestSchemaNameResource, TestRecovery, TestDFRSimilarityFactory, TestIBSimilarityFactory, UnloadDistributedZkTest, TestHashPartitioner, TestCSVResponseWriter, TestSort, SystemInfoHandlerTest, TestIndexingPerformance, UpdateParamsTest, TestSchemaSimilarityResource, CircularListTest, IndexSchemaTest, SolrCmdDistributorTest, TestSolrXml, IndexSchemaRuntimeFieldTest, TestSchemaVersionResource, SolrIndexConfigTest, TestBM25SimilarityFactory, TestFieldCollectionResource, ClusterStateTest, SimpleFacetsTest, FieldMutatingUpdateProcessorTest, BasicDistributedZkTest, LegacyHTMLStripCharFilterTest, ChaosMonkeySafeLeaderTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, ShardRoutingTest, BasicZkTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, ShardRoutingCustomTest, SliceStateUpdateTest, AutoCommitTest, TestDistributedGrouping, TestFaceting, DistributedSpellCheckComponentTest, TestRealTimeGet, TestJoin, TestMultiCoreConfBootstrap, TestReload, TestRangeQuery, TestCoreContainer, SolrCoreTest, StatsComponentTest, QueryElevationComponentTest, PeerSyncTest, BadIndexSchemaTest, ConvertedLegacyTest, TestFiltering, TestFunctionQuery, BasicFunctionalityTest, TestLazyCores, TestBadConfig, HighlighterTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, SolrIndexSplitterTest, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SpellCheckCollatorTest, SuggesterFSTTest, CoreAdminHandlerTest, TestFoldingMultitermQuery, DocValuesTest, TestStressLucene, TestTrie, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, DistanceFunctionTest, IndexBasedSpellCheckerTest, DisMaxRequestHandlerTest, TestQueryUtils, DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, TestQueryTypes, TestOmitPositions, DocumentBuilderTest, TestValueSourceCache, TermVectorComponentTest, MoreLikeThisHandlerTest, TestSolrQueryParser, TestArbitraryIndexDir, FastVectorHighlighterTest, LoggingHandlerTest, RegexBoostProcessorTest, SolrPluginUtilsTest, TestCollationField, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, JSONWriterTest, JsonLoaderTest, BinaryUpdateRequestHandlerTest, TestPHPSerializedResponseWriter, PingRequestHandlerTest, TestComponentsName, SearchHandlerTest, CoreContainerCoreInitFailuresTest, TestLFUCache, HighlighterConfigTest, SOLR749Test, TestPropInjectDefaults, AlternateDirectoryTest, TestSolrIndexConfig, CopyFieldTest, ResponseLogComponentTest, BadComponentTest, MultiTermTest, TestSearchPerf, NumericFieldsTest, MinimalSchemaTest, TestConfig, TestFuzzyAnalyzedSuggestions, TestSolrCoreProperties, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCharFilters, SynonymTokenizerTest, TestXIncludeConfig, TestLMDirichletSimilarityFactory, TestDefaultSimilarityFactory, TestPluginEnable, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, PreAnalyzedFieldTest, TestSystemIdResolver, PrimUtilsTest, DOMUtilTest, TestLRUCache, TestUtils, SliceStateTest, SolrTestCaseJ4Test, AliasIntegrationTest, ChaosMonkeyShardSplitTest]
[junit4:junit4] Completed in 61.24s, 1 test, 1 error <<< FAILURES!

[...truncated 60 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:377: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:357: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:181: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:437: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1240: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:884: There were test failures: 295 suites, 1231 tests, 1 error, 18 ignored (12 assumptions)

Total time: 62 minutes 21 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0_21 -XX:-UseCompressedOops -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.7.0_21) - Build # 2837 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2837/
Java: 32bit/jdk1.7.0_21 -server -XX:+UseConcMarkSweepGC

1 tests failed.
REGRESSION:  org.apache.solr.handler.TestReplicationHandler.doTestBackup

Error Message:
Backup success not detected:<?xml version="1.0" encoding="UTF-8"?> <response> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><lst name="details"><str name="indexSize">11.18 KB</str><str name="indexPath">.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967400280\master\collection1\data\index/</str><arr name="commits"><lst><long name="indexVersion">1368967402043</long><long name="generation">2</long><arr name="filelist"><str>_0.fdt</str><str>_0.fdx</str><str>_0.fnm</str><str>_0.si</str><str>_0_Lucene41_0.doc</str><str>_0_Lucene41_0.tim</str><str>_0_Lucene41_0.tip</str><str>_0_nrm.cfe</str><str>_0_nrm.cfs</str><str>segments_2</str></arr></lst></arr><str name="isMaster">true</str><str name="isSlave">false</str><long name="indexVersion">1368967402043</long><long name="generation">2</long><lst name="master"><str name="confFiles">schema-replication2.xml:schema.xml</str><arr name="replicateAfter"><str>commit</str></arr><str name="replicationEnabled">true</str><long name="replicableVersion">1368967402043</long><long name="replicableGeneration">2</long></lst><lst name="backup"><str name="startTime">Sun May 19 21:28:22 CWST 2013</str><int name="fileCount">10</int><str name="status">success</str><str name="snapshotCompletedAt">Sun May 19 21:28:22 CWST 2013</str></lst></lst><str name="WARNING">This response format is experimental.  It is likely to change in the future.</str> </response> 

Stack Trace:
java.lang.AssertionError: Backup success not detected:<?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><lst name="details"><str name="indexSize">11.18 KB</str><str name="indexPath">.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967400280\master\collection1\data\index/</str><arr name="commits"><lst><long name="indexVersion">1368967402043</long><long name="generation">2</long><arr name="filelist"><str>_0.fdt</str><str>_0.fdx</str><str>_0.fnm</str><str>_0.si</str><str>_0_Lucene41_0.doc</str><str>_0_Lucene41_0.tim</str><str>_0_Lucene41_0.tip</str><str>_0_nrm.cfe</str><str>_0_nrm.cfs</str><str>segments_2</str></arr></lst></arr><str name="isMaster">true</str><str name="isSlave">false</str><long name="indexVersion">1368967402043</long><long name="generation">2</long><lst name="master"><str name="confFiles">schema-replication2.xml:schema.xml</str><arr name="replicateAfter"><str>commit</str></arr><str name="replicationEnabled">true</str><long name="replicableVersion">1368967402043</long><long name="replicableGeneration">2</long></lst><lst name="backup"><str name="startTime">Sun May 19 21:28:22 CWST 2013</str><int name="fileCount">10</int><str name="status">success</str><str name="snapshotCompletedAt">Sun May 19 21:28:22 CWST 2013</str></lst></lst><str name="WARNING">This response format is experimental.  It is likely to change in the future.</str>
</response>

	at __randomizedtesting.SeedInfo.seed([D41CA7C5B401ADF2:959787A093BF5EBD]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.handler.TestReplicationHandler.doTestBackup(TestReplicationHandler.java:1361)
	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 9553 lines...]
[junit4:junit4] Suite: org.apache.solr.handler.TestReplicationHandler
[junit4:junit4]   2> 1756331 T4565 oas.SolrTestCaseJ4.setUp ###Starting doTestReplicateAfterStartup
[junit4:junit4]   2> 1756342 T4565 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1756353 T4565 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53758
[junit4:junit4]   2> 1756353 T4565 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1756353 T4565 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1756353 T4565 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377119\master
[junit4:junit4]   2> 1756353 T4565 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377119\master\solr.xml
[junit4:junit4]   2> 1756353 T4565 oasc.CoreContainer.<init> New CoreContainer 28562094
[junit4:junit4]   2> 1756354 T4565 oasc.CoreContainer$Initializer.initialize no solr.xml found. using default old-style solr.xml
[junit4:junit4]   2> 1756354 T4565 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377119\master\'
[junit4:junit4]   2> 1756355 T4565 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377119\master\'
[junit4:junit4]   2> 1756455 T4565 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 1756455 T4565 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1756455 T4565 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 1756456 T4565 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1756456 T4565 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1756457 T4565 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1756457 T4565 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1756458 T4565 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1756458 T4565 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1756458 T4565 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 1756465 T4565 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1756470 T4575 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377119\master\collection1
[junit4:junit4]   2> 1756472 T4575 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377119\master\collection1\'
[junit4:junit4]   2> 1756511 T4575 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1756564 T4575 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1756564 T4575 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1756567 T4575 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 1756585 T4575 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1756586 T4575 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1756586 T4575 oasc.SolrCore.<init> [collection1] Opening new SolrCore at .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377119\master\collection1\, dataDir=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377119\master\collection1\data\
[junit4:junit4]   2> 1756587 T4575 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 1756587 T4575 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1756587 T4575 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377119\master\collection1\data\
[junit4:junit4]   2> 1756588 T4575 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377119\master\collection1\data\index/
[junit4:junit4]   2> 1756588 T4575 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377119\master\collection1\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1756588 T4575 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377119\master\collection1\data\index
[junit4:junit4]   2> 1756588 T4575 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1866f85 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5b0b0e),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1756588 T4575 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1756590 T4575 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1756590 T4575 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1756590 T4575 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1756590 T4575 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1756591 T4575 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1756591 T4575 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1756598 T4575 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1756600 T4575 oass.SolrIndexSearcher.<init> Opening Searcher@ba86d4 main
[junit4:junit4]   2> 1756600 T4575 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1756601 T4575 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1756601 T4575 oash.ReplicationHandler.inform Replication enabled for following config files: schema.xml,xslt/dummy.xsl
[junit4:junit4]   2> 1756601 T4575 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 1756602 T4575 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 1756602 T4576 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@ba86d4 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1756602 T4565 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 1756602 T4565 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1756602 T4565 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1756616 T4565 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1756620 T4565 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53761
[junit4:junit4]   2> 1756620 T4565 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1756620 T4565 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1756621 T4565 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave
[junit4:junit4]   2> 1756621 T4565 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\solr.xml
[junit4:junit4]   2> 1756621 T4565 oasc.CoreContainer.<init> New CoreContainer 17127451
[junit4:junit4]   2> 1756623 T4565 oasc.CoreContainer$Initializer.initialize no solr.xml found. using default old-style solr.xml
[junit4:junit4]   2> 1756623 T4565 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\'
[junit4:junit4]   2> 1756623 T4565 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\'
[junit4:junit4]   2> 1756683 T4565 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 1756684 T4565 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1756684 T4565 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 1756685 T4565 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1756685 T4565 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1756685 T4565 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1756686 T4565 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1756686 T4565 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1756686 T4565 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1756687 T4565 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 1756690 T4565 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1756695 T4587 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\collection1
[junit4:junit4]   2> 1756696 T4587 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\collection1\'
[junit4:junit4]   2> 1756736 T4587 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1756792 T4587 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1756792 T4587 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1756795 T4587 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 1756810 T4587 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1756812 T4587 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1756812 T4587 oasc.SolrCore.<init> [collection1] Opening new SolrCore at .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\collection1\, dataDir=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\collection1\data\
[junit4:junit4]   2> 1756812 T4587 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 1756812 T4587 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1756812 T4587 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\collection1\data\
[junit4:junit4]   2> 1756813 T4587 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\collection1\data\index/
[junit4:junit4]   2> 1756813 T4587 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\collection1\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1756814 T4587 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\collection1\data\index
[junit4:junit4]   2> 1756814 T4587 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@57f17d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@86facf),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1756815 T4587 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1756816 T4587 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1756816 T4587 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1756817 T4587 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1756817 T4587 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1756817 T4587 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1756817 T4587 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1756820 T4587 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1756824 T4587 oass.SolrIndexSearcher.<init> Opening Searcher@16e09e2 main
[junit4:junit4]   2> 1756824 T4587 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1756824 T4587 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1756825 T4587 oash.SnapPuller.startExecutorService Poll Scheduled at an interval of 1000ms
[junit4:junit4]   2> 1756826 T4587 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 1756826 T4588 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@16e09e2 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1756827 T4565 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 1756827 T4565 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1756827 T4565 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1756841 T4565 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=17127451
[junit4:junit4]   2> 1756843 T4565 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@a385b9
[junit4:junit4]   2> 1756845 T4565 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 1756845 T4565 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 1756845 T4565 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 1756846 T4565 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 1756847 T4565 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 1756848 T4565 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   2> 1756848 T4565 oasc.CachingDirectoryFactory.closeCacheValue looking to close .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\collection1\data\ [CachedDir<<refCount=0;path=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\collection1\data\;done=false>>]
[junit4:junit4]   2> 1756849 T4565 oasc.CachingDirectoryFactory.close Closing directory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\collection1\data\
[junit4:junit4]   2> 1756849 T4565 oasc.CachingDirectoryFactory.closeCacheValue looking to close .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\collection1\data\index [CachedDir<<refCount=0;path=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\collection1\data\index;done=false>>]
[junit4:junit4]   2> 1756851 T4565 oasc.CachingDirectoryFactory.close Closing directory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\collection1\data\index
[junit4:junit4]   2> 1756852 T4565 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> ASYNC  NEW_CORE C304 name=collection1 org.apache.solr.core.SolrCore@1eb6e1b
[junit4:junit4]   2> 1756920 T4569 C304 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4:junit4]   2> 1756922 T4569 C304 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1866f85 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5b0b0e),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1756922 T4569 C304 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1756923 T4569 C304 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:*} 0 4
[junit4:junit4]   2> 1756927 T4571 C304 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1756929 T4571 C304 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1866f85 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5b0b0e),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1866f85 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5b0b0e),segFN=segments_2,generation=2}
[junit4:junit4]   2> 1756929 T4571 C304 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 1756930 T4571 C304 oass.SolrIndexSearcher.<init> Opening Searcher@d5adf0 main
[junit4:junit4]   2> 1756931 T4571 C304 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1756931 T4576 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@d5adf0 main{StandardDirectoryReader(segments_2:2:nrt)}
[junit4:junit4]   2> 1756933 T4571 C304 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 7
[junit4:junit4]   2> 1756947 T4565 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=28562094
[junit4:junit4]   2> 1756949 T4565 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1eb6e1b
[junit4:junit4]   2> 1756950 T4565 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
[junit4:junit4]   2> 1756950 T4565 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 1756951 T4565 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 1756951 T4565 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 1756953 T4565 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 1756954 T4565 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   2> 1756954 T4565 oasc.CachingDirectoryFactory.closeCacheValue looking to close .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377119\master\collection1\data\index [CachedDir<<refCount=0;path=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377119\master\collection1\data\index;done=false>>]
[junit4:junit4]   2> 1756955 T4565 oasc.CachingDirectoryFactory.close Closing directory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377119\master\collection1\data\index
[junit4:junit4]   2> 1756956 T4565 oasc.CachingDirectoryFactory.closeCacheValue looking to close .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377119\master\collection1\data\ [CachedDir<<refCount=0;path=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377119\master\collection1\data\;done=false>>]
[junit4:junit4]   2> 1756956 T4565 oasc.CachingDirectoryFactory.close Closing directory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377119\master\collection1\data\
[junit4:junit4]   2> 1756957 T4565 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 1757013 T4565 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1757021 T4565 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53765
[junit4:junit4]   2> 1757023 T4565 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1757023 T4565 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1757024 T4565 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377119\master
[junit4:junit4]   2> 1757024 T4565 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377119\master\solr.xml
[junit4:junit4]   2> 1757025 T4565 oasc.CoreContainer.<init> New CoreContainer 8934089
[junit4:junit4]   2> 1757025 T4565 oasc.CoreContainer$Initializer.initialize no solr.xml found. using default old-style solr.xml
[junit4:junit4]   2> 1757026 T4565 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377119\master\'
[junit4:junit4]   2> 1757027 T4565 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377119\master\'
[junit4:junit4]   2> 1757094 T4565 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 1757094 T4565 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1757094 T4565 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 1757095 T4565 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1757095 T4565 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1757095 T4565 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1757095 T4565 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1757096 T4565 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1757096 T4565 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1757097 T4565 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 1757100 T4565 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1757105 T4600 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377119\master\collection1
[junit4:junit4]   2> 1757105 T4600 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377119\master\collection1\'
[junit4:junit4]   2> 1757148 T4600 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1757205 T4600 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1757206 T4600 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1757208 T4600 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 1757224 T4600 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1757225 T4600 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1757225 T4600 oasc.SolrCore.<init> [collection1] Opening new SolrCore at .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377119\master\collection1\, dataDir=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377119\master\collection1\data\
[junit4:junit4]   2> 1757226 T4600 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 1757226 T4600 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1757226 T4600 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377119\master\collection1\data\
[junit4:junit4]   2> 1757227 T4600 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377119\master\collection1\data\index/
[junit4:junit4]   2> 1757227 T4600 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377119\master\collection1\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1757227 T4600 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377119\master\collection1\data\index
[junit4:junit4]   2> 1757228 T4600 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@11ede60 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@22b768),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1757228 T4600 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1757229 T4600 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1757229 T4600 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1757229 T4600 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1757229 T4600 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1757229 T4600 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1757230 T4600 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1757232 T4600 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1757235 T4600 oass.SolrIndexSearcher.<init> Opening Searcher@1ef4d73 main
[junit4:junit4]   2> 1757235 T4600 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1757235 T4600 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1757235 T4600 oash.ReplicationHandler.inform Replication enabled for following config files: schema.xml
[junit4:junit4]   2> 1757236 T4600 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@11ede60 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@22b768),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1757236 T4600 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1757236 T4600 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 1757237 T4600 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 1757237 T4601 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1ef4d73 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1757238 T4565 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 1757238 T4565 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1757238 T4565 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C305 name=collection1 org.apache.solr.core.SolrCore@3a2e8d
[junit4:junit4]   2> 1757249 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0]} 0 0
[junit4:junit4]   2> 1757252 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1]} 0 0
[junit4:junit4]   2> 1757254 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[2]} 0 0
[junit4:junit4]   2> 1757256 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[3]} 0 0
[junit4:junit4]   2> 1757259 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[4]} 0 0
[junit4:junit4]   2> 1757261 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[5]} 0 0
[junit4:junit4]   2> 1757263 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[6]} 0 0
[junit4:junit4]   2> 1757266 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[7]} 0 0
[junit4:junit4]   2> 1757268 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[8]} 0 0
[junit4:junit4]   2> 1757270 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[9]} 0 0
[junit4:junit4]   2> 1757274 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[10]} 0 0
[junit4:junit4]   2> 1757276 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[11]} 0 0
[junit4:junit4]   2> 1757278 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[12]} 0 0
[junit4:junit4]   2> 1757281 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[13]} 0 0
[junit4:junit4]   2> 1757283 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[14]} 0 0
[junit4:junit4]   2> 1757285 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[15]} 0 0
[junit4:junit4]   2> 1757288 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[16]} 0 0
[junit4:junit4]   2> 1757290 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[17]} 0 0
[junit4:junit4]   2> 1757292 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[18]} 0 0
[junit4:junit4]   2> 1757294 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[19]} 0 0
[junit4:junit4]   2> 1757296 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[20]} 0 0
[junit4:junit4]   2> 1757298 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[21]} 0 0
[junit4:junit4]   2> 1757302 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[22]} 0 1
[junit4:junit4]   2> 1757305 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[23]} 0 0
[junit4:junit4]   2> 1757307 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[24]} 0 0
[junit4:junit4]   2> 1757309 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[25]} 0 0
[junit4:junit4]   2> 1757312 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[26]} 0 0
[junit4:junit4]   2> 1757314 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[27]} 0 0
[junit4:junit4]   2> 1757317 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[28]} 0 0
[junit4:junit4]   2> 1757319 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[29]} 0 0
[junit4:junit4]   2> 1757322 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[30]} 0 0
[junit4:junit4]   2> 1757324 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[31]} 0 0
[junit4:junit4]   2> 1757327 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[32]} 0 0
[junit4:junit4]   2> 1757330 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[33]} 0 0
[junit4:junit4]   2> 1757333 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[34]} 0 0
[junit4:junit4]   2> 1757335 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[35]} 0 0
[junit4:junit4]   2> 1757337 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[36]} 0 0
[junit4:junit4]   2> 1757340 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[37]} 0 0
[junit4:junit4]   2> 1757342 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[38]} 0 0
[junit4:junit4]   2> 1757344 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[39]} 0 0
[junit4:junit4]   2> 1757347 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[40]} 0 0
[junit4:junit4]   2> 1757349 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[41]} 0 0
[junit4:junit4]   2> 1757351 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[42]} 0 0
[junit4:junit4]   2> 1757354 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[43]} 0 0
[junit4:junit4]   2> 1757356 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[44]} 0 0
[junit4:junit4]   2> 1757358 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[45]} 0 0
[junit4:junit4]   2> 1757361 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[46]} 0 0
[junit4:junit4]   2> 1757363 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[47]} 0 0
[junit4:junit4]   2> 1757365 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[48]} 0 0
[junit4:junit4]   2> 1757369 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[49]} 0 0
[junit4:junit4]   2> 1757370 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[50]} 0 0
[junit4:junit4]   2> 1757372 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[51]} 0 0
[junit4:junit4]   2> 1757375 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[52]} 0 0
[junit4:junit4]   2> 1757377 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[53]} 0 0
[junit4:junit4]   2> 1757379 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[54]} 0 0
[junit4:junit4]   2> 1757382 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[55]} 0 0
[junit4:junit4]   2> 1757384 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[56]} 0 0
[junit4:junit4]   2> 1757386 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[57]} 0 0
[junit4:junit4]   2> 1757389 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[58]} 0 0
[junit4:junit4]   2> 1757391 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[59]} 0 0
[junit4:junit4]   2> 1757393 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[60]} 0 0
[junit4:junit4]   2> 1757396 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[61]} 0 0
[junit4:junit4]   2> 1757398 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[62]} 0 0
[junit4:junit4]   2> 1757400 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[63]} 0 0
[junit4:junit4]   2> 1757404 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[64]} 0 0
[junit4:junit4]   2> 1757406 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[65]} 0 0
[junit4:junit4]   2> 1757409 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[66]} 0 0
[junit4:junit4]   2> 1757411 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[67]} 0 0
[junit4:junit4]   2> 1757414 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[68]} 0 0
[junit4:junit4]   2> 1757417 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[69]} 0 0
[junit4:junit4]   2> 1757420 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[70]} 0 0
[junit4:junit4]   2> 1757422 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[71]} 0 0
[junit4:junit4]   2> 1757425 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[72]} 0 0
[junit4:junit4]   2> 1757428 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[73]} 0 0
[junit4:junit4]   2> 1757431 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[74]} 0 0
[junit4:junit4]   2> 1757433 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[75]} 0 0
[junit4:junit4]   2> 1757436 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[76]} 0 0
[junit4:junit4]   2> 1757439 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[77]} 0 0
[junit4:junit4]   2> 1757442 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[78]} 0 0
[junit4:junit4]   2> 1757445 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[79]} 0 0
[junit4:junit4]   2> 1757446 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[80]} 0 0
[junit4:junit4]   2> 1757449 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[81]} 0 0
[junit4:junit4]   2> 1757451 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[82]} 0 0
[junit4:junit4]   2> 1757453 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[83]} 0 0
[junit4:junit4]   2> 1757456 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[84]} 0 0
[junit4:junit4]   2> 1757458 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[85]} 0 0
[junit4:junit4]   2> 1757460 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[86]} 0 0
[junit4:junit4]   2> 1757463 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[87]} 0 0
[junit4:junit4]   2> 1757465 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[88]} 0 0
[junit4:junit4]   2> 1757467 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[89]} 0 0
[junit4:junit4]   2> 1757470 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[90]} 0 0
[junit4:junit4]   2> 1757472 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[91]} 0 0
[junit4:junit4]   2> 1757474 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[92]} 0 0
[junit4:junit4]   2> 1757477 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[93]} 0 0
[junit4:junit4]   2> 1757479 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[94]} 0 0
[junit4:junit4]   2> 1757482 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[95]} 0 0
[junit4:junit4]   2> 1757485 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[96]} 0 0
[junit4:junit4]   2> 1757488 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[97]} 0 0
[junit4:junit4]   2> 1757491 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[98]} 0 1
[junit4:junit4]   2> 1757494 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[99]} 0 0
[junit4:junit4]   2> 1757496 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[100]} 0 0
[junit4:junit4]   2> 1757500 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[101]} 0 0
[junit4:junit4]   2> 1757502 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[102]} 0 0
[junit4:junit4]   2> 1757506 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[103]} 0 0
[junit4:junit4]   2> 1757508 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[104]} 0 0
[junit4:junit4]   2> 1757512 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[105]} 0 0
[junit4:junit4]   2> 1757514 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[106]} 0 0
[junit4:junit4]   2> 1757517 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[107]} 0 1
[junit4:junit4]   2> 1757520 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[108]} 0 0
[junit4:junit4]   2> 1757523 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[109]} 0 0
[junit4:junit4]   2> 1757526 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[110]} 0 0
[junit4:junit4]   2> 1757530 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[111]} 0 0
[junit4:junit4]   2> 1757533 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[112]} 0 0
[junit4:junit4]   2> 1757535 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[113]} 0 0
[junit4:junit4]   2> 1757538 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[114]} 0 0
[junit4:junit4]   2> 1757541 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[115]} 0 0
[junit4:junit4]   2> 1757544 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[116]} 0 0
[junit4:junit4]   2> 1757548 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[117]} 0 0
[junit4:junit4]   2> 1757550 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[118]} 0 0
[junit4:junit4]   2> 1757554 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[119]} 0 0
[junit4:junit4]   2> 1757557 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[120]} 0 1
[junit4:junit4]   2> 1757560 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[121]} 0 1
[junit4:junit4]   2> 1757563 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[122]} 0 1
[junit4:junit4]   2> 1757566 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[123]} 0 0
[junit4:junit4]   2> 1757569 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[124]} 0 0
[junit4:junit4]   2> 1757572 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[125]} 0 0
[junit4:junit4]   2> 1757575 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[126]} 0 0
[junit4:junit4]   2> 1757578 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[127]} 0 0
[junit4:junit4]   2> 1757581 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[128]} 0 0
[junit4:junit4]   2> 1757584 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[129]} 0 0
[junit4:junit4]   2> 1757587 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[130]} 0 0
[junit4:junit4]   2> 1757590 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[131]} 0 0
[junit4:junit4]   2> 1757594 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[132]} 0 1
[junit4:junit4]   2> 1757596 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[133]} 0 0
[junit4:junit4]   2> 1757599 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[134]} 0 0
[junit4:junit4]   2> 1757602 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[135]} 0 0
[junit4:junit4]   2> 1757606 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[136]} 0 1
[junit4:junit4]   2> 1757608 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[137]} 0 0
[junit4:junit4]   2> 1757611 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[138]} 0 0
[junit4:junit4]   2> 1757615 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[139]} 0 0
[junit4:junit4]   2> 1757617 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[140]} 0 0
[junit4:junit4]   2> 1757620 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[141]} 0 0
[junit4:junit4]   2> 1757623 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[142]} 0 0
[junit4:junit4]   2> 1757625 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[143]} 0 0
[junit4:junit4]   2> 1757629 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[144]} 0 0
[junit4:junit4]   2> 1757632 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[145]} 0 0
[junit4:junit4]   2> 1757636 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[146]} 0 1
[junit4:junit4]   2> 1757638 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[147]} 0 0
[junit4:junit4]   2> 1757640 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[148]} 0 0
[junit4:junit4]   2> 1757643 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[149]} 0 0
[junit4:junit4]   2> 1757646 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[150]} 0 0
[junit4:junit4]   2> 1757649 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[151]} 0 0
[junit4:junit4]   2> 1757652 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[152]} 0 0
[junit4:junit4]   2> 1757655 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[153]} 0 0
[junit4:junit4]   2> 1757658 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[154]} 0 0
[junit4:junit4]   2> 1757661 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[155]} 0 1
[junit4:junit4]   2> 1757665 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[156]} 0 0
[junit4:junit4]   2> 1757667 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[157]} 0 0
[junit4:junit4]   2> 1757671 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[158]} 0 0
[junit4:junit4]   2> 1757674 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[159]} 0 0
[junit4:junit4]   2> 1757677 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[160]} 0 0
[junit4:junit4]   2> 1757680 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[161]} 0 0
[junit4:junit4]   2> 1757683 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[162]} 0 0
[junit4:junit4]   2> 1757686 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[163]} 0 0
[junit4:junit4]   2> 1757689 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[164]} 0 0
[junit4:junit4]   2> 1757692 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[165]} 0 0
[junit4:junit4]   2> 1757695 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[166]} 0 0
[junit4:junit4]   2> 1757698 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[167]} 0 0
[junit4:junit4]   2> 1757702 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[168]} 0 1
[junit4:junit4]   2> 1757705 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[169]} 0 1
[junit4:junit4]   2> 1757707 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[170]} 0 0
[junit4:junit4]   2> 1757710 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[171]} 0 0
[junit4:junit4]   2> 1757713 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[172]} 0 0
[junit4:junit4]   2> 1757717 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[173]} 0 1
[junit4:junit4]   2> 1757720 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[174]} 0 0
[junit4:junit4]   2> 1757723 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[175]} 0 0
[junit4:junit4]   2> 1757725 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[176]} 0 0
[junit4:junit4]   2> 1757727 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[177]} 0 0
[junit4:junit4]   2> 1757731 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[178]} 0 0
[junit4:junit4]   2> 1757734 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[179]} 0 0
[junit4:junit4]   2> 1757738 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[180]} 0 0
[junit4:junit4]   2> 1757741 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[181]} 0 0
[junit4:junit4]   2> 1757744 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[182]} 0 0
[junit4:junit4]   2> 1757747 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[183]} 0 0
[junit4:junit4]   2> 1757749 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[184]} 0 0
[junit4:junit4]   2> 1757752 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[185]} 0 0
[junit4:junit4]   2> 1757755 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[186]} 0 0
[junit4:junit4]   2> 1757758 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[187]} 0 0
[junit4:junit4]   2> 1757762 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[188]} 0 0
[junit4:junit4]   2> 1757764 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[189]} 0 0
[junit4:junit4]   2> 1757768 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[190]} 0 1
[junit4:junit4]   2> 1757771 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[191]} 0 1
[junit4:junit4]   2> 1757774 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[192]} 0 0
[junit4:junit4]   2> 1757776 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[193]} 0 0
[junit4:junit4]   2> 1757779 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[194]} 0 0
[junit4:junit4]   2> 1757782 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[195]} 0 0
[junit4:junit4]   2> 1757784 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[196]} 0 0
[junit4:junit4]   2> 1757787 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[197]} 0 0
[junit4:junit4]   2> 1757790 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[198]} 0 0
[junit4:junit4]   2> 1757793 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[199]} 0 0
[junit4:junit4]   2> 1757796 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[200]} 0 0
[junit4:junit4]   2> 1757798 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[201]} 0 0
[junit4:junit4]   2> 1757801 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[202]} 0 0
[junit4:junit4]   2> 1757805 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[203]} 0 0
[junit4:junit4]   2> 1757808 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[204]} 0 0
[junit4:junit4]   2> 1757811 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[205]} 0 0
[junit4:junit4]   2> 1757814 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[206]} 0 0
[junit4:junit4]   2> 1757816 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[207]} 0 0
[junit4:junit4]   2> 1757819 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[208]} 0 0
[junit4:junit4]   2> 1757824 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[209]} 0 1
[junit4:junit4]   2> 1757827 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[210]} 0 0
[junit4:junit4]   2> 1757830 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[211]} 0 1
[junit4:junit4]   2> 1757833 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[212]} 0 0
[junit4:junit4]   2> 1757836 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[213]} 0 0
[junit4:junit4]   2> 1757840 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[214]} 0 1
[junit4:junit4]   2> 1757842 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[215]} 0 0
[junit4:junit4]   2> 1757845 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[216]} 0 0
[junit4:junit4]   2> 1757847 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[217]} 0 0
[junit4:junit4]   2> 1757851 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[218]} 0 0
[junit4:junit4]   2> 1757855 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[219]} 0 0
[junit4:junit4]   2> 1757858 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[220]} 0 0
[junit4:junit4]   2> 1757861 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[221]} 0 0
[junit4:junit4]   2> 1757864 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[222]} 0 0
[junit4:junit4]   2> 1757867 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[223]} 0 0
[junit4:junit4]   2> 1757871 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[224]} 0 0
[junit4:junit4]   2> 1757875 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[225]} 0 1
[junit4:junit4]   2> 1757877 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[226]} 0 0
[junit4:junit4]   2> 1757880 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[227]} 0 0
[junit4:junit4]   2> 1757883 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[228]} 0 0
[junit4:junit4]   2> 1757887 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[229]} 0 0
[junit4:junit4]   2> 1757890 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[230]} 0 0
[junit4:junit4]   2> 1757894 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[231]} 0 1
[junit4:junit4]   2> 1757896 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[232]} 0 0
[junit4:junit4]   2> 1757899 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[233]} 0 0
[junit4:junit4]   2> 1757903 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[234]} 0 1
[junit4:junit4]   2> 1757906 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[235]} 0 1
[junit4:junit4]   2> 1757908 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[236]} 0 0
[junit4:junit4]   2> 1757911 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[237]} 0 0
[junit4:junit4]   2> 1757915 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[238]} 0 1
[junit4:junit4]   2> 1757918 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[239]} 0 1
[junit4:junit4]   2> 1757921 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[240]} 0 1
[junit4:junit4]   2> 1757924 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[241]} 0 0
[junit4:junit4]   2> 1757926 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[242]} 0 0
[junit4:junit4]   2> 1757929 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[243]} 0 0
[junit4:junit4]   2> 1757932 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[244]} 0 0
[junit4:junit4]   2> 1757935 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[245]} 0 0
[junit4:junit4]   2> 1757939 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[246]} 0 1
[junit4:junit4]   2> 1757942 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[247]} 0 0
[junit4:junit4]   2> 1757945 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[248]} 0 0
[junit4:junit4]   2> 1757949 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[249]} 0 0
[junit4:junit4]   2> 1757952 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[250]} 0 0
[junit4:junit4]   2> 1757956 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[251]} 0 0
[junit4:junit4]   2> 1757959 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[252]} 0 0
[junit4:junit4]   2> 1757962 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[253]} 0 0
[junit4:junit4]   2> 1757964 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[254]} 0 0
[junit4:junit4]   2> 1757966 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[255]} 0 0
[junit4:junit4]   2> 1757970 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[256]} 0 1
[junit4:junit4]   2> 1757973 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[257]} 0 1
[junit4:junit4]   2> 1757976 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[258]} 0 0
[junit4:junit4]   2> 1757979 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[259]} 0 1
[junit4:junit4]   2> 1757982 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[260]} 0 1
[junit4:junit4]   2> 1757984 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[261]} 0 0
[junit4:junit4]   2> 1757987 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[262]} 0 0
[junit4:junit4]   2> 1757990 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[263]} 0 0
[junit4:junit4]   2> 1757993 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[264]} 0 0
[junit4:junit4]   2> 1757996 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[265]} 0 0
[junit4:junit4]   2> 1757999 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[266]} 0 0
[junit4:junit4]   2> 1758001 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[267]} 0 0
[junit4:junit4]   2> 1758005 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[268]} 0 0
[junit4:junit4]   2> 1758008 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[269]} 0 1
[junit4:junit4]   2> 1758011 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[270]} 0 0
[junit4:junit4]   2> 1758014 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[271]} 0 1
[junit4:junit4]   2> 1758017 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[272]} 0 1
[junit4:junit4]   2> 1758020 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[273]} 0 0
[junit4:junit4]   2> 1758023 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[274]} 0 0
[junit4:junit4]   2> 1758026 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[275]} 0 0
[junit4:junit4]   2> 1758029 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[276]} 0 0
[junit4:junit4]   2> 1758032 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[277]} 0 0
[junit4:junit4]   2> 1758036 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[278]} 0 0
[junit4:junit4]   2> 1758038 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[279]} 0 0
[junit4:junit4]   2> 1758041 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[280]} 0 0
[junit4:junit4]   2> 1758044 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[281]} 0 0
[junit4:junit4]   2> 1758047 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[282]} 0 0
[junit4:junit4]   2> 1758050 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[283]} 0 0
[junit4:junit4]   2> 1758053 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[284]} 0 0
[junit4:junit4]   2> 1758056 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[285]} 0 0
[junit4:junit4]   2> 1758059 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[286]} 0 0
[junit4:junit4]   2> 1758062 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[287]} 0 0
[junit4:junit4]   2> 1758065 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[288]} 0 0
[junit4:junit4]   2> 1758068 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[289]} 0 0
[junit4:junit4]   2> 1758072 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[290]} 0 1
[junit4:junit4]   2> 1758075 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[291]} 0 1
[junit4:junit4]   2> 1758077 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[292]} 0 0
[junit4:junit4]   2> 1758081 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[293]} 0 1
[junit4:junit4]   2> 1758084 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[294]} 0 1
[junit4:junit4]   2> 1758087 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[295]} 0 1
[junit4:junit4]   2> 1758090 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[296]} 0 0
[junit4:junit4]   2> 1758093 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[297]} 0 0
[junit4:junit4]   2> 1758095 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[298]} 0 0
[junit4:junit4]   2> 1758097 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[299]} 0 0
[junit4:junit4]   2> 1758100 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[300]} 0 0
[junit4:junit4]   2> 1758102 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[301]} 0 0
[junit4:junit4]   2> 1758104 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[302]} 0 0
[junit4:junit4]   2> 1758107 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[303]} 0 0
[junit4:junit4]   2> 1758109 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[304]} 0 0
[junit4:junit4]   2> 1758111 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[305]} 0 0
[junit4:junit4]   2> 1758114 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[306]} 0 0
[junit4:junit4]   2> 1758116 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[307]} 0 0
[junit4:junit4]   2> 1758118 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[308]} 0 0
[junit4:junit4]   2> 1758121 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[309]} 0 0
[junit4:junit4]   2> 1758123 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[310]} 0 0
[junit4:junit4]   2> 1758125 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[311]} 0 0
[junit4:junit4]   2> 1758128 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[312]} 0 0
[junit4:junit4]   2> 1758129 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[313]} 0 0
[junit4:junit4]   2> 1758131 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[314]} 0 0
[junit4:junit4]   2> 1758134 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[315]} 0 0
[junit4:junit4]   2> 1758136 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[316]} 0 0
[junit4:junit4]   2> 1758139 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[317]} 0 0
[junit4:junit4]   2> 1758142 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[318]} 0 0
[junit4:junit4]   2> 1758145 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[319]} 0 0
[junit4:junit4]   2> 1758148 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[320]} 0 0
[junit4:junit4]   2> 1758150 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[321]} 0 0
[junit4:junit4]   2> 1758152 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[322]} 0 0
[junit4:junit4]   2> 1758156 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[323]} 0 0
[junit4:junit4]   2> 1758158 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[324]} 0 0
[junit4:junit4]   2> 1758162 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[325]} 0 0
[junit4:junit4]   2> 1758164 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[326]} 0 0
[junit4:junit4]   2> 1758167 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[327]} 0 0
[junit4:junit4]   2> 1758170 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[328]} 0 0
[junit4:junit4]   2> 1758173 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[329]} 0 0
[junit4:junit4]   2> 1758176 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[330]} 0 0
[junit4:junit4]   2> 1758178 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[331]} 0 0
[junit4:junit4]   2> 1758181 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[332]} 0 0
[junit4:junit4]   2> 1758183 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[333]} 0 0
[junit4:junit4]   2> 1758185 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[334]} 0 0
[junit4:junit4]   2> 1758188 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[335]} 0 0
[junit4:junit4]   2> 1758191 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[336]} 0 0
[junit4:junit4]   2> 1758194 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[337]} 0 0
[junit4:junit4]   2> 1758196 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[338]} 0 0
[junit4:junit4]   2> 1758199 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[339]} 0 0
[junit4:junit4]   2> 1758202 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[340]} 0 0
[junit4:junit4]   2> 1758205 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[341]} 0 0
[junit4:junit4]   2> 1758208 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[342]} 0 0
[junit4:junit4]   2> 1758211 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[343]} 0 0
[junit4:junit4]   2> 1758214 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[344]} 0 0
[junit4:junit4]   2> 1758216 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[345]} 0 0
[junit4:junit4]   2> 1758220 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[346]} 0 1
[junit4:junit4]   2> 1758223 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[347]} 0 0
[junit4:junit4]   2> 1758226 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[348]} 0 0
[junit4:junit4]   2> 1758228 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[349]} 0 0
[junit4:junit4]   2> 1758230 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[350]} 0 0
[junit4:junit4]   2> 1758233 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[351]} 0 0
[junit4:junit4]   2> 1758237 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[352]} 0 0
[junit4:junit4]   2> 1758240 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[353]} 0 0
[junit4:junit4]   2> 1758242 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[354]} 0 0
[junit4:junit4]   2> 1758245 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[355]} 0 0
[junit4:junit4]   2> 1758247 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[356]} 0 0
[junit4:junit4]   2> 1758251 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[357]} 0 0
[junit4:junit4]   2> 1758253 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[358]} 0 0
[junit4:junit4]   2> 1758257 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[359]} 0 1
[junit4:junit4]   2> 1758260 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[360]} 0 1
[junit4:junit4]   2> 1758262 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[361]} 0 0
[junit4:junit4]   2> 1758266 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[362]} 0 1
[junit4:junit4]   2> 1758268 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[363]} 0 0
[junit4:junit4]   2> 1758272 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[364]} 0 0
[junit4:junit4]   2> 1758275 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[365]} 0 0
[junit4:junit4]   2> 1758279 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[366]} 0 0
[junit4:junit4]   2> 1758282 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[367]} 0 1
[junit4:junit4]   2> 1758285 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[368]} 0 1
[junit4:junit4]   2> 1758289 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[369]} 0 2
[junit4:junit4]   2> 1758291 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[370]} 0 0
[junit4:junit4]   2> 1758293 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[371]} 0 0
[junit4:junit4]   2> 1758297 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[372]} 0 0
[junit4:junit4]   2> 1758300 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[373]} 0 0
[junit4:junit4]   2> 1758302 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[374]} 0 0
[junit4:junit4]   2> 1758311 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[375]} 0 0
[junit4:junit4]   2> 1758313 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[376]} 0 0
[junit4:junit4]   2> 1758315 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[377]} 0 0
[junit4:junit4]   2> 1758318 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[378]} 0 0
[junit4:junit4]   2> 1758320 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[379]} 0 0
[junit4:junit4]   2> 1758322 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[380]} 0 0
[junit4:junit4]   2> 1758325 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[381]} 0 0
[junit4:junit4]   2> 1758327 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[382]} 0 0
[junit4:junit4]   2> 1758330 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[383]} 0 1
[junit4:junit4]   2> 1758332 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[384]} 0 0
[junit4:junit4]   2> 1758335 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[385]} 0 0
[junit4:junit4]   2> 1758338 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[386]} 0 0
[junit4:junit4]   2> 1758341 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[387]} 0 0
[junit4:junit4]   2> 1758342 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[388]} 0 0
[junit4:junit4]   2> 1758345 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[389]} 0 0
[junit4:junit4]   2> 1758347 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[390]} 0 0
[junit4:junit4]   2> 1758349 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[391]} 0 0
[junit4:junit4]   2> 1758352 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[392]} 0 0
[junit4:junit4]   2> 1758354 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[393]} 0 0
[junit4:junit4]   2> 1758356 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[394]} 0 0
[junit4:junit4]   2> 1758359 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[395]} 0 0
[junit4:junit4]   2> 1758361 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[396]} 0 0
[junit4:junit4]   2> 1758363 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[397]} 0 0
[junit4:junit4]   2> 1758367 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[398]} 0 0
[junit4:junit4]   2> 1758369 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[399]} 0 0
[junit4:junit4]   2> 1758372 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[400]} 0 0
[junit4:junit4]   2> 1758374 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[401]} 0 0
[junit4:junit4]   2> 1758377 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[402]} 0 0
[junit4:junit4]   2> 1758379 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[403]} 0 0
[junit4:junit4]   2> 1758381 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[404]} 0 0
[junit4:junit4]   2> 1758384 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[405]} 0 0
[junit4:junit4]   2> 1758386 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[406]} 0 0
[junit4:junit4]   2> 1758388 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[407]} 0 0
[junit4:junit4]   2> 1758391 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[408]} 0 0
[junit4:junit4]   2> 1758394 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[409]} 0 0
[junit4:junit4]   2> 1758396 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[410]} 0 0
[junit4:junit4]   2> 1758398 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[411]} 0 0
[junit4:junit4]   2> 1758401 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[412]} 0 0
[junit4:junit4]   2> 1758403 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[413]} 0 0
[junit4:junit4]   2> 1758406 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[414]} 0 0
[junit4:junit4]   2> 1758409 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[415]} 0 0
[junit4:junit4]   2> 1758411 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[416]} 0 0
[junit4:junit4]   2> 1758413 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[417]} 0 0
[junit4:junit4]   2> 1758416 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[418]} 0 0
[junit4:junit4]   2> 1758418 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[419]} 0 0
[junit4:junit4]   2> 1758420 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[420]} 0 0
[junit4:junit4]   2> 1758423 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[421]} 0 0
[junit4:junit4]   2> 1758425 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[422]} 0 0
[junit4:junit4]   2> 1758427 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[423]} 0 0
[junit4:junit4]   2> 1758430 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[424]} 0 0
[junit4:junit4]   2> 1758432 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[425]} 0 0
[junit4:junit4]   2> 1758434 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[426]} 0 0
[junit4:junit4]   2> 1758437 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[427]} 0 0
[junit4:junit4]   2> 1758439 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[428]} 0 0
[junit4:junit4]   2> 1758441 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[429]} 0 0
[junit4:junit4]   2> 1758444 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[430]} 0 0
[junit4:junit4]   2> 1758446 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[431]} 0 0
[junit4:junit4]   2> 1758448 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[432]} 0 0
[junit4:junit4]   2> 1758451 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[433]} 0 0
[junit4:junit4]   2> 1758453 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[434]} 0 0
[junit4:junit4]   2> 1758455 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[435]} 0 0
[junit4:junit4]   2> 1758458 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[436]} 0 0
[junit4:junit4]   2> 1758460 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[437]} 0 0
[junit4:junit4]   2> 1758463 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[438]} 0 0
[junit4:junit4]   2> 1758465 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[439]} 0 0
[junit4:junit4]   2> 1758467 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[440]} 0 0
[junit4:junit4]   2> 1758469 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[441]} 0 0
[junit4:junit4]   2> 1758472 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[442]} 0 0
[junit4:junit4]   2> 1758474 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[443]} 0 0
[junit4:junit4]   2> 1758477 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[444]} 0 0
[junit4:junit4]   2> 1758479 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[445]} 0 0
[junit4:junit4]   2> 1758482 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[446]} 0 0
[junit4:junit4]   2> 1758485 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[447]} 0 0
[junit4:junit4]   2> 1758486 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[448]} 0 0
[junit4:junit4]   2> 1758489 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[449]} 0 0
[junit4:junit4]   2> 1758491 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[450]} 0 0
[junit4:junit4]   2> 1758493 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[451]} 0 0
[junit4:junit4]   2> 1758497 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[452]} 0 0
[junit4:junit4]   2> 1758499 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[453]} 0 0
[junit4:junit4]   2> 1758502 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[454]} 0 0
[junit4:junit4]   2> 1758505 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[455]} 0 0
[junit4:junit4]   2> 1758507 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[456]} 0 0
[junit4:junit4]   2> 1758510 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[457]} 0 0
[junit4:junit4]   2> 1758512 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[458]} 0 0
[junit4:junit4]   2> 1758515 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[459]} 0 0
[junit4:junit4]   2> 1758517 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[460]} 0 0
[junit4:junit4]   2> 1758519 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[461]} 0 0
[junit4:junit4]   2> 1758522 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[462]} 0 0
[junit4:junit4]   2> 1758524 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[463]} 0 0
[junit4:junit4]   2> 1758526 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[464]} 0 0
[junit4:junit4]   2> 1758529 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[465]} 0 0
[junit4:junit4]   2> 1758531 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[466]} 0 0
[junit4:junit4]   2> 1758533 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[467]} 0 0
[junit4:junit4]   2> 1758536 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[468]} 0 0
[junit4:junit4]   2> 1758537 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[469]} 0 0
[junit4:junit4]   2> 1758539 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[470]} 0 0
[junit4:junit4]   2> 1758541 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[471]} 0 0
[junit4:junit4]   2> 1758543 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[472]} 0 0
[junit4:junit4]   2> 1758546 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[473]} 0 0
[junit4:junit4]   2> 1758548 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[474]} 0 0
[junit4:junit4]   2> 1758550 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[475]} 0 0
[junit4:junit4]   2> 1758553 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[476]} 0 0
[junit4:junit4]   2> 1758555 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[477]} 0 0
[junit4:junit4]   2> 1758557 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[478]} 0 0
[junit4:junit4]   2> 1758560 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[479]} 0 0
[junit4:junit4]   2> 1758562 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[480]} 0 0
[junit4:junit4]   2> 1758564 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[481]} 0 0
[junit4:junit4]   2> 1758567 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[482]} 0 0
[junit4:junit4]   2> 1758570 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[483]} 0 0
[junit4:junit4]   2> 1758573 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[484]} 0 0
[junit4:junit4]   2> 1758575 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[485]} 0 0
[junit4:junit4]   2> 1758578 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[486]} 0 0
[junit4:junit4]   2> 1758580 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[487]} 0 0
[junit4:junit4]   2> 1758581 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[488]} 0 0
[junit4:junit4]   2> 1758584 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[489]} 0 0
[junit4:junit4]   2> 1758586 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[490]} 0 0
[junit4:junit4]   2> 1758588 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[491]} 0 0
[junit4:junit4]   2> 1758590 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[492]} 0 0
[junit4:junit4]   2> 1758592 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[493]} 0 0
[junit4:junit4]   2> 1758595 T4594 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[494]} 0 0
[junit4:junit4]   2> 1758597 T4595 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[495]} 0 0
[junit4:junit4]   2> 1758599 T4599 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[496]} 0 0
[junit4:junit4]   2> 1758602 T4596 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[497]} 0 0
[junit4:junit4]   2> 1758603 T4597 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[498]} 0 0
[junit4:junit4]   2> 1758606 T4598 C305 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1758609 T4598 C305 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@11ede60 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@22b768),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@11ede60 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@22b768),segFN=segments_2,generation=2}
[junit4:junit4]   2> 1758610 T4598 C305 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 1758611 T4598 C305 oass.SolrIndexSearcher.<init> Opening Searcher@1947390 main
[junit4:junit4]   2> 1758611 T4598 C305 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1758611 T4601 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1947390 main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C499)}
[junit4:junit4]   2> 1758612 T4598 C305 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 6
[junit4:junit4]   2> 1758616 T4594 C305 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={sort=id+desc&q=*:*&wt=javabin&version=2} hits=499 status=0 QTime=2 
[junit4:junit4]   2> 1758617 T4565 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1758622 T4565 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53769
[junit4:junit4]   2> 1758622 T4565 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1758623 T4565 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1758623 T4565 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave
[junit4:junit4]   2> 1758623 T4565 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\solr.xml
[junit4:junit4]   2> 1758623 T4565 oasc.CoreContainer.<init> New CoreContainer 31395128
[junit4:junit4]   2> 1758623 T4565 oasc.CoreContainer$Initializer.initialize no solr.xml found. using default old-style solr.xml
[junit4:junit4]   2> 1758624 T4565 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\'
[junit4:junit4]   2> 1758624 T4565 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\'
[junit4:junit4]   2> 1758694 T4565 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 1758694 T4565 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1758694 T4565 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 1758695 T4565 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1758695 T4565 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1758695 T4565 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1758697 T4565 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1758697 T4565 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1758697 T4565 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1758697 T4565 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 1758701 T4565 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1758705 T4612 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\collection1
[junit4:junit4]   2> 1758705 T4612 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\collection1\'
[junit4:junit4]   2> 1758742 T4612 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1758793 T4612 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1758794 T4612 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1758796 T4612 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 1758812 T4612 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1758813 T4612 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1758813 T4612 oasc.SolrCore.<init> [collection1] Opening new SolrCore at .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\collection1\, dataDir=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\collection1\data\
[junit4:junit4]   2> 1758813 T4612 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 1758813 T4612 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1758814 T4612 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\collection1\data\
[junit4:junit4]   2> 1758814 T4612 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\collection1\data\index/
[junit4:junit4]   2> 1758814 T4612 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\collection1\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1758815 T4612 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\collection1\data\index
[junit4:junit4]   2> 1758816 T4612 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@12dc512 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2af73d),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1758816 T4612 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1758817 T4612 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1758817 T4612 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1758817 T4612 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1758817 T4612 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1758817 T4612 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1758818 T4612 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1758820 T4612 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1758824 T4612 oass.SolrIndexSearcher.<init> Opening Searcher@b307db main
[junit4:junit4]   2> 1758825 T4612 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1758825 T4612 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1758825 T4612 oash.SnapPuller.startExecutorService Poll Scheduled at an interval of 1000ms
[junit4:junit4]   2> 1758826 T4612 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 1758826 T4613 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@b307db main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1758827 T4565 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 1758827 T4565 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1758827 T4565 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C306 name=collection1 org.apache.solr.core.SolrCore@1421274
[junit4:junit4]   2> 1758839 T4606 C306 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={sort=id+desc&q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 1758840 T4565 oash.TestReplicationHandler.rQuery Waiting for 499 docs
[junit4:junit4]   2> 1758922 T4607 C306 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={sort=id+desc&q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1758924 T4565 oash.TestReplicationHandler.rQuery Waiting for 499 docs
[junit4:junit4]   2> 1759007 T4608 C306 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={sort=id+desc&q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1759008 T4565 oash.TestReplicationHandler.rQuery Waiting for 499 docs
[junit4:junit4]   2> 1759091 T4609 C306 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={sort=id+desc&q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 1759092 T4565 oash.TestReplicationHandler.rQuery Waiting for 499 docs
[junit4:junit4]   2> 1759137 T4599 C305 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 1759137 T4614 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 1759137 T4614 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 1759137 T4614 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 1759141 T4596 C305 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 1759141 T4614 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 10
[junit4:junit4]   2> 1759142 T4614 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\collection1\data\index.20130519212759929
[junit4:junit4]   2> 1759142 T4614 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@11f52c2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@dda98f) fullCopy=false
[junit4:junit4]   2> 1759144 T4597 C305 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_0.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 1759147 T4598 C305 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_0_Lucene41_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 1759149 T4594 C305 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_0_nrm.cfe&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 1759151 T4595 C305 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 1759154 T4599 C305 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_0.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 1759156 T4596 C305 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_0_nrm.cfs&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 1759158 T4597 C305 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_0.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 1759174 T4611 C306 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={sort=id+desc&q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1759175 T4565 oash.TestReplicationHandler.rQuery Waiting for 499 docs
[junit4:junit4]   2> 1759201 T4598 C305 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_0_Lucene41_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 1759203 T4594 C305 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_0_Lucene41_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 1759206 T4595 C305 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_0.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 1759207 T4614 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 1759207 T4614 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 1759207 T4614 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 1759208 T4614 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@12dc512 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2af73d),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@12dc512 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2af73d),segFN=segments_2,generation=2}
[junit4:junit4]   2> 1759210 T4614 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 1759210 T4614 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 1759210 T4614 oass.SolrIndexSearcher.<init> Opening Searcher@185c714 main
[junit4:junit4]   2> 1759210 T4613 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@185c714 main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C499)}
[junit4:junit4]   2> 1759210 T4614 oasc.CachingDirectoryFactory.closeCacheValue looking to close .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\collection1\data\index.20130519212759929 [CachedDir<<refCount=0;path=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\collection1\data\index.20130519212759929;done=true>>]
[junit4:junit4]   2> 1759211 T4614 oasc.CachingDirectoryFactory.close Closing directory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\collection1\data\index.20130519212759929
[junit4:junit4]   2> 1759211 T4614 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\collection1\data\index.20130519212759929
[junit4:junit4]   2> 1759259 T4606 C306 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={sort=id+desc&q=*:*&wt=javabin&version=2} hits=499 status=0 QTime=3 
[junit4:junit4]   2> 1759261 T4565 oas.SolrTestCaseJ4.tearDown ###Ending doTestReplicateAfterStartup
[junit4:junit4]   2> 1759272 T4565 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=8934089
[junit4:junit4]   2> 1759274 T4565 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3a2e8d
[junit4:junit4]   2> 1759274 T4565 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=499,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 1759275 T4565 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 1759276 T4565 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 1759277 T4565 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 1759281 T4565 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 1759281 T4565 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   2> 1759282 T4565 oasc.CachingDirectoryFactory.closeCacheValue looking to close .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377119\master\collection1\data\index [CachedDir<<refCount=0;path=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377119\master\collection1\data\index;done=false>>]
[junit4:junit4]   2> 1759283 T4565 oasc.CachingDirectoryFactory.close Closing directory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377119\master\collection1\data\index
[junit4:junit4]   2> 1759284 T4565 oasc.CachingDirectoryFactory.closeCacheValue looking to close .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377119\master\collection1\data\ [CachedDir<<refCount=0;path=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377119\master\collection1\data\;done=false>>]
[junit4:junit4]   2> 1759284 T4565 oasc.CachingDirectoryFactory.close Closing directory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377119\master\collection1\data\
[junit4:junit4]   2> 1759285 T4565 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 1759349 T4565 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=31395128
[junit4:junit4]   2> 1759351 T4565 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1421274
[junit4:junit4]   2> 1759352 T4565 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 1759353 T4565 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 1759354 T4565 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 1759354 T4565 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 1759357 T4565 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 1759358 T4565 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   2> 1759358 T4565 oasc.CachingDirectoryFactory.closeCacheValue looking to close .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\collection1\data\index [CachedDir<<refCount=0;path=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\collection1\data\index;done=false>>]
[junit4:junit4]   2> 1759359 T4565 oasc.CachingDirectoryFactory.close Closing directory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\collection1\data\index
[junit4:junit4]   2> 1759359 T4565 oasc.CachingDirectoryFactory.closeCacheValue looking to close .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\collection1\data\ [CachedDir<<refCount=0;path=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\collection1\data\;done=false>>]
[junit4:junit4]   2> 1759360 T4565 oasc.CachingDirectoryFactory.close Closing directory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967377394\slave\collection1\data\
[junit4:junit4]   2> 1759362 T4565 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 1759456 T4565 oas.SolrTestCaseJ4.setUp ###Starting doTestReplicateAfterWrite2Slave
[junit4:junit4]   2> 1759469 T4565 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1759474 T4565 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53774
[junit4:junit4]   2> 1759474 T4565 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1759474 T4565 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1759474 T4565 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967380243\master
[junit4:junit4]   2> 1759475 T4565 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967380243\master\solr.xml
[junit4:junit4]   2> 1759475 T4565 oasc.CoreContainer.<init> New CoreContainer 30048774
[junit4:junit4]   2> 1759476 T4565 oasc.CoreContainer$Initializer.initialize no solr.xml found. using default old-style solr.xml
[junit4:junit4]   2> 1759477 T4565 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967380243\master\'
[junit4:junit4]   2> 1759477 T4565 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967380243\master\'
[junit4:junit4]   2> 1759579 T4565 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 1759579 T4565 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1759580 T4565 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 1759580 T4565 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1759580 T4565 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1759581 T4565 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1759581 T4565 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1759582 T4565 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1759583 T4565 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1759583 T4565 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 1759597 T4565 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1759603 T4626 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967380243\master\collection1
[junit4:junit4]   2> 1759604 T4626 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967380243\master\collection1\'
[junit4:junit4]   2> 1759643 T4626 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1759693 T4626 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1759693 T4626 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1759695 T4626 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 1759714 T4626 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1759715 T4626 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1759716 T4626 oasc.SolrCore.<init> [collection1] Opening new SolrCore at .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967380243\master\collection1\, dataDir=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967380243\master\collection1\data\
[junit4:junit4]   2> 1759716 T4626 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 1759716 T4626 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1759716 T4626 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967380243\master\collection1\data\
[junit4:junit4]   2> 1759716 T4626 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967380243\master\collection1\data\index/
[junit4:junit4]   2> 1759716 T4626 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967380243\master\collection1\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1759716 T4626 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967380243\master\collection1\data\index
[junit4:junit4]   2> 1759717 T4626 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@34df1f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a024ed),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1759717 T4626 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1759720 T4626 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1759720 T4626 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1759722 T4626 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1759723 T4626 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1759723 T4626 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1759724 T4626 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1759733 T4626 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1759735 T4626 oass.SolrIndexSearcher.<init> Opening Searcher@1223178 main
[junit4:junit4]   2> 1759736 T4626 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1759736 T4626 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1759736 T4626 oash.ReplicationHandler.inform Replication enabled for following config files: schema.xml,xslt/dummy.xsl
[junit4:junit4]   2> 1759736 T4626 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 1759736 T4626 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 1759737 T4627 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1223178 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1759738 T4565 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 1759738 T4565 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1759738 T4565 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1759752 T4565 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1759757 T4565 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53777
[junit4:junit4]   2> 1759757 T4565 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1759758 T4565 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1759758 T4565 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967380528\slave
[junit4:junit4]   2> 1759759 T4565 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967380528\slave\solr.xml
[junit4:junit4]   2> 1759759 T4565 oasc.CoreContainer.<init> New CoreContainer 10579437
[junit4:junit4]   2> 1759761 T4565 oasc.CoreContainer$Initializer.initialize no solr.xml found. using default old-style solr.xml
[junit4:junit4]   2> 1759762 T4565 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967380528\slave\'
[junit4:junit4]   2> 1759762 T4565 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967380528\slave\'
[junit4:junit4]   2> 1759838 T4565 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 1759839 T4565 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1759839 T4565 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 1759839 T4565 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1759840 T4565 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1759840 T4565 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1759840 T4565 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1759840 T4565 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1759840 T4565 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1759840 T4565 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 1759845 T4565 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1759850 T4638 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967380528\slave\collection1
[junit4:junit4]   2> 1759850 T4638 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967380528\slave\collection1\'
[junit4:junit4]   2> 1759894 T4638 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1759943 T4638 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1759943 T4638 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1759946 T4638 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 1759966 T4638 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1759968 T4638 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1759968 T4638 oasc.SolrCore.<init> [collection1] Opening new SolrCore at .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967380528\slave\collection1\, dataDir=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967380528\slave\collection1\data\
[junit4:junit4]   2> 1759968 T4638 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 1759969 T4638 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1759969 T4638 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967380528\slave\collection1\data\
[junit4:junit4]   2> 1759969 T4638 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967380528\slave\collection1\data\index/
[junit4:junit4]   2> 1759969 T4638 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967380528\slave\collection1\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1759970 T4638 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967380528\slave\collection1\data\index
[junit4:junit4]   2> 1759970 T4638 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@122ff20 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@806cf3),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1759970 T4638 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1759971 T4638 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1759971 T4638 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1759972 T4638 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1759972 T4638 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1759973 T4638 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1759973 T4638 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1759975 T4638 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1759978 T4638 oass.SolrIndexSearcher.<init> Opening Searcher@551566 main
[junit4:junit4]   2> 1759978 T4638 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1759979 T4638 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1759979 T4638 oash.SnapPuller.startExecutorService Poll Scheduled at an interval of 1000ms
[junit4:junit4]   2> 1759979 T4638 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 1759979 T4639 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@551566 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1759980 T4565 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 1759980 T4565 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1759980 T4565 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C307 name=collection1 org.apache.solr.core.SolrCore@1f836dd
[junit4:junit4]   2> 1759995 T4621 C307 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={sort=id+desc&q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1759998 T4622 C307 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@34df1f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a024ed),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1759999 T4622 C307 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1760000 T4622 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0]} 0 2
[junit4:junit4]   2> 1760001 T4623 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1]} 0 0
[junit4:junit4]   2> 1760004 T4624 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[2]} 0 0
[junit4:junit4]   2> 1760006 T4625 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[3]} 0 0
[junit4:junit4]   2> 1760008 T4620 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[4]} 0 0
[junit4:junit4]   2> 1760011 T4621 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[5]} 0 0
[junit4:junit4]   2> 1760013 T4622 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[6]} 0 0
[junit4:junit4]   2> 1760016 T4623 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[7]} 0 0
[junit4:junit4]   2> 1760019 T4624 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[8]} 0 0
[junit4:junit4]   2> 1760021 T4625 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[9]} 0 0
[junit4:junit4]   2> 1760023 T4620 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[10]} 0 0
[junit4:junit4]   2> 1760026 T4621 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[11]} 0 0
[junit4:junit4]   2> 1760029 T4622 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[12]} 0 0
[junit4:junit4]   2> 1760033 T4623 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[13]} 0 1
[junit4:junit4]   2> 1760036 T4624 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[14]} 0 1
[junit4:junit4]   2> 1760038 T4625 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[15]} 0 0
[junit4:junit4]   2> 1760040 T4620 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[16]} 0 0
[junit4:junit4]   2> 1760045 T4621 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[17]} 0 1
[junit4:junit4]   2> 1760048 T4622 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[18]} 0 1
[junit4:junit4]   2> 1760051 T4623 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[19]} 0 0
[junit4:junit4]   2> 1760054 T4624 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[20]} 0 0
[junit4:junit4]   2> 1760057 T4625 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[21]} 0 0
[junit4:junit4]   2> 1760061 T4620 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[22]} 0 1
[junit4:junit4]   2> 1760064 T4621 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[23]} 0 0
[junit4:junit4]   2> 1760066 T4622 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[24]} 0 0
[junit4:junit4]   2> 1760069 T4623 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[25]} 0 1
[junit4:junit4]   2> 1760071 T4624 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[26]} 0 0
[junit4:junit4]   2> 1760075 T4625 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[27]} 0 0
[junit4:junit4]   2> 1760078 T4620 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[28]} 0 0
[junit4:junit4]   2> 1760082 T4621 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[29]} 0 1
[junit4:junit4]   2> 1760085 T4622 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[30]} 0 0
[junit4:junit4]   2> 1760087 T4623 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[31]} 0 0
[junit4:junit4]   2> 1760090 T4624 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[32]} 0 0
[junit4:junit4]   2> 1760093 T4625 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[33]} 0 0
[junit4:junit4]   2> 1760097 T4620 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[34]} 0 1
[junit4:junit4]   2> 1760100 T4621 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[35]} 0 0
[junit4:junit4]   2> 1760103 T4622 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[36]} 0 0
[junit4:junit4]   2> 1760107 T4623 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[37]} 0 0
[junit4:junit4]   2> 1760110 T4624 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[38]} 0 0
[junit4:junit4]   2> 1760113 T4625 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[39]} 0 0
[junit4:junit4]   2> 1760115 T4620 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[40]} 0 0
[junit4:junit4]   2> 1760118 T4621 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[41]} 0 0
[junit4:junit4]   2> 1760121 T4622 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[42]} 0 0
[junit4:junit4]   2> 1760124 T4623 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[43]} 0 0
[junit4:junit4]   2> 1760128 T4624 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[44]} 0 0
[junit4:junit4]   2> 1760131 T4625 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[45]} 0 0
[junit4:junit4]   2> 1760134 T4620 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[46]} 0 0
[junit4:junit4]   2> 1760138 T4621 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[47]} 0 1
[junit4:junit4]   2> 1760140 T4622 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[48]} 0 0
[junit4:junit4]   2> 1760143 T4623 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[49]} 0 0
[junit4:junit4]   2> 1760146 T4624 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[50]} 0 0
[junit4:junit4]   2> 1760149 T4625 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[51]} 0 0
[junit4:junit4]   2> 1760152 T4620 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[52]} 0 0
[junit4:junit4]   2> 1760157 T4621 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[53]} 0 1
[junit4:junit4]   2> 1760159 T4622 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[54]} 0 0
[junit4:junit4]   2> 1760163 T4623 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[55]} 0 0
[junit4:junit4]   2> 1760166 T4624 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[56]} 0 0
[junit4:junit4]   2> 1760168 T4625 C307 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 1760170 T4620 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[57]} 0 0
[junit4:junit4]   2> 1760173 T4621 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[58]} 0 0
[junit4:junit4]   2> 1760176 T4622 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[59]} 0 0
[junit4:junit4]   2> 1760178 T4623 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[60]} 0 0
[junit4:junit4]   2> 1760182 T4624 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[61]} 0 0
[junit4:junit4]   2> 1760185 T4625 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[62]} 0 1
[junit4:junit4]   2> 1760188 T4620 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[63]} 0 0
[junit4:junit4]   2> 1760191 T4621 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[64]} 0 0
[junit4:junit4]   2> 1760193 T4622 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[65]} 0 0
[junit4:junit4]   2> 1760195 T4623 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[66]} 0 0
[junit4:junit4]   2> 1760198 T4624 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[67]} 0 0
[junit4:junit4]   2> 1760202 T4625 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[68]} 0 1
[junit4:junit4]   2> 1760206 T4620 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[69]} 0 0
[junit4:junit4]   2> 1760209 T4621 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[70]} 0 0
[junit4:junit4]   2> 1760213 T4622 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[71]} 0 0
[junit4:junit4]   2> 1760218 T4623 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[72]} 0 0
[junit4:junit4]   2> 1760222 T4624 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[73]} 0 0
[junit4:junit4]   2> 1760225 T4625 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[74]} 0 0
[junit4:junit4]   2> 1760228 T4620 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[75]} 0 0
[junit4:junit4]   2> 1760230 T4621 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[76]} 0 0
[junit4:junit4]   2> 1760233 T4622 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[77]} 0 0
[junit4:junit4]   2> 1760235 T4623 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[78]} 0 0
[junit4:junit4]   2> 1760237 T4624 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[79]} 0 0
[junit4:junit4]   2> 1760240 T4625 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[80]} 0 0
[junit4:junit4]   2> 1760243 T4620 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[81]} 0 0
[junit4:junit4]   2> 1760245 T4621 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[82]} 0 0
[junit4:junit4]   2> 1760247 T4622 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[83]} 0 0
[junit4:junit4]   2> 1760250 T4623 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[84]} 0 0
[junit4:junit4]   2> 1760252 T4624 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[85]} 0 0
[junit4:junit4]   2> 1760254 T4625 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[86]} 0 0
[junit4:junit4]   2> 1760257 T4620 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[87]} 0 0
[junit4:junit4]   2> 1760261 T4621 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[88]} 0 0
[junit4:junit4]   2> 1760264 T4622 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[89]} 0 0
[junit4:junit4]   2> 1760266 T4623 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[90]} 0 0
[junit4:junit4]   2> 1760270 T4624 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[91]} 0 1
[junit4:junit4]   2> 1760272 T4625 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[92]} 0 0
[junit4:junit4]   2> 1760275 T4620 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[93]} 0 0
[junit4:junit4]   2> 1760279 T4621 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[94]} 0 0
[junit4:junit4]   2> 1760282 T4622 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[95]} 0 0
[junit4:junit4]   2> 1760285 T4623 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[96]} 0 0
[junit4:junit4]   2> 1760287 T4624 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[97]} 0 0
[junit4:junit4]   2> 1760290 T4625 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[98]} 0 0
[junit4:junit4]   2> 1760293 T4620 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[99]} 0 0
[junit4:junit4]   2> 1760296 T4621 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[100]} 0 0
[junit4:junit4]   2> 1760300 T4622 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[101]} 0 0
[junit4:junit4]   2> 1760303 T4623 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[102]} 0 1
[junit4:junit4]   2> 1760305 T4624 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[103]} 0 0
[junit4:junit4]   2> 1760309 T4625 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[104]} 0 1
[junit4:junit4]   2> 1760311 T4620 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[105]} 0 0
[junit4:junit4]   2> 1760315 T4621 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[106]} 0 0
[junit4:junit4]   2> 1760318 T4622 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[107]} 0 0
[junit4:junit4]   2> 1760321 T4623 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[108]} 0 0
[junit4:junit4]   2> 1760324 T4624 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[109]} 0 0
[junit4:junit4]   2> 1760327 T4625 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[110]} 0 0
[junit4:junit4]   2> 1760329 T4620 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[111]} 0 0
[junit4:junit4]   2> 1760332 T4621 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[112]} 0 0
[junit4:junit4]   2> 1760335 T4622 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[113]} 0 0
[junit4:junit4]   2> 1760339 T4623 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[114]} 0 0
[junit4:junit4]   2> 1760341 T4624 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[115]} 0 0
[junit4:junit4]   2> 1760344 T4625 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[116]} 0 0
[junit4:junit4]   2> 1760348 T4620 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[117]} 0 0
[junit4:junit4]   2> 1760350 T4621 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[118]} 0 0
[junit4:junit4]   2> 1760353 T4622 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[119]} 0 0
[junit4:junit4]   2> 1760356 T4623 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[120]} 0 0
[junit4:junit4]   2> 1760360 T4624 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[121]} 0 0
[junit4:junit4]   2> 1760363 T4625 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[122]} 0 0
[junit4:junit4]   2> 1760366 T4620 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[123]} 0 0
[junit4:junit4]   2> 1760369 T4621 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[124]} 0 0
[junit4:junit4]   2> 1760372 T4622 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[125]} 0 1
[junit4:junit4]   2> 1760375 T4623 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[126]} 0 0
[junit4:junit4]   2> 1760378 T4624 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[127]} 0 0
[junit4:junit4]   2> 1760382 T4625 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[128]} 0 0
[junit4:junit4]   2> 1760385 T4620 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[129]} 0 0
[junit4:junit4]   2> 1760388 T4622 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[130]} 0 0
[junit4:junit4]   2> 1760391 T4623 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[131]} 0 0
[junit4:junit4]   2> 1760394 T4624 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[132]} 0 0
[junit4:junit4]   2> 1760397 T4625 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[133]} 0 0
[junit4:junit4]   2> 1760401 T4620 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[134]} 0 1
[junit4:junit4]   2> 1760403 T4621 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[135]} 0 0
[junit4:junit4]   2> 1760405 T4622 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[136]} 0 0
[junit4:junit4]   2> 1760409 T4623 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[137]} 0 0
[junit4:junit4]   2> 1760411 T4624 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[138]} 0 0
[junit4:junit4]   2> 1760414 T4625 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[139]} 0 0
[junit4:junit4]   2> 1760416 T4620 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[140]} 0 0
[junit4:junit4]   2> 1760420 T4621 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[141]} 0 0
[junit4:junit4]   2> 1760423 T4622 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[142]} 0 0
[junit4:junit4]   2> 1760426 T4623 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[143]} 0 0
[junit4:junit4]   2> 1760430 T4624 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[144]} 0 0
[junit4:junit4]   2> 1760433 T4625 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[145]} 0 0
[junit4:junit4]   2> 1760437 T4620 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[146]} 0 0
[junit4:junit4]   2> 1760440 T4621 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[147]} 0 0
[junit4:junit4]   2> 1760443 T4622 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[148]} 0 0
[junit4:junit4]   2> 1760445 T4623 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[149]} 0 0
[junit4:junit4]   2> 1760448 T4624 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[150]} 0 0
[junit4:junit4]   2> 1760451 T4625 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[151]} 0 0
[junit4:junit4]   2> 1760454 T4620 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[152]} 0 0
[junit4:junit4]   2> 1760457 T4621 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[153]} 0 0
[junit4:junit4]   2> 1760460 T4622 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[154]} 0 0
[junit4:junit4]   2> 1760464 T4623 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[155]} 0 1
[junit4:junit4]   2> 1760466 T4624 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[156]} 0 0
[junit4:junit4]   2> 1760470 T4625 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[157]} 0 1
[junit4:junit4]   2> 1760472 T4620 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[158]} 0 0
[junit4:junit4]   2> 1760476 T4621 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[159]} 0 0
[junit4:junit4]   2> 1760479 T4622 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[160]} 0 0
[junit4:junit4]   2> 1760481 T4623 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[161]} 0 0
[junit4:junit4]   2> 1760484 T4624 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[162]} 0 0
[junit4:junit4]   2> 1760487 T4625 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[163]} 0 0
[junit4:junit4]   2> 1760491 T4620 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[164]} 0 1
[junit4:junit4]   2> 1760494 T4621 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[165]} 0 0
[junit4:junit4]   2> 1760497 T4622 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[166]} 0 0
[junit4:junit4]   2> 1760500 T4623 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[167]} 0 0
[junit4:junit4]   2> 1760504 T4624 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[168]} 0 0
[junit4:junit4]   2> 1760507 T4625 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[169]} 0 0
[junit4:junit4]   2> 1760510 T4620 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[170]} 0 0
[junit4:junit4]   2> 1760513 T4621 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[171]} 0 0
[junit4:junit4]   2> 1760516 T4622 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[172]} 0 0
[junit4:junit4]   2> 1760520 T4623 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[173]} 0 0
[junit4:junit4]   2> 1760523 T4624 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[174]} 0 0
[junit4:junit4]   2> 1760526 T4625 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[175]} 0 0
[junit4:junit4]   2> 1760528 T4620 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[176]} 0 0
[junit4:junit4]   2> 1760532 T4621 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[177]} 0 0
[junit4:junit4]   2> 1760535 T4622 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[178]} 0 0
[junit4:junit4]   2> 1760538 T4623 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[179]} 0 0
[junit4:junit4]   2> 1760541 T4624 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[180]} 0 0
[junit4:junit4]   2> 1760544 T4625 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[181]} 0 0
[junit4:junit4]   2> 1760547 T4620 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[182]} 0 0
[junit4:junit4]   2> 1760549 T4621 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[183]} 0 0
[junit4:junit4]   2> 1760553 T4622 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[184]} 0 0
[junit4:junit4]   2> 1760556 T4623 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[185]} 0 0
[junit4:junit4]   2> 1760559 T4624 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[186]} 0 0
[junit4:junit4]   2> 1760563 T4625 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[187]} 0 1
[junit4:junit4]   2> 1760565 T4620 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[188]} 0 0
[junit4:junit4]   2> 1760568 T4621 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[189]} 0 0
[junit4:junit4]   2> 1760573 T4622 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[190]} 0 1
[junit4:junit4]   2> 1760576 T4623 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[191]} 0 1
[junit4:junit4]   2> 1760578 T4624 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[192]} 0 0
[junit4:junit4]   2> 1760581 T4625 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[193]} 0 0
[junit4:junit4]   2> 1760585 T4620 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[194]} 0 0
[junit4:junit4]   2> 1760588 T4621 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[195]} 0 0
[junit4:junit4]   2> 1760591 T4622 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[196]} 0 0
[junit4:junit4]   2> 1760593 T4623 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[197]} 0 0
[junit4:junit4]   2> 1760596 T4624 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[198]} 0 0
[junit4:junit4]   2> 1760599 T4625 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[199]} 0 0
[junit4:junit4]   2> 1760601 T4620 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[200]} 0 0
[junit4:junit4]   2> 1760605 T4621 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[201]} 0 1
[junit4:junit4]   2> 1760607 T4622 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[202]} 0 0
[junit4:junit4]   2> 1760610 T4623 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[203]} 0 0
[junit4:junit4]   2> 1760614 T4624 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[204]} 0 1
[junit4:junit4]   2> 1760616 T4625 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[205]} 0 0
[junit4:junit4]   2> 1760620 T4620 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[206]} 0 0
[junit4:junit4]   2> 1760623 T4621 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[207]} 0 0
[junit4:junit4]   2> 1760626 T4622 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[208]} 0 0
[junit4:junit4]   2> 1760629 T4623 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[209]} 0 0
[junit4:junit4]   2> 1760633 T4624 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[210]} 0 1
[junit4:junit4]   2> 1760636 T4625 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[211]} 0 0
[junit4:junit4]   2> 1760638 T4620 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[212]} 0 0
[junit4:junit4]   2> 1760641 T4621 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[213]} 0 0
[junit4:junit4]   2> 1760645 T4622 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[214]} 0 0
[junit4:junit4]   2> 1760648 T4623 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[215]} 0 0
[junit4:junit4]   2> 1760651 T4624 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[216]} 0 0
[junit4:junit4]   2> 1760655 T4625 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[217]} 0 0
[junit4:junit4]   2> 1760658 T4620 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[218]} 0 0
[junit4:junit4]   2> 1760662 T4621 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[219]} 0 1
[junit4:junit4]   2> 1760665 T4622 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[220]} 0 1
[junit4:junit4]   2> 1760667 T4623 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[221]} 0 0
[junit4:junit4]   2> 1760670 T4624 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[222]} 0 0
[junit4:junit4]   2> 1760673 T4625 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[223]} 0 0
[junit4:junit4]   2> 1760676 T4620 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[224]} 0 0
[junit4:junit4]   2> 1760680 T4621 C307 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[225]} 0 0
[junit4:junit4]   2> 1760683 T4622 C307 oasup.LogUpdateProcessor.finish [collec

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

ction1\data\
[junit4:junit4]   2> 1798379 T4565 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 1798446 T4565 oas.SolrTestCaseJ4.tearDown ###Ending doTestDetails
[junit4:junit4]   2> 1798456 T4565 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=14597450
[junit4:junit4]   2> 1798457 T4565 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1b71f96
[junit4:junit4]   2> 1798457 T4565 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=3,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=3,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 1798458 T4565 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 1798459 T4565 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 1798459 T4565 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 1798460 T4565 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 1798460 T4565 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   2> 1798462 T4565 oasc.CachingDirectoryFactory.closeCacheValue looking to close .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967418218\master\collection1\data\ [CachedDir<<refCount=0;path=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967418218\master\collection1\data\;done=false>>]
[junit4:junit4]   2> 1798462 T4565 oasc.CachingDirectoryFactory.close Closing directory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967418218\master\collection1\data\
[junit4:junit4]   2> 1798462 T4565 oasc.CachingDirectoryFactory.closeCacheValue looking to close .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967418218\master\collection1\data\index [CachedDir<<refCount=0;path=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967418218\master\collection1\data\index;done=false>>]
[junit4:junit4]   2> 1798464 T4565 oasc.CachingDirectoryFactory.close Closing directory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967418218\master\collection1\data\index
[junit4:junit4]   2> 1798465 T4565 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 1798528 T4565 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=26080089
[junit4:junit4]   2> 1798530 T4565 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@15d20f1
[junit4:junit4]   2> 1798531 T4565 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 1798533 T4565 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 1798533 T4565 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 1798534 T4565 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 1798536 T4565 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 1798537 T4565 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   2> 1798538 T4565 oasc.CachingDirectoryFactory.closeCacheValue looking to close .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967418486\slave\collection1\data\ [CachedDir<<refCount=0;path=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967418486\slave\collection1\data\;done=false>>]
[junit4:junit4]   2> 1798539 T4565 oasc.CachingDirectoryFactory.close Closing directory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967418486\slave\collection1\data\
[junit4:junit4]   2> 1798539 T4565 oasc.CachingDirectoryFactory.closeCacheValue looking to close .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967418486\slave\collection1\data\index [CachedDir<<refCount=0;path=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967418486\slave\collection1\data\index;done=false>>]
[junit4:junit4]   2> 1798539 T4565 oasc.CachingDirectoryFactory.close Closing directory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1368967418486\slave\collection1\data\index
[junit4:junit4]   2> 1798540 T4565 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 1798615 T4565 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=zh_SG, timezone=Australia/Eucla
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_21 (32-bit)/cpus=2,threads=1,free=139511560,total=240726016
[junit4:junit4]   2> NOTE: All tests run in this JVM: [DisMaxRequestHandlerTest, UpdateParamsTest, TestIndexSearcher, ConvertedLegacyTest, XmlUpdateRequestHandlerTest, TestIBSimilarityFactory, TestReload, TestSolrQueryParserResource, TestFieldResource, CoreAdminHandlerTest, ResourceLoaderTest, SortByFunctionTest, AlternateDirectoryTest, MBeansHandlerTest, TestSchemaVersionResource, SpellCheckComponentTest, CoreContainerCoreInitFailuresTest, OutputWriterTest, OverseerTest, PrimUtilsTest, TestPerFieldSimilarity, TestPostingsSolrHighlighter, OverseerCollectionProcessorTest, SearchHandlerTest, TestGroupingSearch, TestFieldCollectionResource, TestComponentsName, TestSolrXml, LeaderElectionIntegrationTest, DocumentAnalysisRequestHandlerTest, TestZkChroot, TestFoldingMultitermQuery, DateFieldTest, PingRequestHandlerTest, UnloadDistributedZkTest, TestFastLRUCache, FastVectorHighlighterTest, ChaosMonkeySafeLeaderTest, UpdateRequestProcessorFactoryTest, SolrCoreCheckLockOnStartupTest, JsonLoaderTest, TermVectorComponentDistributedTest, QueryParsingTest, TestJmxIntegration, TestSolrXMLSerializer, TestJoin, SolrPluginUtilsTest, TestConfig, NoCacheHeaderTest, TestClassNameShortening, HighlighterTest, TestBinaryField, TestManagedSchema, BasicDistributedZk2Test, IndexSchemaRuntimeFieldTest, TestShardHandlerFactory, DistanceFunctionTest, BadComponentTest, TestFieldTypeResource, SolrRequestParserTest, TestBinaryResponseWriter, UUIDFieldTest, TestCoreContainer, TestStressReorder, BadCopyFieldTest, TestRangeQuery, TestPropInjectDefaults, TestHashPartitioner, TestFunctionQuery, SpellingQueryConverterTest, TestStressLucene, IndexReaderFactoryTest, ShardRoutingCustomTest, DateMathParserTest, TestXIncludeConfig, MinimalSchemaTest, TestDynamicFieldResource, TestPartialUpdateDeduplication, DocValuesTest, TestDistributedGrouping, ZkNodePropsTest, TestRecovery, SynonymTokenizerTest, SuggesterTSTTest, TestCloudManagedSchema, LegacyHTMLStripCharFilterTest, TestQueryTypes, TestNumberUtils, TestMultiCoreConfBootstrap, TestCollationField, SliceStateUpdateTest, TestManagedSchemaFieldResource, TestPropInject, ShardRoutingTest, TestCodecSupport, TestFiltering, XsltUpdateRequestHandlerTest, DirectUpdateHandlerTest, TestFastWriter, DirectUpdateHandlerOptimizeTest, PathHierarchyTokenizerFactoryTest, SyncSliceTest, TestSurroundQueryParser, SuggesterTest, TestDocSet, RAMDirectoryFactoryTest, UniqFieldsUpdateProcessorFactoryTest, TestLuceneMatchVersion, MoreLikeThisHandlerTest, TestReversedWildcardFilterFactory, FullSolrCloudDistribCmdsTest, TestLazyCores, TestQueryUtils, SampleTest, TestSolrDeletionPolicy1, CollectionsAPIDistributedZkTest, TestSolrIndexConfig, TestWriterPerf, DocValuesMultiTest, StandardRequestHandlerTest, TestSchemaSimilarityResource, TestRemoteStreaming, SolrIndexConfigTest, TestCloudManagedSchemaAddField, DocumentBuilderTest, BasicZkTest, TestQuerySenderListener, ShowFileRequestHandlerTest, CacheHeaderTest, MultiTermTest, SchemaVersionSpecificBehaviorTest, TestSolrDeletionPolicy2, DistributedTermsComponentTest, StatsComponentTest, SolrInfoMBeanTest, ExternalFileFieldSortTest, TestUtils, ZkControllerTest, PreAnalyzedFieldTest, SuggesterFSTTest, TestCSVResponseWriter, BasicDistributedZkTest, OpenCloseCoreStressTest, RecoveryZkTest, TestReplicationHandler]
[junit4:junit4] Completed in 42.31s, 13 tests, 1 failure <<< FAILURES!

[...truncated 453 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:377: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:357: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:181: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:437: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1240: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:884: There were test failures: 295 suites, 1231 tests, 1 failure, 18 ignored (12 assumptions)

Total time: 65 minutes 55 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.7.0_21 -server -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.7.0_21) - Build # 2836 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2836/
Java: 32bit/jdk1.7.0_21 -server -XX:+UseConcMarkSweepGC

5 tests failed.
FAILED:  org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer.testGetCoreContainer

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([7C6A7DFCD5FCD401:B17949B3630DBCBF]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 40 more


FAILED:  org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer.testShutdown

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([7C6A7DFCD5FCD401:9F1C746932864173]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 40 more


FAILED:  org.apache.solr.client.solrj.embedded.TestSolrProperties.testProperties

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	at org.apache.solr.client.solrj.embedded.TestSolrProperties.setUp(TestSolrProperties.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$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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 41 more


FAILED:  org.apache.solr.client.solrj.request.TestCoreAdmin.testCustomUlogDir

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([7C6A7DFCD5FCD401:BCD29CD1534396CA]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 39 more


FAILED:  org.apache.solr.client.solrj.request.TestCoreAdmin.testErrorCases

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([7C6A7DFCD5FCD401:C594E69D4568D66E]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 39 more




Build Log:
[...truncated 10374 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer
[junit4:junit4]   1> 0    [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[7C6A7DFCD5FCD401]] INFO  org.apache.solr.core.CoreContainer  � New CoreContainer 19636221
[junit4:junit4]   1> 31   [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[7C6A7DFCD5FCD401]] INFO  org.apache.solr.core.CoreContainer  � Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 126  [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[7C6A7DFCD5FCD401]] INFO  org.apache.solr.core.SolrResourceLoader  � new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestEmbeddedSolrServer -Dtests.method=testGetCoreContainer -Dtests.seed=7C6A7DFCD5FCD401 -Dtests.slow=true -Dtests.locale=de_LU -Dtests.timezone=Asia/Vladivostok -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   1.53s | TestEmbeddedSolrServer.testGetCoreContainer <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([7C6A7DFCD5FCD401:B17949B3630DBCBF]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 40 more
[junit4:junit4]   1> 1379 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[7C6A7DFCD5FCD401]] INFO  org.apache.solr.core.CoreContainer  � New CoreContainer 12473485
[junit4:junit4]   1> 1380 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[7C6A7DFCD5FCD401]] INFO  org.apache.solr.core.CoreContainer  � Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 1381 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[7C6A7DFCD5FCD401]] INFO  org.apache.solr.core.SolrResourceLoader  � new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestEmbeddedSolrServer -Dtests.method=testShutdown -Dtests.seed=7C6A7DFCD5FCD401 -Dtests.slow=true -Dtests.locale=de_LU -Dtests.timezone=Asia/Vladivostok -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   0.21s | TestEmbeddedSolrServer.testShutdown <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([7C6A7DFCD5FCD401:9F1C746932864173]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 40 more
[junit4:junit4]   1> 1766 [Finalizer] ERROR org.apache.solr.core.CoreContainer  � CoreContainer was not shutdown prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!  instance=12473485
[junit4:junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=220), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=220)), sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=de_LU, timezone=Asia/Vladivostok
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_21 (32-bit)/cpus=2,threads=1,free=23226280,total=32440320
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestEmbeddedSolrServer]
[junit4:junit4] Completed in 4.26s, 2 tests, 2 errors <<< FAILURES!

[...truncated 40 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.request.TestCoreAdmin
[junit4:junit4]   1> 59359 [TEST-TestCoreAdmin.testCustomUlogDir-seed#[7C6A7DFCD5FCD401]] INFO  org.apache.solr.core.CoreContainer  � New CoreContainer 12028276
[junit4:junit4]   1> 59360 [TEST-TestCoreAdmin.testCustomUlogDir-seed#[7C6A7DFCD5FCD401]] INFO  org.apache.solr.core.CoreContainer  � Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 59360 [TEST-TestCoreAdmin.testCustomUlogDir-seed#[7C6A7DFCD5FCD401]] INFO  org.apache.solr.core.SolrResourceLoader  � new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCoreAdmin -Dtests.method=testCustomUlogDir -Dtests.seed=7C6A7DFCD5FCD401 -Dtests.slow=true -Dtests.locale=hr -Dtests.timezone=Asia/Muscat -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   0.18s | TestCoreAdmin.testCustomUlogDir <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([7C6A7DFCD5FCD401:BCD29CD1534396CA]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 39 more
[junit4:junit4]   1> 59520 [TEST-TestCoreAdmin.testErrorCases-seed#[7C6A7DFCD5FCD401]] INFO  org.apache.solr.core.CoreContainer  � New CoreContainer 29049535
[junit4:junit4]   1> 59521 [TEST-TestCoreAdmin.testErrorCases-seed#[7C6A7DFCD5FCD401]] INFO  org.apache.solr.core.CoreContainer  � Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 59521 [TEST-TestCoreAdmin.testErrorCases-seed#[7C6A7DFCD5FCD401]] INFO  org.apache.solr.core.SolrResourceLoader  � new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   1> 59588 [Finalizer] ERROR org.apache.solr.core.CoreContainer  � CoreContainer was not shutdown prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!  instance=12028276
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCoreAdmin -Dtests.method=testErrorCases -Dtests.seed=7C6A7DFCD5FCD401 -Dtests.slow=true -Dtests.locale=hr -Dtests.timezone=Asia/Muscat -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   0.16s | TestCoreAdmin.testErrorCases <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([7C6A7DFCD5FCD401:C594E69D4568D66E]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 39 more
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=hr, timezone=Asia/Muscat
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_21 (32-bit)/cpus=2,threads=1,free=15971176,total=38629376
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestEmbeddedSolrServer, TestNamedListCodec, ContentStreamTest, IteratorChainTest, LargeVolumeBinaryJettyTest, SolrExampleStreamingBinaryTest, LargeVolumeEmbeddedTest, FieldAnalysisResponseTest, SolrExampleJettyTest, SolrExceptionTest, TestDocumentObjectBinder, SolrExampleXMLTest, QueryResponseTest, TestCoreAdmin]
[junit4:junit4] Completed in 0.39s, 2 tests, 2 errors <<< FAILURES!

[...truncated 57 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.TestSolrProperties
[junit4:junit4]   1> 191968 [TEST-TestSolrProperties.testProperties-seed#[7C6A7DFCD5FCD401]] INFO  org.apache.solr.core.CoreContainer  � New CoreContainer 16770903
[junit4:junit4]   1> 191969 [TEST-TestSolrProperties.testProperties-seed#[7C6A7DFCD5FCD401]] INFO  org.apache.solr.core.CoreContainer  � Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 191970 [TEST-TestSolrProperties.testProperties-seed#[7C6A7DFCD5FCD401]] INFO  org.apache.solr.core.SolrResourceLoader  � new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrProperties -Dtests.method=testProperties -Dtests.seed=7C6A7DFCD5FCD401 -Dtests.slow=true -Dtests.locale=es_PE -Dtests.timezone=Asia/Beirut -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   0.19s | TestSolrProperties.testProperties <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.setUp(TestSolrProperties.java:70)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 41 moreThrowable #2: java.lang.AssertionError: Failed to delete .\solrtest-TestSolrProperties-1368941478664\solr-persist.xml
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.deleteAdditionalFiles(TestSolrProperties.java:95)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.tearDown(AbstractEmbeddedSolrServerTestCase.java:79)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.tearDown(TestSolrProperties.java:76)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> NOTE: test params are: codec=CheapBastard, sim=DefaultSimilarity, locale=es_PE, timezone=Asia/Beirut
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_21 (32-bit)/cpus=2,threads=1,free=18269992,total=53669888
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestEmbeddedSolrServer, TestNamedListCodec, ContentStreamTest, IteratorChainTest, LargeVolumeBinaryJettyTest, SolrExampleStreamingBinaryTest, LargeVolumeEmbeddedTest, FieldAnalysisResponseTest, SolrExampleJettyTest, SolrExceptionTest, TestDocumentObjectBinder, SolrExampleXMLTest, QueryResponseTest, TestCoreAdmin, ClientUtilsTest, MultiCoreEmbeddedTest, FacetFieldTest, TestSpellCheckResponse, TestXMLEscaping, SolrParamTest, TestUpdateRequestCodec, DocumentAnalysisResponseTest, CloudSolrServerTest, TestLBHttpSolrServer, SolrExampleStreamingTest, SolrExampleBinaryTest, SolrExampleEmbeddedTest, BasicHttpSolrServerTest, TestBatchUpdate, JettyWebappTest, MultiCoreExampleJettyTest, LargeVolumeJettyTest, TestSolrProperties]
[junit4:junit4] Completed in 0.23s, 1 test, 1 error <<< FAILURES!

[...truncated 46 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:377: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:357: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:194: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:437: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1240: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:884: There were test failures: 45 suites, 269 tests, 5 errors, 1 ignored (1 assumption)

Total time: 71 minutes 28 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.7.0_21 -server -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.7.0_21) - Build # 2835 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2835/
Java: 32bit/jdk1.7.0_21 -client -XX:+UseSerialGC

5 tests failed.
FAILED:  org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer.testGetCoreContainer

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([3760B9F15BB1D16D:FA738DBEED40B9D3]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 40 more


FAILED:  org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer.testShutdown

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([3760B9F15BB1D16D:D416B064BCCB441F]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 40 more


FAILED:  org.apache.solr.client.solrj.embedded.TestSolrProperties.testProperties

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	at org.apache.solr.client.solrj.embedded.TestSolrProperties.setUp(TestSolrProperties.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$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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 41 more


FAILED:  org.apache.solr.client.solrj.request.TestCoreAdmin.testCustomUlogDir

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([3760B9F15BB1D16D:F7D858DCDD0E93A6]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 39 more


FAILED:  org.apache.solr.client.solrj.request.TestCoreAdmin.testErrorCases

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([3760B9F15BB1D16D:8E9E2290CB25D302]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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 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.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 39 more




Build Log:
[...truncated 10382 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer
[junit4:junit4]   1> 91646 [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[3760B9F15BB1D16D]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 620718
[junit4:junit4]   1> 91647 [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[3760B9F15BB1D16D]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 91648 [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[3760B9F15BB1D16D]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestEmbeddedSolrServer -Dtests.method=testGetCoreContainer -Dtests.seed=3760B9F15BB1D16D -Dtests.slow=true -Dtests.locale=ar_SA -Dtests.timezone=Africa/Bissau -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   0.27s | TestEmbeddedSolrServer.testGetCoreContainer <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([3760B9F15BB1D16D:FA738DBEED40B9D3]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 40 more
[junit4:junit4]   1> 91912 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[3760B9F15BB1D16D]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 7421098
[junit4:junit4]   1> 91913 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[3760B9F15BB1D16D]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 91915 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[3760B9F15BB1D16D]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   1> 92001 [Finalizer] ERROR org.apache.solr.core.CoreContainer  ? CoreContainer was not shutdown prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!  instance=620718
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestEmbeddedSolrServer -Dtests.method=testShutdown -Dtests.seed=3760B9F15BB1D16D -Dtests.slow=true -Dtests.locale=ar_SA -Dtests.timezone=Africa/Bissau -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   0.21s | TestEmbeddedSolrServer.testShutdown <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([3760B9F15BB1D16D:D416B064BCCB441F]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 40 more
[junit4:junit4]   1> 92118 [Finalizer] ERROR org.apache.solr.core.CoreContainer  ? CoreContainer was not shutdown prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!  instance=7421098
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=ar_SA, timezone=Africa/Bissau
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_21 (32-bit)/cpus=2,threads=1,free=17267080,total=39395328
[junit4:junit4]   2> NOTE: All tests run in this JVM: [CloudSolrServerTest, ModifiableSolrParamsTest, TestLBHttpSolrServer, TestEmbeddedSolrServer]
[junit4:junit4] Completed in 0.51s, 2 tests, 2 errors <<< FAILURES!

[...truncated 40 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.TestSolrProperties
[junit4:junit4]   1> 128191 [TEST-TestSolrProperties.testProperties-seed#[3760B9F15BB1D16D]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 17986284
[junit4:junit4]   1> 128192 [TEST-TestSolrProperties.testProperties-seed#[3760B9F15BB1D16D]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 128192 [TEST-TestSolrProperties.testProperties-seed#[3760B9F15BB1D16D]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrProperties -Dtests.method=testProperties -Dtests.seed=3760B9F15BB1D16D -Dtests.slow=true -Dtests.locale=pt -Dtests.timezone=America/Argentina/Tucuman -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   0.17s | TestSolrProperties.testProperties <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.setUp(TestSolrProperties.java:70)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 41 moreThrowable #2: java.lang.AssertionError: Failed to delete .\solrtest-TestSolrProperties-1368917919626\solr-persist.xml
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.deleteAdditionalFiles(TestSolrProperties.java:95)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.tearDown(AbstractEmbeddedSolrServerTestCase.java:79)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.tearDown(TestSolrProperties.java:76)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> NOTE: test params are: codec=Asserting, sim=DefaultSimilarity, locale=pt, timezone=America/Argentina/Tucuman
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_21 (32-bit)/cpus=2,threads=1,free=12899600,total=52006912
[junit4:junit4]   2> NOTE: All tests run in this JVM: [CloudSolrServerTest, ModifiableSolrParamsTest, TestLBHttpSolrServer, TestEmbeddedSolrServer, AnlysisResponseBaseTest, TermsResponseTest, IteratorChainTest, LargeVolumeJettyTest, SolrExampleStreamingBinaryTest, SolrExceptionTest, SolrExampleBinaryTest, ClientUtilsTest, TestBatchUpdate, NamedListTest, SolrParamTest, FieldAnalysisResponseTest, TestSolrProperties]
[junit4:junit4] Completed in 0.21s, 1 test, 1 error <<< FAILURES!

[...truncated 51 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.request.TestCoreAdmin
[junit4:junit4]   1> 187389 [TEST-TestCoreAdmin.testCustomUlogDir-seed#[3760B9F15BB1D16D]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 5589053
[junit4:junit4]   1> 187389 [TEST-TestCoreAdmin.testCustomUlogDir-seed#[3760B9F15BB1D16D]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 187389 [TEST-TestCoreAdmin.testCustomUlogDir-seed#[3760B9F15BB1D16D]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCoreAdmin -Dtests.method=testCustomUlogDir -Dtests.seed=3760B9F15BB1D16D -Dtests.slow=true -Dtests.locale=it_CH -Dtests.timezone=Australia/Victoria -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   0.14s | TestCoreAdmin.testCustomUlogDir <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([3760B9F15BB1D16D:F7D858DCDD0E93A6]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 39 more
[junit4:junit4]   1> 187528 [TEST-TestCoreAdmin.testErrorCases-seed#[3760B9F15BB1D16D]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 31940916
[junit4:junit4]   1> 187528 [TEST-TestCoreAdmin.testErrorCases-seed#[3760B9F15BB1D16D]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 187529 [TEST-TestCoreAdmin.testErrorCases-seed#[3760B9F15BB1D16D]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   1> 187603 [Finalizer] ERROR org.apache.solr.core.CoreContainer  ? CoreContainer was not shutdown prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!  instance=5589053
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCoreAdmin -Dtests.method=testErrorCases -Dtests.seed=3760B9F15BB1D16D -Dtests.slow=true -Dtests.locale=it_CH -Dtests.timezone=Australia/Victoria -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   0.15s | TestCoreAdmin.testErrorCases <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([3760B9F15BB1D16D:8E9E2290CB25D302]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 39 more
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41, sim=DefaultSimilarity, locale=it_CH, timezone=Australia/Victoria
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_21 (32-bit)/cpus=2,threads=1,free=19966072,total=82460672
[junit4:junit4]   2> NOTE: All tests run in this JVM: [CloudSolrServerTest, ModifiableSolrParamsTest, TestLBHttpSolrServer, TestEmbeddedSolrServer, AnlysisResponseBaseTest, TermsResponseTest, IteratorChainTest, LargeVolumeJettyTest, SolrExampleStreamingBinaryTest, SolrExceptionTest, SolrExampleBinaryTest, ClientUtilsTest, TestBatchUpdate, NamedListTest, SolrParamTest, FieldAnalysisResponseTest, TestSolrProperties, SolrExampleEmbeddedTest, TestSpellCheckResponse, TestUpdateRequestCodec, SolrQueryTest, TestFastInputStream, SolrExampleStreamingTest, SolrExampleXMLTest, SolrExampleJettyTest, BasicHttpSolrServerTest, LargeVolumeBinaryJettyTest, JettyWebappTest, MultiCoreExampleJettyTest, LargeVolumeEmbeddedTest, MultiCoreEmbeddedTest, MergeIndexesEmbeddedTest, QueryResponseTest, TestCoreAdmin]
[junit4:junit4] Completed in 0.31s, 2 tests, 2 errors <<< FAILURES!

[...truncated 43 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:377: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:357: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:194: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:437: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1240: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:884: There were test failures: 45 suites, 269 tests, 5 errors, 1 ignored (1 assumption)

Total time: 68 minutes 33 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.7.0_21 -client -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.7.0_21) - Build # 2834 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2834/
Java: 64bit/jdk1.7.0_21 -XX:+UseCompressedOops -XX:+UseParallelGC

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

Error Message:
There are still nodes recoverying - waited for 230 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 230 seconds
	at __randomizedtesting.SeedInfo.seed([7DA14641F86B0A99:FC47C8598F346AA5]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:173)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:131)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:126)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:512)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:146)
	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 9550 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
[junit4:junit4]   2> 1454146 T4190 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 1454151 T4190 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-CollectionsAPIDistributedZkTest-1368894995842
[junit4:junit4]   2> 1454153 T4190 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 1454154 T4191 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 1454254 T4190 oasc.ZkTestServer.run start zk server on port:60418
[junit4:junit4]   2> 1454255 T4190 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1454268 T4197 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7d4aa62 name:ZooKeeperConnection Watcher:127.0.0.1:60418 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1454269 T4190 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1454270 T4190 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 1454277 T4192 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13eb87ffd8d0000, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 1454278 T4190 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1454282 T4199 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4114cc1a name:ZooKeeperConnection Watcher:127.0.0.1:60418/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1454282 T4190 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1454282 T4190 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 1454287 T4190 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 1454293 T4190 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 1454297 T4190 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 1454302 T4190 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 1454303 T4190 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 1454312 T4190 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 1454313 T4190 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 1454319 T4190 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 1454320 T4190 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 1454325 T4190 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 1454326 T4190 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 1454330 T4190 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 1454331 T4190 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 1454336 T4190 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 1454336 T4190 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 1454341 T4190 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 1454342 T4190 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 1454347 T4190 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 1454348 T4190 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 1454353 T4190 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 1454353 T4190 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 1454361 T4192 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13eb87ffd8d0001, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 1454812 T4190 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1454819 T4190 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:60425
[junit4:junit4]   2> 1454820 T4190 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1454821 T4190 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1454821 T4190 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368894996050
[junit4:junit4]   2> 1454821 T4190 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368894996050\solr.xml
[junit4:junit4]   2> 1454822 T4190 oasc.CoreContainer.<init> New CoreContainer 542349926
[junit4:junit4]   2> 1454822 T4190 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368894996050\'
[junit4:junit4]   2> 1454823 T4190 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368894996050\'
[junit4:junit4]   2> 1454914 T4190 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368894996050
[junit4:junit4]   2> 1454917 T4190 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368894996050\collection1
[junit4:junit4]   2> 1454918 T4190 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368894996050\collection1\conf
[junit4:junit4]   2> 1455144 T4190 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368894996050\collection1\conf\xslt
[junit4:junit4]   2> 1455152 T4190 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368894996050\collection1\lib
[junit4:junit4]   2> 1455155 T4190 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368894996050\collection1\lib\classes
[junit4:junit4]   2> 1455162 T4190 oasc.SolrCoreDiscoverer.addCore Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368894996050\conf\core.properties, adding to cores
[junit4:junit4]   2> 1455178 T4190 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 1455179 T4190 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1455179 T4190 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 1455179 T4190 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1455180 T4190 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1455181 T4190 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1455181 T4190 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1455182 T4190 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1455182 T4190 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1455182 T4190 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 1455190 T4190 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1455191 T4190 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60418/solr
[junit4:junit4]   2> 1455191 T4190 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1455193 T4190 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1455207 T4210 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@81b5252 name:ZooKeeperConnection Watcher:127.0.0.1:60418 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1455208 T4190 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1455212 T4190 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1455212 T4192 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13eb87ffd8d0002, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 1455218 T4190 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1455222 T4212 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@204b81f6 name:ZooKeeperConnection Watcher:127.0.0.1:60418/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1455222 T4190 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1455225 T4190 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 1455233 T4190 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 1455239 T4190 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 1455242 T4190 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60425_
[junit4:junit4]   2> 1455245 T4190 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60425_
[junit4:junit4]   2> 1455249 T4190 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 1455259 T4190 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 1455266 T4190 oasc.Overseer.start Overseer (id=89711902448222211-127.0.0.1:60425_-n_0000000000) starting
[junit4:junit4]   2> 1455271 T4190 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 1455284 T4214 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 1455285 T4190 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 1455288 T4190 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 1455292 T4190 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1455295 T4213 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 1455299 T4190 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 1455299 T4190 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1455299 T4190 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1455304 T4190 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 1455306 T4190 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1455310 T4217 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7877705e name:ZooKeeperConnection Watcher:127.0.0.1:60418/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1455311 T4190 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1455312 T4190 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1455315 T4190 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 1455792 T4190 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1455796 T4190 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:60437
[junit4:junit4]   2> 1455798 T4190 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1455798 T4190 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1455799 T4190 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368894997005
[junit4:junit4]   2> 1455799 T4190 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368894997005\solr.xml
[junit4:junit4]   2> 1455799 T4190 oasc.CoreContainer.<init> New CoreContainer 2012367928
[junit4:junit4]   2> 1455800 T4190 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368894997005\'
[junit4:junit4]   2> 1455800 T4190 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368894997005\'
[junit4:junit4]   2> 1455900 T4190 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368894997005
[junit4:junit4]   2> 1455903 T4190 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368894997005\collection1
[junit4:junit4]   2> 1455905 T4190 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368894997005\collection1\conf
[junit4:junit4]   2> 1456167 T4190 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368894997005\collection1\conf\xslt
[junit4:junit4]   2> 1456175 T4190 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368894997005\collection1\lib
[junit4:junit4]   2> 1456179 T4190 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368894997005\collection1\lib\classes
[junit4:junit4]   2> 1456185 T4190 oasc.SolrCoreDiscoverer.addCore Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368894997005\conf\core.properties, adding to cores
[junit4:junit4]   2> 1456204 T4190 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 1456204 T4190 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1456205 T4190 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 1456205 T4190 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1456207 T4190 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1456208 T4190 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1456208 T4190 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1456208 T4190 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1456209 T4190 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1456209 T4190 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 1456216 T4190 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1456217 T4190 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60418/solr
[junit4:junit4]   2> 1456217 T4190 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1456219 T4190 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1456236 T4228 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3f827a9 name:ZooKeeperConnection Watcher:127.0.0.1:60418 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1456237 T4190 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1456241 T4190 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1456241 T4192 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13eb87ffd8d0005, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 1456247 T4190 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1456252 T4230 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@449c95d5 name:ZooKeeperConnection Watcher:127.0.0.1:60418/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1456253 T4190 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1456262 T4190 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1457368 T4190 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60437_
[junit4:junit4]   2> 1457371 T4190 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60437_
[junit4:junit4]   2> 1457376 T4217 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1457377 T4230 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1457377 T4212 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1457386 T4190 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 1457386 T4190 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1457386 T4190 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1457897 T4190 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1457902 T4190 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:60446
[junit4:junit4]   2> 1457903 T4190 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1457904 T4190 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1457904 T4190 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368894999080
[junit4:junit4]   2> 1457904 T4190 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368894999080\solr.xml
[junit4:junit4]   2> 1457904 T4190 oasc.CoreContainer.<init> New CoreContainer 1372288854
[junit4:junit4]   2> 1457906 T4190 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368894999080\'
[junit4:junit4]   2> 1457906 T4190 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368894999080\'
[junit4:junit4]   2> 1458007 T4190 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368894999080
[junit4:junit4]   2> 1458010 T4190 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368894999080\collection1
[junit4:junit4]   2> 1458012 T4190 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368894999080\collection1\conf
[junit4:junit4]   2> 1458270 T4190 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368894999080\collection1\conf\xslt
[junit4:junit4]   2> 1458280 T4190 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368894999080\collection1\lib
[junit4:junit4]   2> 1458283 T4190 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368894999080\collection1\lib\classes
[junit4:junit4]   2> 1458290 T4190 oasc.SolrCoreDiscoverer.addCore Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368894999080\conf\core.properties, adding to cores
[junit4:junit4]   2> 1458312 T4190 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 1458312 T4190 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1458313 T4190 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 1458313 T4190 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1458313 T4190 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1458314 T4190 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1458314 T4190 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1458314 T4190 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1458315 T4190 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1458315 T4190 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 1458341 T4190 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1458341 T4190 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60418/solr
[junit4:junit4]   2> 1458342 T4190 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1458344 T4190 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1458366 T4242 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8efde9d name:ZooKeeperConnection Watcher:127.0.0.1:60418 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1458368 T4190 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1458372 T4190 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1458372 T4192 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13eb87ffd8d0007, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 1458379 T4190 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1458384 T4244 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2821180 name:ZooKeeperConnection Watcher:127.0.0.1:60418/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1458385 T4190 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1458395 T4190 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1459500 T4190 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60446_
[junit4:junit4]   2> 1459504 T4190 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60446_
[junit4:junit4]   2> 1459510 T4230 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 1459510 T4244 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 1459511 T4212 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 1459513 T4217 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 1459525 T4190 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 1459525 T4190 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1459526 T4190 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1460024 T4190 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1460030 T4190 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:60455
[junit4:junit4]   2> 1460031 T4190 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1460031 T4190 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1460032 T4190 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368895001224
[junit4:junit4]   2> 1460032 T4190 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368895001224\solr.xml
[junit4:junit4]   2> 1460032 T4190 oasc.CoreContainer.<init> New CoreContainer 449242523
[junit4:junit4]   2> 1460033 T4190 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368895001224\'
[junit4:junit4]   2> 1460033 T4190 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368895001224\'
[junit4:junit4]   2> 1460153 T4190 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368895001224
[junit4:junit4]   2> 1460155 T4190 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368895001224\collection1
[junit4:junit4]   2> 1460156 T4190 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368895001224\collection1\conf
[junit4:junit4]   2> 1460381 T4190 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368895001224\collection1\conf\xslt
[junit4:junit4]   2> 1460389 T4190 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368895001224\collection1\lib
[junit4:junit4]   2> 1460393 T4190 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368895001224\collection1\lib\classes
[junit4:junit4]   2> 1460399 T4190 oasc.SolrCoreDiscoverer.addCore Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368895001224\conf\core.properties, adding to cores
[junit4:junit4]   2> 1460418 T4190 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 1460420 T4190 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1460421 T4190 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 1460421 T4190 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1460422 T4190 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1460422 T4190 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1460423 T4190 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1460424 T4190 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1460424 T4190 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1460425 T4190 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 1460438 T4190 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1460439 T4190 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60418/solr
[junit4:junit4]   2> 1460439 T4190 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1460441 T4190 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1460464 T4256 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@62b4964c name:ZooKeeperConnection Watcher:127.0.0.1:60418 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1460465 T4190 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1460470 T4190 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1460471 T4192 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13eb87ffd8d0009, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 1460482 T4190 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1460487 T4258 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3144a233 name:ZooKeeperConnection Watcher:127.0.0.1:60418/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1460487 T4190 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1460500 T4190 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1461608 T4190 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60455_
[junit4:junit4]   2> 1461619 T4190 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60455_
[junit4:junit4]   2> 1461660 T4258 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1461660 T4230 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1461660 T4244 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1461661 T4212 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1461661 T4217 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1461676 T4190 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 1461677 T4190 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1461678 T4190 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1462412 T4190 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1462418 T4190 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:60464
[junit4:junit4]   2> 1462420 T4190 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1462422 T4190 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1462423 T4190 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368895003373
[junit4:junit4]   2> 1462423 T4190 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368895003373\solr.xml
[junit4:junit4]   2> 1462424 T4190 oasc.CoreContainer.<init> New CoreContainer 568834315
[junit4:junit4]   2> 1462425 T4190 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368895003373\'
[junit4:junit4]   2> 1462425 T4190 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368895003373\'
[junit4:junit4]   2> 1462577 T4190 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368895003373
[junit4:junit4]   2> 1462580 T4190 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368895003373\collection1
[junit4:junit4]   2> 1462582 T4190 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368895003373\collection1\conf
[junit4:junit4]   2> 1462815 T4190 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368895003373\collection1\conf\xslt
[junit4:junit4]   2> 1462817 T4190 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368895003373\collection1\lib
[junit4:junit4]   2> 1462817 T4190 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368895003373\collection1\lib\classes
[junit4:junit4]   2> 1462825 T4190 oasc.SolrCoreDiscoverer.addCore Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368895003373\conf\core.properties, adding to cores
[junit4:junit4]   2> 1462854 T4190 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 1462854 T4190 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1462855 T4190 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 1462855 T4190 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1462856 T4190 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1462857 T4190 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1462857 T4190 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1462859 T4190 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1462859 T4190 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1462860 T4190 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 1462874 T4190 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1462875 T4190 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60418/solr
[junit4:junit4]   2> 1462875 T4190 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1462893 T4190 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1462939 T4270 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10938485 name:ZooKeeperConnection Watcher:127.0.0.1:60418 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1462939 T4190 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1462960 T4190 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1462971 T4190 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1462979 T4272 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4d0f0cd0 name:ZooKeeperConnection Watcher:127.0.0.1:60418/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1462980 T4190 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1462993 T4190 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1464101 T4190 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60464_
[junit4:junit4]   2> 1464108 T4190 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60464_
[junit4:junit4]   2> 1464118 T4272 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1464118 T4258 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1464119 T4230 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1464119 T4212 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1464119 T4217 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1464119 T4244 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1464132 T4190 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 1464132 T4190 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1464133 T4190 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1464138 T4190 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1464147 T4222 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
[junit4:junit4]   2> 1464150 T4212 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   2> 1464155 T4214 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
[junit4:junit4]   2> 	  "operation":"createcollection",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "maxShardsPerNode":null,
[junit4:junit4]   2> 	  "createNodeSet":null,
[junit4:junit4]   2> 	  "name":"nodes_used_collection",
[junit4:junit4]   2> 	  "replicationFactor":"2"}
[junit4:junit4]   2> 1464155 T4214 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard1_replica1 as part of slice shard1 of collection nodes_used_collection on 127.0.0.1:60464_
[junit4:junit4]   2> 1464157 T4214 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard1_replica2 as part of slice shard1 of collection nodes_used_collection on 127.0.0.1:60437_
[junit4:junit4]   2> 1464159 T4214 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard2_replica1 as part of slice shard2 of collection nodes_used_collection on 127.0.0.1:60455_
[junit4:junit4]   2> 1464160 T4214 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard2_replica2 as part of slice shard2 of collection nodes_used_collection on 127.0.0.1:60425_
[junit4:junit4]   2> 1464163 T4266 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368895003373\nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 1464164 T4266 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2> 1464164 T4252 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368895001224\nodes_used_collection_shard2_replica1
[junit4:junit4]   2> 1464165 T4252 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2> 1464165 T4223 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368894997005\nodes_used_collection_shard1_replica2
[junit4:junit4]   2> 1464166 T4223 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2> 1464166 T4266 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2> 1464167 T4266 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1464168 T4252 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2> 1464170 T4252 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1464170 T4223 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2> 1464171 T4223 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1464171 T4206 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368894996050\nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 1464173 T4206 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2> 1464175 T4266 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1464175 T4266 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2> 1464176 T4223 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1464176 T4223 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2> 1464176 T4252 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1464179 T4252 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2> 1464176 T4206 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2> 1464180 T4206 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1464187 T4223 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2> 1464188 T4266 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2> 1464190 T4252 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2> 1464190 T4206 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2> 1464194 T4266 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368895003373\nodes_used_collection_shard1_replica1\'
[junit4:junit4]   2> 1464194 T4223 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368894997005\nodes_used_collection_shard1_replica2\'
[junit4:junit4]   2> 1464201 T4252 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368895001224\nodes_used_collection_shard2_replica1\'
[junit4:junit4]   2> 1464206 T4206 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2> 1464215 T4206 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368894996050\nodes_used_collection_shard2_replica2\'
[junit4:junit4]   2> 1464312 T4223 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1464336 T4252 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1464416 T4206 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1464445 T4223 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1464462 T4223 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1464469 T4223 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
[junit4:junit4]   2> 1464470 T4266 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1464576 T4206 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1464594 T4206 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1464602 T4206 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
[junit4:junit4]   2> 1464640 T4252 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1464664 T4266 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1464686 T4252 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1464693 T4252 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
[junit4:junit4]   2> 1464696 T4266 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1464701 T4266 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
[junit4:junit4]   2> 1465445 T4223 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1465506 T4223 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1465510 T4223 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1465832 T4223 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1465956 T4223 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1466083 T4223 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1466118 T4223 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1466121 T4223 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1466121 T4223 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1466242 T4223 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1466242 T4223 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1466243 T4223 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1466244 T4223 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368894997005\nodes_used_collection_shard1_replica2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368894997005\nodes_used_collection_shard1_replica2\data\
[junit4:junit4]   2> 1466244 T4223 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@24769ece
[junit4:junit4]   2> 1466245 T4223 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1466246 T4223 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368894997005\nodes_used_collection_shard1_replica2\data\
[junit4:junit4]   2> 1466247 T4223 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368894997005\nodes_used_collection_shard1_replica2\data\index/
[junit4:junit4]   2> 1466247 T4223 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368894997005\nodes_used_collection_shard1_replica2\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1466248 T4223 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368894997005\nodes_used_collection_shard1_replica2\data\index
[junit4:junit4]   2> 1466258 T4223 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@75b6382d lockFactory=org.apache.lucene.store.NativeFSLockFactory@16506dc0),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1466259 T4223 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1466265 T4223 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1466266 T4223 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1466267 T4223 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1466269 T4223 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1466270 T4223 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1466270 T4223 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1466271 T4223 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1466272 T4223 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1466273 T4223 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1466344 T4252 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1466363 T4252 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1466370 T4252 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1466428 T4223 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1466571 T4223 oass.SolrIndexSearcher.<init> Opening Searcher@7128a60c main
[junit4:junit4]   2> 1466573 T4223 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368894997005\nodes_used_collection_shard1_replica2\data\tlog
[junit4:junit4]   2> 1466575 T4223 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1466576 T4223 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1466582 T4266 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1466592 T4266 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1466595 T4266 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1466616 T4223 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
[junit4:junit4]   2> 1466617 T4278 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@7128a60c main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1466635 T4252 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1466643 T4266 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1466656 T4266 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1466661 T4252 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1466668 T4206 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1466671 T4266 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1466677 T4206 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1466678 T4252 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1466682 T4206 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1466684 T4266 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1466686 T4266 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1466687 T4266 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1466685 T4252 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1466689 T4252 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1466690 T4252 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1466691 T4266 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1466692 T4266 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1466696 T4266 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1466697 T4266 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368895003373\nodes_used_collection_shard1_replica1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368895003373\nodes_used_collection_shard1_replica1\data\
[junit4:junit4]   2> 1466697 T4266 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@24769ece
[junit4:junit4]   2> 1466696 T4252 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1466698 T4252 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1466698 T4252 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1466698 T4266 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1466699 T4252 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368895001224\nodes_used_collection_shard2_replica1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368895001224\nodes_used_collection_shard2_replica1\data\
[junit4:junit4]   2> 1466700 T4252 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@24769ece
[junit4:junit4]   2> 1466700 T4266 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368895003373\nodes_used_collection_shard1_replica1\data\
[junit4:junit4]   2> 1466701 T4266 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368895003373\nodes_used_collection_shard1_replica1\data\index/
[junit4:junit4]   2> 1466701 T4266 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368895003373\nodes_used_collection_shard1_replica1\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1466701 T4252 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1466702 T4266 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368895003373\nodes_used_collection_shard1_replica1\data\index
[junit4:junit4]   2> 1466706 T4252 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368895001224\nodes_used_collection_shard2_replica1\data\
[junit4:junit4]   2> 1466708 T4252 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368895001224\nodes_used_collection_shard2_replica1\data\index/
[junit4:junit4]   2> 1466708 T4252 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368895001224\nodes_used_collection_shard2_replica1\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1466710 T4252 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368895001224\nodes_used_collection_shard2_replica1\data\index
[junit4:junit4]   2> 1466715 T4206 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1466716 T4266 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4a8b1458 lockFactory=org.apache.lucene.store.NativeFSLockFactory@64caa55a),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1466717 T4266 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1466722 T4266 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1466722 T4266 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1466723 T4266 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1466723 T4252 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4e335015 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d66b0d3),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1466724 T4252 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1466724 T4266 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1466727 T4266 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1466727 T4266 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1466728 T4266 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1466729 T4266 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1466730 T4266 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1466732 T4252 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1466733 T4252 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1466735 T4252 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1466737 T4252 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1466738 T4252 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1466738 T4252 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1466739 T4252 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1466740 T4252 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1466741 T4252 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1466750 T4252 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1466751 T4266 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1466759 T4252 oass.SolrIndexSearcher.<init> Opening Searcher@2f196c29 main
[junit4:junit4]   2> 1466759 T4252 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368895001224\nodes_used_collection_shard2_replica1\data\tlog
[junit4:junit4]   2> 1466761 T4252 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1466762 T4252 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1466764 T4266 oass.SolrIndexSearcher.<init> Opening Searcher@778a5549 main
[junit4:junit4]   2> 1466767 T4279 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@2f196c29 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1466767 T4266 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368895003373\nodes_used_collection_shard1_replica1\data\tlog
[junit4:junit4]   2> 1466769 T4266 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1466770 T4266 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1466770 T4206 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1466775 T4252 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
[junit4:junit4]   2> 1466777 T4280 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@778a5549 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1466778 T4266 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
[junit4:junit4]   2> 1466779 T4206 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1466783 T4206 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1466783 T4206 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1466784 T4206 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1466785 T4206 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1466785 T4206 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1466786 T4206 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1466786 T4206 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368894996050\nodes_used_collection_shard2_replica2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368894996050\nodes_used_collection_shard2_replica2\data\
[junit4:junit4]   2> 1466786 T4206 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@24769ece
[junit4:junit4]   2> 1466787 T4206 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1466788 T4206 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368894996050\nodes_used_collection_shard2_replica2\data\
[junit4:junit4]   2> 1466788 T4206 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368894996050\nodes_used_collection_shard2_replica2\data\index/
[junit4:junit4]   2> 1466788 T4206 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368894996050\nodes_used_collection_shard2_replica2\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1466789 T4206 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368894996050\nodes_used_collection_shard2_replica2\data\index
[junit4:junit4]   2> 1466795 T4206 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@202ba2e lockFactory=org.apache.lucene.store.NativeFSLockFactory@61cda73d),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1466796 T4206 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1466803 T4206 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1466803 T4206 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1466804 T4206 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1466805 T4206 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1466806 T4206 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1466806 T4206 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1466806 T4206 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1466807 T4206 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1466809 T4206 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1466818 T4206 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1466825 T4213 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1466826 T4213 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica2",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60437_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60437"}
[junit4:junit4]   2> 1466826 T4213 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with numShards 2
[junit4:junit4]   2> 1466830 T4206 oass.SolrIndexSearcher.<init> Opening Searcher@25a29ce8 main
[junit4:junit4]   2> 1466831 T4206 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368894996050\nodes_used_collection_shard2_replica2\data\tlog
[junit4:junit4]   2> 1466835 T4206 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1466835 T4206 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1466838 T4213 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60455_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60455"}
[junit4:junit4]   2> 1466839 T4281 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@25a29ce8 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1466840 T4206 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
[junit4:junit4]   2> 1466848 T4213 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60464_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60464"}
[junit4:junit4]   2> 1466858 T4213 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica2",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60425_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60425"}
[junit4:junit4]   2> 1466869 T4272 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1466870 T4217 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1466870 T4212 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1466870 T4244 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1466870 T4230 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1466870 T4258 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1467624 T4223 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
[junit4:junit4]   2> 1467624 T4223 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:60437 collection:nodes_used_collection shard:shard1
[junit4:junit4]   2> 1467626 T4223 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
[junit4:junit4]   2> 1467643 T4223 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 1467653 T4223 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up: total=2 found=1 timeoutin=179999
[junit4:junit4]   2> 1467771 T4252 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
[junit4:junit4]   2> 1467771 T4252 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:60455 collection:nodes_used_collection shard:shard2
[junit4:junit4]   2> 1467772 T4266 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 1467772 T4266 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:60464 collection:nodes_used_collection shard:shard1
[junit4:junit4]   2> 1467773 T4252 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
[junit4:junit4]   2> 1467790 T4252 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 1467796 T4252 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up: total=2 found=1 timeoutin=180000
[junit4:junit4]   2> 1467833 T4206 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 1467833 T4206 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:60425 collection:nodes_used_collection shard:shard2
[junit4:junit4]   2> 1468152 T4223 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 1468152 T4223 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 1468152 T4223 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:60437/nodes_used_collection_shard1_replica2/
[junit4:junit4]   2> 1468153 T4223 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:60437 START replicas=[http://127.0.0.1:60464/nodes_used_collection_shard1_replica1/] nUpdates=100
[junit4:junit4]   2> 1468153 T4223 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:60437 DONE.  We have no versions.  sync failed.
[junit4:junit4]   2> 1468153 T4223 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next canidate
[junit4:junit4]   2> 1468154 T4223 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
[junit4:junit4]   2> 1468155 T4223 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:60437/nodes_used_collection_shard1_replica2/
[junit4:junit4]   2> 1468155 T4223 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard1
[junit4:junit4]   2> ASYNC  NEW_CORE C271 name=nodes_used_collection_shard1_replica1 org.apache.solr.core.SolrCore@f274094 url=http://127.0.0.1:60464/nodes_used_collection_shard1_replica1 node=127.0.0.1:60464_ C271_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica1 props:{shard=shard1, state=down, core=nodes_used_collection_shard1_replica1, collection=nodes_used_collection, node_name=127.0.0.1:60464_, base_url=http://127.0.0.1:60464}
[junit4:junit4]   2> 1468166 T4265 C271 P60464 oasc.SolrCore.execute [nodes_used_collection_shard1_replica1] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 1468293 T4252 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 1468293 T4252 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 1468293 T4252 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:60455/nodes_used_collection_shard2_replica1/
[junit4:junit4]   2> 1468293 T4252 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:60455 START replicas=[http://127.0.0.1:60425/nodes_used_collection_shard2_replica2/] nUpdates=100
[junit4:junit4]   2> 1468293 T4252 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:60455 DONE.  We have no versions.  sync failed.
[junit4:junit4]   2> 1468294 T4252 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next canidate
[junit4:junit4]   2> 1468294 T4252 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
[junit4:junit4]   2> 1468295 T4252 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:60455/nodes_used_collection_shard2_replica1/
[junit4:junit4]   2> 1468296 T4252 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard2
[junit4:junit4]   2> ASYNC  NEW_CORE C272 name=nodes_used_collection_shard2_replica2 org.apache.solr.core.SolrCore@19b4078d url=http://127.0.0.1:60425/nodes_used_collection_shard2_replica2 node=127.0.0.1:60425_ C272_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica2 props:{shard=shard2, state=down, core=nodes_used_collection_shard2_replica2, collection=nodes_used_collection, node_name=127.0.0.1:60425_, base_url=http://127.0.0.1:60425}
[junit4:junit4]   2> 1468310 T4203 C272 P60425 oasc.SolrCore.execute [nodes_used_collection_shard2_replica2] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 1468385 T4213 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1468497 T4272 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1468497 T4258 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1468497 T4230 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1468497 T4244 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1468497 T4212 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1468501 T4217 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1468513 T4252 oasc.ZkController.register We are http://127.0.0.1:60455/nodes_used_collection_shard2_replica1/ and leader is http://127.0.0.1:60455/nodes_used_collection_shard2_replica1/
[junit4:junit4]   2> 1468513 T4252 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard2_replica1 baseURL=http://127.0.0.1:60455
[junit4:junit4]   2> 1468513 T4252 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 1468513 T4252 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=active
[junit4:junit4]   2> 1468528 T4252 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1468535 T4252 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&shard=shard2&name=nodes_used_collection_shard2_replica1&action=CREATE&collection=nodes_used_collection&wt=javabin&qt=/admin/cores&version=2} status=0 QTime=4371 
[junit4:junit4]   2> 1468537 T4223 oasc.ZkController.register We are http://127.0.0.1:60437/nodes_used_collection_shard1_replica2/ and leader is http://127.0.0.1:60437/nodes_used_collection_shard1_replica2/
[junit4:junit4]   2> 1468537 T4223 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard1_replica2 baseURL=http://127.0.0.1:60437
[junit4:junit4]   2> 1468538 T4223 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 1468538 T4223 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=active
[junit4:junit4]   2> 1468552 T4223 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1468554 T4223 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&shard=shard1&name=nodes_used_collection_shard1_replica2&action=CREATE&collection=nodes_used_collection&wt=javabin&qt=/admin/cores&version=2} status=0 QTime=4389 
[junit4:junit4]   2> 1468773 T4266 oasc.ZkController.register We are http://127.0.0.1:60464/nodes_used_collection_shard1_replica1/ and leader is http://127.0.0.1:60437/nodes_used_collection_shard1_replica2/
[junit4:junit4]   2> 1468773 T4266 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard1_replica1 baseURL=http://127.0.0.1:60464
[junit4:junit4]   2> 1468774 T4266 oasc.ZkController.checkRecovery Core needs to recover:nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 1468774 T4266 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> 1468777 T4284 C271 P60464 oasc.RecoveryStrategy.run Starting recovery process.  core=nodes_used_collection_shard1_replica1 recoveringAfterStartup=true
[junit4:junit4]   2> 1468777 T4284 C271 P60464 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 1468780 T4284 C271 P60464 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=recovering
[junit4:junit4]   2> 1468780 T4266 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1468785 T4284 C271 P60464 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1468786 T4266 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&shard=shard1&name=nodes_used_collection_shard1_replica1&action=CREATE&collection=nodes_used_collection&wt=javabin&qt=/admin/cores&version=2} status=0 QTime=4624 
[junit4:junit4]   2> 1468802 T4225 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 127.0.0.1:60464__nodes_used_collection_shard1_replica1, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 1468831 T4206 oasc.ZkController.register We are http://127.0.0.1:60425/nodes_used_collection_shard2_replica2/ and leader is http://127.0.0.1:60455/nodes_used_collection_shard2_replica1/
[junit4:junit4]   2> 1468832 T4206 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard2_replica2 baseURL=http://127.0.0.1:60425
[junit4:junit4]   2> 1468832 T4206 oasc.ZkController.checkRecovery Core needs to recover:nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 1468832 T4206 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> 1468835 T4285 C272 P60425 oasc.RecoveryStrategy.run Starting recovery process.  core=nodes_used_collection_shard2_replica2 recoveringAfterStartup=true
[junit4:junit4]   2> 1468835 T4285 C272 P60425 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 1468836 T4206 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1468837 T4285 C272 P60425 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=recovering
[junit4:junit4]   2> 1468838 T4206 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&shard=shard2&name=nodes_used_collection_shard2_replica2&action=CREATE&collection=nodes_used_collection&wt=javabin&qt=/admin/cores&version=2} status=0 QTime=4668 
[junit4:junit4]   2> 1468842 T4285 C272 P60425 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1468842 T4214 oasc.OverseerCollectionProcessor.createCollection Finished create command on all shards for collection: nodes_used_collection
[junit4:junit4]   2> 1468852 T4250 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 127.0.0.1:60425__nodes_used_collection_shard2_replica2, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 1468863 T4230 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work/qnr-0000000000 state: SyncConnected type NodeDataChanged
[junit4:junit4]   2> 1468867 T4212 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   2> 1468867 T4214 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Message id:/overseer/collection-queue-work/qn-0000000000 complete, response:{success={null={responseHeader={status=0,QTime=4371},core=nodes_used_collection_shard2_replica1},null={responseHeader={status=0,QTime=4389},core=nodes_used_collection_shard1_replica2},null={responseHeader={status=0,QTime=4624},core=nodes_used_collection_shard1_replica1},null={responseHeader={status=0,QTime=4668},core=nodes_used_collection_shard2_replica2}}}
[junit4:junit4]   2> 1468872 T4222 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/collections params={numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2} status=0 QTime=4726 
[junit4:junit4]   2> 1468873 T4190 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 1468875 T4190 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1468882 T4287 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@390b4b11 name:ZooKeeperConnection Watcher:127.0.0.1:60418/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1468882 T4190 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1468884 T4190 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1468890 T4190 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 1468894 T4190 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1468899 T4289 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7c0813ee name:ZooKeeperConnection Watcher:127.0.0.1:60418/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1468900 T4190 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1468902 T4190 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1468913 T4207 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=1&maxShardsPerNode=2&name=awholynewcollection_0&replicationFactor=5&action=CREATE&wt=javabin&version=2
[junit4:junit4]   2> 1468917 T4212 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   2> 1468922 T4214 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000002 message:{
[junit4:junit4]   2> 	  "operation":"createcollection",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "maxShardsPerNode":"2",
[junit4:junit4]   2> 	  "createNodeSet":null,
[junit4:junit4]   2> 	  "name":"awholynewcollection_0",
[junit4:junit4]   2> 	  "replicationFactor":"5"}
[junit4:junit4]   2> 1468923 T4214 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica1 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:60446_
[junit4:junit4]   2> 1468923 T4214 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica2 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:60437_
[junit4:junit4]   2> 1468923 T4214 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica3 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:60425_
[junit4:junit4]   2> 1468924 T4214 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica4 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:60455_
[junit4:junit4]   2> 1468924 T4214 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica5 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:60464_
[junit4:junit4]   2> 1468928 T4239 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368894999080\awholynewcollection_0_shard1_replica1
[junit4:junit4]   2> 1468931 T4226 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368894997005\awholynewcollection_0_shard1_replica2
[junit4:junit4]   2> 1468932 T4239 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1468933 T4253 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica4' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368895001224\awholynewcollection_0_shard1_replica4
[junit4:junit4]   2> 1468936 T4253 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1468936 T4208 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica3' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368894996050\awholynewcollection_0_shard1_replica3
[junit4:junit4]   2> 1468937 T4208 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1468933 T4226 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1468938 T4253 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 1468939 T4226 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 1468939 T4226 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1468937 T4239 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 1468936 T4268 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica5' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368895003373\awholynewcollection_0_shard1_replica5
[junit4:junit4]   2> 1468941 T4268 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1468942 T4226 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1468942 T4226 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 1468940 T4239 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1468939 T4253 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1468939 T4208 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 1468945 T4208 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1468943 T4268 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 1468946 T4268 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1468949 T4253 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1468951 T4253 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 1468952 T4208 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1468952 T4208 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 1468954 T4268 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1468954 T4268 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 1468955 T4226 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1468953 T4239 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1468957 T4239 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 1468961 T4226 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368894997005\awholynewcollection_0_shard1_replica2\'
[junit4:junit4]   2> 1468963 T4253 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1468965 T4208 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1468966 T4268 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1468970 T4239 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1468976 T4253 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368895001224\awholynewcollection_0_shard1_replica4\'
[junit4:junit4]   2> 1468978 T4208 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368894996050\awholynewcollection_0_shard1_replica3\'
[junit4:junit4]   2> 1468988 T4239 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368894999080\awholynewcollection_0_shard1_replica1\'
[junit4:junit4]   2> 1468990 T4268 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368895003373\awholynewcollection_0_shard1_replica5\'
[junit4:junit4]   2> 1469124 T4253 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1469133 T4268 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1469166 T4208 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1469222 T4226 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1469252 T4253 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1469313 T4226 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1469317 T4268 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1469366 T4253 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1469369 T4208 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1469372 T4226 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1469376 T4253 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica4] Schema name=test
[junit4:junit4]   2> 1469376 T4239 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1469413 T4226 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica2] Schema name=test
[junit4:junit4]   2> 1469425 T4268 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1469427 T4208 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1469434 T4268 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica5] Schema name=test
[junit4:junit4]   2> 1469434 T4208 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica3] Schema name=test
[junit4:junit4]   2> 1469574 T4239 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1469792 T4239 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1469800 T4239 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica1] Schema name=test
[junit4:junit4]   2> 1470302 T4213 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1470306 T4213 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:60455__nodes_used_collection_shard2_replica1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60455_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60455"}
[junit4:junit4]   2> 1470330 T4213 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:60437__nodes_used_collection_shard1_replica2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica2",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60437_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60437"}
[junit4:junit4]   2> 1470355 T4213 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:60464__nodes_used_collection_shard1_replica1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60464_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60464"}
[junit4:junit4]   2> 1470389 T4213 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:60425__nodes_used_collection_shard2_replica2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica2",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60425_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60425"}
[junit4:junit4]   2> 1470950 T4253 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1470966 T4253 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1470974 T4253 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1471055 T4226 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1471066 T4226 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1471071 T4226 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1471156 T4212 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1471157 T4244 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1471157 T4230 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1471158 T4258 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1471159 T4272 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1471163 T4287 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1471181 T4217 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1471182 T4289 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1471523 T4226 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1471547 T4253 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1471553 T4226 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1471559 T4253 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1471564 T4226 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1471580 T4253 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1471626 T4239 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1471639 T4239 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1471645 T4239 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1471707 T4226 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1471708 T4226 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1471708 T4226 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1471709 T4253 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1471710 T4253 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1471711 T4253 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1471715 T4226 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1471716 T4226 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1471716 T4226 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1471717 T4226 oasc.SolrCore.<init> [awholynewcollection_0_shard1_replica2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368894997005\awholynewcollection_0_shard1_replica2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368894997005\awholynewcollection_0_shard1_replica2\data\
[junit4:junit4]   2> 1471717 T4226 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@24769ece
[junit4:junit4]   2> 1471718 T4226 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1471720 T4253 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1471721 T4253 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1471722 T4253 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1471722 T4253 oasc.SolrCore.<init> [awholynewcollection_0_shard1_replica4] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368895001224\awholynewcollection_0_shard1_replica4\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368895001224\awholynewcollection_0_shard1_replica4\data\
[junit4:junit4]   2> 1471723 T4253 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@24769ece
[junit4:junit4]   2> 1471723 T4253 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1471729 T4208 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1471738 T4253 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368895001224\awholynewcollection_0_shard1_replica4\data\
[junit4:junit4]   2> 1471741 T4253 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368895001224\awholynewcollection_0_shard1_replica4\data\index/
[junit4:junit4]   2> 1471744 T4253 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard1_replica4] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368895001224\awholynewcollection_0_shard1_replica4\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1471740 T4226 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368894997005\awholynewcollection_0_shard1_replica2\data\
[junit4:junit4]   2> 1471746 T4226 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368894997005\awholynewcollection_0_shard1_replica2\data\index/
[junit4:junit4]   2> 1471745 T4253 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368895001224\awholynewcollection_0_shard1_replica4\data\index
[junit4:junit4]   2> 1471744 T4239 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1471746 T4226 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard1_replica2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368894997005\awholynewcollection_0_shard1_replica2\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1471756 T4239 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1471762 T4268 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1471764 T4239 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1471766 T4239 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1471767 T4239 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1471767 T4239 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1471771 T4239 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1471772 T4239 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1471772 T4239 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1471773 T4239 oasc.SolrCore.<init> [awholynewcollection_0_shard1_replica1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368894999080\awholynewcollection_0_shard1_replica1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368894999080\awholynewcollection_0_shard1_replica1\data\
[junit4:junit4]   2> 1471773 T4239 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@24769ece
[junit4:junit4]   2> 1471774 T4239 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1471774 T4268 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1471775 T4208 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1471780 T4268 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1471781 T4208 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1471785 T4226 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368894997005\awholynewcollection_0_shard1_replica2\data\index
[junit4:junit4]   2> 1471789 T4239 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368894999080\awholynewcollection_0_shard1_replica1\data\
[junit4:junit4]   2> 1471791 T4239 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368894999080\awholynewcollection_0_shard1_replica1\data\index/
[junit4:junit4]   2> 1471792 T4239 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard1_replica1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368894999080\awholynewcollection_0_shard1_replica1\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1471793 T4239 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368894999080\awholynewcollection_0_shard1_replica1\data\index
[junit4:junit4]   2> 1471820 T4226 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@52791789 lockFactory=org.apache.lucene.store.NativeFSLockFactory@70c81b76),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1471822 T4268 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1471821 T4253 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7f5883c9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5f7ae0bb),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1471823 T4253 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1471823 T4208 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1471821 T4239 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3c463b7c lockFactory=org.apache.lucene.store.NativeFSLockFactory@7aaee686),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1471824 T4239 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1471828 T4253 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1471828 T4253 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1471829 T4253 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1471831 T4253 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1471822 T4226 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1471833 T4239 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1471834 T4239 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1471835 T4239 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1471836 T4239 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1471836 T4239 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1471837 T4239 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1471838 T4239 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1471839 T4239 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1471839 T4226 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1471840 T4226 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1471841 T4226 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1471840 T4239 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1471842 T4226 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1471843 T4226 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1471844 T4226 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1471844 T4226 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1471845 T4226 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1471846 T4226 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1471840 T4253 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1471847 T4253 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1471848 T4253 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1471849 T4253 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1471849 T4253 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1471867 T4239 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1471869 T4253 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1471869 T4226 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1471881 T4268 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1471886 T4208 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1471887 T4253 oass.SolrIndexSearcher.<init> Opening Searcher@153c1581 main
[junit4:junit4]   2> 1471888 T4253 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368895001224\awholynewcollection_0_shard1_replica4\data\tlog
[junit4:junit4]   2> 1471890 T4226 oass.SolrIndexSearcher.<init> Opening Searcher@62ecee98 main
[junit4:junit4]   2> 1471894 T4268 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1471896 T4226 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368894997005\awholynewcollection_0_shard1_replica2\data\tlog
[junit4:junit4]   2> 1471898 T4208 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1471892 T4239 oass.SolrIndexSearcher.<init> Opening Searcher@24e58d7d main
[junit4:junit4]   2> 1471892 T4253 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1471900 T4253 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1471900 T4268 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1471902 T4268 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1471903 T4268 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1471899 T4239 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368894999080\awholynewcollection_0_shard1_replica1\data\tlog
[junit4:junit4]   2> 1471907 T4239 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1471907 T4239 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1471909 T4253 oasc.ZkController.publish publishing core=awholynewcollection_0_shard1_replica4 state=down
[junit4:junit4]   2> 1471898 T4226 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1471911 T4226 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1471910 T4291 oasc.SolrCore.registerSearcher [awholynewcollection_0_shard1_replica4] Registered new searcher Searcher@153c1581 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1471913 T4292 oasc.SolrCore.registerSearcher [awholynewcollection_0_shard1_replica1] Registered new searcher Searcher@24e58d7d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1471903 T4208 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1471914 T4208 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1471915 T4208 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1471919 T4239 oasc.ZkController.publish publishing core=awholynewcollection_0_shard1_replica1 state=down
[junit4:junit4]   2> 1471919 T4226 oasc.ZkController.publish publishing core=awholynewcollection_0_shard1_replica2 state=down
[junit4:junit4]   2> 1471919 T4293 oasc.SolrCore.registerSearcher [awholynewcollection_0_shard1_replica2] Registered new searcher Searcher@62ecee98 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1471989 T4268 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1471990 T4268 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1471990 T4268 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1471991 T4268 oasc.SolrCore.<init> [awholynewcollection_0_shard1_replica5] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368895003373\awholynewcollection_0_shard1_replica5\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368895003373\awholynewcollection_0_shard1_replica5\data\
[junit4:junit4]   2> 1471991 T4268 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@24769ece
[junit4:junit4]   2> 1471991 T4268 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1471992 T4268 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368895003373\awholynewcollection_0_shard1_replica5\data\
[junit4:junit4]   2> 1471993 T4268 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368895003373\awholynewcollection_0_shard1_replica5\data\index/
[junit4:junit4]   2> 1471993 T4268 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard1_replica5] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368895003373\awholynewcollection_0_shard1_replica5\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1471993 T4268 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368895003373\awholynewcollection_0_shard1_replica5\data\index
[junit4:junit4]   2> 1471997 T4268 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2d318fc0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7ffddf72),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1471998 T4268 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1472002 T4268 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1472003 T4268 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1472003 T4268 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1472004 T4268 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1472004 T4268 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1472005 T4268 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1472005 T4268 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1472006 T4268 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1472006 T4268 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1472013 T4250 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 127.0.0.1:60425__nodes_used_collection_shard2_replica2, state: recovering, checkLive: true, onlyIfLeader: true for: 3 seconds.
[junit4:junit4]   2> 1472013 T4250 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:60425__nodes_used_collection_shard2_replica2&state=recovering&nodeName=127.0.0.1:60425_&action=PREPRECOVERY&checkLive=true&core=nodes_used_collection_shard2_replica1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=3161 
[junit4:junit4]   2> 1472015 T4225 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 127.0.0.1:60464__nodes_used_collection_shard1_replica1, state: recovering, checkLive: true, onlyIfLeader: true for: 3 seconds.
[junit4:junit4]   2> 1472015 T4225 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:60464__nodes_used_collection_shard1_replica1&state=recovering&nodeName=127.0.0.1:60464_&action=PREPRECOVERY&checkLive=true&core=nodes_used_collection_shard1_replica2&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=3213 
[junit4:junit4]   2> 1472019 T4268 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1472027 T4268 oass.SolrIndexSearcher.<init> Opening Searcher@6acc0571 main
[junit4:junit4]   2> 1472028 T4268 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368895003373\awholynewcollection_0_shard1_replica5\data\tlog
[junit4:junit4]   2> 1472030 T4268 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1472030 T4268 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1472033 T4294 oasc.SolrCore.registerSearcher [awholynewcollection_0_shard1_replica5] Registered new searcher Searcher@6acc0571 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1472034 T4268 oasc.ZkController.publish publishing core=awholynewcollection_0_shard1_replica5 state=down
[junit4:junit4]   2> 1472101 T4208 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1472102 T4208 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1472103 T4208 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1472113 T4208 oasc.SolrCore.<init> [awholynewcollection_0_shard1_replica3] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368894996050\awholynewcollection_0_shard1_replica3\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368894996050\awholynewcollection_0_shard1_replica3\data\
[junit4:junit4]   2> 1472113 T4208 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@24769ece
[junit4:junit4]   2> 1472114 T4208 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1472114 T4208 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368894996050\awholynewcollection_0_shard1_replica3\data\
[junit4:junit4]   2> 1472115 T4208 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368894996050\awholynewcollection_0_shard1_replica3\data\index/
[junit4:junit4]   2> 1472115 T4208 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard1_replica3] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368894996050\awholynewcollection_0_shard1_replica3\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1472115 T4208 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368894996050\awholynewcollection_0_shard1_replica3\data\index
[junit4:junit4]   2> 1472123 T4208 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6421ac87 lockFactory=org.apache.lucene.store.NativeFSLockFactory@409fe330),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1472124 T4208 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1472130 T4208 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1472130 T4208 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1472131 T4208 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1472131 T4208 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1472132 T4208 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1472132 T4208 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1472132 T4208 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1472133 T4208 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1472133 T4208 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1472142 T4208 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1472149 T4208 oass.SolrIndexSearcher.<init> Opening Searcher@66d284cc main
[junit4:junit4]   2> 1472150 T4208 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368894996050\awholynewcollection_0_shard1_replica3\data\tlog
[junit4:junit4]   2> 1472153 T4208 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1472153 T4208 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1472156 T4295 oasc.SolrCore.registerSearcher [awholynewcollection_0_shard1_replica3] Registered new searcher Searcher@66d284cc main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1472158 T4208 oasc.ZkController.publish publishing core=awholynewcollection_0_shard1_replica3 state=down
[junit4:junit4]   2> 1472909 T4213 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1472911 T4213 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"awholynewcollection_0_shard1_replica4",
[junit4:junit4]   2> 	  "collection":"awholynewcollection_0",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60455_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60455"}
[junit4:junit4]   2> 1472911 T4213 oasc.Overseer$ClusterStateUpdater.createCollection Create collection awholynewcollection_0 with numShards 1
[junit4:junit4]   2> 1472920 T4213 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"awholynewcollection_0_shard1_replica1",
[junit4:junit4]   2> 	  "collection":"awholynewcollection_0",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60446_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60446"}
[junit4:junit4]   2> 1472928 T4213 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"awholynewcollection_0_shard1_replica2",
[junit4:junit4]   2> 	  "collection":"awholynewcollection_0",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60437_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60437"}
[junit4:junit4]   2> 1472934 T4213 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"awholynewcollection_0_shard1_replica5",
[junit4:junit4]   2> 	  "collection":"awholynewcollection_0",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60464_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60464"}
[junit4:junit4]   2> 1472942 T4213 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"awholynewcollection_0_shard1_replica3",
[junit4:junit4]   2> 	  "collection":"awholynewcollection_0",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60425_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60425"}
[junit4:junit4]   2> 1472952 T4272 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1472952 T4217 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1472953 T4287 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1472952 T4258 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1472953 T4289 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1472953 T4212 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1472952 T4244 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1472952 T4230 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1472979 T4253 oasc.CoreContainer.registerCore registering core: awholynewcollection_0_shard1_replica4
[junit4:junit4]   2> 1472980 T4253 oasc.ZkController.register Register replica - core:awholynewcollection_0_shard1_replica4 address:http://127.0.0.1:60455 collection:awholynewcollection_0 shard:shard1
[junit4:junit4]   2> 1472981 T4253 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0/leader_elect/shard1/election
[junit4:junit4]   2> 1472998 T4253 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 1473006 T4253 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up: total=5 found=1 timeoutin=179999
[junit4:junit4]   2> 1473092 T4226 oasc.CoreContainer.registerCore registering core: awholynewcollection_0_shard1_replica2
[junit4:junit4]   2> 1473092 T4226 oasc.ZkController.register Register replica - core:awholynewcollection_0_shard1_replica2 address:http://127.0.0.1:60437 collection:awholynewcollection_0 shard:shard1
[junit4:junit4]   2> 1473092 T4239 oasc.CoreContainer.registerCore registering core: awholynewcollection_0_shard1_replica1
[junit4:junit4]   2> 1473093 T4239 oasc.ZkController.register Register replica - core:awholynewcollection_0_shard1_replica1 address:http://127.0.0.1:60446 collection:awholynewcollection_0 shard:shard1
[junit4:junit4]   2> 1473103 T4268 oasc.CoreContainer.registerCore registering core: awholynewcollection_0_shard1_replica5
[junit4:junit4]   2> 1473103 T4268 oasc.ZkController.register Register replica - core:awholynewcollection_0_shard1_replica5 address:http://127.0.0.1:60464 collection:awholynewcollection_0 shard:shard1
[junit4:junit4]   2> 1473154 T4208 oasc.CoreContainer.registerCore registering core: awholynewcollection_0_shard1_replica3
[junit4:junit4]   2> 1473155 T4208 oasc.ZkController.register Register replica - core:awholynewcollection_0_shard1_replica3 address:http://127.0.0.1:60425 collection:awholynewcollection_0 shard:shard1
[junit4:junit4]   2> 1473504 T4253 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 1473504 T4253 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 1473504 T4253 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:60455/awholynewcollection_0_shard1_replica4/
[junit4:junit4]   2> 1473505 T4253 oasu.PeerSync.sync PeerSync: core=awholynewcollection_0_shard1_replica4 url=http://127.0.0.1:60455 START replicas=[http://127.0.0.1:60446/awholynewcollection_0_shard1_replica1/, http://127.0.0.1:60437/awholynewcollection_0_shard1_replica2/, http://127.0.0.1:60464/awholynewcollection_0_shard1_replica5/, http://127.0.0.1:60425/awholynewcollection_0_shard1_replica3/] nUpdates=100
[junit4:junit4]   2> 1473511 T4253 oasu.PeerSync.sync PeerSync: core=awholynewcollection_0_shard1_replica4 url=http://127.0.0.1:60455 DONE.  We have no versions.  sync failed.
[junit4:junit4]   2> 1473523 T4253 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next canidate
[junit4:junit4]   2> 1473524 T4253 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
[junit4:junit4]   2> 1473524 T4253 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:60455/awholynewcollection_0_shard1_replica4/
[junit4:junit4]   2> 1473524 T4253 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0/leaders/shard1
[junit4:junit4]   2> ASYNC  NEW_CORE C273 name=awholynewcollection_0_shard1_replica5 org.apache.solr.core.SolrCore@4fa156f2 url=http://127.0.0.1:60464/awholynewcollection_0_shard1_replica5 node=127.0.0.1:60464_ C273_STATE=coll:awholynewcollection_0 core:awholynewcollection_0_shard1_replica5 props:{shard=shard1, state=down, core=awholynewcollection_0_shard1_replica5, collection=awholynewcollection_0, node_name=127.0.0.1:60464_, base_url=http://127.0.0.1:60464}
[junit4:junit4]   2> 1473528 T4264 C273 P60464 oasc.SolrCore.execute [awholynewcollection_0_shard1_replica5] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=4 
[junit4:junit4]   2> ASYNC  NEW_CORE C274 name=awholynewcollection_0_shard1_replica1 org.apache.solr.core.SolrCore@35b52946 url=http://127.0.0.1:60446/awholynewcollection_0_shard1_replica1 node=127.0.0.1:60446_ C274_STATE=coll:awholynewcollection_0 core:awholynewcollection_0_shard1_replica1 props:{shard=shard1, state=down, core=awholynewcollection_0_shard1_replica1, collection=awholynewcollection_0, node_name=127.0.0.1:60446_, base_url=http://127.0.0.1:60446}
[junit4:junit4]   2> 1473529 T4235 C274 P60446 oasc.SolrCore.execute [awholynewcollection_0_shard1_replica1] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=6 
[junit4:junit4]   2> ASYNC  NEW_CORE C275 name=awholynewcollection_0_shard1_replica2 org.apache.solr.core.SolrCore@5fe5d56e url=http://127.0.0.1:60437/awholynewcollection_0_shard1_replica2 node=127.0.0.1:60437_ C275_STATE=coll:awholynewcollection_0 core:awholynewcollection_0_shard1_replica2 props:{shard=shard1, state=down, core=awholynewcollection_0_shard1_replica2, collection=awholynewcollection_0, node_name=127.0.0.1:60437_, base_url=http://127.0.0.1:60437}
[junit4:junit4]   2> 1473537 T4222 C275 P60437 oasc.SolrCore.execute [awholynewcollection_0_shard1_replica2] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> ASYNC  NEW_CORE C276 name=awholynewcollection_0_shard1_replica3 org.apache.solr.core.SolrCore@3f338c1e url=http://127.0.0.1:60425/awholynewcollection_0_shard1_replica3 node=127.0.0.1:60425_ C276_STATE=coll:awholynewcollection_0 core:awholynewcollection_0_shard1_replica3 props:{shard=shard1, state=down, core=awholynewcollection_0_shard1_replica3, collection=awholynewcollection_0, node_name=127.0.0.1:60425_, base_url=http://127.0.0.1:60425}
[junit4:junit4]   2> 1473544 T4205 C276 P60425 oasc.SolrCore.execute [awholynewcollection_0_shard1_replica3] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2>  C272_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica2 props:{shard=shard2, state=recovering, core=nodes_used_collection_shard2_replica2, collection=nodes_used_collection, node_name=127.0.0.1:60425_, base_url=http://127.0.0.1:60425}
[junit4:junit4]   2> 1473994 T4285 C272 P60425 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:60455/nodes_used_collection_shard2_replica1/ core=nodes_used_collection_shard2_replica2 - recoveringAfterStartup=true
[junit4:junit4]   2> 1473994 T4285 C272 P60425 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:60425 START replicas=[http://127.0.0.1:60455/nodes_used_collection_shard2_replica1/] nUpdates=100
[junit4:junit4]   2> 1473995 T4285 C272 P60425 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 1473995 T4285 C272 P60425 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 1473996 T4285 C272 P60425 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 1473996 T4285 C272 P60425 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 1473996 T4285 C272 P60425 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 1473996 T4285 C272 P60425 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:60455/nodes_used_collection_shard2_replica1/. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 1473997 T4285 C272 P60425 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2>  C271_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica1 props:{shard=shard1, state=recovering, core=nodes_used_collection_shard1_replica1, collection=nodes_used_collection, node_name=127.0.0.1:60464_, base_url=http://127.0.0.1:60464}
[junit4:junit4]   2> 1473997 T4284 C271 P60464 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:60437/nodes_used_collection_shard1_replica2/ core=nodes_used_collection_shard1_replica1 - recoveringAfterStartup=true
[junit4:junit4]   2> 1473998 T4284 C271 P60464 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:60464 START replicas=[http://127.0.0.1:60437/nodes_used_collection_shard1_replica2/] nUpdates=100
[junit4:junit4]   2> 1473999 T4284 C271 P60464 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 1473999 T4284 C271 P60464 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 1473999 T4284 C271 P60464 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 1473999 T4284 C271 P60464 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 1474000 T4284 C271 P60464 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 1474001 T4284 C271 P60464 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:60437/nodes_used_collection_shard1_replica2/. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 1474001 T4284 C271 P60464 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C277 name=nodes_used_collection_shard2_replica1 org.apache.solr.core.SolrCore@6ce85c77 url=http://127.0.0.1:60455/nodes_used_collection_shard2_replica1 node=127.0.0.1:60455_ C277_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica1 props:{shard=shard2, state=active, core=nodes_used_collection_shard2_replica1, collection=nodes_used_collection, node_name=127.0.0.1:60455_, base_url=http://127.0.0.1:60455, leader=true}
[junit4:junit4]   2> 1474033 T4250 C277 P60455 oasc.SolrCore.execute [nodes_used_collection_shard2_replica1] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=25 
[junit4:junit4]   2> 1474042 T4254 C277 P60455 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> ASYNC  NEW_CORE C278 name=nodes_used_collection_shard1_replica2 org.apache.solr.core.SolrCore@71fc9a0a url=http://127.0.0.1:60437/nodes_used_collection_shard1_replica2 node=127.0.0.1:60437_ C278_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica2 props:{shard=shard1, state=active, core=nodes_used_collection_shard1_replica2, collection=nodes_used_collection, node_name=127.0.0.1:60437_, base_url=http://127.0.0.1:60437, leader=true}
[junit4:junit4]   2> 1474051 T4221 C278 P60437 oasc.SolrCore.execute [nodes_used_collection_shard1_replica2] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 1474053 T4254 C277 P60455 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4e335015 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d66b0d3),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1474056 T4254 C277 P60455 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1474057 T4223 C278 P60437 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1474057 T4254 C277 P60455 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4e335015 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d66b0d3),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4e335015 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d66b0d3),segFN=segments_2,generation=2}
[junit4:junit4]   2> 1474058 T4254 C277 P60455 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 1474059 T4254 C277 P60455 oass.SolrIndexSearcher.<init> Opening Searcher@4cf9914a realtime
[junit4:junit4]   2> 1474059 T4254 C277 P60455 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1474059 T4254 C277 P60455 oasup.LogUpdateProcessor.finish [nodes_used_collection_shard2_replica1] webapp= path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 17
[junit4:junit4]   2> 1474061 T4285 C272 P60425 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 1474061 T4285 C272 P60425 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 1474062 T4223 C278 P60437 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@75b6382d lockFactory=org.apache.lucene.store.NativeFSLockFactory@16506dc0),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1474062 T4223 C278 P60437 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1474064 T4223 C278 P60437 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@75b6382d lockFactory=org.apache.lucene.store.NativeFSLockFactory@16506dc0),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@75b6382d lockFactory=org.apache.lucene.store.NativeFSLockFactory@16506dc0),segFN=segments_2,generation=2}
[junit4:junit4]   2> 1474064 T4223 C278 P60437 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 1474064 T4252 C277 P60455 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 1474065 T4223 C278 P60437 oass.SolrIndexSearcher.<init> Opening Searcher@26535437 realtime
[junit4:junit4]   2> 1474065 T4223 C278 P60437 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1474065 T4252 C277 P60455 oasc.SolrCore.execute [nodes_used_collection_shard2_replica1] webapp= path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 1474066 T4223 C278 P60437 oasup.LogUpdateProcessor.finish [nodes_used_collection_shard1_replica2] webapp= path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 9
[junit4:junit4]   2> 1474067 T4285 C272 P60425 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 1474067 T4285 C272 P60425 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 1474067 T4285 C272 P60425 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 1474067 T4284 C271 P60464 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 1474068 T4284 C271 P60464 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 1474074 T4251 C277 P60455 oasc.SolrCore.execute [nodes_used_collection_shard2_replica1] webapp= path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 1474075 T4285 C272 P60425 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 1474075 T4224 C278 P60437 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 1474083 T4224 C278 P60437 oasc.SolrCore.execute [nodes_used_collection_shard1_replica2] webapp= path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=9 
[junit4:junit4]   2> 1474084 T4285 C272 P60425 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368894996050\nodes_used_collection_shard2_replica2\data\index.20130518183655765
[junit4:junit4]   2> 1474084 T4285 C272 P60425 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@5882f052 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4df40479) fullCopy=false
[junit4:junit4]   2> 1474084 T4284 C271 P60464 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 1474084 T4284 C271 P60464 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 1474085 T4284 C271 P60464 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 1474086 T4250 C277 P60455 oasc.SolrCore.execute [nodes_used_collection_shard2_replica1] webapp= path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 1474088 T4222 C278 P60437 oasc.SolrCore.execute [nodes_used_collection_shard1_replica2] webapp= path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 1474089 T4285 C272 P60425 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 1474090 T4284 C271 P60464 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 1474091 T4285 C272 P60425 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 1474093 T4285 C272 P60425 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 1474093 T4284 C271 P60464 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368895003373\nodes_used_collection_shard1_replica1\data\index.20130518183655780
[junit4:junit4]   2> 1474093 T4284 C271 P60464 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@447eb677 lockFactory=org.apache.lucene.store.NativeFSLockFactory@74d2f15f) fullCopy=false
[junit4:junit4]   2> 1474096 T4225 C278 P60437 oasc.SolrCore.execute [nodes_used_collection_shard1_replica2] webapp= path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 1474096 T4285 C272 P60425 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@202ba2e lockFactory=org.apache.lucene.store.NativeFSLockFactory@61cda73d),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@202ba2e lockFactory=org.apache.lucene.store.NativeFSLockFactory@61cda73d),segFN=segments_2,generation=2}
[junit4:junit4]   2> 1474097 T4285 C272 P60425 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 1474097 T4285 C272 P60425 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 1474098 T4285 C272 P60425 oass.SolrIndexSearcher.<init> Opening Searcher@5f4e906a main
[junit4:junit4]   2> 1474098 T4284 C271 P60464 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 1474099 T4281 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@5f4e906a main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 1474103 T4284 C271 P60464 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 1474103 T4284 C271 P60464 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 1474104 T4285 C272 P60425 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368894996050\nodes_used_collection_shard2_replica2\data\index.20130518183655765 [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368894996050\nodes_used_collection_shard2_replica2\data\index.20130518183655765;done=true>>]
[junit4:junit4]   2> 1474104 T4285 C272 P60425 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368894996050\nodes_used_collection_shard2_replica2\data\index.20130518183655765
[junit4:junit4]   2> 1474104 T4285 C272 P60425 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368894996050\nodes_used_collection_shard2_replica2\data\index.20130518183655765
[junit4:junit4]   2> 1474105 T4285 C272 P60425 oasc.RecoveryStrategy.replay No replay needed. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 1474105 T4285 C272 P60425 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 1474105 T4285 C272 P60425 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=active
[junit4:junit4]   2> 1474108 T4284 C271 P60464 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4a8b1458 lockFactory=org.apache.lucene.store.NativeFSLockFactory@64caa55a),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4a8b1458 lockFactory=org.apache.lucene.store.NativeFSLockFactory@64caa55a),segFN=segments_2,generation=2}
[junit4:junit4]   2> 1474109 T4284 C271 P60464 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 1474109 T4284 C271 P60464 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 1474110 T4284 C271 P60464 oass.SolrIndexSearcher.<init> Opening Searcher@7c7ceb1 main
[junit4:junit4]   2> 1474111 T4280 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@7c7ceb1 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 1474111 T4284 C271 P60464 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368895003373\nodes_used_collection_shard1_replica1\data\index.20130518183655780 [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368895003373\nodes_used_collection_shard1_replica1\data\index.20130518183655780;done=true>>]
[junit4:junit4]   2> 1474111 T4284 C271 P60464 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368895003373\nodes_used_collection_shard1_replica1\data\index.20130518183655780
[junit4:junit4]   2> 1474111 T4284 C271 P60464 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368895003373\nodes_used_collection_shard1_replica1\data\index.20130518183655780
[junit4:junit4]   2> 1474112 T4284 C271 P60464 oasc.RecoveryStrategy.replay No replay needed. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 1474112 T4284 C271 P60464 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 1474112 T4284 C271 P60464 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=active
[junit4:junit4]   2> 1474112 T4285 C272 P60425 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 1474115 T4284 C271 P60464 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 1474464 T4213 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1474501 T4213 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:60425__nodes_used_collection_shard2_replica2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica2",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60425_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60425"}
[junit4:junit4]   2> 1474511 T4213 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:60464__nodes_used_collection_shard1_replica1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60464_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60464"}
[junit4:junit4]   2> 1474523 T4217 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1474524 T4244 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1474525 T4212 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1474524 T4289 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1474524 T4287 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1474524 T4272 oascc.ZkStateReader$2.process A cluster state c

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

 /solr/collections/awholynewcollection_1/leader_elect/shard2/election/89711902448222216-127.0.0.1:60446__awholynewcollection_1_shard2_replica2-n_0000000002 (0)
[junit4:junit4]   1>      /solr/collections/awholynewcollection_1/leader_elect/shard3 (1)
[junit4:junit4]   1>       /solr/collections/awholynewcollection_1/leader_elect/shard3/election (3)
[junit4:junit4]   1>        /solr/collections/awholynewcollection_1/leader_elect/shard3/election/89711902448222211-127.0.0.1:60425__awholynewcollection_1_shard3_replica3-n_0000000002 (0)
[junit4:junit4]   1>        /solr/collections/awholynewcollection_1/leader_elect/shard3/election/89711902448222214-127.0.0.1:60437__awholynewcollection_1_shard3_replica1-n_0000000001 (0)
[junit4:junit4]   1>        /solr/collections/awholynewcollection_1/leader_elect/shard3/election/89711902448222218-127.0.0.1:60455__awholynewcollection_1_shard3_replica2-n_0000000000 (0)
[junit4:junit4]   1>     /solr/collections/awholynewcollection_1/leaders (4)
[junit4:junit4]   1>      /solr/collections/awholynewcollection_1/leaders/shard1 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "core":"awholynewcollection_1_shard1_replica2",
[junit4:junit4]   1>            "node_name":"127.0.0.1:60437_",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:60437"}
[junit4:junit4]   1>      /solr/collections/awholynewcollection_1/leaders/shard4 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "core":"awholynewcollection_1_shard4_replica2",
[junit4:junit4]   1>            "node_name":"127.0.0.1:60464_",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:60464"}
[junit4:junit4]   1>      /solr/collections/awholynewcollection_1/leaders/shard2 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "core":"awholynewcollection_1_shard2_replica3",
[junit4:junit4]   1>            "node_name":"127.0.0.1:60464_",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:60464"}
[junit4:junit4]   1>      /solr/collections/awholynewcollection_1/leaders/shard3 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "core":"awholynewcollection_1_shard3_replica2",
[junit4:junit4]   1>            "node_name":"127.0.0.1:60455_",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:60455"}
[junit4:junit4]   1>   /solr/overseer_elect (2)
[junit4:junit4]   1>    /solr/overseer_elect/election (5)
[junit4:junit4]   1>     /solr/overseer_elect/election/89711902448222220-127.0.0.1:60464_-n_0000000004 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89711902448222216-127.0.0.1:60446_-n_0000000002 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89711902448222214-127.0.0.1:60437_-n_0000000001 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89711902448222218-127.0.0.1:60455_-n_0000000003 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89711902448222211-127.0.0.1:60425_-n_0000000000 (0)
[junit4:junit4]   1>    /solr/overseer_elect/leader (0)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"id":"89711902448222211-127.0.0.1:60425_-n_0000000000"}
[junit4:junit4]   1>  /zookeeper (1)
[junit4:junit4]   1>  DATA:
[junit4:junit4]   1>      
[junit4:junit4]   1> 
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CollectionsAPIDistributedZkTest -Dtests.method=testDistribSearch -Dtests.seed=7DA14641F86B0A99 -Dtests.slow=true -Dtests.locale=es_CL -Dtests.timezone=Africa/Lubumbashi -Dtests.file.encoding=Cp1252
[junit4:junit4] FAILURE  321s | CollectionsAPIDistributedZkTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: There are still nodes recoverying - waited for 230 seconds
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([7DA14641F86B0A99:FC47C8598F346AA5]:0)
[junit4:junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:173)
[junit4:junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:131)
[junit4:junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:126)
[junit4:junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:512)
[junit4:junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:146)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 1775264 T4190 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 321125 T4189 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
[junit4:junit4]   2> NOTE: test params are: codec=Lucene40, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=es_CL, timezone=Africa/Lubumbashi
[junit4:junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=2,threads=1,free=172068232,total=357433344
[junit4:junit4]   2> NOTE: All tests run in this JVM: [BadCopyFieldTest, UpdateParamsTest, TestFastLRUCache, TestDefaultSimilarityFactory, QueryEqualityTest, SyncSliceTest, TestQueryTypes, TestReload, SolrCmdDistributorTest, XmlUpdateRequestHandlerTest, TestPseudoReturnFields, IndexBasedSpellCheckerTest, TimeZoneUtilsTest, TestAnalyzedSuggestions, TestLRUCache, RecoveryZkTest, ShardRoutingCustomTest, CoreContainerCoreInitFailuresTest, CurrencyFieldOpenExchangeTest, UpdateRequestProcessorFactoryTest, TestSweetSpotSimilarityFactory, TermsComponentTest, SolrTestCaseJ4Test, TestUpdate, OpenCloseCoreStressTest, TestDefaultSearchFieldResource, TestManagedSchemaFieldResource, TestJmxMonitoredMap, TestGroupingSearch, TestBinaryField, HighlighterConfigTest, TestStressVersions, ChaosMonkeyNothingIsSafeTest, TestCSVLoader, TestSchemaSimilarityResource, TestSerializedLuceneMatchVersion, TestLMJelinekMercerSimilarityFactory, TestCoreDiscovery, TestLFUCache, MoreLikeThisHandlerTest, PolyFieldTest, TestConfig, SortByFunctionTest, TestPropInject, StatsComponentTest, DocValuesMultiTest, TestDFRSimilarityFactory, LukeRequestHandlerTest, UUIDFieldTest, TestSystemIdResolver, SpatialFilterTest, DirectUpdateHandlerTest, PrimitiveFieldTypeTest, AnalysisAfterCoreReloadTest, SuggesterWFSTTest, UnloadDistributedZkTest, BasicFunctionalityTest, TestCSVResponseWriter, TestSearchPerf, DirectSolrSpellCheckerTest, FastVectorHighlighterTest, BinaryUpdateRequestHandlerTest, TestDistributedSearch, ZkNodePropsTest, TestFieldTypeCollectionResource, URLClassifyProcessorTest, DocValuesTest, TestBM25SimilarityFactory, TestCodecSupport, TestRecovery, TestFaceting, TestWordDelimiterFilterFactory, PathHierarchyTokenizerFactoryTest, TestLuceneMatchVersion, NotRequiredUniqueKeyTest, TestSchemaNameResource, ChaosMonkeyShardSplitTest, RequiredFieldsTest, SystemInfoHandlerTest, RequestHandlersTest, PrimUtilsTest, SuggesterTSTTest, CachingDirectoryFactoryTest, TestMultiCoreConfBootstrap, DistributedQueryElevationComponentTest, TestFiltering, TestFastWriter, ZkControllerTest, TestSuggestSpellingConverter, MultiTermTest, TestSolr4Spatial, TestAddFieldRealTimeGet, TestSolrXml, ZkCLITest, CSVRequestHandlerTest, TestSolrJ, RAMDirectoryFactoryTest, TestZkChroot, ChaosMonkeySafeLeaderTest, TestSolrQueryParserResource, TestFoldingMultitermQuery, MinimalSchemaTest, OutputWriterTest, LeaderElectionIntegrationTest, DisMaxRequestHandlerTest, ScriptEngineTest, SuggesterTest, QueryElevationComponentTest, TestHashPartitioner, SolrCoreTest, JsonLoaderTest, TestLMDirichletSimilarityFactory, TestRandomFaceting, TestSolrIndexConfig, ResourceLoaderTest, SearchHandlerTest, OverseerTest, TestQuerySenderListener, TestLazyCores, TestArbitraryIndexDir, TestUniqueKeyFieldResource, TestComponentsName, TestIndexSearcher, LoggingHandlerTest, TestSchemaResource, DistanceFunctionTest, SolrRequestParserTest, TestFieldCollectionResource, TestDocSet, BasicDistributedZk2Test, TestIBSimilarityFactory, PingRequestHandlerTest, TestDistributedGrouping, TestRTGBase, TestSolrXMLSerializer, FullSolrCloudDistribCmdsTest, TestQueryUtils, ExternalFileFieldSortTest, IndexSchemaRuntimeFieldTest, DOMUtilTest, CurrencyFieldXmlFileTest, BasicDistributedZkTest, CollectionsAPIDistributedZkTest]
[junit4:junit4] Completed in 322.43s, 1 test, 1 failure <<< FAILURES!

[...truncated 454 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:377: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:357: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:181: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:437: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1240: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:884: There were test failures: 295 suites, 1231 tests, 1 failure, 18 ignored (12 assumptions)

Total time: 65 minutes 42 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0_21 -XX:+UseCompressedOops -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.7.0_21) - Build # 2833 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2833/
Java: 64bit/jdk1.7.0_21 -XX:-UseCompressedOops -XX:+UseParallelGC

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

Error Message:
Server at http://127.0.0.1:52764/sj/o 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:52764/sj/o returned non ok status:500, message:Server Error
	at __randomizedtesting.SeedInfo.seed([36E9535602117EA9:B70FDD4E754E1E95]: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.GeneratedMethodAccessor41.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$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 9945 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.ShardSplitTest
[junit4:junit4]   2> 2317452 T6951 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /sj/o
[junit4:junit4]   2> 2317457 T6951 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-ShardSplitTest-1368870635829
[junit4:junit4]   2> 2317462 T6951 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 2317463 T6952 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 2317566 T6951 oasc.ZkTestServer.run start zk server on port:52745
[junit4:junit4]   2> 2317568 T6951 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2317577 T6958 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6ea21419 name:ZooKeeperConnection Watcher:127.0.0.1:52745 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2317578 T6951 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2317579 T6951 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 2317586 T6953 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13eb70c493e0000, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 2317588 T6951 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2317592 T6960 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@20197bd3 name:ZooKeeperConnection Watcher:127.0.0.1:52745/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2317593 T6951 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2317593 T6951 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 2317600 T6951 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 2317606 T6951 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 2317611 T6951 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 2317617 T6951 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 2317617 T6951 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 2317630 T6951 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\schema15.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 2317631 T6951 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 2317638 T6951 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 2317639 T6951 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 2317645 T6951 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 2317645 T6951 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 2317651 T6951 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 2317652 T6951 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 2317657 T6951 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 2317658 T6951 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 2317665 T6951 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 2317666 T6951 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 2317672 T6951 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 2317672 T6951 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 2317679 T6951 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 2317679 T6951 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 2318130 T6951 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 2318136 T6951 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52752
[junit4:junit4]   2> 2318136 T6951 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2318137 T6951 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2318137 T6951 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1368870636057
[junit4:junit4]   2> 2318139 T6951 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1368870636057\solr.xml
[junit4:junit4]   2> 2318139 T6951 oasc.CoreContainer.<init> New CoreContainer 1480074076
[junit4:junit4]   2> 2318140 T6951 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1368870636057\'
[junit4:junit4]   2> 2318140 T6951 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1368870636057\'
[junit4:junit4]   2> 2318253 T6951 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 2318254 T6951 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2318255 T6951 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 2318255 T6951 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2318255 T6951 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2318256 T6951 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2318256 T6951 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2318256 T6951 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2318257 T6951 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2318257 T6951 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 2318266 T6951 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 2318267 T6951 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52745/solr
[junit4:junit4]   2> 2318267 T6951 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 2318270 T6951 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2318292 T6971 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b00c003 name:ZooKeeperConnection Watcher:127.0.0.1:52745 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2318292 T6951 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2318295 T6951 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 2318302 T6951 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2318306 T6973 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@22631948 name:ZooKeeperConnection Watcher:127.0.0.1:52745/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2318307 T6951 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2318310 T6951 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 2318331 T6951 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 2318342 T6951 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 2318347 T6951 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52752_sj%2Fo
[junit4:junit4]   2> 2318349 T6951 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52752_sj%2Fo
[junit4:junit4]   2> 2318356 T6951 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 2318369 T6951 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 2318374 T6951 oasc.Overseer.start Overseer (id=89710305990279171-127.0.0.1:52752_sj%2Fo-n_0000000000) starting
[junit4:junit4]   2> 2318382 T6951 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 2318391 T6975 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 2318392 T6951 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 2318397 T6951 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 2318401 T6951 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2318408 T6974 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 2318413 T6976 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1368870636057\collection1
[junit4:junit4]   2> 2318413 T6976 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 2318415 T6976 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 2318415 T6976 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 2318418 T6976 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1368870636057\collection1\'
[junit4:junit4]   2> 2318420 T6976 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-controljetty-1368870636057/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 2318420 T6976 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-controljetty-1368870636057/collection1/lib/README' to classloader
[junit4:junit4]   2> 2318476 T6976 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 2318542 T6976 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2318545 T6976 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2318550 T6976 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 2319153 T6976 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2319157 T6976 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2319159 T6976 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2319166 T6976 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2319217 T6976 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2319219 T6976 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1368870636057\collection1\, dataDir=.\org.apache.solr.cloud.ShardSplitTest-1368870635827/control/data\
[junit4:junit4]   2> 2319219 T6976 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2541b7cd
[junit4:junit4]   2> 2319220 T6976 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2319220 T6976 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1368870635827/control/data\
[junit4:junit4]   2> 2319220 T6976 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ShardSplitTest-1368870635827/control/data\index/
[junit4:junit4]   2> 2319221 T6976 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ShardSplitTest-1368870635827\control\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2319221 T6976 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1368870635827/control/data\index
[junit4:junit4]   2> 2319228 T6976 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@62aac721 lockFactory=org.apache.lucene.store.NativeFSLockFactory@63b1a1b7),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2319228 T6976 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2319232 T6976 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2319232 T6976 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2319234 T6976 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2319234 T6976 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2319235 T6976 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2319235 T6976 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2319235 T6976 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2319236 T6976 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2319236 T6976 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2319246 T6976 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2319254 T6976 oass.SolrIndexSearcher.<init> Opening Searcher@15b81a41 main
[junit4:junit4]   2> 2319255 T6976 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ShardSplitTest-1368870635827\control\data\tlog
[junit4:junit4]   2> 2319257 T6976 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2319257 T6976 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2319261 T6977 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@15b81a41 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2319262 T6976 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 2319262 T6976 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2319967 T6974 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2319968 T6974 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52752_sj%2Fo",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52752/sj/o"}
[junit4:junit4]   2> 2319968 T6974 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2319968 T6974 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 2319977 T6973 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2320301 T6976 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2320301 T6976 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52752/sj/o collection:control_collection shard:shard1
[junit4:junit4]   2> 2320303 T6976 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2320338 T6976 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2320345 T6976 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2320345 T6976 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2320345 T6976 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52752/sj/o/collection1/
[junit4:junit4]   2> 2320346 T6976 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2320346 T6976 oasc.SyncStrategy.syncToMe http://127.0.0.1:52752/sj/o/collection1/ has no replicas
[junit4:junit4]   2> 2320346 T6976 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52752/sj/o/collection1/
[junit4:junit4]   2> 2320346 T6976 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2321537 T6974 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2321561 T6973 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2321574 T6976 oasc.ZkController.register We are http://127.0.0.1:52752/sj/o/collection1/ and leader is http://127.0.0.1:52752/sj/o/collection1/
[junit4:junit4]   2> 2321574 T6976 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52752/sj/o
[junit4:junit4]   2> 2321574 T6976 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 2321574 T6976 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 2321574 T6976 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2321578 T6976 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2321579 T6951 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 2321579 T6951 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2321580 T6951 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2321591 T6951 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 2321593 T6951 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2321598 T6980 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@58302e32 name:ZooKeeperConnection Watcher:127.0.0.1:52745/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2321598 T6951 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2321600 T6951 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2321603 T6951 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 2322066 T6951 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 2322072 T6951 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52764
[junit4:junit4]   2> 2322074 T6951 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2322074 T6951 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2322075 T6951 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1368870639973
[junit4:junit4]   2> 2322075 T6951 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1368870639973\solr.xml
[junit4:junit4]   2> 2322076 T6951 oasc.CoreContainer.<init> New CoreContainer 1187233981
[junit4:junit4]   2> 2322076 T6951 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1368870639973\'
[junit4:junit4]   2> 2322077 T6951 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1368870639973\'
[junit4:junit4]   2> 2322208 T6951 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 2322209 T6951 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2322209 T6951 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 2322210 T6951 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2322210 T6951 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2322212 T6951 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2322212 T6951 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2322212 T6951 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2322213 T6951 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2322213 T6951 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 2322222 T6951 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 2322223 T6951 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52745/solr
[junit4:junit4]   2> 2322223 T6951 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 2322226 T6951 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2322245 T6991 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5a08f170 name:ZooKeeperConnection Watcher:127.0.0.1:52745 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2322245 T6951 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2322249 T6951 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 2322256 T6951 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2322259 T6993 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@485e0da2 name:ZooKeeperConnection Watcher:127.0.0.1:52745/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2322260 T6951 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2322271 T6951 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2323271 T6974 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2323272 T6974 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52752_sj%2Fo",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52752/sj/o"}
[junit4:junit4]   2> 2323284 T6980 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2323284 T6993 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2323284 T6973 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2323415 T6951 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52764_sj%2Fo
[junit4:junit4]   2> 2323419 T6951 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52764_sj%2Fo
[junit4:junit4]   2> 2323425 T6980 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2323425 T6973 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2323425 T6993 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2323431 T6980 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 2323431 T6973 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 2323432 T6993 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 2323445 T6994 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1368870639973\collection1
[junit4:junit4]   2> 2323445 T6994 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 2323448 T6994 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 2323448 T6994 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 2323450 T6994 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1368870639973\collection1\'
[junit4:junit4]   2> 2323453 T6994 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty1-1368870639973/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 2323455 T6994 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty1-1368870639973/collection1/lib/README' to classloader
[junit4:junit4]   2> 2323519 T6994 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 2323595 T6994 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2323598 T6994 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2323602 T6994 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 2324291 T6994 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2324295 T6994 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2324297 T6994 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2324306 T6994 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2324344 T6994 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2324344 T6994 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1368870639973\collection1\, dataDir=.\org.apache.solr.cloud.ShardSplitTest-1368870635827/jetty1\
[junit4:junit4]   2> 2324344 T6994 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2541b7cd
[junit4:junit4]   2> 2324345 T6994 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2324345 T6994 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1368870635827/jetty1\
[junit4:junit4]   2> 2324345 T6994 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ShardSplitTest-1368870635827/jetty1\index/
[junit4:junit4]   2> 2324345 T6994 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ShardSplitTest-1368870635827\jetty1\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2324348 T6994 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1368870635827/jetty1\index
[junit4:junit4]   2> 2324352 T6994 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@a8cba56 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79ee6a17),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2324352 T6994 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2324356 T6994 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2324358 T6994 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2324358 T6994 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2324359 T6994 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2324359 T6994 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2324359 T6994 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2324360 T6994 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2324361 T6994 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2324361 T6994 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2324373 T6994 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2324382 T6994 oass.SolrIndexSearcher.<init> Opening Searcher@23b83007 main
[junit4:junit4]   2> 2324383 T6994 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ShardSplitTest-1368870635827\jetty1\tlog
[junit4:junit4]   2> 2324386 T6994 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2324386 T6994 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2324393 T6995 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@23b83007 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2324395 T6994 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 2324395 T6994 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2325002 T6974 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2325003 T6974 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52764_sj%2Fo",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52764/sj/o"}
[junit4:junit4]   2> 2325003 T6974 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 2325004 T6974 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 2325013 T6980 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2325014 T6993 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2325014 T6973 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2325541 T6994 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2325541 T6994 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52764/sj/o collection:collection1 shard:shard1
[junit4:junit4]   2> 2325542 T6994 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 2325561 T6994 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2325567 T6994 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2325567 T6994 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2325567 T6994 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52764/sj/o/collection1/
[junit4:junit4]   2> 2325567 T6994 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2325567 T6994 oasc.SyncStrategy.syncToMe http://127.0.0.1:52764/sj/o/collection1/ has no replicas
[junit4:junit4]   2> 2325567 T6994 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52764/sj/o/collection1/
[junit4:junit4]   2> 2325568 T6994 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 2326732 T6974 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2326753 T6980 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2326753 T6993 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2326753 T6973 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2326801 T6994 oasc.ZkController.register We are http://127.0.0.1:52764/sj/o/collection1/ and leader is http://127.0.0.1:52764/sj/o/collection1/
[junit4:junit4]   2> 2326801 T6994 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52764/sj/o
[junit4:junit4]   2> 2326801 T6994 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 2326802 T6994 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 2326802 T6994 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2326805 T6994 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2326807 T6951 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 2326808 T6951 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2326808 T6951 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2327315 T6951 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 2327319 T6951 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52773
[junit4:junit4]   2> 2327320 T6951 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2327320 T6951 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2327321 T6951 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1368870645190
[junit4:junit4]   2> 2327321 T6951 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1368870645190\solr.xml
[junit4:junit4]   2> 2327322 T6951 oasc.CoreContainer.<init> New CoreContainer 395367198
[junit4:junit4]   2> 2327322 T6951 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1368870645190\'
[junit4:junit4]   2> 2327323 T6951 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1368870645190\'
[junit4:junit4]   2> 2327447 T6951 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 2327448 T6951 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2327448 T6951 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 2327449 T6951 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2327449 T6951 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2327449 T6951 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2327450 T6951 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2327450 T6951 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2327451 T6951 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2327451 T6951 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 2327460 T6951 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 2327461 T6951 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52745/solr
[junit4:junit4]   2> 2327461 T6951 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 2327464 T6951 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2327483 T7007 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6b32929b name:ZooKeeperConnection Watcher:127.0.0.1:52745 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2327484 T6951 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2327488 T6951 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 2327496 T6951 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2327500 T7009 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@64fee551 name:ZooKeeperConnection Watcher:127.0.0.1:52745/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2327500 T6951 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2327509 T6951 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2328474 T6974 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2328475 T6974 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52764_sj%2Fo",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52764/sj/o"}
[junit4:junit4]   2> 2328484 T6980 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2328485 T7009 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2328485 T6993 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2328485 T6973 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2328654 T6951 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52773_sj%2Fo
[junit4:junit4]   2> 2328657 T6951 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52773_sj%2Fo
[junit4:junit4]   2> 2328662 T6980 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2328662 T6993 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2328662 T6973 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2328663 T7009 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2328663 T7009 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2328667 T6980 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2328668 T6993 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2328668 T6973 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2328677 T7010 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1368870645190\collection1
[junit4:junit4]   2> 2328679 T7010 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 2328680 T7010 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 2328680 T7010 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 2328682 T7010 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1368870645190\collection1\'
[junit4:junit4]   2> 2328684 T7010 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty2-1368870645190/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 2328685 T7010 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty2-1368870645190/collection1/lib/README' to classloader
[junit4:junit4]   2> 2328756 T7010 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 2328828 T7010 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2328830 T7010 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2328835 T7010 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 2329477 T7010 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2329482 T7010 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2329484 T7010 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2329492 T7010 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2329533 T7010 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2329534 T7010 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1368870645190\collection1\, dataDir=.\org.apache.solr.cloud.ShardSplitTest-1368870635827/jetty2\
[junit4:junit4]   2> 2329534 T7010 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2541b7cd
[junit4:junit4]   2> 2329534 T7010 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2329534 T7010 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1368870635827/jetty2\
[junit4:junit4]   2> 2329536 T7010 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ShardSplitTest-1368870635827/jetty2\index/
[junit4:junit4]   2> 2329536 T7010 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ShardSplitTest-1368870635827\jetty2\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2329536 T7010 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1368870635827/jetty2\index
[junit4:junit4]   2> 2329542 T7010 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@9e1c2de lockFactory=org.apache.lucene.store.NativeFSLockFactory@2374d671),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2329542 T7010 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2329546 T7010 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2329546 T7010 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2329547 T7010 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2329547 T7010 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2329548 T7010 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2329548 T7010 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2329548 T7010 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2329550 T7010 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2329550 T7010 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2329562 T7010 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2329571 T7010 oass.SolrIndexSearcher.<init> Opening Searcher@26725723 main
[junit4:junit4]   2> 2329572 T7010 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ShardSplitTest-1368870635827\jetty2\tlog
[junit4:junit4]   2> 2329574 T7010 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2329574 T7010 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2329580 T7011 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@26725723 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2329582 T7010 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 2329582 T7010 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2330204 T6974 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2330205 T6974 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52773_sj%2Fo",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52773/sj/o"}
[junit4:junit4]   2> 2330205 T6974 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 2330205 T6974 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard2
[junit4:junit4]   2> 2330215 T6980 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2330215 T6973 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2330215 T6993 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2330216 T7009 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2330727 T7010 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2330727 T7010 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52773/sj/o collection:collection1 shard:shard2
[junit4:junit4]   2> 2330728 T7010 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 2330743 T7010 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2330751 T7010 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2330751 T7010 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2330751 T7010 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52773/sj/o/collection1/
[junit4:junit4]   2> 2330751 T7010 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2330751 T7010 oasc.SyncStrategy.syncToMe http://127.0.0.1:52773/sj/o/collection1/ has no replicas
[junit4:junit4]   2> 2330751 T7010 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52773/sj/o/collection1/
[junit4:junit4]   2> 2330753 T7010 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 2331934 T6974 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2331954 T6980 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2331954 T6993 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2331955 T7009 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2331954 T6973 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2331979 T7010 oasc.ZkController.register We are http://127.0.0.1:52773/sj/o/collection1/ and leader is http://127.0.0.1:52773/sj/o/collection1/
[junit4:junit4]   2> 2331979 T7010 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52773/sj/o
[junit4:junit4]   2> 2331979 T7010 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 2331979 T7010 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 2331979 T7010 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2331985 T7010 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2331986 T6951 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 2331986 T6951 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2331986 T6951 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2332493 T6951 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 2332499 T6951 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52782
[junit4:junit4]   2> 2332500 T6951 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2332500 T6951 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2332500 T6951 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1368870650364
[junit4:junit4]   2> 2332501 T6951 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1368870650364\solr.xml
[junit4:junit4]   2> 2332501 T6951 oasc.CoreContainer.<init> New CoreContainer 1420299582
[junit4:junit4]   2> 2332501 T6951 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1368870650364\'
[junit4:junit4]   2> 2332503 T6951 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1368870650364\'
[junit4:junit4]   2> 2332627 T6951 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 2332628 T6951 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2332629 T6951 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 2332629 T6951 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2332629 T6951 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2332630 T6951 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2332630 T6951 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2332630 T6951 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2332631 T6951 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2332631 T6951 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 2332641 T6951 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 2332641 T6951 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52745/solr
[junit4:junit4]   2> 2332642 T6951 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 2332645 T6951 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2332662 T7023 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@450d63fa name:ZooKeeperConnection Watcher:127.0.0.1:52745 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2332662 T6951 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2332667 T6951 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 2332668 T6953 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13eb70c493e0009, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 2332673 T6951 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2332678 T7025 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7f471d54 name:ZooKeeperConnection Watcher:127.0.0.1:52745/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2332678 T6951 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2332687 T6951 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2333736 T6974 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2333738 T6974 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52773_sj%2Fo",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52773/sj/o"}
[junit4:junit4]   2> 2333748 T6980 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2333749 T7009 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2333749 T7025 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2333748 T6993 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2333748 T6973 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2333908 T6951 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52782_sj%2Fo
[junit4:junit4]   2> 2333912 T6951 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52782_sj%2Fo
[junit4:junit4]   2> 2333917 T6973 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2333917 T6993 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2333917 T7025 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2333918 T6980 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2333921 T7009 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 2333921 T7009 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2333924 T6973 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 2333924 T6980 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 2333924 T6993 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 2333924 T7025 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 2333935 T7026 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1368870650364\collection1
[junit4:junit4]   2> 2333935 T7026 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 2333937 T7026 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 2333937 T7026 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 2333939 T7026 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1368870650364\collection1\'
[junit4:junit4]   2> 2333940 T7026 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty3-1368870650364/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 2333943 T7026 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty3-1368870650364/collection1/lib/README' to classloader
[junit4:junit4]   2> 2334014 T7026 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 2334103 T7026 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2334107 T7026 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2334112 T7026 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 2334819 T7026 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2334823 T7026 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2334826 T7026 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2334832 T7026 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2334873 T7026 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2334874 T7026 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1368870650364\collection1\, dataDir=.\org.apache.solr.cloud.ShardSplitTest-1368870635827/jetty3\
[junit4:junit4]   2> 2334874 T7026 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2541b7cd
[junit4:junit4]   2> 2334874 T7026 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2334875 T7026 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1368870635827/jetty3\
[junit4:junit4]   2> 2334875 T7026 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ShardSplitTest-1368870635827/jetty3\index/
[junit4:junit4]   2> 2334875 T7026 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ShardSplitTest-1368870635827\jetty3\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2334875 T7026 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1368870635827/jetty3\index
[junit4:junit4]   2> 2334881 T7026 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@67a40be1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e2fff1f),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2334881 T7026 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2334887 T7026 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2334887 T7026 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2334889 T7026 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2334890 T7026 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2334890 T7026 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2334890 T7026 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2334890 T7026 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2334891 T7026 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2334891 T7026 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2334905 T7026 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2334913 T7026 oass.SolrIndexSearcher.<init> Opening Searcher@6ef284ee main
[junit4:junit4]   2> 2334914 T7026 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ShardSplitTest-1368870635827\jetty3\tlog
[junit4:junit4]   2> 2334917 T7026 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2334917 T7026 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2334924 T7027 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6ef284ee main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2334925 T7026 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 2334925 T7026 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2335639 T6974 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2335640 T6974 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52782_sj%2Fo",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52782/sj/o"}
[junit4:junit4]   2> 2335640 T6974 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 2335641 T6974 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 2335651 T6973 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2335652 T6993 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2335652 T6980 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2335652 T7009 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2335652 T7025 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2336193 T7026 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2336193 T7026 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52782/sj/o collection:collection1 shard:shard1
[junit4:junit4]   2> 2336203 T7026 oasc.ZkController.register We are http://127.0.0.1:52782/sj/o/collection1/ and leader is http://127.0.0.1:52764/sj/o/collection1/
[junit4:junit4]   2> 2336203 T7026 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52782/sj/o
[junit4:junit4]   2> 2336203 T7026 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 2336203 T7026 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C484 name=collection1 org.apache.solr.core.SolrCore@6f8e5828 url=http://127.0.0.1:52782/sj/o/collection1 node=127.0.0.1:52782_sj%2Fo C484_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:52782_sj%2Fo, base_url=http://127.0.0.1:52782/sj/o}
[junit4:junit4]   2> 2336204 T7028 C484 P52782 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 2336204 T7028 C484 P52782 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 2336205 T7028 C484 P52782 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 2336205 T7028 C484 P52782 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2336205 T7026 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2336209 T7028 C484 P52782 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2336210 T6951 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 2336210 T6951 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2336211 T6951 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2336227 T6984 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 4, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 2336767 T6951 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 2336773 T6951 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52792
[junit4:junit4]   2> 2336774 T6951 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2336774 T6951 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2336774 T6951 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1368870654593
[junit4:junit4]   2> 2336776 T6951 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1368870654593\solr.xml
[junit4:junit4]   2> 2336776 T6951 oasc.CoreContainer.<init> New CoreContainer 1468256742
[junit4:junit4]   2> 2336777 T6951 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1368870654593\'
[junit4:junit4]   2> 2336777 T6951 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1368870654593\'
[junit4:junit4]   2> 2336915 T6951 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 2336916 T6951 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2336916 T6951 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 2336918 T6951 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2336918 T6951 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2336918 T6951 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2336919 T6951 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2336919 T6951 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2336920 T6951 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2336920 T6951 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 2336929 T6951 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 2336930 T6951 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52745/solr
[junit4:junit4]   2> 2336930 T6951 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 2336932 T6951 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2336954 T7040 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@31885066 name:ZooKeeperConnection Watcher:127.0.0.1:52745 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2336954 T6951 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2336958 T6951 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 2336958 T6953 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13eb70c493e000b, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 2336966 T6951 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2336971 T7042 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5a6f39d1 name:ZooKeeperConnection Watcher:127.0.0.1:52745/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2336971 T6951 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2336981 T6951 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2337544 T6974 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2337545 T6974 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52782_sj%2Fo",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52782/sj/o"}
[junit4:junit4]   2> 2337555 T6973 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2337555 T6993 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2337556 T6980 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2337556 T7025 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2337556 T7042 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2337556 T7009 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2338239 T6951 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52792_sj%2Fo
[junit4:junit4]   2> 2338243 T6951 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52792_sj%2Fo
[junit4:junit4]   2> 2338248 T6973 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2338249 T6993 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2338249 T6980 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2338249 T7025 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2338250 T7042 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2338253 T7009 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 2338253 T7009 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2338256 T6993 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 2338256 T6973 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 2338256 T7025 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 2338257 T7042 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 2338256 T6980 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 2338267 T7043 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1368870654593\collection1
[junit4:junit4]   2> 2338268 T7043 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 2338270 T7043 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 2338270 T7043 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 2338273 T7043 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1368870654593\collection1\'
[junit4:junit4]   2> 2338276 T7043 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty4-1368870654593/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 2338277 T7043 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty4-1368870654593/collection1/lib/README' to classloader
[junit4:junit4]   2> 2338339 T7043 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 2338417 T7043 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2338420 T7043 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2338425 T7043 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 2338733 T6984 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 4, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   2> 2338735 T6984 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=4&state=recovering&nodeName=127.0.0.1:52782_sj%252Fo&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=2508 
[junit4:junit4]   2> 2339184 T7043 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2339189 T7043 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2339191 T7043 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2339199 T7043 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2339239 T7043 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2339240 T7043 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1368870654593\collection1\, dataDir=.\org.apache.solr.cloud.ShardSplitTest-1368870635827/jetty4\
[junit4:junit4]   2> 2339240 T7043 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2541b7cd
[junit4:junit4]   2> 2339241 T7043 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2339241 T7043 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1368870635827/jetty4\
[junit4:junit4]   2> 2339241 T7043 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ShardSplitTest-1368870635827/jetty4\index/
[junit4:junit4]   2> 2339243 T7043 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ShardSplitTest-1368870635827\jetty4\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2339243 T7043 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1368870635827/jetty4\index
[junit4:junit4]   2> 2339249 T7043 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f12819e lockFactory=org.apache.lucene.store.NativeFSLockFactory@45327e8f),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2339249 T7043 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2339254 T7043 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2339255 T7043 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2339255 T7043 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2339256 T7043 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2339257 T7043 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2339257 T7043 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2339257 T7043 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2339258 T7043 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2339258 T7043 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2339272 T7043 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2339282 T7043 oass.SolrIndexSearcher.<init> Opening Searcher@50c04846 main
[junit4:junit4]   2> 2339282 T7043 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ShardSplitTest-1368870635827\jetty4\tlog
[junit4:junit4]   2> 2339284 T7043 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2339284 T7043 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2339289 T7044 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@50c04846 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2339292 T7043 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 2339292 T7043 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2339447 T6974 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2339448 T6974 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52792_sj%2Fo",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52792/sj/o"}
[junit4:junit4]   2> 2339448 T6974 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 2339448 T6974 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard2
[junit4:junit4]   2> 2339459 T6973 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2339459 T6993 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2339459 T6980 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2339460 T7042 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2339460 T7025 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2339460 T7009 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2340553 T7043 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2340553 T7043 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52792/sj/o collection:collection1 shard:shard2
[junit4:junit4]   2> 2340560 T7043 oasc.ZkController.register We are http://127.0.0.1:52792/sj/o/collection1/ and leader is http://127.0.0.1:52773/sj/o/collection1/
[junit4:junit4]   2> 2340560 T7043 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52792/sj/o
[junit4:junit4]   2> 2340560 T7043 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 2340560 T7043 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C485 name=collection1 org.apache.solr.core.SolrCore@2cac4bb4 url=http://127.0.0.1:52792/sj/o/collection1 node=127.0.0.1:52792_sj%2Fo C485_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:52792_sj%2Fo, base_url=http://127.0.0.1:52792/sj/o}
[junit4:junit4]   2> 2340562 T7045 C485 P52792 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 2340562 T7045 C485 P52792 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 2340562 T7045 C485 P52792 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 2340562 T7045 C485 P52792 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2340562 T7043 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2340565 T7045 C485 P52792 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2340568 T6951 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 2340568 T6951 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2340568 T6951 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2340576 T6951 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2340578 T6951 oasc.AbstractFullDistribZkTestBase.waitForThingsToLevelOut Wait for recoveries to finish - wait 15 for each attempt
[junit4:junit4]   2> 2340578 T6951 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):15
[junit4:junit4]   2> 2340579 T6951 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2340580 T7003 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 5, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2>  C484_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:52782_sj%2Fo, base_url=http://127.0.0.1:52782/sj/o}
[junit4:junit4]   2> 2341242 T7028 C484 P52782 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:52764/sj/o/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 2341242 T7028 C484 P52782 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:52782/sj/o START replicas=[http://127.0.0.1:52764/sj/o/collection1/] nUpdates=100
[junit4:junit4]   2> 2341243 T7028 C484 P52782 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 2341243 T7028 C484 P52782 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 2341243 T7028 C484 P52782 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 2341243 T7028 C484 P52782 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 2341243 T7028 C484 P52782 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 2341245 T7028 C484 P52782 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:52764/sj/o/collection1/. core=collection1
[junit4:junit4]   2> 2341245 T7028 C484 P52782 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C486 name=collection1 org.apache.solr.core.SolrCore@68ca800f url=http://127.0.0.1:52764/sj/o/collection1 node=127.0.0.1:52764_sj%2Fo C486_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:52764_sj%2Fo, base_url=http://127.0.0.1:52764/sj/o, leader=true}
[junit4:junit4]   2> 2341253 T6989 C486 P52764 oasc.SolrCore.execute [collection1] webapp=/sj/o path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 2341259 T6985 C486 P52764 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2341264 T6985 C486 P52764 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@a8cba56 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79ee6a17),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2341265 T6985 C486 P52764 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2341265 T6985 C486 P52764 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@a8cba56 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79ee6a17),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@a8cba56 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79ee6a17),segFN=segments_2,generation=2}
[junit4:junit4]   2> 2341267 T6985 C486 P52764 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 2341268 T6985 C486 P52764 oass.SolrIndexSearcher.<init> Opening Searcher@636b77b6 realtime
[junit4:junit4]   2> 2341268 T6985 C486 P52764 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2341269 T6985 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 10
[junit4:junit4]   2> 2341270 T7028 C484 P52782 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 2341270 T7028 C484 P52782 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 2341275 T6987 C486 P52764 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 2341275 T6987 C486 P52764 oasc.SolrCore.execute [collection1] webapp=/sj/o path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 2341276 T7028 C484 P52782 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 2341276 T7028 C484 P52782 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 2341276 T7028 C484 P52782 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 2341279 T6988 C486 P52764 oasc.SolrCore.execute [collection1] webapp=/sj/o path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 2341280 T7028 C484 P52782 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 2341282 T7028 C484 P52782 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1368870635827/jetty3\index.20130518125059650
[junit4:junit4]   2> 2341282 T7028 C484 P52782 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@1e4f5052 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3cb72812) fullCopy=false
[junit4:junit4]   2> 2341285 T6984 C486 P52764 oasc.SolrCore.execute [collection1] webapp=/sj/o path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 2341286 T7028 C484 P52782 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 2341287 T7028 C484 P52782 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 2341287 T7028 C484 P52782 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 2341292 T7028 C484 P52782 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@67a40be1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e2fff1f),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@67a40be1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e2fff1f),segFN=segments_2,generation=2}
[junit4:junit4]   2> 2341295 T7028 C484 P52782 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 2341295 T7028 C484 P52782 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 2341295 T7028 C484 P52782 oass.SolrIndexSearcher.<init> Opening Searcher@7aaa21fa main
[junit4:junit4]   2> 2341296 T7027 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7aaa21fa main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 2341297 T7028 C484 P52782 oasc.CachingDirectoryFactory.closeCacheValue looking to close .\org.apache.solr.cloud.ShardSplitTest-1368870635827/jetty3\index.20130518125059650 [CachedDir<<refCount=0;path=.\org.apache.solr.cloud.ShardSplitTest-1368870635827/jetty3\index.20130518125059650;done=true>>]
[junit4:junit4]   2> 2341297 T7028 C484 P52782 oasc.CachingDirectoryFactory.close Closing directory: .\org.apache.solr.cloud.ShardSplitTest-1368870635827/jetty3\index.20130518125059650
[junit4:junit4]   2> 2341297 T7028 C484 P52782 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: .\org.apache.solr.cloud.ShardSplitTest-1368870635827/jetty3\index.20130518125059650
[junit4:junit4]   2> 2341297 T7028 C484 P52782 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 2341297 T7028 C484 P52782 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 2341297 T7028 C484 P52782 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 2341298 T7028 C484 P52782 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2341303 T7028 C484 P52782 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 2341351 T6974 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2341353 T6974 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52792_sj%2Fo",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52792/sj/o"}
[junit4:junit4]   2> 2341362 T6974 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52782_sj%2Fo",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52782/sj/o"}
[junit4:junit4]   2> 2341372 T6973 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2341372 T6993 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2341373 T6980 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2341373 T7025 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2341373 T7009 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2341373 T7042 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2341833 T7003 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 5, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   2> 2341833 T7003 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=5&state=recovering&nodeName=127.0.0.1:52792_sj%252Fo&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1254 
[junit4:junit4]   2> 2341836 T6951 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2343091 T6951 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C485_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:52792_sj%2Fo, base_url=http://127.0.0.1:52792/sj/o}
[junit4:junit4]   2> 2344340 T7045 C485 P52792 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:52773/sj/o/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 2344340 T7045 C485 P52792 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:52792/sj/o START replicas=[http://127.0.0.1:52773/sj/o/collection1/] nUpdates=100
[junit4:junit4]   2> 2344342 T7045 C485 P52792 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 2344342 T7045 C485 P52792 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 2344342 T7045 C485 P52792 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 2344342 T7045 C485 P52792 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 2344343 T7045 C485 P52792 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 2344343 T7045 C485 P52792 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:52773/sj/o/collection1/. core=collection1
[junit4:junit4]   2> 2344343 T7045 C485 P52792 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2344352 T6951 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C487 name=collection1 org.apache.solr.core.SolrCore@7f93d528 url=http://127.0.0.1:52773/sj/o/collection1 node=127.0.0.1:52773_sj%2Fo C487_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:52773_sj%2Fo, base_url=http://127.0.0.1:52773/sj/o, leader=true}
[junit4:junit4]   2> 2344353 T7005 C487 P52773 oasc.SolrCore.execute [collection1] webapp=/sj/o path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 2344353 T7000 C487 P52773 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2344356 T7000 C487 P52773 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@9e1c2de lockFactory=org.apache.lucene.store.NativeFSLockFactory@2374d671),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2344356 T7000 C487 P52773 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2344359 T7000 C487 P52773 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@9e1c2de lockFactory=org.apache.lucene.store.NativeFSLockFactory@2374d671),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@9e1c2de lockFactory=org.apache.lucene.store.NativeFSLockFactory@2374d671),segFN=segments_2,generation=2}
[junit4:junit4]   2> 2344360 T7000 C487 P52773 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 2344360 T7000 C487 P52773 oass.SolrIndexSearcher.<init> Opening Searcher@7b7bac23 realtime
[junit4:junit4]   2> 2344360 T7000 C487 P52773 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2344360 T7000 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 7
[junit4:junit4]   2> 2344363 T7045 C485 P52792 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 2344363 T7045 C485 P52792 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 2344366 T7002 C487 P52773 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 2344366 T7002 C487 P52773 oasc.SolrCore.execute [collection1] webapp=/sj/o path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 2344367 T7045 C485 P52792 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 2344367 T7045 C485 P52792 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 2344367 T7045 C485 P52792 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 2344370 T7004 C487 P52773 oasc.SolrCore.execute [collection1] webapp=/sj/o path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 2344371 T7045 C485 P52792 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 2344372 T7045 C485 P52792 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1368870635827/jetty4\index.20130518125102740
[junit4:junit4]   2> 2344372 T7045 C485 P52792 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@7e52d03b lockFactory=org.apache.lucene.store.NativeFSLockFactory@11ba872b) fullCopy=false
[junit4:junit4]   2> 2344375 T7003 C487 P52773 oasc.SolrCore.execute [collection1] webapp=/sj/o path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 2344377 T7045 C485 P52792 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 2344377 T7045 C485 P52792 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 2344377 T7045 C485 P52792 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 2344380 T7045 C485 P52792 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f12819e lockFactory=org.apache.lucene.store.NativeFSLockFactory@45327e8f),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f12819e lockFactory=org.apache.lucene.store.NativeFSLockFactory@45327e8f),segFN=segments_2,generation=2}
[junit4:junit4]   2> 2344380 T7045 C485 P52792 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 2344380 T7045 C485 P52792 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 2344380 T7045 C485 P52792 oass.SolrIndexSearcher.<init> Opening Searcher@46dd4d8b main
[junit4:junit4]   2> 2344382 T7044 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@46dd4d8b main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 2344383 T7045 C485 P52792 oasc.CachingDirectoryFactory.closeCacheValue looking to close .\org.apache.solr.cloud.ShardSplitTest-1368870635827/jetty4\index.20130518125102740 [CachedDir<<refCount=0;path=.\org.apache.solr.cloud.ShardSplitTest-1368870635827/jetty4\index.20130518125102740;done=true>>]
[junit4:junit4]   2> 2344383 T7045 C485 P52792 oasc.CachingDirectoryFactory.close Closing directory: .\org.apache.solr.cloud.ShardSplitTest-1368870635827/jetty4\index.20130518125102740
[junit4:junit4]   2> 2344383 T7045 C485 P52792 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: .\org.apache.solr.cloud.ShardSplitTest-1368870635827/jetty4\index.20130518125102740
[junit4:junit4]   2> 2344383 T7045 C485 P52792 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 2344383 T7045 C485 P52792 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 2344383 T7045 C485 P52792 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 2344383 T7045 C485 P52792 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2344392 T7045 C485 P52792 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 2345151 T6974 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2345152 T6974 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52792_sj%2Fo",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52792/sj/o"}
[junit4:junit4]   2> 2345165 T6980 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2345166 T6973 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2345166 T7042 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2345166 T6993 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2345168 T7009 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2345168 T7025 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2345606 T6951 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2345608 T6951 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C488 name=collection1 org.apache.solr.core.SolrCore@1e32d6e4 url=http://127.0.0.1:52752/sj/o/collection1 node=127.0.0.1:52752_sj%2Fo C488_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:52752_sj%2Fo, base_url=http://127.0.0.1:52752/sj/o, leader=true}
[junit4:junit4]   2> 2345618 T6968 C488 P52752 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2345622 T6968 C488 P52752 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@62aac721 lockFactory=org.apache.lucene.store.NativeFSLockFactory@63b1a1b7),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2345622 T6968 C488 P52752 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2345623 T6968 C488 P52752 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@62aac721 lockFactory=org.apache.lucene.store.NativeFSLockFactory@63b1a1b7),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@62aac721 lockFactory=org.apache.lucene.store.NativeFSLockFactory@63b1a1b7),segFN=segments_2,generation=2}
[junit4:junit4]   2> 2345623 T6968 C488 P52752 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 2345623 T6968 C488 P52752 oass.SolrIndexSearcher.<init> Opening Searcher@598fccbb main
[junit4:junit4]   2> 2345625 T6968 C488 P52752 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2345625 T6977 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@598fccbb main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 2345627 T6968 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 9
[junit4:junit4]   2> 2345633 T6986 C486 P52764 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2345636 T6986 C486 P52764 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@a8cba56 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79ee6a17),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@a8cba56 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79ee6a17),segFN=segments_3,generation=3}
[junit4:junit4]   2> 2345636 T6986 C486 P52764 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 2345637 T6986 C486 P52764 oass.SolrIndexSearcher.<init> Opening Searcher@1cf3945a main
[junit4:junit4]   2> 2345637 T6986 C486 P52764 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2345638 T6995 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1cf3945a main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 2345638 T6986 C486 P52764 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:52782/sj/o/collection1/, StdNode: http://127.0.0.1:52773/sj/o/collection1/, StdNode: http://127.0.0.1:52792/sj/o/collection1/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   2> 2345644 T7001 C487 P52773 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2345645 T7001 C487 P52773 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@9e1c2de lockFactory=org.apache.lucene.store.NativeFSLockFactory@2374d671),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@9e1c2de lockFactory=org.apache.lucene.store.NativeFSLockFactory@2374d671),segFN=segments_3,generation=3}
[junit4:junit4]   2> 2345647 T7001 C487 P52773 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 2345647 T7001 C487 P52773 oass.SolrIndexSearcher.<init> Opening Searcher@9cffdfb main
[junit4:junit4]   2> 2345648 T7001 C487 P52773 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2>  C485_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:52792_sj%2Fo, base_url=http://127.0.0.1:52792/sj/o}
[junit4:junit4]   2> 2345654 T7038 C485 P52792 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2345655 T7038 C485 P52792 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f12819e lockFactory=org.apache.lucene.store.NativeFSLockFactory@45327e8f),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f12819e lockFactory=org.apache.lucene.store.NativeFSLockFactory@45327e8f),segFN=segments_3,generation=3}
[junit4:junit4]   2>  C484_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:52782_sj%2Fo, base_url=http://127.0.0.1:52782/sj/o}
[junit4:junit4]   2> 2345655 T7018 C484 P52782 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2345656 T7038 C485 P52792 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 2345655 T7011 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@9cffdfb main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 2345658 T7018 C484 P52782 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@67a40be1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e2fff1f),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@67a40be1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e2fff1f),segFN=segments_3,generation=3}
[junit4:junit4]   2> 2345659 T7001 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 16
[junit4:junit4]   2> 2345659 T7038 C485 P52792 oass.SolrIndexSearcher.<init> Opening Searcher@34a12fb4 main
[junit4:junit4]   2> 2345660 T7018 C484 P52782 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 2345661 T7038 C485 P52792 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2345662 T7044 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@34a12fb4 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 2345662 T7018 C484 P52782 oass.SolrIndexSearcher.<init> Opening Searcher@15ae3195 main
[junit4:junit4]   2> 2345663 T7038 C485 P52792 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 9
[junit4:junit4]   2> 2345664 T7027 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@15ae3195 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 2345663 T7018 C484 P52782 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2345664 T7018 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 10
[junit4:junit4]   2> 2345665 T6986 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 32
[junit4:junit4]   2> 2345666 T6951 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2345670 T6987 C486 P52764 oasc.SolrCore.execute [collection1] webapp=/sj/o path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2345672 T7019 C484 P52782 oasc.SolrCore.execute [collection1] webapp=/sj/o path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2345674 T7002 C487 P52773 oasc.SolrCore.execute [collection1] webapp=/sj/o path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2345676 T7033 C485 P52792 oasc.SolrCore.execute [collection1] webapp=/sj/o path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2347938 T6968 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1435364927790383104)} 0 3
[junit4:junit4]   2> 2347950 T7033 C485 P52792 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={update.distrib=FROMLEADER&_version_=-1435364927797723136&update.from=http://127.0.0.1:52773/sj/o/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1435364927797723136)} 0 3
[junit4:junit4]   2> 2347957 T7019 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={update.distrib=FROMLEADER&_version_=-1435364927802966016&update.from=http://127.0.0.1:52764/sj/o/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1435364927802966016)} 0 3
[junit4:junit4]   2> 2347958 T6987 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={update.distrib=TOLEADER&wt=javabin&version=2} {deleteByQuery=*:* (-1435364927802966016)} 0 11
[junit4:junit4]   2> 2347959 T7002 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1435364927797723136)} 0 18
[junit4:junit4]   2> 2347964 T6969 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[a!0 (1435364927819743232)]} 0 1
[junit4:junit4]   2> 2347972 T7034 C485 P52792 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[a!0 (1435364927826034688)]} 0 0
[junit4:junit4]   2> 2347974 T7004 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[a!0 (1435364927826034688)]} 0 5
[junit4:junit4]   2> 2347975 T6988 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[a!0]} 0 8
[junit4:junit4]   2> 2347977 T6964 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[b!1 (1435364927834423296)]} 0 0
[junit4:junit4]   2> 2347985 T7020 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[b!1 (1435364927837569024)]} 0 1
[junit4:junit4]   2> 2347986 T6984 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[b!1 (1435364927837569024)]} 0 6
[junit4:junit4]   2> 2347989 T6965 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[c!2 (1435364927847006208)]} 0 0
[junit4:junit4]   2> 2347997 T7021 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[c!2 (1435364927853297664)]} 0 0
[junit4:junit4]   2> 2347998 T6989 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[c!2 (1435364927853297664)]} 0 3
[junit4:junit4]   2> 2347999 T7003 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[c!2]} 0 7
[junit4:junit4]   2> 2348003 T6966 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[d!3 (1435364927860637696)]} 0 1
[junit4:junit4]   2> 2348010 T7035 C485 P52792 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[d!3 (1435364927865880576)]} 0 0
[junit4:junit4]   2> 2348012 T7005 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[d!3 (1435364927865880576)]} 0 5
[junit4:junit4]   2> 2348015 T6967 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[e!4 (1435364927873220608)]} 0 1
[junit4:junit4]   2> 2348020 T7036 C485 P52792 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[e!4 (1435364927877414912)]} 0 0
[junit4:junit4]   2> 2348021 T7000 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[e!4 (1435364927877414912)]} 0 3
[junit4:junit4]   2> 2348024 T6968 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[f!5 (1435364927882657792)]} 0 1
[junit4:junit4]   2> 2348032 T7037 C485 P52792 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[f!5 (1435364927889997824)]} 0 0
[junit4:junit4]   2> 2348033 T7001 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[f!5 (1435364927889997824)]} 0 3
[junit4:junit4]   2> 2348034 T6985 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[f!5]} 0 8
[junit4:junit4]   2> 2348036 T6969 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[g!6 (1435364927896289280)]} 0 0
[junit4:junit4]   2> 2348045 T7016 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[g!6 (1435364927902580736)]} 0 0
[junit4:junit4]   2> 2348046 T6986 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[g!6 (1435364927902580736)]} 0 4
[junit4:junit4]   2> 2348047 T7002 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[g!6]} 0 7
[junit4:junit4]   2> 2348050 T6964 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[h!7 (1435364927910969344)]} 0 0
[junit4:junit4]   2> 2348057 T7017 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[h!7 (1435364927914115072)]} 0 1
[junit4:junit4]   2> 2348058 T6987 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[h!7 (1435364927914115072)]} 0 5
[junit4:junit4]   2> 2348061 T6965 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[i!8 (1435364927922503680)]} 0 0
[junit4:junit4]   2> 2348067 T7018 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[i!8 (1435364927925649408)]} 0 0
[junit4:junit4]   2> 2348068 T6988 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[i!8 (1435364927925649408)]} 0 4
[junit4:junit4]   2> 2348072 T6966 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[j!9 (1435364927934038016)]} 0 0
[junit4:junit4]   2> 2348078 T7019 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[j!9 (1435364927937183744)]} 0 0
[junit4:junit4]   2> 2348079 T6984 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[j!9 (1435364927937183744)]} 0 4
[junit4:junit4]   2> 2348085 T6967 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[k!10 (1435364927946620928)]} 0 1
[junit4:junit4]   2> 2348090 T7020 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[k!10 (1435364927949766656)]} 0 0
[junit4:junit4]   2> 2348091 T6989 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[k!10 (1435364927949766656)]} 0 4
[junit4:junit4]   2> 2348095 T6968 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[l!11 (1435364927958155264)]} 0 0
[junit4:junit4]   2> 2348102 T7038 C485 P52792 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[l!11 (1435364927963398144)]} 0 0
[junit4:junit4]   2> 2348104 T7004 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[l!11 (1435364927963398144)]} 0 4
[junit4:junit4]   2> 2348105 T6985 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[l!11]} 0 7
[junit4:junit4]   2> 2348107 T6969 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[m!12 (1435364927970738176)]} 0 0
[junit4:junit4]   2> 2348112 T7033 C485 P52792 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[m!12 (1435364927973883904)]} 0 0
[junit4:junit4]   2> 2348115 T7003 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[m!12 (1435364927973883904)]} 0 5
[junit4:junit4]   2> 2348118 T6964 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[n!13 (1435364927982272512)]} 0 0
[junit4:junit4]   2> 2348123 T7021 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[n!13 (1435364927985418240)]} 0 0
[junit4:junit4]   2> 2348124 T6986 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[n!13 (1435364927985418240)]} 0 3
[junit4:junit4]   2> 2348128 T6965 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[o!14 (1435364927992758272)]} 0 0
[junit4:junit4]   2> 2348133 T7034 C485 P52792 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[o!14 (1435364927995904000)]} 0 0
[junit4:junit4]   2> 2348134 T7005 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[o!14 (1435364927995904000)]} 0 3
[junit4:junit4]   2> 2348138 T6966 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[p!15 (1435364928003244032)]} 0 0
[junit4:junit4]   2> 2348145 T7016 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[p!15 (1435364928008486912)]} 0 0
[junit4:junit4]   2> 2348146 T6987 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[p!15 (1435364928008486912)]} 0 3
[junit4:junit4]   2> 2348148 T7000 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[p!15]} 0 7
[junit4:junit4]   2> 2348150 T6967 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[q!16 (1435364928015826944)]} 0 0
[junit4:junit4]   2> 2348159 T7017 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[q!16 (1435364928021069824)]} 0 0
[junit4:junit4]   2> 2348161 T6988 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[q!16 (1435364928021069824)]} 0 6
[junit4:junit4]   2> 2348162 T7001 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[q!16]} 0 9
[junit4:junit4]   2> 2348165 T6968 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[r!17 (1435364928030507008)]} 0 1
[junit4:junit4]   2> 2348170 T7035 C485 P52792 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[r!17 (1435364928033652736)]} 0 0
[junit4:junit4]   2> 2348171 T7002 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[r!17 (1435364928033652736)]} 0 4
[junit4:junit4]   2> 2348175 T6969 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[s!18 (1435364928040992768)]} 0 1
[junit4:junit4]   2> 2348181 T7018 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[s!18 (1435364928044138496)]} 0 0
[junit4:junit4]   2> 2348182 T6984 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[s!18 (1435364928044138496)]} 0 5
[junit4:junit4]   2> 2348185 T6964 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[t!19 (1435364928052527104)]} 0 0
[junit4:junit4]   2> 2348191 T7019 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[t!19 (1435364928055672832)]} 0 0
[junit4:junit4]   2> 2348192 T6989 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[t!19 (1435364928055672832)]} 0 4
[junit4:junit4]   2> 2348195 T6965 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[u!20 (1435364928063012864)]} 0 0
[junit4:junit4]   2> 2348200 T7036 C485 P52792 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[u!20 (1435364928066158592)]} 0 0
[junit4:junit4]   2> 2348203 T7004 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[u!20 (1435364928066158592)]} 0 5
[junit4:junit4]   2> 2348205 T6966 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[v!21 (1435364928073498624)]} 0 0
[junit4:junit4]   2> 2348213 T7020 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[v!21 (1435364928078741504)]} 0 0
[junit4:junit4]   2> 2348214 T6985 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[v!21 (1435364928078741504)]} 0 4
[junit4:junit4]   2> 2348215 T7003 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[v!21]} 0 7
[junit4:junit4]   2> 2348217 T6967 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[w!22 (1435364928086081536)]} 0 0
[junit4:junit4]   2> 2348222 T7021 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[w!22 (1435364928089227264)]} 0 0
[junit4:junit4]   2> 2348224 T6986 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[w!22 (1435364928089227264)]} 0 4
[junit4:junit4]   2> 2348228 T6968 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[x!23 (1435364928097615872)]} 0 0
[junit4:junit4]   2> 2348235 T7037 C485 P52792 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[x!23 (1435364928100761600)]} 0 0
[junit4:junit4]   2> 2348236 T7005 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[x!23 (1435364928100761600)]} 0 5
[junit4:junit4]   2> 2348238 T6969 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[y!24 (1435364928108101632)]} 0 0
[junit4:junit4]   2> 2348246 T7038 C485 P52792 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[y!24 (1435364928113344512)]} 0 0
[junit4:junit4]   2> 2348247 T7000 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[y!24 (1435364928113344512)]} 0 4
[junit4:junit4]   2> 2348248 T6987 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[y!24]} 0 7
[junit4:junit4]   2> 2348250 T6964 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[z!25 (1435364928120684544)]} 0 0
[junit4:junit4]   2> 2348257 T7016 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[z!25 (1435364928123830272)]} 0 0
[junit4:junit4]   2> 2348258 T6988 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[z!25 (1435364928123830272)]} 0 5
[junit4:junit4]   2> 2348261 T6965 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[a!26 (1435364928132218880)]} 0 0
[junit4:junit4]   2> 2348269 T7033 C485 P52792 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[a!26 (1435364928138510336)]} 0 0
[junit4:junit4]   2> 2348270 T7001 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[a!26 (1435364928138510336)]} 0 3
[junit4:junit4]   2> 2348271 T6984 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[a!26]} 0 7
[junit4:junit4]   2> 2348273 T6966 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[b!27 (1435364928144801792)]} 0 0
[junit4:junit4]   2> 2348280 T7017 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[b!27 (1435364928147947520)]} 0 0
[junit4:junit4]   2> 2348283 T6989 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[b!27 (1435364928147947520)]} 0 7
[junit4:junit4]   2> 2348286 T6967 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[c!28 (1435364928157384704)]} 0 1
[junit4:junit4]   2> 2348295 T7018 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[c!28 (1435364928163676160)]} 0 1
[junit4:junit4]   2> 2348295 T6985 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[c!28 (1435364928163676160)]} 0 4
[junit4:junit4]   2> 2348296 T7002 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[c!28]} 0 7
[junit4:junit4]   2> 2348301 T6969 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[d!29 (1435364928174161920)]} 0 0
[junit4:junit4]   2> 2348307 T7034 C485 P52792 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[d!29 (1435364928177307648)]} 0 0
[junit4:junit4]   2> 2348308 T7004 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[d!29 (1435364928177307648)]} 0 4
[junit4:junit4]   2> 2348312 T6964 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[e!30 (1435364928185696256)]} 0 0
[junit4:junit4]   2> 2348321 T7035 C485 P52792 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[e!30 (1435364928190939136)]} 0 0
[junit4:junit4]   2> 2348323 T7003 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[e!30 (1435364928190939136)]} 0 6
[junit4:junit4]   2> 2348324 T6986 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[e!30]} 0 9
[junit4:junit4]   2> 2348328 T6965 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[f!31 (1435364928201424896)]} 0 1
[junit4:junit4]   2> 2348334 T7036 C485 P52792 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[f!31 (1435364928204570624)]} 0 0
[junit4:junit4]   2> 2348335 T7005 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[f!31 (1435364928204570624)]} 0 5
[junit4:junit4]   2> 2348337 T6966 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[g!32 (1435364928211910656)]} 0 0
[junit4:junit4]   2> 2348343 T7019 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[g!32 (1435364928215056384)]} 0 0
[junit4:junit4]   2> 2348344 T6987 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[g!32 (1435364928215056384)]} 0 4
[junit4:junit4]   2> 2348347 T6968 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[h!33 (1435364928222396416)]} 0 0
[junit4:junit4]   2> 2348357 T7021 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[h!33 (1435364928229736448)]} 0 0
[junit4:junit4]   2> 2348358 T6984 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[h!33 (1435364928229736448)]} 0 4
[junit4:junit4]   2> 2348359 T7001 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[h!33]} 0 8
[junit4:junit4]   2> 2348361 T6967 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[i!34 (1435364928237076480)]} 0 0
[junit4:junit4]   2> 2348367 T7016 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[i!34 (1435364928241270784)]} 0 0
[junit4:junit4]   2> 2348368 T6989 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[i!34 (1435364928241270784)]} 0 3
[junit4:junit4]   2> 2348371 T6969 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[j!35 (1435364928247562240)]} 0 0
[junit4:junit4]   2> 2348380 T7017 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[j!35 (1435364928253853696)]} 0 0
[junit4:junit4]   2> 2348381 T6985 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[j!35 (1435364928253853696)]} 0 4
[junit4:junit4]   2> 2348382 T7002 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[j!35]} 0 8
[junit4:junit4]   2> 2348384 T6964 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[k!36 (1435364928261193728)]} 0 0
[junit4:junit4]   2> 2348393 T7018 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[k!36 (1435364928267485184)]} 0 0
[junit4:junit4]   2> 2348394 T6986 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[k!36 (1435364928267485184)]} 0 4
[junit4:junit4]   2> 2348395 T7004 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[k!36]} 0 7
[junit4:junit4]   2> 2348399 T6965 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[l!37 (1435364928276922368)]} 0 0
[junit4:junit4]   2> 2348404 T7037 C485 P52792 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[l!37 (1435364928280068096)]} 0 0
[junit4:junit4]   2> 2348405 T7003 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[l!37 (1435364928280068096)]} 0 3
[junit4:junit4]   2> 2348409 T6966 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[m!38 (1435364928287408128)]} 0 0
[junit4:junit4]   2> 2348416 T7033 C485 P52792 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[m!38 (1435364928292651008)]} 0 0
[junit4:junit4]   2> 2348417 T7005 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[m!38 (1435364928292651008)]} 0 3
[junit4:junit4]   2> 2348417 T6988 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[m!38]} 0 5
[junit4:junit4]   2> 2348422 T6968 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[n!39 (1435364928299991040)]} 0 1
[junit4:junit4]   2> 2348426 T7020 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[n!39 (1435364928303136768)]} 0 0
[junit4:junit4]   2> 2348427 T6987 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[n!39 (1435364928303136768)]} 0 3
[junit4:junit4]   2> 2348432 T6967 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[o!40 (1435364928311525376)]} 0 0
[junit4:junit4]   2> 2348441 T7034 C485 P52792 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[o!40 (1435364928316768256)]} 0 0
[junit4:junit4]   2> 2348442 T7000 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[o!40 (1435364928316768256)]} 0 5
[junit4:junit4]   2> 2348443 T6984 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[o!40]} 0 8
[junit4:junit4]   2> 2348446 T6969 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[p!41 (1435364928326205440)]} 0 0
[junit4:junit4]   2> 2348455 T7019 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[p!41 (1435364928332496896)]} 0 0
[junit4:junit4]   2> 2348456 T6989 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[p!41 (1435364928332496896)]} 0 4
[junit4:junit4]   2> 2348457 T7001 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[p!41]} 0 8
[junit4:junit4]   2> 2348459 T6964 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[q!42 (1435364928339836928)]} 0 0
[junit4:junit4]   2> 2348465 T7021 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[q!42 (1435364928344031232)]} 0 0
[junit4:junit4]   2> 2348466 T6985 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[q!42 (1435364928344031232)]} 0 3
[junit4:junit4]   2> 2348469 T6965 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[r!43 (1435364928350322688)]} 0 0
[junit4:junit4]   2> 2348478 T7035 C485 P52792 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[r!43 (1435364928356614144)]} 0 0
[junit4:junit4]   2> 2348479 T7002 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[r!43 (1435364928356614144)]} 0 4
[junit4:junit4]   2> 2348480 T6986 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[r!43]} 0 8
[junit4:junit4]   2> 2348483 T6966 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[s!44 (1435364928365002752)]} 0 0
[junit4:junit4]   2> 2348489 T7016 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[s!44 (1435364928369197056)]} 0 0
[junit4:junit4]   2> 2348490 T6988 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[s!44 (1435364928369197056)]} 0 3
[junit4:junit4]   2> 2348493 T6968 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[t!45 (1435364928375488512)]} 0 0
[junit4:junit4]   2> 2348500 T7017 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[t!45 (1435364928379682816)]} 0 0
[junit4:junit4]   2> 2348501 T6987 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[t!45 (1435364928379682816)]} 0 4
[junit4:junit4]   2> 2348504 T6967 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[u!46 (1435364928387022848)]} 0 0
[junit4:junit4]   2> 2348511 T7036 C485 P52792 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[u!46 (1435364928392265728)]} 0 0
[junit4:junit4]   2> 2348512 T7004 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[u!46 (1435364928392265728)]} 0 3
[junit4:junit4]   2> 2348515 T6969 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[v!47 (1435364928397508608)]} 0 1
[junit4:junit4]   2> 2348524 T7018 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[v!47 (1435364928404848640)]} 0 0
[junit4:junit4]   2> 2348525 T6984 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[v!47 (1435364928404848640)]} 0 4
[junit4:junit4]   2> 2348526 T7003 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[v!47]} 0 7
[junit4:junit4]   2> 2348529 T6964 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[w!48 (1435364928413237248)]} 0 0
[junit4:junit4]   2> 2348537 T7020 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[w!48 (1435364928418480128)]} 0 0
[junit4:junit4]   2> 2348539 T6989 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[w!48 (1435364928418480128)]} 0 5
[junit4:junit4]   2> 2348540 T7005 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[w!48]} 0 8
[junit4:junit4]   2> 2348542 T6965 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[x!49 (1435364928426868736)]} 0 0
[junit4:junit4]   2> 2348550 T7038 C485 P52792 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[x!49 (1435364928432111616)]} 0 0
[junit4:junit4]   2> 2348551 T7000 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[x!49 (1435364928432111616)]} 0 4
[junit4:junit4]   2> 2348551 T6985 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[x!49]} 0 6
[junit4:junit4]   2> 2348554 T6966 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[y!50 (1435364928439451648)]} 0 0
[junit4:junit4]   2> 2348561 T7037 C485 P52792 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[y!50 (1435364928442597376)]} 0 0
[junit4:junit4]   2> 2348563 T7001 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[y!50 (1435364928442597376)]} 0 6
[junit4:junit4]   2> 2348565 T6968 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[z!51 (1435364928450985984)]} 0 0
[junit4:junit4]   2> 2348573 T7019 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[z!51 (1435364928456228864)]} 0 0
[junit4:junit4]   2> 2348574 T6986 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[z!51 (1435364928456228864)]} 0 4
[junit4:junit4]   2> 2348575 T7002 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[z!51]} 0 7
[junit4:junit4]   2> 2348578 T6967 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[a!52 (1435364928464617472)]} 0 0
[junit4:junit4]   2> 2348587 T7033 C485 P52792 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[a!52 (1435364928470908928)]} 0 0
[junit4:junit4]   2> 2348589 T7004 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[a!52 (1435364928470908928)]} 0 5
[junit4:junit4]   2> 2348589 T6988 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[a!52]} 0 7
[junit4:junit4]   2> 2348593 T6969 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[b!53 (1435364928480346112)]} 0 0
[junit4:junit4]   2> 2348599 T7021 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[b!53 (1435364928483491840)]} 0 0
[junit4:junit4]   2> 2348600 T6987 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[b!53 (1435364928483491840)]} 0 4
[junit4:junit4]   2> 2348605 T6964 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[c!54 (1435364928491880448)]} 0 1
[junit4:junit4]   2> 2348613 T7016 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[c!54 (1435364928498171904)]} 0 0
[junit4:junit4]   2> 2348615 T6984 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[c!54 (1435364928498171904)]} 0 5
[junit4:junit4]   2> 2348616 T7003 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[c!54]} 0 9
[junit4:junit4]   2> 2348618 T6965 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[d!55 (1435364928506560512)]} 0 0
[junit4:junit4]   2> 2348627 T7034 C485 P52792 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[d!55 (1435364928511803392)]} 0 0
[junit4:junit4]   2> 2348628 T7005 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[d!55 (1435364928511803392)]} 0 5
[junit4:junit4]   2> 2348629 T6989 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[d!55]} 0 8
[junit4:junit4]   2> 2348631 T6966 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[e!56 (1435364928520192000)]} 0 0
[junit4:junit4]   2> 2348641 T7035 C485 P52792 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[e!56 (1435364928527532032)]} 0 0
[junit4:junit4]   2> 2348642 T7000 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[e!56 (1435364928527532032)]} 0 4
[junit4:junit4]   2> 2348655 T6985 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[e!56]} 0 21
[junit4:junit4]   2> 2348659 T6968 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[f!57 (1435364928549552128)]} 0 0
[junit4:junit4]   2> 2348666 T7036 C485 P52792 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[f!57 (1435364928554795008)]} 0 0
[junit4:junit4]   2> 2348667 T7001 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[f!57 (1435364928554795008)]} 0 3
[junit4:junit4]   2> 2348670 T6986 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[f!57]} 0 8
[junit4:junit4]   2> 2348672 T6967 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[g!58 (1435364928563183616)]} 0 0
[junit4:junit4]   2> 2348677 T7017 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[g!58 (1435364928566329344)]} 0 0
[junit4:junit4]   2> 2348678 T6988 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[g!58 (1435364928566329344)]} 0 3
[junit4:junit4]   2> 2348682 T6969 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[h!59 (1435364928573669376)]} 0 0
[junit4:junit4]   2> 2348691 T7018 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[h!59 (1435364928578912256)]} 0 0
[junit4:junit4]   2> 2348692 T6987 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[h!59 (1435364928578912256)]} 0 5
[junit4:junit4]   2> 2348693 T7002 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[h!59]} 0 8
[junit4:junit4]   2> 2348696 T6964 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[i!60 (1435364928588349440)]} 0 0
[junit4:junit4]   2> 2348706 T7020 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[i!60 (1435364928595689472)]} 0 0
[junit4:junit4]   2> 2348707 T6984 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[i!60 (1435364928595689472)]} 0 4
[junit4:junit4]   2> 2348708 T7004 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[i!60]} 0 9
[junit4:junit4]   2> 2348711 T6966 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[j!61 (1435364928604078080)]} 0 0
[junit4:junit4]   2> 2348721 T7019 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[j!61 (1435364928610369536)]} 0 1
[junit4:junit4]   2> 2348721 T6989 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[j!61 (1435364928610369536)]} 0 4
[junit4:junit4]   2> 2348722 T7003 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[j!61]} 0 7
[junit4:junit4]   2> 2348726 T6968 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[k!62 (1435364928619806720)]} 0 0
[junit4:junit4]   2> 2348735 T7021 C484 P52782 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52764/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[k!62 (1435364928625049600)]} 0 0
[junit4:junit4]   2> 2348736 T6985 C486 P52764 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[k!62 (1435364928625049600)]} 0 5
[junit4:junit4]   2> 2348737 T7005 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[k!62]} 0 8
[junit4:junit4]   2> 2348739 T6967 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[l!63 (1435364928633438208)]} 0 0
[junit4:junit4]   2> 2348745 T7038 C485 P52792 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={distrib.from=http://127.0.0.1:52773/sj/o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[l!63 (1435364928636583936)]} 0 0
[junit4:junit4]   2> 2348746 T7001 C487 P52773 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[l!63 (1435364928636583936)]} 0 4
[junit4:junit4]   2> 2348749 T6969 C488 P52752 oasup.LogUpdateProcessor.finish [collection1] webapp=/sj/o path=/update params={wt=javabin&version=2} {add=[m!64 (1435364928643923968)]} 0 0
[junit4:junit4]   2> 2348754 T7037 C485 P52792 oasup.LogUpdateProcessor.finish [collecti

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

Search
[junit4:junit4]   2> 2363712 T6951 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:52745 52745
[junit4:junit4]   2> 2363805 T7025 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 2365997 T7025 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 2364915 T7042 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 2365999 T6951 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 52752
[junit4:junit4]   2> 2365999 T7042 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 2366014 T6951 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
[junit4:junit4]   2> 2366015 T6951 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:52745 52745
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ShardSplitTest -Dtests.method=testDistribSearch -Dtests.seed=36E9535602117EA9 -Dtests.slow=true -Dtests.locale=in -Dtests.timezone=EAT -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   48.6s | ShardSplitTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:52764/sj/o returned non ok status:500, message:Server Error
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([36E9535602117EA9:B70FDD4E754E1E95]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:385)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
[junit4:junit4]    > 	at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:208)
[junit4:junit4]    > 	at org.apache.solr.cloud.ShardSplitTest.doTest(ShardSplitTest.java:133)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 2366025 T6951 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {id=MockFixedIntBlock(blockSize=1965), _version_=PostingsFormat(name=Memory doPackFST= true)}, docValues:{}, sim=DefaultSimilarity, locale=in, timezone=EAT
[junit4:junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=2,threads=2,free=193970448,total=426180608
[junit4:junit4]   2> NOTE: All tests run in this JVM: [SampleTest, TestDocSet, DistanceFunctionTest, TestSurroundQueryParser, UnloadDistributedZkTest, ZkNodePropsTest, URLClassifyProcessorTest, TestIBSimilarityFactory, FullSolrCloudDistribCmdsTest, TestConfig, SortByFunctionTest, LukeRequestHandlerTest, DisMaxRequestHandlerTest, TestSerializedLuceneMatchVersion, BasicFunctionalityTest, TestNumberUtils, CSVRequestHandlerTest, TestAnalyzedSuggestions, MBeansHandlerTest, TestJmxMonitoredMap, QueryEqualityTest, LegacyHTMLStripCharFilterTest, ZkCLITest, TestDynamicFieldCollectionResource, DocValuesMultiTest, UniqFieldsUpdateProcessorFactoryTest, TestAddFieldRealTimeGet, TestCollationField, TestTrie, ZkControllerTest, PeerSyncTest, TestXIncludeConfig, TestMergePolicyConfig, BasicZkTest, JsonLoaderTest, TestBinaryResponseWriter, TestPropInjectDefaults, TestPseudoReturnFields, WordBreakSolrSpellCheckerTest, TestUtils, TestDistributedSearch, OutputWriterTest, ClusterStateUpdateTest, TestDocumentBuilder, TestSchemaSimilarityResource, CoreAdminHandlerTest, TestUpdate, OverseerCollectionProcessorTest, SolrTestCaseJ4Test, TestIndexSearcher, QueryResultKeyTest, AnalysisAfterCoreReloadTest, MoreLikeThisHandlerTest, SpatialFilterTest, TestSolrXml, TestFieldCollectionResource, IndexReaderFactoryTest, XsltUpdateRequestHandlerTest, TestStressRecovery, ResponseLogComponentTest, AutoCommitTest, TestSuggestSpellingConverter, ConvertedLegacyTest, StatsComponentTest, ResourceLoaderTest, SimplePostToolTest, TestSweetSpotSimilarityFactory, TimeZoneUtilsTest, TestWriterPerf, UpdateRequestProcessorFactoryTest, TestCoreContainer, BasicDistributedZk2Test, PrimUtilsTest, HardAutoCommitTest, BinaryUpdateRequestHandlerTest, SolrRequestParserTest, TestRemoteStreaming, TermsComponentTest, SimpleFacetsTest, TestLazyCores, LoggingHandlerTest, TestRandomDVFaceting, SliceStateUpdateTest, OpenCloseCoreStressTest, TestQueryUtils, AlternateDirectoryTest, ClusterStateTest, TestHashPartitioner, DirectSolrSpellCheckerTest, TestFastLRUCache, SuggesterTest, NoCacheHeaderTest, TestRandomFaceting, AliasIntegrationTest, SliceStateTest, QueryParsingTest, LeaderElectionTest, TestMultiCoreConfBootstrap, PingRequestHandlerTest, SyncSliceTest, TestSchemaNameResource, TestSolrQueryParserResource, ScriptEngineTest, SpellingQueryConverterTest, DirectSolrConnectionTest, TestRangeQuery, QueryElevationComponentTest, SuggesterWFSTTest, SolrIndexConfigTest, TermVectorComponentDistributedTest, DistributedQueryElevationComponentTest, TestSolrCoreProperties, TestElisionMultitermQuery, TestOmitPositions, TestCopyFieldCollectionResource, BadComponentTest, TestDefaultSimilarityFactory, SolrCoreTest, EchoParamsTest, TestJoin, ReturnFieldsTest, TestCSVResponseWriter, TestFunctionQuery, SpellCheckComponentTest, DOMUtilTest, TestPerFieldSimilarity, CachingDirectoryFactoryTest, TestDFRSimilarityFactory, TestBM25SimilarityFactory, TestSort, TestArbitraryIndexDir, TestReload, FieldAnalysisRequestHandlerTest, PreAnalyzedUpdateProcessorTest, DateFieldTest, CircularListTest, DistributedSpellCheckComponentTest, TestStressVersions, MinimalSchemaTest, BadCopyFieldTest, RAMDirectoryFactoryTest, BasicDistributedZkTest, DirectUpdateHandlerOptimizeTest, ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest, OverseerTest, LeaderElectionIntegrationTest, ShardRoutingTest, RecoveryZkTest, TestReplicationHandler, ZkSolrClientTest, TestZkChroot, ShardRoutingCustomTest, TestDistributedGrouping, TestFaceting, TestRecovery, TestRealTimeGet, TestStressReorder, DistributedTermsComponentTest, TestSolr4Spatial, TestGroupingSearch, SolrCmdDistributorTest, BadIndexSchemaTest, TestFiltering, DirectUpdateHandlerTest, TestBadConfig, HighlighterTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, TestCoreDiscovery, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SpellCheckCollatorTest, SuggesterFSTTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTSTTest, TestStressLucene, TestCSVLoader, PolyFieldTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, TestSolrDeletionPolicy1, SolrInfoMBeanTest, DebugComponentTest, CacheHeaderTest, IndexBasedSpellCheckerTest, StandardRequestHandlerTest, TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, TestQueryTypes, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, DocumentBuilderTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, TestIndexingPerformance, RequiredFieldsTest, TestSolrQueryParser, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, SolrPluginUtilsTest, IndexSchemaTest, TestJmxIntegration, JSONWriterTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, TestComponentsName, SearchHandlerTest, CoreContainerCoreInitFailuresTest, TestLFUCache, HighlighterConfigTest, SOLR749Test, TestPropInject, TestQuerySenderListener, UpdateParamsTest, TestSolrIndexConfig, TestQuerySenderNoQuery, CopyFieldTest, TestSolrDeletionPolicy2, MultiTermTest, TestBinaryField, TestSearchPerf, NumericFieldsTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCharFilters, TestCodecSupport, SynonymTokenizerTest, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestFastWriter, TestPluginEnable, TestFastOutputStream, OpenExchangeRatesOrgProviderTest, PluginInfoTest, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, TestSolrXMLSerializer, PreAnalyzedFieldTest, TestSystemIdResolver, TestSolrJ, TestLRUCache, SystemInfoHandlerTest, UUIDFieldTest, FileUtilsTest, TestRTGBase, ChaosMonkeyShardSplitTest, ShardSplitTest]
[junit4:junit4] Completed in 48.60s, 1 test, 1 error <<< FAILURES!

[...truncated 60 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:377: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:357: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:181: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:437: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1240: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:884: There were test failures: 295 suites, 1231 tests, 1 error, 18 ignored (12 assumptions)

Total time: 63 minutes 5 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0_21 -XX:-UseCompressedOops -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.7.0_21) - Build # 2832 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2832/
Java: 64bit/jdk1.7.0_21 -XX:+UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSearch

Error Message:
There are still nodes recoverying - waited for 230 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 230 seconds
	at __randomizedtesting.SeedInfo.seed([DA14829CDF0B957B:5BF20C84A854F547]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:173)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:131)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:126)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:512)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:146)
	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 9552 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
[junit4:junit4]   2> 1434818 T4327 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /md_/
[junit4:junit4]   2> 1434822 T4327 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-CollectionsAPIDistributedZkTest-1368851789872
[junit4:junit4]   2> 1434824 T4327 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 1434826 T4328 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 1434925 T4327 oasc.ZkTestServer.run start zk server on port:59487
[junit4:junit4]   2> 1434929 T4327 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1434944 T4334 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@338d0bf0 name:ZooKeeperConnection Watcher:127.0.0.1:59487 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1434945 T4327 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1434945 T4327 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 1434961 T4329 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13eb5ecb83e0000, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 1434964 T4327 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1434970 T4336 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6fa7f9c7 name:ZooKeeperConnection Watcher:127.0.0.1:59487/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1434971 T4327 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1434971 T4327 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 1434987 T4327 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 1434999 T4327 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 1435011 T4327 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 1435023 T4327 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 1435025 T4327 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 1435053 T4327 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 1435054 T4327 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 1435067 T4327 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 1435069 T4327 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 1435080 T4327 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 1435082 T4327 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 1435093 T4327 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 1435094 T4327 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 1435106 T4327 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 1435107 T4327 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 1435118 T4327 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 1435122 T4327 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 1435135 T4327 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 1435136 T4327 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 1435148 T4327 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 1435149 T4327 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 1435167 T4329 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13eb5ecb83e0001, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 1435670 T4327 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1435674 T4327 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:59494
[junit4:junit4]   2> 1435674 T4327 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1435674 T4327 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1435676 T4327 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215
[junit4:junit4]   2> 1435676 T4327 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215\solr.xml
[junit4:junit4]   2> 1435676 T4327 oasc.CoreContainer.<init> New CoreContainer 1683075086
[junit4:junit4]   2> 1435677 T4327 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215\'
[junit4:junit4]   2> 1435677 T4327 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215\'
[junit4:junit4]   2> 1435769 T4327 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215
[junit4:junit4]   2> 1435771 T4327 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215\collection1
[junit4:junit4]   2> 1435773 T4327 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215\collection1\conf
[junit4:junit4]   2> 1436003 T4327 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215\collection1\conf\xslt
[junit4:junit4]   2> 1436010 T4327 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215\collection1\lib
[junit4:junit4]   2> 1436013 T4327 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215\collection1\lib\classes
[junit4:junit4]   2> 1436019 T4327 oasc.SolrCoreDiscoverer.addCore Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215\conf\core.properties, adding to cores
[junit4:junit4]   2> 1436036 T4327 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 1436037 T4327 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1436037 T4327 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 1436037 T4327 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1436038 T4327 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1436038 T4327 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1436039 T4327 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1436039 T4327 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1436039 T4327 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1436040 T4327 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 1436047 T4327 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1436047 T4327 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59487/solr
[junit4:junit4]   2> 1436047 T4327 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1436050 T4327 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1436068 T4347 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@30d73839 name:ZooKeeperConnection Watcher:127.0.0.1:59487 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1436069 T4327 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1436076 T4329 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13eb5ecb83e0002, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 1436076 T4327 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1436094 T4327 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1436100 T4349 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7186f526 name:ZooKeeperConnection Watcher:127.0.0.1:59487/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1436102 T4327 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1436106 T4327 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 1436123 T4327 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 1436129 T4327 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 1436133 T4327 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59494_md_
[junit4:junit4]   2> 1436135 T4327 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59494_md_
[junit4:junit4]   2> 1436141 T4327 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 1436155 T4327 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 1436161 T4327 oasc.Overseer.start Overseer (id=89709070901968899-127.0.0.1:59494_md_-n_0000000000) starting
[junit4:junit4]   2> 1436175 T4327 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 1436189 T4351 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 1436190 T4327 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 1436195 T4327 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 1436199 T4327 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1436204 T4350 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 1436208 T4327 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 1436208 T4327 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1436209 T4327 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1436214 T4327 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 1436216 T4327 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1436220 T4354 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@178b4ef5 name:ZooKeeperConnection Watcher:127.0.0.1:59487/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1436220 T4327 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1436222 T4327 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1436230 T4327 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 1436719 T4327 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1436723 T4327 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:59506
[junit4:junit4]   2> 1436724 T4327 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1436724 T4327 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1436725 T4327 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368851791279
[junit4:junit4]   2> 1436725 T4327 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368851791279\solr.xml
[junit4:junit4]   2> 1436725 T4327 oasc.CoreContainer.<init> New CoreContainer 450238996
[junit4:junit4]   2> 1436726 T4327 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368851791279\'
[junit4:junit4]   2> 1436726 T4327 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368851791279\'
[junit4:junit4]   2> 1436828 T4327 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368851791279
[junit4:junit4]   2> 1436830 T4327 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368851791279\collection1
[junit4:junit4]   2> 1436831 T4327 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368851791279\collection1\conf
[junit4:junit4]   2> 1437052 T4327 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368851791279\collection1\conf\xslt
[junit4:junit4]   2> 1437060 T4327 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368851791279\collection1\lib
[junit4:junit4]   2> 1437063 T4327 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368851791279\collection1\lib\classes
[junit4:junit4]   2> 1437068 T4327 oasc.SolrCoreDiscoverer.addCore Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368851791279\conf\core.properties, adding to cores
[junit4:junit4]   2> 1437086 T4327 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 1437086 T4327 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1437086 T4327 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 1437087 T4327 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1437087 T4327 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1437088 T4327 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1437088 T4327 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1437088 T4327 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1437089 T4327 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1437089 T4327 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 1437095 T4327 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1437095 T4327 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59487/solr
[junit4:junit4]   2> 1437096 T4327 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1437098 T4327 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1437116 T4365 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d921f93 name:ZooKeeperConnection Watcher:127.0.0.1:59487 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1437117 T4327 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1437122 T4327 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1437122 T4329 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13eb5ecb83e0005, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 1437130 T4327 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1437136 T4367 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@611b1cfd name:ZooKeeperConnection Watcher:127.0.0.1:59487/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1437136 T4327 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1437151 T4327 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1438144 T4327 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59506_md_
[junit4:junit4]   2> 1438152 T4327 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59506_md_
[junit4:junit4]   2> 1438162 T4367 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1438163 T4349 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1438163 T4354 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1438174 T4327 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 1438174 T4327 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1438175 T4327 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1438651 T4327 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1438656 T4327 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:59515
[junit4:junit4]   2> 1438657 T4327 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1438657 T4327 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1438657 T4327 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368851793228
[junit4:junit4]   2> 1438658 T4327 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368851793228\solr.xml
[junit4:junit4]   2> 1438658 T4327 oasc.CoreContainer.<init> New CoreContainer 99991651
[junit4:junit4]   2> 1438659 T4327 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368851793228\'
[junit4:junit4]   2> 1438659 T4327 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368851793228\'
[junit4:junit4]   2> 1438781 T4327 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368851793228
[junit4:junit4]   2> 1438783 T4327 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368851793228\collection1
[junit4:junit4]   2> 1438786 T4327 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368851793228\collection1\conf
[junit4:junit4]   2> 1439107 T4327 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368851793228\collection1\conf\xslt
[junit4:junit4]   2> 1439121 T4327 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368851793228\collection1\lib
[junit4:junit4]   2> 1439126 T4327 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368851793228\collection1\lib\classes
[junit4:junit4]   2> 1439136 T4327 oasc.SolrCoreDiscoverer.addCore Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368851793228\conf\core.properties, adding to cores
[junit4:junit4]   2> 1439159 T4327 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 1439160 T4327 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1439160 T4327 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 1439160 T4327 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1439160 T4327 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1439160 T4327 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1439161 T4327 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1439161 T4327 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1439161 T4327 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1439162 T4327 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 1439170 T4327 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1439171 T4327 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59487/solr
[junit4:junit4]   2> 1439171 T4327 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1439173 T4327 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1439193 T4379 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@21162058 name:ZooKeeperConnection Watcher:127.0.0.1:59487 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1439195 T4327 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1439200 T4327 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1439210 T4327 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1439216 T4381 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@30ee5131 name:ZooKeeperConnection Watcher:127.0.0.1:59487/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1439217 T4327 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1439233 T4327 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1440229 T4327 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59515_md_
[junit4:junit4]   2> 1440236 T4327 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59515_md_
[junit4:junit4]   2> 1440243 T4349 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 1440244 T4381 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 1440244 T4367 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 1440245 T4354 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 1440256 T4327 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 1440256 T4327 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1440256 T4327 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1440650 T4327 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1440653 T4327 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:59524
[junit4:junit4]   2> 1440654 T4327 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1440654 T4327 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1440655 T4327 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368851795312
[junit4:junit4]   2> 1440655 T4327 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368851795312\solr.xml
[junit4:junit4]   2> 1440655 T4327 oasc.CoreContainer.<init> New CoreContainer 1444953083
[junit4:junit4]   2> 1440656 T4327 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368851795312\'
[junit4:junit4]   2> 1440657 T4327 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368851795312\'
[junit4:junit4]   2> 1440767 T4327 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368851795312
[junit4:junit4]   2> 1440769 T4327 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368851795312\collection1
[junit4:junit4]   2> 1440770 T4327 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368851795312\collection1\conf
[junit4:junit4]   2> 1440966 T4327 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368851795312\collection1\conf\xslt
[junit4:junit4]   2> 1440975 T4327 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368851795312\collection1\lib
[junit4:junit4]   2> 1440978 T4327 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368851795312\collection1\lib\classes
[junit4:junit4]   2> 1440983 T4327 oasc.SolrCoreDiscoverer.addCore Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368851795312\conf\core.properties, adding to cores
[junit4:junit4]   2> 1440999 T4327 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 1441000 T4327 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1441000 T4327 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 1441001 T4327 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1441001 T4327 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1441001 T4327 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1441002 T4327 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1441002 T4327 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1441002 T4327 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1441003 T4327 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 1441011 T4327 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1441011 T4327 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59487/solr
[junit4:junit4]   2> 1441012 T4327 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1441014 T4327 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1441031 T4393 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@162120a9 name:ZooKeeperConnection Watcher:127.0.0.1:59487 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1441032 T4327 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1441037 T4327 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1441045 T4327 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1441050 T4395 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c02037a name:ZooKeeperConnection Watcher:127.0.0.1:59487/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1441050 T4327 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1441062 T4327 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1442062 T4327 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59524_md_
[junit4:junit4]   2> 1442069 T4327 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59524_md_
[junit4:junit4]   2> 1442077 T4354 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1442078 T4349 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1442078 T4367 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1442078 T4395 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1442079 T4381 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1442090 T4327 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 1442091 T4327 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1442091 T4327 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1442495 T4327 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1442498 T4327 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:59533
[junit4:junit4]   2> 1442499 T4327 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1442499 T4327 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1442499 T4327 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368851797144
[junit4:junit4]   2> 1442501 T4327 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368851797144\solr.xml
[junit4:junit4]   2> 1442501 T4327 oasc.CoreContainer.<init> New CoreContainer 2011481446
[junit4:junit4]   2> 1442501 T4327 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368851797144\'
[junit4:junit4]   2> 1442502 T4327 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368851797144\'
[junit4:junit4]   2> 1442601 T4327 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368851797144
[junit4:junit4]   2> 1442603 T4327 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368851797144\collection1
[junit4:junit4]   2> 1442604 T4327 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368851797144\collection1\conf
[junit4:junit4]   2> 1442822 T4327 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368851797144\collection1\conf\xslt
[junit4:junit4]   2> 1442829 T4327 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368851797144\collection1\lib
[junit4:junit4]   2> 1442832 T4327 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368851797144\collection1\lib\classes
[junit4:junit4]   2> 1442837 T4327 oasc.SolrCoreDiscoverer.addCore Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368851797144\conf\core.properties, adding to cores
[junit4:junit4]   2> 1442852 T4327 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 1442853 T4327 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1442853 T4327 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 1442853 T4327 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1442854 T4327 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1442854 T4327 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1442855 T4327 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1442856 T4327 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1442856 T4327 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1442857 T4327 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 1442863 T4327 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1442864 T4327 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59487/solr
[junit4:junit4]   2> 1442864 T4327 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1442866 T4327 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1442885 T4407 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@69c3e99f name:ZooKeeperConnection Watcher:127.0.0.1:59487 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1442887 T4327 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1442890 T4327 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1442895 T4327 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1442899 T4409 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@66c181e5 name:ZooKeeperConnection Watcher:127.0.0.1:59487/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1442899 T4327 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1442911 T4327 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1443906 T4327 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59533_md_
[junit4:junit4]   2> 1443908 T4327 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59533_md_
[junit4:junit4]   2> 1443918 T4409 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1443919 T4395 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1443919 T4381 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1443921 T4349 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1443921 T4367 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1443922 T4354 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1443930 T4327 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 1443931 T4327 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1443931 T4327 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1443936 T4327 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1443941 T4361 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
[junit4:junit4]   2> 1443944 T4349 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   2> 1443947 T4349 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   2> 1443948 T4351 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
[junit4:junit4]   2> 	  "operation":"createcollection",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "maxShardsPerNode":null,
[junit4:junit4]   2> 	  "createNodeSet":null,
[junit4:junit4]   2> 	  "name":"nodes_used_collection",
[junit4:junit4]   2> 	  "replicationFactor":"2"}
[junit4:junit4]   2> 1443948 T4351 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard1_replica1 as part of slice shard1 of collection nodes_used_collection on 127.0.0.1:59533_md_
[junit4:junit4]   2> 1443949 T4351 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard1_replica2 as part of slice shard1 of collection nodes_used_collection on 127.0.0.1:59515_md_
[junit4:junit4]   2> 1443950 T4351 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard2_replica1 as part of slice shard2 of collection nodes_used_collection on 127.0.0.1:59494_md_
[junit4:junit4]   2> 1443951 T4351 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard2_replica2 as part of slice shard2 of collection nodes_used_collection on 127.0.0.1:59524_md_
[junit4:junit4]   2> 1443955 T4402 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368851797144\nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 1443955 T4402 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2> 1443956 T4374 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368851793228\nodes_used_collection_shard1_replica2
[junit4:junit4]   2> 1443957 T4374 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2> 1443956 T4345 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215\nodes_used_collection_shard2_replica1
[junit4:junit4]   2> 1443958 T4345 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2> 1443957 T4402 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2> 1443959 T4402 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1443959 T4345 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2> 1443959 T4345 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1443957 T4390 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368851795312\nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 1443961 T4390 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2> 1443959 T4374 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2> 1443962 T4374 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1443963 T4345 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1443963 T4345 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2> 1443962 T4402 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1443964 T4402 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2> 1443963 T4390 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2> 1443965 T4390 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1443965 T4374 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1443965 T4374 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2> 1443969 T4345 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2> 1443969 T4390 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2> 1443971 T4402 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2> 1443975 T4345 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215\nodes_used_collection_shard2_replica1\'
[junit4:junit4]   2> 1443976 T4374 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2> 1443978 T4402 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368851797144\nodes_used_collection_shard1_replica1\'
[junit4:junit4]   2> 1443981 T4390 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2> 1443983 T4374 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368851793228\nodes_used_collection_shard1_replica2\'
[junit4:junit4]   2> 1443990 T4390 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368851795312\nodes_used_collection_shard2_replica2\'
[junit4:junit4]   2> 1444094 T4345 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1444107 T4374 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1444182 T4390 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1444185 T4402 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1444215 T4345 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1444241 T4390 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1444248 T4374 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1444251 T4390 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1444256 T4390 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
[junit4:junit4]   2> 1444262 T4345 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1444266 T4345 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
[junit4:junit4]   2> 1444302 T4402 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1444361 T4374 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1444366 T4374 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
[junit4:junit4]   2> 1444478 T4402 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1444505 T4402 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
[junit4:junit4]   2> 1445065 T4345 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1445073 T4345 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1445076 T4345 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1445371 T4345 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1445380 T4345 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1445476 T4374 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1445483 T4374 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1445490 T4345 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1445492 T4374 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1445501 T4345 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1445501 T4345 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1445501 T4345 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1445508 T4345 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1445508 T4345 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1445508 T4345 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1445508 T4345 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215\nodes_used_collection_shard2_replica1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215\nodes_used_collection_shard2_replica1\data\
[junit4:junit4]   2> 1445508 T4345 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@43c6c8fa
[junit4:junit4]   2> 1445509 T4345 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1445510 T4345 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215\nodes_used_collection_shard2_replica1\data\
[junit4:junit4]   2> 1445510 T4345 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215\nodes_used_collection_shard2_replica1\data\index/
[junit4:junit4]   2> 1445511 T4345 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215\nodes_used_collection_shard2_replica1\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1445511 T4345 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215\nodes_used_collection_shard2_replica1\data\index
[junit4:junit4]   2> 1445517 T4345 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6f449e1b lockFactory=org.apache.lucene.store.NativeFSLockFactory@64c449d2),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1445517 T4345 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1445523 T4345 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1445523 T4345 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1445524 T4345 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1445525 T4345 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1445527 T4345 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1445527 T4345 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1445527 T4345 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1445528 T4345 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1445528 T4345 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1445545 T4390 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1445565 T4345 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1445568 T4345 oass.SolrIndexSearcher.<init> Opening Searcher@2bff7e10 main
[junit4:junit4]   2> 1445568 T4345 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215\nodes_used_collection_shard2_replica1\data\tlog
[junit4:junit4]   2> 1445571 T4345 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1445571 T4345 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1445572 T4390 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1445575 T4390 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1445575 T4345 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
[junit4:junit4]   2> 1445576 T4415 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@2bff7e10 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1445598 T4374 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1445611 T4390 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1445615 T4374 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1445621 T4390 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1445624 T4374 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1445628 T4390 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1445629 T4374 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1445629 T4374 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1445630 T4374 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1445633 T4390 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1445633 T4390 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1445634 T4390 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1445634 T4374 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1445635 T4402 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1445635 T4374 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1445635 T4374 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1445635 T4374 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368851793228\nodes_used_collection_shard1_replica2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368851793228\nodes_used_collection_shard1_replica2\data\
[junit4:junit4]   2> 1445635 T4374 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@43c6c8fa
[junit4:junit4]   2> 1445635 T4374 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1445637 T4374 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368851793228\nodes_used_collection_shard1_replica2\data\
[junit4:junit4]   2> 1445637 T4374 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368851793228\nodes_used_collection_shard1_replica2\data\index/
[junit4:junit4]   2> 1445637 T4374 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368851793228\nodes_used_collection_shard1_replica2\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1445638 T4374 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368851793228\nodes_used_collection_shard1_replica2\data\index
[junit4:junit4]   2> 1445640 T4402 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1445642 T4374 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@19d48f5b lockFactory=org.apache.lucene.store.NativeFSLockFactory@6310246d),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1445642 T4374 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1445643 T4402 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1445647 T4374 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1445647 T4374 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1445647 T4374 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1445648 T4374 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1445648 T4374 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1445649 T4374 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1445649 T4390 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1445650 T4390 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1445650 T4390 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1445651 T4390 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368851795312\nodes_used_collection_shard2_replica2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368851795312\nodes_used_collection_shard2_replica2\data\
[junit4:junit4]   2> 1445651 T4390 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@43c6c8fa
[junit4:junit4]   2> 1445652 T4390 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1445650 T4374 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1445653 T4390 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368851795312\nodes_used_collection_shard2_replica2\data\
[junit4:junit4]   2> 1445653 T4390 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368851795312\nodes_used_collection_shard2_replica2\data\index/
[junit4:junit4]   2> 1445654 T4390 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368851795312\nodes_used_collection_shard2_replica2\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1445654 T4390 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368851795312\nodes_used_collection_shard2_replica2\data\index
[junit4:junit4]   2> 1445653 T4374 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1445655 T4374 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1445662 T4390 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4d4a87a6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@9615260),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1445662 T4390 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1445664 T4374 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1445665 T4390 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1445665 T4390 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1445667 T4390 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1445667 T4390 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1445668 T4390 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1445668 T4390 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1445668 T4390 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1445668 T4390 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1445668 T4390 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1445670 T4374 oass.SolrIndexSearcher.<init> Opening Searcher@6bf354be main
[junit4:junit4]   2> 1445673 T4374 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368851793228\nodes_used_collection_shard1_replica2\data\tlog
[junit4:junit4]   2> 1445679 T4402 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1445682 T4374 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1445682 T4374 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1445682 T4390 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1445685 T4374 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
[junit4:junit4]   2> 1445686 T4416 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@6bf354be main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1445688 T4390 oass.SolrIndexSearcher.<init> Opening Searcher@705c362 main
[junit4:junit4]   2> 1445688 T4390 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368851795312\nodes_used_collection_shard2_replica2\data\tlog
[junit4:junit4]   2> 1445689 T4390 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1445690 T4390 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1445694 T4390 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
[junit4:junit4]   2> 1445695 T4417 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@705c362 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1445695 T4402 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1445701 T4402 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1445702 T4402 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1445702 T4402 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1445702 T4402 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1445704 T4402 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1445704 T4402 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1445705 T4402 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1445705 T4402 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368851797144\nodes_used_collection_shard1_replica1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368851797144\nodes_used_collection_shard1_replica1\data\
[junit4:junit4]   2> 1445705 T4402 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@43c6c8fa
[junit4:junit4]   2> 1445706 T4402 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1445706 T4402 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368851797144\nodes_used_collection_shard1_replica1\data\
[junit4:junit4]   2> 1445707 T4402 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368851797144\nodes_used_collection_shard1_replica1\data\index/
[junit4:junit4]   2> 1445707 T4402 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368851797144\nodes_used_collection_shard1_replica1\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1445708 T4402 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368851797144\nodes_used_collection_shard1_replica1\data\index
[junit4:junit4]   2> 1445711 T4402 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@16d1798c lockFactory=org.apache.lucene.store.NativeFSLockFactory@98bf121),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1445712 T4402 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1445715 T4402 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1445715 T4402 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1445715 T4402 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1445716 T4402 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1445717 T4402 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1445717 T4402 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1445717 T4402 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1445718 T4402 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1445718 T4402 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1445727 T4402 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1445732 T4402 oass.SolrIndexSearcher.<init> Opening Searcher@59342fe main
[junit4:junit4]   2> 1445732 T4402 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368851797144\nodes_used_collection_shard1_replica1\data\tlog
[junit4:junit4]   2> 1445734 T4402 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1445734 T4402 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1445736 T4418 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@59342fe main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1445738 T4402 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
[junit4:junit4]   2> 1446561 T4350 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1446564 T4350 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59494_md_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59494/md_"}
[junit4:junit4]   2> 1446564 T4350 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with numShards 2
[junit4:junit4]   2> 1446584 T4350 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica2",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59515_md_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59515/md_"}
[junit4:junit4]   2> 1446597 T4350 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica2",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59524_md_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59524/md_"}
[junit4:junit4]   2> 1446610 T4350 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59533_md_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59533/md_"}
[junit4:junit4]   2> 1446627 T4367 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1446628 T4409 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1446627 T4354 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1446629 T4395 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1446628 T4349 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1446628 T4381 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1447369 T4345 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
[junit4:junit4]   2> 1447369 T4345 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:59494/md_ collection:nodes_used_collection shard:shard2
[junit4:junit4]   2> 1447371 T4345 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
[junit4:junit4]   2> 1447403 T4345 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 1447417 T4345 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up: total=2 found=1 timeoutin=179998
[junit4:junit4]   2> 1447471 T4374 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
[junit4:junit4]   2> 1447472 T4374 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:59515/md_ collection:nodes_used_collection shard:shard1
[junit4:junit4]   2> 1447474 T4374 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
[junit4:junit4]   2> 1447478 T4390 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 1447479 T4390 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:59524/md_ collection:nodes_used_collection shard:shard2
[junit4:junit4]   2> 1447508 T4374 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 1447521 T4374 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up: total=2 found=1 timeoutin=179998
[junit4:junit4]   2> 1447524 T4402 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 1447524 T4402 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:59533/md_ collection:nodes_used_collection shard:shard1
[junit4:junit4]   2> 1447863 T4345 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 1447864 T4345 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 1447865 T4345 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:59494/md_/nodes_used_collection_shard2_replica1/
[junit4:junit4]   2> 1447865 T4345 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:59494/md_ START replicas=[http://127.0.0.1:59524/md_/nodes_used_collection_shard2_replica2/] nUpdates=100
[junit4:junit4]   2> 1447866 T4345 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:59494/md_ DONE.  We have no versions.  sync failed.
[junit4:junit4]   2> 1447867 T4345 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next canidate
[junit4:junit4]   2> 1447869 T4345 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
[junit4:junit4]   2> 1447870 T4345 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:59494/md_/nodes_used_collection_shard2_replica1/
[junit4:junit4]   2> 1447871 T4345 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard2
[junit4:junit4]   2> ASYNC  NEW_CORE C288 name=nodes_used_collection_shard2_replica2 org.apache.solr.core.SolrCore@529d40db url=http://127.0.0.1:59524/md_/nodes_used_collection_shard2_replica2 node=127.0.0.1:59524_md_ C288_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica2 props:{shard=shard2, state=down, core=nodes_used_collection_shard2_replica2, collection=nodes_used_collection, node_name=127.0.0.1:59524_md_, base_url=http://127.0.0.1:59524/md_}
[junit4:junit4]   2> 1447889 T4386 C288 P59524 oasc.SolrCore.execute [nodes_used_collection_shard2_replica2] webapp=/md_ path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=2 
[junit4:junit4]   2> 1447968 T4374 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 1447969 T4374 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 1447970 T4374 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:59515/md_/nodes_used_collection_shard1_replica2/
[junit4:junit4]   2> 1447971 T4374 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:59515/md_ START replicas=[http://127.0.0.1:59533/md_/nodes_used_collection_shard1_replica1/] nUpdates=100
[junit4:junit4]   2> 1447972 T4374 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:59515/md_ DONE.  We have no versions.  sync failed.
[junit4:junit4]   2> 1447973 T4374 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next canidate
[junit4:junit4]   2> 1447973 T4374 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
[junit4:junit4]   2> 1447974 T4374 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:59515/md_/nodes_used_collection_shard1_replica2/
[junit4:junit4]   2> 1447975 T4374 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard1
[junit4:junit4]   2> ASYNC  NEW_CORE C289 name=nodes_used_collection_shard1_replica1 org.apache.solr.core.SolrCore@6304bd5d url=http://127.0.0.1:59533/md_/nodes_used_collection_shard1_replica1 node=127.0.0.1:59533_md_ C289_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica1 props:{shard=shard1, state=down, core=nodes_used_collection_shard1_replica1, collection=nodes_used_collection, node_name=127.0.0.1:59533_md_, base_url=http://127.0.0.1:59533/md_}
[junit4:junit4]   2> 1447998 T4404 C289 P59533 oasc.SolrCore.execute [nodes_used_collection_shard1_replica1] webapp=/md_ path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=2 
[junit4:junit4]   2> 1448006 T4350 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1448067 T4354 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1448067 T4367 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1448068 T4349 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1448070 T4381 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1448070 T4395 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1448069 T4409 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1448091 T4374 oasc.ZkController.register We are http://127.0.0.1:59515/md_/nodes_used_collection_shard1_replica2/ and leader is http://127.0.0.1:59515/md_/nodes_used_collection_shard1_replica2/
[junit4:junit4]   2> 1448091 T4374 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard1_replica2 baseURL=http://127.0.0.1:59515/md_
[junit4:junit4]   2> 1448092 T4374 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 1448093 T4374 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=active
[junit4:junit4]   2> 1448099 T4374 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1448100 T4374 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&shard=shard1&name=nodes_used_collection_shard1_replica2&action=CREATE&collection=nodes_used_collection&wt=javabin&qt=/admin/cores&version=2} status=0 QTime=4144 
[junit4:junit4]   2> 1448127 T4345 oasc.ZkController.register We are http://127.0.0.1:59494/md_/nodes_used_collection_shard2_replica1/ and leader is http://127.0.0.1:59494/md_/nodes_used_collection_shard2_replica1/
[junit4:junit4]   2> 1448127 T4345 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard2_replica1 baseURL=http://127.0.0.1:59494/md_
[junit4:junit4]   2> 1448127 T4345 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 1448127 T4345 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=active
[junit4:junit4]   2> 1448136 T4345 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1448139 T4345 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&shard=shard2&name=nodes_used_collection_shard2_replica1&action=CREATE&collection=nodes_used_collection&wt=javabin&qt=/admin/cores&version=2} status=0 QTime=4183 
[junit4:junit4]   2> 1448390 T4390 oasc.ZkController.register We are http://127.0.0.1:59524/md_/nodes_used_collection_shard2_replica2/ and leader is http://127.0.0.1:59494/md_/nodes_used_collection_shard2_replica1/
[junit4:junit4]   2> 1448391 T4390 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard2_replica2 baseURL=http://127.0.0.1:59524/md_
[junit4:junit4]   2> 1448392 T4390 oasc.ZkController.checkRecovery Core needs to recover:nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 1448393 T4390 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> 1448394 T4421 C288 P59524 oasc.RecoveryStrategy.run Starting recovery process.  core=nodes_used_collection_shard2_replica2 recoveringAfterStartup=true
[junit4:junit4]   2> 1448395 T4421 C288 P59524 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 1448395 T4390 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1448398 T4421 C288 P59524 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=recovering
[junit4:junit4]   2> 1448400 T4390 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&shard=shard2&name=nodes_used_collection_shard2_replica2&action=CREATE&collection=nodes_used_collection&wt=javabin&qt=/admin/cores&version=2} status=0 QTime=4444 
[junit4:junit4]   2> 1448402 T4421 C288 P59524 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1448414 T4342 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 127.0.0.1:59524_md__nodes_used_collection_shard2_replica2, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 1448430 T4402 oasc.ZkController.register We are http://127.0.0.1:59533/md_/nodes_used_collection_shard1_replica1/ and leader is http://127.0.0.1:59515/md_/nodes_used_collection_shard1_replica2/
[junit4:junit4]   2> 1448431 T4402 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard1_replica1 baseURL=http://127.0.0.1:59533/md_
[junit4:junit4]   2> 1448431 T4402 oasc.ZkController.checkRecovery Core needs to recover:nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 1448431 T4402 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> 1448433 T4422 C289 P59533 oasc.RecoveryStrategy.run Starting recovery process.  core=nodes_used_collection_shard1_replica1 recoveringAfterStartup=true
[junit4:junit4]   2> 1448433 T4422 C289 P59533 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 1448434 T4422 C289 P59533 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=recovering
[junit4:junit4]   2> 1448435 T4402 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1448437 T4422 C289 P59533 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1448437 T4402 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&shard=shard1&name=nodes_used_collection_shard1_replica1&action=CREATE&collection=nodes_used_collection&wt=javabin&qt=/admin/cores&version=2} status=0 QTime=4483 
[junit4:junit4]   2> 1448439 T4351 oasc.OverseerCollectionProcessor.createCollection Finished create command on all shards for collection: nodes_used_collection
[junit4:junit4]   2> 1448446 T4376 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 127.0.0.1:59533_md__nodes_used_collection_shard1_replica1, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 1448450 T4367 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work/qnr-0000000000 state: SyncConnected type NodeDataChanged
[junit4:junit4]   2> 1448455 T4351 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Message id:/overseer/collection-queue-work/qn-0000000000 complete, response:{success={null={responseHeader={status=0,QTime=4144},core=nodes_used_collection_shard1_replica2},null={responseHeader={status=0,QTime=4183},core=nodes_used_collection_shard2_replica1},null={responseHeader={status=0,QTime=4444},core=nodes_used_collection_shard2_replica2},null={responseHeader={status=0,QTime=4483},core=nodes_used_collection_shard1_replica1}}}
[junit4:junit4]   2> 1448458 T4361 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/collections params={numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2} status=0 QTime=4517 
[junit4:junit4]   2> 1448458 T4327 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 1448460 T4327 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1448463 T4424 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@64a5a4ff name:ZooKeeperConnection Watcher:127.0.0.1:59487/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1448463 T4327 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1448465 T4327 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1448481 T4327 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 1448484 T4327 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1448488 T4426 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@297093ee name:ZooKeeperConnection Watcher:127.0.0.1:59487/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1448488 T4327 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1448490 T4327 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1448500 T4372 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=4&maxShardsPerNode=5&name=awholynewcollection_0&replicationFactor=5&action=CREATE&wt=javabin&version=2
[junit4:junit4]   2> 1448502 T4349 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   2> 1448506 T4351 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000002 message:{
[junit4:junit4]   2> 	  "operation":"createcollection",
[junit4:junit4]   2> 	  "numShards":"4",
[junit4:junit4]   2> 	  "maxShardsPerNode":"5",
[junit4:junit4]   2> 	  "createNodeSet":null,
[junit4:junit4]   2> 	  "name":"awholynewcollection_0",
[junit4:junit4]   2> 	  "replicationFactor":"5"}
[junit4:junit4]   2> 1448506 T4351 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica1 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:59494_md_
[junit4:junit4]   2> 1448506 T4351 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica2 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:59533_md_
[junit4:junit4]   2> 1448508 T4351 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica3 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:59506_md_
[junit4:junit4]   2> 1448508 T4351 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica4 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:59524_md_
[junit4:junit4]   2> 1448508 T4351 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica5 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:59515_md_
[junit4:junit4]   2> 1448508 T4351 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica1 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:59494_md_
[junit4:junit4]   2> 1448508 T4351 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica2 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:59533_md_
[junit4:junit4]   2> 1448508 T4358 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica3' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368851791279\awholynewcollection_0_shard1_replica3
[junit4:junit4]   2> 1448509 T4343 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215\awholynewcollection_0_shard1_replica1
[junit4:junit4]   2> 1448509 T4343 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1448509 T4351 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica3 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:59506_md_
[junit4:junit4]   2> 1448512 T4344 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215\awholynewcollection_0_shard2_replica1
[junit4:junit4]   2> 1448513 T4344 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1448510 T4400 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368851797144\awholynewcollection_0_shard1_replica2
[junit4:junit4]   2> 1448514 T4400 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1448510 T4388 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica4' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368851795312\awholynewcollection_0_shard1_replica4
[junit4:junit4]   2> 1448515 T4388 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1448509 T4358 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1448515 T4400 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 1448516 T4400 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1448515 T4344 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 1448516 T4344 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1448514 T4359 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica3' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368851791279\awholynewcollection_0_shard2_replica3
[junit4:junit4]   2> 1448513 T4343 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 1448518 T4343 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1448513 T4401 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368851797144\awholynewcollection_0_shard2_replica2
[junit4:junit4]   2> 1448519 T4401 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1448519 T4400 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1448520 T4400 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 1448512 T4373 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica5' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368851793228\awholynewcollection_0_shard1_replica5
[junit4:junit4]   2> 1448521 T4373 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1448512 T4351 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica4 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:59524_md_
[junit4:junit4]   2> 1448521 T4401 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 1448522 T4401 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1448521 T4343 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1448523 T4343 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 1448521 T4344 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1448525 T4344 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 1448518 T4359 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1448517 T4358 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 1448516 T4388 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 1448527 T4388 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1448528 T4401 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1448528 T4401 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 1448528 T4359 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1448529 T4359 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1448526 T4358 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1448525 T4389 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica4' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368851795312\awholynewcollection_0_shard2_replica4
[junit4:junit4]   2> 1448531 T4389 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1448532 T4400 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1448522 T4373 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 1448533 T4373 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1448522 T4351 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica5 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:59515_md_
[junit4:junit4]   2> 1448534 T4351 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard3_replica1 as part of slice shard3 of collection awholynewcollection_0 on 127.0.0.1:59494_md_
[junit4:junit4]   2> 1448535 T4351 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard3_replica2 as part of slice shard3 of collection awholynewcollection_0 on 127.0.0.1:59533_md_
[junit4:junit4]   2> 1448535 T4351 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard3_replica3 as part of slice shard3 of collection awholynewcollection_0 on 127.0.0.1:59506_md_
[junit4:junit4]   2> 1448537 T4351 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard3_replica4 as part of slice shard3 of collection awholynewcollection_0 on 127.0.0.1:59524_md_
[junit4:junit4]   2> 1448537 T4351 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard3_replica5 as part of slice shard3 of collection awholynewcollection_0 on 127.0.0.1:59515_md_
[junit4:junit4]   2> 1448538 T4351 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard4_replica1 as part of slice shard4 of collection awholynewcollection_0 on 127.0.0.1:59494_md_
[junit4:junit4]   2> 1448539 T4351 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard4_replica2 as part of slice shard4 of collection awholynewcollection_0 on 127.0.0.1:59533_md_
[junit4:junit4]   2> 1448539 T4343 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1448539 T4351 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard4_replica3 as part of slice shard4 of collection awholynewcollection_0 on 127.0.0.1:59506_md_
[junit4:junit4]   2> 1448541 T4359 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368851791279\awholynewcollection_0_shard2_replica3\'
[junit4:junit4]   2> 1448552 T4388 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 1448555 T4344 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1448556 T4358 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 1448558 T4400 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368851797144\awholynewcollection_0_shard1_replica2\'
[junit4:junit4]   2> 1448560 T4351 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard4_replica4 as part of slice shard4 of collection awholynewcollection_0 on 127.0.0.1:59524_md_
[junit4:junit4]   2> 1448561 T4389 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1448561 T4389 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1448563 T4351 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard4_replica5 as part of slice shard4 of collection awholynewcollection_0 on 127.0.0.1:59515_md_
[junit4:junit4]   2> 1448567 T4343 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215\awholynewcollection_0_shard1_replica1\'
[junit4:junit4]   2> 1448566 T4375 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica5' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368851793228\awholynewcollection_0_shard2_replica5
[junit4:junit4]   2> 1448569 T4375 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1448565 T4373 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 1448575 T4391 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard3_replica4' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368851795312\awholynewcollection_0_shard3_replica4
[junit4:junit4]   2> 1448575 T4391 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1448563 T4401 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1448577 T4389 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368851795312\awholynewcollection_0_shard2_replica4\'
[junit4:junit4]   2> 1448574 T4360 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard4_replica3' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368851791279\awholynewcollection_0_shard4_replica3
[junit4:junit4]   2> 1448601 T4360 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1448602 T4391 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1448602 T4391 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1448572 T4403 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard3_replica2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368851797144\awholynewcollection_0_shard3_replica2
[junit4:junit4]   2> 1448622 T4403 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1448632 T4400 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1448642 T4358 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1448596 T4375 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1448644 T4375 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1448593 T4388 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1448593 T4362 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard3_replica3' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368851791279\awholynewcollection_0_shard3_replica3
[junit4:junit4]   2> 1448645 T4362 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1448646 T4359 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1448589 T4344 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215\awholynewcollection_0_shard2_replica1\'
[junit4:junit4]   2> 1448589 T4377 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard3_replica5' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368851793228\awholynewcollection_0_shard3_replica5
[junit4:junit4]   2> 1448647 T4377 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1448589 T4345 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard4_replica1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215\awholynewcollection_0_shard4_replica1
[junit4:junit4]   2> 1448665 T4373 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1448666 T4377 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1448667 T4377 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1448667 T4391 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368851795312\awholynewcollection_0_shard3_replica4\'
[junit4:junit4]   2> 1448669 T4362 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1448669 T4362 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1448589 T4340 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard3_replica1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215\awholynewcollection_0_shard3_replica1
[junit4:junit4]   2> 1448670 T4340 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1448588 T4404 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard4_replica2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368851797144\awholynewcollection_0_shard4_replica2
[junit4:junit4]   2> 1448671 T4404 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1448674 T4375 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368851793228\awholynewcollection_0_shard2_replica5\'
[junit4:junit4]   2> 1448588 T4386 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard4_replica4' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368851795312\awholynewcollection_0_shard4_replica4
[junit4:junit4]   2> 1448675 T4386 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1448676 T4388 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368851795312\awholynewcollection_0_shard1_replica4\'
[junit4:junit4]   2> 1448678 T4358 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368851791279\awholynewcollection_0_shard1_replica3\'
[junit4:junit4]   2> 1448588 T4374 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard4_replica5' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368851793228\awholynewcollection_0_shard4_replica5
[junit4:junit4]   2> 1448682 T4374 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1448665 T4345 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1448643 T4360 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1448705 T4360 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1448706 T4340 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1448706 T4340 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1448707 T4404 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1448707 T4404 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1448708 T4386 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1448708 T4386 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1448708 T4377 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368851793228\awholynewcollection_0_shard3_replica5\'
[junit4:junit4]   2> 1448643 T4403 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1448632 T4401 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368851797144\awholynewcollection_0_shard2_replica2\'
[junit4:junit4]   2> 1448716 T4362 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368851791279\awholynewcollection_0_shard3_replica3\'
[junit4:junit4]   2> 1448717 T4403 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1448707 T4373 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368851793228\awholynewcollection_0_shard1_replica5\'
[junit4:junit4]   2> 1448736 T4389 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1448770 T4359 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1448801 T4358 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1448869 T4358 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1448871 T4375 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1448877 T4343 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1448882 T4345 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1448883 T4345 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1448907 T4374 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1448907 T4374 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1448914 T4404 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368851797144\awholynewcollection_0_shard4_replica2\'
[junit4:junit4]   2> 1448915 T4403 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368851797144\awholynewcollection_0_shard3_replica2\'
[junit4:junit4]   2> 1448918 T4359 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1448918 T4358 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1448920 T4340 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215\awholynewcollection_0_shard3_replica1\'
[junit4:junit4]   2> 1448925 T4345 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215\awholynewcollection_0_shard4_replica1\'
[junit4:junit4]   2> 1448932 T4360 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368851791279\awholynewcollection_0_shard4_replica3\'
[junit4:junit4]   2> 1448938 T4386 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368851795312\awholynewcollection_0_shard4_replica4\'
[junit4:junit4]   2> 1448941 T4374 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368851793228\awholynewcollection_0_shard4_replica5\'
[junit4:junit4]   2> 1448977 T4400 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1449001 T4358 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica3] Schema name=test
[junit4:junit4]   2> 1449001 T4343 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1449005 T4359 oass.IndexSchema.readSchema [awholynewcollection_0_shard2_replica3] Schema name=test
[junit4:junit4]   2> 1449086 T4344 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1449121 T4401 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1449133 T4389 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1449142 T4344 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1449159 T4343 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1449161 T4400 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1449165 T4343 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica1] Schema name=test
[junit4:junit4]   2> 1449185 T4362 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1449200 T4400 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica2] Schema name=test
[junit4:junit4]   2> 1449232 T4388 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1449237 T4389 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1449291 T4344 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1449316 T4344 oass.IndexSchema.readSchema [awholynewcollection_0_shard2_replica1] Schema name=test
[junit4:junit4]   2> 1449317 T4373 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1449321 T4389 oass.IndexSchema.readSchema [awholynewcollection_0_shard2_replica4] Schema name=test
[junit4:junit4]   2> 1449390 T4401 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1449401 T4374 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1449414 T4403 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1449433 T4386 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1449476 T4401 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1449493 T4350 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1449497 T4350 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:59515_md__nodes_used_collection_shard1_replica2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica2",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59515_md_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59515/md_"}
[junit4:junit4]   2> 1449512 T4401 oass.IndexSchema.readSchema [awholynewcollection_0_shard2_replica2] Schema name=test
[junit4:junit4]   2> 1449519 T4350 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:59494_md__nodes_used_collection_shard2_replica1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59494_md_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59494/md_"}
[junit4:junit4]   2> 1449539 T4350 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:59524_md__nodes_used_collection_shard2_replica2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica2",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59524_md_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59524/md_"}
[junit4:junit4]   2> 1449555 T4350 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:59533_md__nodes_used_collection_shard1_replica1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59533_md_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59533/md_"}
[junit4:junit4]   2> 1449566 T4377 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1449575 T4426 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1449575 T4367 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1449581 T4409 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1449575 T4349 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1449580 T4381 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1449580 T4395 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1449575 T4354 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1449575 T4424 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1449614 T4340 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1449653 T4388 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1449711 T4362 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1449769 T4374 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1449790 T4388 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1449791 T4362 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1449795 T4362 oass.IndexSchema.readSchema [awholynewcollection_0_shard3_replica3] Schema name=test
[junit4:junit4]   2> 1449796 T4374 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1449815 T4374 oass.IndexSchema.readSchema [awholynewcollection_0_shard4_replica5] Schema name=test
[junit4:junit4]   2> 1449818 T4388 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica4] Schema name=test
[junit4:junit4]   2> 1449866 T4403 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1449871 T4403 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1449969 T4377 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1450104 T4391 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1450158 T4391 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1450184 T4404 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1450188 T4386 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1450203 T4345 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1450262 T4377 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1450263 T4342 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 127.0.0.1:59524_md__nodes_used_collection_shard2_replica2, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   2> 1450263 T4342 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:59524_md__nodes_used_collection_shard2_replica2&state=recovering&nodeName=127.0.0.1:59524_md_&action=PREPRECOVERY&checkLive=true&core=nodes_used_collection_shard2_replica1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1849 
[junit4:junit4]   2> 1450263 T4391 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1450262 T4376 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 127.0.0.1:59533_md__nodes_used_collection_shard1_replica1, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   2> 1450264 T4376 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:59533_md__nodes_used_collection_shard1_replica1&state=recovering&nodeName=127.0.0.1:59533_md_&action=PREPRECOVERY&checkLive=true&core=nodes_used_collection_shard1_replica2&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1819 
[junit4:junit4]   2> 1450264 T4403 oass.IndexSchema.readSchema [awholynewcollection_0_shard3_replica2] Schema name=test
[junit4:junit4]   2> 1450284 T4386 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1450307 T4386 oass.IndexSchema.readSchema [awholynewcollection_0_shard4_replica4] Schema name=test
[junit4:junit4]   2> 1450309 T4391 oass.IndexSchema.readSchema [awholynewcollection_0_shard3_replica4] Schema name=test
[junit4:junit4]   2> 1450314 T4377 oass.IndexSchema.readSchema [awholynewcollection_0_shard3_replica5] Schema name=test
[junit4:junit4]   2> 1450400 T4360 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1450529 T4373 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1450727 T4373 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1450779 T4375 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1450825 T4340 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1450850 T4360 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1450888 T4345 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1450961 T4375 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1450966 T4375 oass.IndexSchema.readSchema [awholynewcollection_0_shard2_replica5] Schema name=test
[junit4:junit4]   2> 1450980 T4340 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1450980 T4345 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1450982 T4360 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1451000 T4373 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica5] Schema name=test
[junit4:junit4]   2> 1451005 T4360 oass.IndexSchema.readSchema [awholynewcollection_0_shard4_replica3] Schema name=test
[junit4:junit4]   2> 1451007 T4340 oass.IndexSchema.readSchema [awholynewcollection_0_shard3_replica1] Schema name=test
[junit4:junit4]   2> 1451009 T4345 oass.IndexSchema.readSchema [awholynewcollection_0_shard4_replica1] Schema name=test
[junit4:junit4]   2> 1451290 T4404 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1451305 T4404 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1451321 T4404 oass.IndexSchema.readSchema [awholynewcollection_0_shard4_replica2] Schema name=test
[junit4:junit4]   2>  C288_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica2 props:{shard=shard2, state=recovering, core=nodes_used_collection_shard2_replica2, collection=nodes_used_collection, node_name=127.0.0.1:59524_md_, base_url=http://127.0.0.1:59524/md_}
[junit4:junit4]   2> 1452112 T4421 C288 P59524 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:59494/md_/nodes_used_collection_shard2_replica1/ core=nodes_used_collection_shard2_replica2 - recoveringAfterStartup=true
[junit4:junit4]   2> 1452112 T4421 C288 P59524 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:59524/md_ START replicas=[http://127.0.0.1:59494/md_/nodes_used_collection_shard2_replica1/] nUpdates=100
[junit4:junit4]   2> 1452112 T4421 C288 P59524 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 1452112 T4421 C288 P59524 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 1452112 T4421 C288 P59524 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 1452112 T4421 C288 P59524 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 1452112 T4421 C288 P59524 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 1452113 T4421 C288 P59524 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:59494/md_/nodes_used_collection_shard2_replica1/. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 1452113 T4421 C288 P59524 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2>  C289_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica1 props:{shard=shard1, state=recovering, core=nodes_used_collection_shard1_replica1, collection=nodes_used_collection, node_name=127.0.0.1:59533_md_, base_url=http://127.0.0.1:59533/md_}
[junit4:junit4]   2> 1452116 T4422 C289 P59533 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:59515/md_/nodes_used_collection_shard1_replica2/ core=nodes_used_collection_shard1_replica1 - recoveringAfterStartup=true
[junit4:junit4]   2> 1452117 T4422 C289 P59533 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:59533/md_ START replicas=[http://127.0.0.1:59515/md_/nodes_used_collection_shard1_replica2/] nUpdates=100
[junit4:junit4]   2> 1452117 T4422 C289 P59533 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 1452117 T4422 C289 P59533 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 1452117 T4422 C289 P59533 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 1452117 T4422 C289 P59533 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 1452117 T4422 C289 P59533 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 1452118 T4422 C289 P59533 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:59515/md_/nodes_used_collection_shard1_replica2/. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 1452118 T4422 C289 P59533 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C290 name=nodes_used_collection_shard2_replica1 org.apache.solr.core.SolrCore@89e6412 url=http://127.0.0.1:59494/md_/nodes_used_collection_shard2_replica1 node=127.0.0.1:59494_md_ C290_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica1 props:{shard=shard2, state=active, core=nodes_used_collection_shard2_replica1, collection=nodes_used_collection, node_name=127.0.0.1:59494_md_, base_url=http://127.0.0.1:59494/md_, leader=true}
[junit4:junit4]   2> 1452267 T4341 C290 P59494 oasc.SolrCore.execute [nodes_used_collection_shard2_replica1] webapp=/md_ path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 1452317 T4342 C290 P59494 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1452321 T4342 C290 P59494 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6f449e1b lockFactory=org.apache.lucene.store.NativeFSLockFactory@64c449d2),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1452322 T4342 C290 P59494 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1452325 T4342 C290 P59494 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6f449e1b lockFactory=org.apache.lucene.store.NativeFSLockFactory@64c449d2),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6f449e1b lockFactory=org.apache.lucene.store.NativeFSLockFactory@64c449d2),segFN=segments_2,generation=2}
[junit4:junit4]   2> 1452326 T4342 C290 P59494 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 1452326 T4342 C290 P59494 oass.SolrIndexSearcher.<init> Opening Searcher@3999e126 realtime
[junit4:junit4]   2> 1452326 T4342 C290 P59494 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1452326 T4342 C290 P59494 oasup.LogUpdateProcessor.finish [nodes_used_collection_shard2_replica1] webapp=/md_ path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 9
[junit4:junit4]   2> 1452327 T4421 C288 P59524 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 1452327 T4421 C288 P59524 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 1452403 T4342 C290 P59494 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 1452404 T4342 C290 P59494 oasc.SolrCore.execute [nodes_used_collection_shard2_replica1] webapp=/md_ path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   2> 1452405 T4421 C288 P59524 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 1452405 T4421 C288 P59524 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 1452405 T4421 C288 P59524 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 1452422 T4341 C290 P59494 oasc.SolrCore.execute [nodes_used_collection_shard2_replica1] webapp=/md_ path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=15 
[junit4:junit4]   2> 1452423 T4421 C288 P59524 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> ASYNC  NEW_CORE C291 name=nodes_used_collection_shard1_replica2 org.apache.solr.core.SolrCore@13162e2b url=http://127.0.0.1:59515/md_/nodes_used_collection_shard1_replica2 node=127.0.0.1:59515_md_ C291_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica2 props:{shard=shard1, state=active, core=nodes_used_collection_shard1_replica2, collection=nodes_used_collection, node_name=127.0.0.1:59515_md_, base_url=http://127.0.0.1:59515/md_, leader=true}
[junit4:junit4]   2> 1452429 T4444 C291 P59515 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1452527 T4421 C288 P59524 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368851795312\nodes_used_collection_shard2_replica2\data\index.20130518053647472
[junit4:junit4]   2> 1452527 T4421 C288 P59524 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@466751de lockFactory=org.apache.lucene.store.NativeFSLockFactory@137a115e) fullCopy=false
[junit4:junit4]   2> 1452625 T4444 C291 P59515 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@19d48f5b lockFactory=org.apache.lucene.store.NativeFSLockFactory@6310246d),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1452626 T4444 C291 P59515 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1452627 T4342 C290 P59494 oasc.SolrCore.execute [nodes_used_collection_shard2_replica1] webapp=/md_ path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 1452627 T4444 C291 P59515 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@19d48f5b lockFactory=org.apache.lucene.store.NativeFSLockFactory@6310246d),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@19d48f5b lockFactory=org.apache.lucene.store.NativeFSLockFactory@6310246d),segFN=segments_2,generation=2}
[junit4:junit4]   2> 1452715 T4444 C291 P59515 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 1452716 T4444 C291 P59515 oass.SolrIndexSearcher.<init> Opening Searcher@4672c881 realtime
[junit4:junit4]   2> 1452768 T4444 C291 P59515 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1452768 T4444 C291 P59515 oasup.LogUpdateProcessor.finish [nodes_used_collection_shard1_replica2] webapp=/md_ path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 339
[junit4:junit4]   2> 1452716 T4421 C288 P59524 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 1452770 T4422 C289 P59533 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 1452770 T4422 C289 P59533 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 1452791 T4376 C291 P59515 oasc.SolrCore.execute [nodes_used_collection_shard1_replica2] webapp=/md_ path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 1452792 T4447 C291 P59515 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 1452792 T4447 C291 P59515 oasc.SolrCore.execute [nodes_used_collection_shard1_replica2] webapp=/md_ path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=17 
[junit4:junit4]   2> 1452793 T4421 C288 P59524 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 1452794 T4421 C288 P59524 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 1452793 T4422 C289 P59533 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 1452794 T4422 C289 P59533 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 1452794 T4422 C289 P59533 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 1452796 T4421 C288 P59524 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4d4a87a6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@9615260),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4d4a87a6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@9615260),segFN=segments_2,generation=2}
[junit4:junit4]   2> 1452802 T4421 C288 P59524 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 1452802 T4421 C288 P59524 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 1452802 T4421 C288 P59524 oass.SolrIndexSearcher.<init> Opening Searcher@7fb6dd03 main
[junit4:junit4]   2> 1452802 T4417 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@7fb6dd03 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 1452802 T4444 C291 P59515 oasc.SolrCore.execute [nodes_used_collection_shard1_replica2] webapp=/md_ path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 1452804 T4422 C289 P59533 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 1452804 T4421 C288 P59524 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368851795312\nodes_used_collection_shard2_replica2\data\index.20130518053647472 [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368851795312\nodes_used_collection_shard2_replica2\data\index.20130518053647472;done=true>>]
[junit4:junit4]   2> 1452804 T4421 C288 P59524 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368851795312\nodes_used_collection_shard2_replica2\data\index.20130518053647472
[junit4:junit4]   2> 1452805 T4422 C289 P59533 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368851797144\nodes_used_collection_shard1_replica1\data\index.20130518053647853
[junit4:junit4]   2> 1452805 T4422 C289 P59533 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@320ee75b lockFactory=org.apache.lucene.store.NativeFSLockFactory@19f3428f) fullCopy=false
[junit4:junit4]   2> 1452815 T4421 C288 P59524 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368851795312\nodes_used_collection_shard2_replica2\data\index.20130518053647472
[junit4:junit4]   2> 1452815 T4421 C288 P59524 oasc.RecoveryStrategy.replay No replay needed. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 1452815 T4421 C288 P59524 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 1452815 T4421 C288 P59524 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=active
[junit4:junit4]   2> 1452973 T4376 C291 P59515 oasc.SolrCore.execute [nodes_used_collection_shard1_replica2] webapp=/md_ path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 1452993 T4422 C289 P59533 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 1452994 T4421 C288 P59524 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 1453003 T4422 C289 P59533 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 1453003 T4422 C289 P59533 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 1453008 T4422 C289 P59533 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@16d1798c lockFactory=org.apache.lucene.store.NativeFSLockFactory@98bf121),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@16d1798c lockFactory=org.apache.lucene.store.NativeFSLockFactory@98bf121),segFN=segments_2,generation=2}
[junit4:junit4]   2> 1453010 T4422 C289 P59533 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 1453089 T4422 C289 P59533 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 1453089 T4422 C289 P59533 oass.SolrIndexSearcher.<init> Opening Searcher@46daaad0 main
[junit4:junit4]   2> 1453257 T4418 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@46daaad0 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 1453311 T4422 C289 P59533 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368851797144\nodes_used_collection_shard1_replica1\data\index.20130518053647853 [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368851797144\nodes_used_collection_shard1_replica1\data\index.20130518053647853;done=true>>]
[junit4:junit4]   2> 1453311 T4422 C289 P59533 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368851797144\nodes_used_collection_shard1_replica1\data\index.20130518053647853
[junit4:junit4]   2> 1453311 T4422 C289 P59533 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368851797144\nodes_used_collection_shard1_replica1\data\index.20130518053647853
[junit4:junit4]   2> 1453311 T4422 C289 P59533 oasc.RecoveryStrategy.replay No replay needed. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 1453312 T4422 C289 P59533 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 1453312 T4422 C289 P59533 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=active
[junit4:junit4]   2> 1453376 T4422 C289 P59533 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 1453874 T4340 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1453926 T4340 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1453971 T4377 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1453978 T4377 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1453982 T4377 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1453987 T4340 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1454251 T4344 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1454378 T4344 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1454382 T4344 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1454410 T4350 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1454416 T4350 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:59524_md__nodes_used_collection_shard2_replica2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica2",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59524_md_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59524/md_"}
[junit4:junit4]   2> 1454478 T4350 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:59533_md__nodes_used_collection_shard1_replica1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59533_md_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59533/md_"}
[junit4:junit4]   2> 1454510 T4377 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1454511 T4344 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1454625 T4375 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1454764 T4340 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1454784 T4426 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1454785 T4424 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1454785 T4367 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1454786 T4409 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1454786 T4381 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1454786 T4354 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1454785 T4349 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1454786 T4395 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1454800 T4344 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1454809 T4377 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1454932 T4375 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1454935 T4375 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1454993 T4389 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1455000 T4389 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1455005 T4389 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1455049 T4377 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1455114 T4388 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1455121 T4388 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1455127 T4401 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1455657 T4340 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1455661 T4388 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1455673 T4377 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1455674 T4377 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1455674 T4377 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1455683 T4377 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1455683 T4377 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1455684 T4377 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1455684 T4377 oasc.SolrCore.<init> [awholynewcollection_0_shard3_replica5] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368851793228\awholynewcollection_0_shard3_replica5\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368851793228\awholynewcollection_0_shard3_replica5\data\
[junit4:junit4]   2> 1455684 T4377 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@43c6c8fa
[junit4:junit4]   2> 1455685 T4377 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1455688 T4377 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368851793228\awholynewcollection_0_shard3_replica5\data\
[junit4:junit4]   2> 1455688 T4377 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368851793228\awholynewcollection_0_shard3_replica5\data\index/
[junit4:junit4]   2> 1455688 T4377 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard3_replica5] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368851793228\awholynewcollection_0_shard3_replica5\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1455689 T4377 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368851793228\awholynewcollection_0_shard3_replica5\data\index
[junit4:junit4]   2> 1455705 T4344 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1455710 T4401 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1455715 T4344 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1455716 T4344 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1455717 T4344 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1455725 T4344 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1455725 T4344 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1455725 T4377 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@315a4efb lockFactory=org.apache.lucene.store.NativeFSLockFactory@3d5523c1),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1455727 T4377 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1455726 T4344 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1455728 T4344 oasc.SolrCore.<init> [awholynewcollection_0_shard2_replica1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215\awholynewcollection_0_shard2_replica1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215\awholynewcollection_0_shard2_replica1\data\
[junit4:junit4]   2> 1455728 T4344 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@43c6c8fa
[junit4:junit4]   2> 1455728 T4344 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1455731 T4389 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1455741 T4344 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215\awholynewcollection_0_shard2_replica1\data\
[junit4:junit4]   2> 1455741 T4340 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1455744 T4344 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215\awholynewcollection_0_shard2_replica1\data\index/
[junit4:junit4]   2> 1455744 T4344 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard2_replica1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215\awholynewcollection_0_shard2_replica1\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1455745 T4344 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215\awholynewcollection_0_shard2_replica1\data\index
[junit4:junit4]   2> 1455748 T4340 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1455749 T4340 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1455749 T4340 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1455750 T4375 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1455751 T4377 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1455751 T4377 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1455754 T4340 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1455754 T4340 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1455755 T4340 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1455755 T4340 oasc.SolrCore.<init> [awholynewcollection_0_shard3_replica1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215\awholynewcollection_0_shard3_replica1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215\awholynewcollection_0_shard3_replica1\data\
[junit4:junit4]   2> 1455755 T4340 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@43c6c8fa
[junit4:junit4]   2> 1455756 T4340 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1455755 T4377 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1455757 T4377 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1455758 T4377 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1455758 T4377 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1455758 T4377 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1455759 T4377 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1455759 T4377 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1455761 T4340 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215\awholynewcollection_0_shard3_replica1\data\
[junit4:junit4]   2> 1455762 T4340 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215\awholynewcollection_0_shard3_replica1\data\index/
[junit4:junit4]   2> 1455763 T4340 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard3_replica1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215\awholynewcollection_0_shard3_replica1\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1455764 T4388 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1455764 T4340 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368851790215\awholynewcollection_0_shard3_replica1\data\index
[junit4:junit4]   2> 1455775 T4344 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@12e33e08 lockFactory=org.apache.lucene.store.NativeFSLockFactory@164a7db2),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1455775 T4344 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1455776 T4340 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5dc326c9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7902d516),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1455776 T4340 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1455783 T4401 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1455795 T4344 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1455795 T4344 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1455797 T4344 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1455797 T4344 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1455798 T4344 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1455798 T4344 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1455798 T4344 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1455799 T4344 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1455798 T4340 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1455800 T4340 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1455800 T4340 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1455802 T4340 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1455802 T4340 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1455802 T4340 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1455803 T4340 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1455803 T4340 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1455804 T4340 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1455800 T4344 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1455815 T4389 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1455825 T4375 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1455863 T4377 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1455898 T4359 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1455906 T4359 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1455910 T4359 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1455964 T4340 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit

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

1>        /solr/collections/awholynewcollection_0/leader_elect/shard3/election/89709070901968906-127.0.0.1:59524_md__awholynewcollection_0_shard3_replica4-n_0000000007 (0)
[junit4:junit4]   1>        /solr/collections/awholynewcollection_0/leader_elect/shard3/election/89709070901968908-127.0.0.1:59533_md__awholynewcollection_0_shard3_replica2-n_0000000003 (0)
[junit4:junit4]   1>     /solr/collections/awholynewcollection_0/leaders (4)
[junit4:junit4]   1>      /solr/collections/awholynewcollection_0/leaders/shard1 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "core":"awholynewcollection_0_shard1_replica4",
[junit4:junit4]   1>            "node_name":"127.0.0.1:59524_md_",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:59524/md_"}
[junit4:junit4]   1>      /solr/collections/awholynewcollection_0/leaders/shard4 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "core":"awholynewcollection_0_shard4_replica5",
[junit4:junit4]   1>            "node_name":"127.0.0.1:59515_md_",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:59515/md_"}
[junit4:junit4]   1>      /solr/collections/awholynewcollection_0/leaders/shard2 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "core":"awholynewcollection_0_shard2_replica1",
[junit4:junit4]   1>            "node_name":"127.0.0.1:59494_md_",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:59494/md_"}
[junit4:junit4]   1>      /solr/collections/awholynewcollection_0/leaders/shard3 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "core":"awholynewcollection_0_shard3_replica5",
[junit4:junit4]   1>            "node_name":"127.0.0.1:59515_md_",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:59515/md_"}
[junit4:junit4]   1>    /solr/collections/collection1 (1)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"configName":"conf1"}
[junit4:junit4]   1>     /solr/collections/collection1/shards (0)
[junit4:junit4]   1>    /solr/collections/control_collection (1)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"configName":"conf1"}
[junit4:junit4]   1>     /solr/collections/control_collection/shards (0)
[junit4:junit4]   1>   /solr/overseer_elect (2)
[junit4:junit4]   1>    /solr/overseer_elect/election (5)
[junit4:junit4]   1>     /solr/overseer_elect/election/89709070901968902-127.0.0.1:59506_md_-n_0000000001 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89709070901968899-127.0.0.1:59494_md_-n_0000000000 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89709070901968904-127.0.0.1:59515_md_-n_0000000002 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89709070901968908-127.0.0.1:59533_md_-n_0000000004 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89709070901968906-127.0.0.1:59524_md_-n_0000000003 (0)
[junit4:junit4]   1>    /solr/overseer_elect/leader (0)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"id":"89709070901968899-127.0.0.1:59494_md_-n_0000000000"}
[junit4:junit4]   1>  /zookeeper (1)
[junit4:junit4]   1>  DATA:
[junit4:junit4]   1>      
[junit4:junit4]   1> 
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CollectionsAPIDistributedZkTest -Dtests.method=testDistribSearch -Dtests.seed=DA14829CDF0B957B -Dtests.slow=true -Dtests.locale=lv_LV -Dtests.timezone=Europe/Dublin -Dtests.file.encoding=US-ASCII
[junit4:junit4] FAILURE  292s | CollectionsAPIDistributedZkTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: There are still nodes recoverying - waited for 230 seconds
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([DA14829CDF0B957B:5BF20C84A854F547]:0)
[junit4:junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:173)
[junit4:junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:131)
[junit4:junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:126)
[junit4:junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:512)
[junit4:junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:146)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 1726869 T4327 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 292055 T4326 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=lv_LV, timezone=Europe/Dublin
[junit4:junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=2,threads=1,free=51535488,total=246218752
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestDynamicFieldCollectionResource, TestSolrJ, TestSolr4Spatial, TestPluginEnable, NotRequiredUniqueKeyTest, TestPseudoReturnFields, DocValuesMultiTest, DocValuesTest, XmlUpdateRequestHandlerTest, ChaosMonkeyNothingIsSafeTest, TestSerializedLuceneMatchVersion, FullSolrCloudDistribCmdsTest, LeaderElectionTest, SpellPossibilityIteratorTest, TestFiltering, TestFieldTypeCollectionResource, SyncSliceTest, CacheHeaderTest, TestRecovery, DistributedQueryElevationComponentTest, TermVectorComponentTest, TestStressReorder, TestUniqueKeyFieldResource, TestFieldTypeResource, TestRangeQuery, TestBinaryField, DirectUpdateHandlerTest, CSVRequestHandlerTest, TestCollationField, SuggesterWFSTTest, TestAnalyzedSuggestions, FieldMutatingUpdateProcessorTest, RegexBoostProcessorTest, TestFoldingMultitermQuery, TestFastOutputStream, TestSearchPerf, StatelessScriptUpdateProcessorFactoryTest, DisMaxRequestHandlerTest, TestQuerySenderNoQuery, ClusterStateUpdateTest, SolrIndexConfigTest, TestReplicationHandler, TestIndexSearcher, TestBadConfig, TestNumberUtils, SynonymTokenizerTest, DistributedTermsComponentTest, SuggesterTSTTest, TestSolrDeletionPolicy1, SuggesterTest, SolrCoreCheckLockOnStartupTest, TestMultiCoreConfBootstrap, SimpleFacetsTest, TestStressRecovery, PathHierarchyTokenizerFactoryTest, TestZkChroot, DocumentAnalysisRequestHandlerTest, CurrencyFieldOpenExchangeTest, CoreContainerCoreInitFailuresTest, UUIDFieldTest, OutputWriterTest, TestShardHandlerFactory, IndexBasedSpellCheckerTest, ShardRoutingCustomTest, ClusterStateTest, LoggingHandlerTest, TestSolrIndexConfig, ScriptEngineTest, SolrInfoMBeanTest, TestPostingsSolrHighlighter, TestSolrXml, PeerSyncTest, TestRandomDVFaceting, TestManagedSchema, MinimalSchemaTest, TestMergePolicyConfig, TestPropInjectDefaults, WordBreakSolrSpellCheckerTest, TestDynamicFieldResource, TestLMDirichletSimilarityFactory, DistanceFunctionTest, RequiredFieldsTest, DocumentBuilderTest, ReturnFieldsTest, NoCacheHeaderTest, TestUtils, SortByFunctionTest, CopyFieldTest, TestLuceneMatchVersion, TestSchemaVersionResource, DateFieldTest, FileBasedSpellCheckerTest, URLClassifyProcessorTest, DateMathParserTest, SolrCoreTest, SpatialFilterTest, CircularListTest, TestRandomFaceting, UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, RecoveryZkTest, HighlighterConfigTest, OverseerCollectionProcessorTest, TestDocSet, BadIndexSchemaTest, ResponseLogComponentTest, TestFastWriter, TestSolrDeletionPolicy2, TestCSVResponseWriter, ChaosMonkeySafeLeaderTest, TestCoreContainer, TestReload, DebugComponentTest, UnloadDistributedZkTest, TestDFRSimilarityFactory, TermVectorComponentDistributedTest, TestCoreDiscovery, OpenCloseCoreStressTest, PingRequestHandlerTest, TestClassNameShortening, SolrTestCaseJ4Test, BinaryUpdateRequestHandlerTest, PrimitiveFieldTypeTest, PreAnalyzedFieldTest, TestSchemaNameResource, TestTrie, TestManagedSchemaFieldResource, TestMaxScoreQueryParser, SearchHandlerTest, LeaderElectionIntegrationTest, TestRemoteStreaming, ZkSolrClientTest, TestQuerySenderListener, TestFieldResource, ExternalFileFieldSortTest, FileUtilsTest, PrimUtilsTest, ZkControllerTest, TestLazyCores, TestLRUCache, TestIBSimilarityFactory, BasicDistributedZkTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest]
[junit4:junit4] Completed in 293.29s, 1 test, 1 failure <<< FAILURES!

[...truncated 447 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:377: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:357: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:181: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:437: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1240: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:884: There were test failures: 295 suites, 1231 tests, 1 failure, 18 ignored (12 assumptions)

Total time: 64 minutes 43 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0_21 -XX:+UseCompressedOops -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.7.0_21) - Build # 2831 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2831/
Java: 32bit/jdk1.7.0_21 -server -XX:+UseConcMarkSweepGC

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

Error Message:
Server at http://127.0.0.1:52996 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:52996 returned non ok status:500, message:Server Error
	at __randomizedtesting.SeedInfo.seed([4396C46483CB5BBE:C2704A7CF4943B82]: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.GeneratedMethodAccessor39.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$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:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSearch

Error Message:
There are still nodes recoverying - waited for 230 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 230 seconds
	at __randomizedtesting.SeedInfo.seed([4396C46483CB5BBE:C2704A7CF4943B82]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:173)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:131)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:126)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:512)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:146)
	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 9479 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
[junit4:junit4]   2> 1295071 T3650 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 1295075 T3650 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-CollectionsAPIDistributedZkTest-1368829908141
[junit4:junit4]   2> 1295078 T3650 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 1295079 T3651 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 1295150 T3650 oasc.ZkTestServer.run start zk server on port:51012
[junit4:junit4]   2> 1295151 T3650 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1295158 T3657 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18134a9 name:ZooKeeperConnection Watcher:127.0.0.1:51012 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1295159 T3650 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1295159 T3650 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 1295165 T3650 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1295170 T3659 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ab7bc0 name:ZooKeeperConnection Watcher:127.0.0.1:51012/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1295171 T3650 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1295171 T3650 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 1295177 T3650 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 1295182 T3650 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 1295187 T3650 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 1295192 T3650 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 1295193 T3650 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 1295203 T3650 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 1295203 T3650 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 1295210 T3650 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 1295210 T3650 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 1295214 T3650 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 1295215 T3650 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 1295219 T3650 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 1295221 T3650 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 1295225 T3650 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 1295225 T3650 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 1295229 T3650 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 1295230 T3650 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 1295236 T3650 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 1295236 T3650 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 1295241 T3650 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 1295243 T3650 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 1295698 T3650 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1295704 T3650 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51019
[junit4:junit4]   2> 1295704 T3650 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1295706 T3650 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1295706 T3650 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368829908313
[junit4:junit4]   2> 1295707 T3650 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368829908313\solr.xml
[junit4:junit4]   2> 1295707 T3650 oasc.CoreContainer.<init> New CoreContainer 17864242
[junit4:junit4]   2> 1295708 T3650 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368829908313\'
[junit4:junit4]   2> 1295708 T3650 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368829908313\'
[junit4:junit4]   2> 1295803 T3650 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368829908313
[junit4:junit4]   2> 1295804 T3650 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368829908313\collection1
[junit4:junit4]   2> 1295806 T3650 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368829908313\collection1\conf
[junit4:junit4]   2> 1295993 T3650 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368829908313\collection1\conf\xslt
[junit4:junit4]   2> 1296000 T3650 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368829908313\collection1\lib
[junit4:junit4]   2> 1296002 T3650 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368829908313\collection1\lib\classes
[junit4:junit4]   2> 1296007 T3650 oasc.SolrCoreDiscoverer.addCore Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368829908313\conf\core.properties, adding to cores
[junit4:junit4]   2> 1296022 T3650 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 1296022 T3650 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1296022 T3650 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 1296022 T3650 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1296022 T3650 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1296022 T3650 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1296022 T3650 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1296023 T3650 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1296023 T3650 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1296024 T3650 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 1296031 T3650 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1296031 T3650 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51012/solr
[junit4:junit4]   2> 1296031 T3650 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1296034 T3650 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1296042 T3670 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@232c2b name:ZooKeeperConnection Watcher:127.0.0.1:51012 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1296043 T3650 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1296046 T3650 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1296052 T3650 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1296055 T3672 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ac3118 name:ZooKeeperConnection Watcher:127.0.0.1:51012/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1296056 T3650 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1296059 T3650 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 1296065 T3650 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 1296070 T3650 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 1296072 T3650 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51019_
[junit4:junit4]   2> 1296075 T3650 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51019_
[junit4:junit4]   2> 1296079 T3650 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 1296089 T3650 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 1296093 T3650 oasc.Overseer.start Overseer (id=89707636860452867-127.0.0.1:51019_-n_0000000000) starting
[junit4:junit4]   2> 1296099 T3650 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 1296105 T3674 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 1296105 T3650 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 1296109 T3650 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 1296113 T3650 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1296119 T3650 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 1296121 T3650 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1296121 T3650 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1296124 T3650 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 1296127 T3673 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 1296128 T3650 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1296133 T3677 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b5b396 name:ZooKeeperConnection Watcher:127.0.0.1:51012/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1296133 T3650 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1296134 T3650 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1296137 T3650 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 1296482 T3650 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1296485 T3650 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51031
[junit4:junit4]   2> 1296485 T3650 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1296487 T3650 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1296487 T3650 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368829909202
[junit4:junit4]   2> 1296487 T3650 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368829909202\solr.xml
[junit4:junit4]   2> 1296487 T3650 oasc.CoreContainer.<init> New CoreContainer 17455373
[junit4:junit4]   2> 1296488 T3650 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368829909202\'
[junit4:junit4]   2> 1296488 T3650 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368829909202\'
[junit4:junit4]   2> 1296570 T3650 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368829909202
[junit4:junit4]   2> 1296572 T3650 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368829909202\collection1
[junit4:junit4]   2> 1296573 T3650 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368829909202\collection1\conf
[junit4:junit4]   2> 1296752 T3650 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368829909202\collection1\conf\xslt
[junit4:junit4]   2> 1296758 T3650 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368829909202\collection1\lib
[junit4:junit4]   2> 1296760 T3650 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368829909202\collection1\lib\classes
[junit4:junit4]   2> 1296766 T3650 oasc.SolrCoreDiscoverer.addCore Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368829909202\conf\core.properties, adding to cores
[junit4:junit4]   2> 1296779 T3650 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 1296780 T3650 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1296780 T3650 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 1296781 T3650 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1296781 T3650 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1296782 T3650 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1296782 T3650 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1296782 T3650 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1296782 T3650 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1296782 T3650 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 1296789 T3650 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1296790 T3650 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51012/solr
[junit4:junit4]   2> 1296790 T3650 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1296791 T3650 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1296805 T3688 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b02fe8 name:ZooKeeperConnection Watcher:127.0.0.1:51012 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1296805 T3650 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1296808 T3650 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1296808 T3652 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13eb49ed4b50005, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 1296814 T3650 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1296817 T3690 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@178443f name:ZooKeeperConnection Watcher:127.0.0.1:51012/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1296818 T3650 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1296825 T3650 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1297603 T3650 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51031_
[junit4:junit4]   2> 1297606 T3650 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51031_
[junit4:junit4]   2> 1297611 T3677 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1297611 T3690 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1297611 T3672 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1297618 T3650 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 1297618 T3650 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1297619 T3650 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1297968 T3650 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1297971 T3650 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51040
[junit4:junit4]   2> 1297973 T3650 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1297973 T3650 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1297973 T3650 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368829910687
[junit4:junit4]   2> 1297974 T3650 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368829910687\solr.xml
[junit4:junit4]   2> 1297974 T3650 oasc.CoreContainer.<init> New CoreContainer 33464937
[junit4:junit4]   2> 1297974 T3650 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368829910687\'
[junit4:junit4]   2> 1297974 T3650 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368829910687\'
[junit4:junit4]   2> 1298071 T3650 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368829910687
[junit4:junit4]   2> 1298073 T3650 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368829910687\collection1
[junit4:junit4]   2> 1298075 T3650 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368829910687\collection1\conf
[junit4:junit4]   2> 1298254 T3650 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368829910687\collection1\conf\xslt
[junit4:junit4]   2> 1298261 T3650 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368829910687\collection1\lib
[junit4:junit4]   2> 1298263 T3650 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368829910687\collection1\lib\classes
[junit4:junit4]   2> 1298267 T3650 oasc.SolrCoreDiscoverer.addCore Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368829910687\conf\core.properties, adding to cores
[junit4:junit4]   2> 1298280 T3650 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 1298281 T3650 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1298281 T3650 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 1298282 T3650 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1298282 T3650 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1298283 T3650 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1298283 T3650 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1298283 T3650 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1298283 T3650 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1298283 T3650 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 1298289 T3650 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1298290 T3650 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51012/solr
[junit4:junit4]   2> 1298290 T3650 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1298292 T3650 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1298300 T3702 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13a6ffa name:ZooKeeperConnection Watcher:127.0.0.1:51012 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1298301 T3650 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1298304 T3650 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1298305 T3652 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13eb49ed4b50007, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 1298310 T3650 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1298314 T3704 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ce734e name:ZooKeeperConnection Watcher:127.0.0.1:51012/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1298314 T3650 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1298320 T3650 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1299099 T3650 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51040_
[junit4:junit4]   2> 1299108 T3650 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51040_
[junit4:junit4]   2> 1299115 T3677 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 1299115 T3690 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 1299116 T3672 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 1299116 T3704 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 1299126 T3650 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 1299126 T3650 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1299126 T3650 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1299481 T3650 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1299484 T3650 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51049
[junit4:junit4]   2> 1299487 T3650 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1299487 T3650 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1299487 T3650 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368829912197
[junit4:junit4]   2> 1299488 T3650 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368829912197\solr.xml
[junit4:junit4]   2> 1299488 T3650 oasc.CoreContainer.<init> New CoreContainer 20102681
[junit4:junit4]   2> 1299489 T3650 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368829912197\'
[junit4:junit4]   2> 1299489 T3650 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368829912197\'
[junit4:junit4]   2> 1299626 T3650 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368829912197
[junit4:junit4]   2> 1299629 T3650 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368829912197\collection1
[junit4:junit4]   2> 1299630 T3650 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368829912197\collection1\conf
[junit4:junit4]   2> 1299839 T3650 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368829912197\collection1\conf\xslt
[junit4:junit4]   2> 1299844 T3650 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368829912197\collection1\lib
[junit4:junit4]   2> 1299846 T3650 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368829912197\collection1\lib\classes
[junit4:junit4]   2> 1299851 T3650 oasc.SolrCoreDiscoverer.addCore Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368829912197\conf\core.properties, adding to cores
[junit4:junit4]   2> 1299864 T3650 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 1299864 T3650 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1299864 T3650 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 1299864 T3650 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1299865 T3650 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1299865 T3650 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1299866 T3650 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1299866 T3650 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1299866 T3650 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1299866 T3650 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 1299873 T3650 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1299873 T3650 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51012/solr
[junit4:junit4]   2> 1299875 T3650 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1299876 T3650 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1299889 T3716 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11d226 name:ZooKeeperConnection Watcher:127.0.0.1:51012 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1299890 T3650 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1299892 T3650 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1299893 T3652 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13eb49ed4b50009, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 1299898 T3650 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1299902 T3718 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4868cf name:ZooKeeperConnection Watcher:127.0.0.1:51012/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1299902 T3650 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1299909 T3650 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1300687 T3650 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51049_
[junit4:junit4]   2> 1300691 T3650 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51049_
[junit4:junit4]   2> 1300697 T3704 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1300698 T3690 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1300698 T3672 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1300698 T3718 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1300698 T3677 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1300707 T3650 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 1300707 T3650 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1300707 T3650 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1301091 T3650 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1301094 T3650 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51058
[junit4:junit4]   2> 1301096 T3650 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1301096 T3650 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1301096 T3650 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368829913776
[junit4:junit4]   2> 1301096 T3650 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368829913776\solr.xml
[junit4:junit4]   2> 1301096 T3650 oasc.CoreContainer.<init> New CoreContainer 15270401
[junit4:junit4]   2> 1301097 T3650 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368829913776\'
[junit4:junit4]   2> 1301097 T3650 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368829913776\'
[junit4:junit4]   2> 1301183 T3650 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368829913776
[junit4:junit4]   2> 1301183 T3650 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368829913776\collection1
[junit4:junit4]   2> 1301185 T3650 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368829913776\collection1\conf
[junit4:junit4]   2> 1301357 T3650 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368829913776\collection1\conf\xslt
[junit4:junit4]   2> 1301364 T3650 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368829913776\collection1\lib
[junit4:junit4]   2> 1301366 T3650 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368829913776\collection1\lib\classes
[junit4:junit4]   2> 1301372 T3650 oasc.SolrCoreDiscoverer.addCore Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368829913776\conf\core.properties, adding to cores
[junit4:junit4]   2> 1301387 T3650 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 1301387 T3650 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1301388 T3650 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 1301388 T3650 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1301388 T3650 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1301389 T3650 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1301389 T3650 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1301390 T3650 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1301390 T3650 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1301390 T3650 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 1301399 T3650 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1301399 T3650 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51012/solr
[junit4:junit4]   2> 1301399 T3650 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1301400 T3650 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1301419 T3730 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14fc1f4 name:ZooKeeperConnection Watcher:127.0.0.1:51012 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1301420 T3650 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1301424 T3650 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1301430 T3650 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1301433 T3732 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13da111 name:ZooKeeperConnection Watcher:127.0.0.1:51012/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1301433 T3650 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1301440 T3650 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1302218 T3650 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51058_
[junit4:junit4]   2> 1302221 T3650 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51058_
[junit4:junit4]   2> 1302228 T3690 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1302228 T3704 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1302228 T3718 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1302229 T3672 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1302229 T3732 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1302229 T3677 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1302240 T3650 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 1302240 T3650 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1302241 T3650 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1302248 T3650 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1302258 T3684 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
[junit4:junit4]   2> 1302261 T3672 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   2> 1302266 T3674 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
[junit4:junit4]   2> 	  "operation":"createcollection",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "maxShardsPerNode":null,
[junit4:junit4]   2> 	  "createNodeSet":null,
[junit4:junit4]   2> 	  "name":"nodes_used_collection",
[junit4:junit4]   2> 	  "replicationFactor":"2"}
[junit4:junit4]   2> 1302266 T3674 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard1_replica1 as part of slice shard1 of collection nodes_used_collection on 127.0.0.1:51031_
[junit4:junit4]   2> 1302267 T3674 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard1_replica2 as part of slice shard1 of collection nodes_used_collection on 127.0.0.1:51040_
[junit4:junit4]   2> 1302267 T3674 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard2_replica1 as part of slice shard2 of collection nodes_used_collection on 127.0.0.1:51019_
[junit4:junit4]   2> 1302269 T3674 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard2_replica2 as part of slice shard2 of collection nodes_used_collection on 127.0.0.1:51049_
[junit4:junit4]   2> 1302271 T3696 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368829910687\nodes_used_collection_shard1_replica2
[junit4:junit4]   2> 1302273 T3696 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2> 1302274 T3667 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368829908313\nodes_used_collection_shard2_replica1
[junit4:junit4]   2> 1302275 T3667 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2> 1302272 T3685 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368829909202\nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 1302275 T3685 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2> 1302275 T3696 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2> 1302274 T3712 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368829912197\nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 1302276 T3712 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2> 1302276 T3696 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1302276 T3667 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2> 1302278 T3667 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1302279 T3712 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2> 1302277 T3685 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2> 1302279 T3685 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1302279 T3712 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1302281 T3696 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1302281 T3696 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2> 1302281 T3667 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1302283 T3667 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2> 1302284 T3685 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1302284 T3685 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2> 1302285 T3712 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1302285 T3712 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2> 1302292 T3667 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2> 1302292 T3696 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2> 1302294 T3685 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2> 1302295 T3712 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2> 1302299 T3696 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368829910687\nodes_used_collection_shard1_replica2\'
[junit4:junit4]   2> 1302301 T3667 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368829908313\nodes_used_collection_shard2_replica1\'
[junit4:junit4]   2> 1302301 T3685 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368829909202\nodes_used_collection_shard1_replica1\'
[junit4:junit4]   2> 1302304 T3712 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368829912197\nodes_used_collection_shard2_replica2\'
[junit4:junit4]   2> 1302436 T3696 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1302457 T3667 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1302458 T3712 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1302495 T3685 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1302587 T3712 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1302606 T3712 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1302622 T3712 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
[junit4:junit4]   2> 1302629 T3685 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1302642 T3696 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1302653 T3667 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1302656 T3685 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1302662 T3696 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1302664 T3685 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
[junit4:junit4]   2> 1302666 T3696 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
[junit4:junit4]   2> 1302678 T3667 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1302686 T3667 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
[junit4:junit4]   2> 1303951 T3712 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1303954 T3685 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1304006 T3712 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1304009 T3712 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1304013 T3685 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1304025 T3696 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1304032 T3667 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1304032 T3696 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1304035 T3696 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1304038 T3667 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1304046 T3667 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1304047 T3685 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1304074 T3712 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1304076 T3696 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1304081 T3712 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1304085 T3696 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1304089 T3712 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1304092 T3696 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1304094 T3712 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1304096 T3712 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1304097 T3712 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1304094 T3667 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1304097 T3696 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1304098 T3696 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1304099 T3696 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1304103 T3712 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1304103 T3712 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1304103 T3712 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1304104 T3712 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368829912197\nodes_used_collection_shard2_replica2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368829912197\nodes_used_collection_shard2_replica2\data\
[junit4:junit4]   2> 1304104 T3712 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f4236c
[junit4:junit4]   2> 1304104 T3712 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1304105 T3696 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1304105 T3696 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1304106 T3696 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1304106 T3696 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368829910687\nodes_used_collection_shard1_replica2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368829910687\nodes_used_collection_shard1_replica2\data\
[junit4:junit4]   2> 1304106 T3696 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f4236c
[junit4:junit4]   2> 1304107 T3696 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1304105 T3667 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1304107 T3712 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368829912197\nodes_used_collection_shard2_replica2\data\
[junit4:junit4]   2> 1304108 T3696 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368829910687\nodes_used_collection_shard1_replica2\data\
[junit4:junit4]   2> 1304108 T3712 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368829912197\nodes_used_collection_shard2_replica2\data\index/
[junit4:junit4]   2> 1304109 T3712 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368829912197\nodes_used_collection_shard2_replica2\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1304109 T3696 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368829910687\nodes_used_collection_shard1_replica2\data\index/
[junit4:junit4]   2> 1304109 T3696 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368829910687\nodes_used_collection_shard1_replica2\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1304110 T3696 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368829910687\nodes_used_collection_shard1_replica2\data\index
[junit4:junit4]   2> 1304109 T3685 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1304111 T3712 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368829912197\nodes_used_collection_shard2_replica2\data\index
[junit4:junit4]   2> 1304115 T3667 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1304117 T3696 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@131bbfb lockFactory=org.apache.lucene.store.NativeFSLockFactory@ca24ff),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1304117 T3696 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1304121 T3696 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1304121 T3696 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1304122 T3696 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1304122 T3696 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1304123 T3696 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1304123 T3696 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1304123 T3696 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1304125 T3696 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1304125 T3696 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1304125 T3685 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1304126 T3667 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1304126 T3667 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1304126 T3667 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1304130 T3667 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1304130 T3667 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1304130 T3667 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1304131 T3667 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368829908313\nodes_used_collection_shard2_replica1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368829908313\nodes_used_collection_shard2_replica1\data\
[junit4:junit4]   2> 1304131 T3667 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f4236c
[junit4:junit4]   2> 1304135 T3696 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1304142 T3667 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1304144 T3696 oass.SolrIndexSearcher.<init> Opening Searcher@527342 main
[junit4:junit4]   2> 1304145 T3696 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368829910687\nodes_used_collection_shard1_replica2\data\tlog
[junit4:junit4]   2> 1304145 T3696 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1304145 T3696 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1304145 T3685 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1304149 T3685 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1304149 T3685 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1304150 T3685 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1304150 T3667 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368829908313\nodes_used_collection_shard2_replica1\data\
[junit4:junit4]   2> 1304151 T3667 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368829908313\nodes_used_collection_shard2_replica1\data\index/
[junit4:junit4]   2> 1304151 T3738 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@527342 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1304152 T3712 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@125cd79 lockFactory=org.apache.lucene.store.NativeFSLockFactory@42ba1b),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1304152 T3712 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1304151 T3667 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368829908313\nodes_used_collection_shard2_replica1\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1304152 T3685 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1304153 T3685 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1304154 T3685 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1304154 T3685 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368829909202\nodes_used_collection_shard1_replica1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368829909202\nodes_used_collection_shard1_replica1\data\
[junit4:junit4]   2> 1304154 T3685 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f4236c
[junit4:junit4]   2> 1304155 T3685 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1304155 T3712 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1304155 T3712 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1304156 T3696 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
[junit4:junit4]   2> 1304156 T3685 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368829909202\nodes_used_collection_shard1_replica1\data\
[junit4:junit4]   2> 1304156 T3685 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368829909202\nodes_used_collection_shard1_replica1\data\index/
[junit4:junit4]   2> 1304156 T3667 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368829908313\nodes_used_collection_shard2_replica1\data\index
[junit4:junit4]   2> 1304156 T3712 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1304158 T3712 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1304158 T3712 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1304159 T3712 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1304159 T3712 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1304160 T3712 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1304160 T3712 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1304157 T3685 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368829909202\nodes_used_collection_shard1_replica1\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1304162 T3685 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368829909202\nodes_used_collection_shard1_replica1\data\index
[junit4:junit4]   2> 1304165 T3667 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6b360d lockFactory=org.apache.lucene.store.NativeFSLockFactory@686c55),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1304165 T3667 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1304170 T3667 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1304170 T3667 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1304170 T3667 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1304170 T3712 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1304171 T3667 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1304171 T3667 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1304172 T3667 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1304172 T3667 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1304173 T3667 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1304173 T3667 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1304177 T3685 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@10c4a54 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c1a8f9),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1304178 T3685 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1304180 T3712 oass.SolrIndexSearcher.<init> Opening Searcher@1d2ae5f main
[junit4:junit4]   2> 1304180 T3712 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368829912197\nodes_used_collection_shard2_replica2\data\tlog
[junit4:junit4]   2> 1304181 T3712 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1304182 T3712 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1304184 T3685 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1304184 T3685 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1304185 T3685 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1304185 T3685 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1304186 T3685 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1304186 T3685 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1304186 T3739 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@1d2ae5f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1304186 T3712 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
[junit4:junit4]   2> 1304186 T3685 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1304188 T3685 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1304188 T3685 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1304193 T3685 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1304199 T3667 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1304202 T3685 oass.SolrIndexSearcher.<init> Opening Searcher@7086fe main
[junit4:junit4]   2> 1304203 T3685 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368829909202\nodes_used_collection_shard1_replica1\data\tlog
[junit4:junit4]   2> 1304204 T3667 oass.SolrIndexSearcher.<init> Opening Searcher@129cef3 main
[junit4:junit4]   2> 1304204 T3685 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1304204 T3685 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1304206 T3667 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368829908313\nodes_used_collection_shard2_replica1\data\tlog
[junit4:junit4]   2> 1304209 T3667 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1304209 T3667 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1304214 T3685 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
[junit4:junit4]   2> 1304215 T3741 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@129cef3 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1304216 T3740 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@7086fe main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1304217 T3667 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
[junit4:junit4]   2> 1304627 T3673 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1304627 T3673 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica2",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51040_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51040"}
[junit4:junit4]   2> 1304627 T3673 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with numShards 2
[junit4:junit4]   2> 1304642 T3673 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica2",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51049_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51049"}
[junit4:junit4]   2> 1304651 T3673 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51031_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51031"}
[junit4:junit4]   2> 1304658 T3673 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51019_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51019"}
[junit4:junit4]   2> 1304666 T3704 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1304666 T3690 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1304666 T3677 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1304667 T3732 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1304666 T3672 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1304666 T3718 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1305026 T3696 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
[junit4:junit4]   2> 1305026 T3696 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:51040 collection:nodes_used_collection shard:shard1
[junit4:junit4]   2> 1305027 T3696 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
[junit4:junit4]   2> 1305041 T3712 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 1305041 T3712 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:51049 collection:nodes_used_collection shard:shard2
[junit4:junit4]   2> 1305045 T3712 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
[junit4:junit4]   2> 1305047 T3696 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 1305055 T3696 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up: total=2 found=1 timeoutin=179998
[junit4:junit4]   2> 1305066 T3712 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 1305069 T3685 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 1305069 T3685 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:51031 collection:nodes_used_collection shard:shard1
[junit4:junit4]   2> 1305070 T3667 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
[junit4:junit4]   2> 1305070 T3667 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:51019 collection:nodes_used_collection shard:shard2
[junit4:junit4]   2> 1305074 T3712 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up: total=2 found=1 timeoutin=179998
[junit4:junit4]   2> 1305482 T3696 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 1305482 T3696 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 1305482 T3696 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51040/nodes_used_collection_shard1_replica2/
[junit4:junit4]   2> 1305482 T3696 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:51040 START replicas=[http://127.0.0.1:51031/nodes_used_collection_shard1_replica1/] nUpdates=100
[junit4:junit4]   2> 1305483 T3696 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:51040 DONE.  We have no versions.  sync failed.
[junit4:junit4]   2> 1305484 T3696 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next canidate
[junit4:junit4]   2> 1305484 T3696 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
[junit4:junit4]   2> 1305485 T3696 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51040/nodes_used_collection_shard1_replica2/
[junit4:junit4]   2> 1305486 T3696 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard1
[junit4:junit4]   2> ASYNC  NEW_CORE C195 name=nodes_used_collection_shard1_replica1 org.apache.solr.core.SolrCore@13804 url=http://127.0.0.1:51031/nodes_used_collection_shard1_replica1 node=127.0.0.1:51031_ C195_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica1 props:{shard=shard1, state=down, core=nodes_used_collection_shard1_replica1, collection=nodes_used_collection, node_name=127.0.0.1:51031_, base_url=http://127.0.0.1:51031}
[junit4:junit4]   2> 1305498 T3681 C195 P51031 oasc.SolrCore.execute [nodes_used_collection_shard1_replica1] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 1305502 T3712 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 1305502 T3712 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 1305503 T3712 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51049/nodes_used_collection_shard2_replica2/
[junit4:junit4]   2> 1305503 T3712 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:51049 START replicas=[http://127.0.0.1:51019/nodes_used_collection_shard2_replica1/] nUpdates=100
[junit4:junit4]   2> 1305504 T3712 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:51049 DONE.  We have no versions.  sync failed.
[junit4:junit4]   2> 1305505 T3712 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next canidate
[junit4:junit4]   2> 1305505 T3712 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
[junit4:junit4]   2> 1305506 T3712 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51049/nodes_used_collection_shard2_replica2/
[junit4:junit4]   2> 1305506 T3712 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard2
[junit4:junit4]   2> ASYNC  NEW_CORE C196 name=nodes_used_collection_shard2_replica1 org.apache.solr.core.SolrCore@1ff4033 url=http://127.0.0.1:51019/nodes_used_collection_shard2_replica1 node=127.0.0.1:51019_ C196_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica1 props:{shard=shard2, state=down, core=nodes_used_collection_shard2_replica1, collection=nodes_used_collection, node_name=127.0.0.1:51019_, base_url=http://127.0.0.1:51019}
[junit4:junit4]   2> 1305521 T3668 C196 P51019 oasc.SolrCore.execute [nodes_used_collection_shard2_replica1] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 1305965 T3673 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1306000 T3704 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1306001 T3690 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1306001 T3677 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1306002 T3718 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1306002 T3732 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1306001 T3672 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1306016 T3685 oasc.ZkController.register We are http://127.0.0.1:51031/nodes_used_collection_shard1_replica1/ and leader is http://127.0.0.1:51040/nodes_used_collection_shard1_replica2/
[junit4:junit4]   2> 1306016 T3685 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard1_replica1 baseURL=http://127.0.0.1:51031
[junit4:junit4]   2> 1306016 T3685 oasc.ZkController.checkRecovery Core needs to recover:nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 1306017 T3685 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> 1306018 T3744 C195 P51031 oasc.RecoveryStrategy.run Starting recovery process.  core=nodes_used_collection_shard1_replica1 recoveringAfterStartup=true
[junit4:junit4]   2> 1306018 T3744 C195 P51031 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 1306020 T3744 C195 P51031 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=recovering
[junit4:junit4]   2> 1306021 T3685 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1306025 T3744 C195 P51031 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1306027 T3685 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&shard=shard1&name=nodes_used_collection_shard1_replica1&action=CREATE&collection=nodes_used_collection&wt=javabin&qt=/admin/cores&version=2} status=0 QTime=3756 
[junit4:junit4]   2> 1306028 T3696 oasc.ZkController.register We are http://127.0.0.1:51040/nodes_used_collection_shard1_replica2/ and leader is http://127.0.0.1:51040/nodes_used_collection_shard1_replica2/
[junit4:junit4]   2> 1306029 T3696 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard1_replica2 baseURL=http://127.0.0.1:51040
[junit4:junit4]   2> 1306029 T3696 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 1306030 T3696 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=active
[junit4:junit4]   2> 1306037 T3696 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1306039 T3696 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&shard=shard1&name=nodes_used_collection_shard1_replica2&action=CREATE&collection=nodes_used_collection&wt=javabin&qt=/admin/cores&version=2} status=0 QTime=3768 
[junit4:junit4]   2> 1306042 T3712 oasc.ZkController.register We are http://127.0.0.1:51049/nodes_used_collection_shard2_replica2/ and leader is http://127.0.0.1:51049/nodes_used_collection_shard2_replica2/
[junit4:junit4]   2> 1306042 T3712 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard2_replica2 baseURL=http://127.0.0.1:51049
[junit4:junit4]   2> 1306042 T3712 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 1306042 T3712 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=active
[junit4:junit4]   2> 1306044 T3698 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 127.0.0.1:51031__nodes_used_collection_shard1_replica1, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 1306047 T3712 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1306054 T3712 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&shard=shard2&name=nodes_used_collection_shard2_replica2&action=CREATE&collection=nodes_used_collection&wt=javabin&qt=/admin/cores&version=2} status=0 QTime=3780 
[junit4:junit4]   2> 1306060 T3667 oasc.ZkController.register We are http://127.0.0.1:51019/nodes_used_collection_shard2_replica1/ and leader is http://127.0.0.1:51049/nodes_used_collection_shard2_replica2/
[junit4:junit4]   2> 1306060 T3667 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard2_replica1 baseURL=http://127.0.0.1:51019
[junit4:junit4]   2> 1306060 T3667 oasc.ZkController.checkRecovery Core needs to recover:nodes_used_collection_shard2_replica1
[junit4:junit4]   2> 1306060 T3667 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> 1306061 T3745 C196 P51019 oasc.RecoveryStrategy.run Starting recovery process.  core=nodes_used_collection_shard2_replica1 recoveringAfterStartup=true
[junit4:junit4]   2> 1306062 T3745 C196 P51019 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 1306062 T3667 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1306062 T3745 C196 P51019 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=recovering
[junit4:junit4]   2> 1306064 T3667 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&shard=shard2&name=nodes_used_collection_shard2_replica1&action=CREATE&collection=nodes_used_collection&wt=javabin&qt=/admin/cores&version=2} status=0 QTime=3790 
[junit4:junit4]   2> 1306065 T3674 oasc.OverseerCollectionProcessor.createCollection Finished create command on all shards for collection: nodes_used_collection
[junit4:junit4]   2> 1306067 T3745 C196 P51019 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1306086 T3690 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work/qnr-0000000000 state: SyncConnected type NodeDataChanged
[junit4:junit4]   2> 1306087 T3709 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 127.0.0.1:51019__nodes_used_collection_shard2_replica1, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 1306090 T3672 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   2> 1306091 T3674 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Message id:/overseer/collection-queue-work/qn-0000000000 complete, response:{success={null={responseHeader={status=0,QTime=3756},core=nodes_used_collection_shard1_replica1},null={responseHeader={status=0,QTime=3768},core=nodes_used_collection_shard1_replica2},null={responseHeader={status=0,QTime=3780},core=nodes_used_collection_shard2_replica2},null={responseHeader={status=0,QTime=3790},core=nodes_used_collection_shard2_replica1}}}
[junit4:junit4]   2> 1306092 T3684 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/collections params={numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2} status=0 QTime=3838 
[junit4:junit4]   2> 1306094 T3650 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 1306096 T3650 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1306101 T3747 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@12683cd name:ZooKeeperConnection Watcher:127.0.0.1:51012/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1306101 T3650 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1306102 T3650 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1306106 T3650 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 1306108 T3650 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1306112 T3749 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@12dd87a name:ZooKeeperConnection Watcher:127.0.0.1:51012/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1306112 T3650 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1306114 T3650 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1306125 T3724 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=5&maxShardsPerNode=6&name=awholynewcollection_0&replicationFactor=5&action=CREATE&wt=javabin&version=2
[junit4:junit4]   2> 1306129 T3672 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   2> 1306131 T3674 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000002 message:{
[junit4:junit4]   2> 	  "operation":"createcollection",
[junit4:junit4]   2> 	  "numShards":"5",
[junit4:junit4]   2> 	  "maxShardsPerNode":"6",
[junit4:junit4]   2> 	  "createNodeSet":null,
[junit4:junit4]   2> 	  "name":"awholynewcollection_0",
[junit4:junit4]   2> 	  "replicationFactor":"5"}
[junit4:junit4]   2> 1306131 T3674 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica1 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:51031_
[junit4:junit4]   2> 1306131 T3674 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica2 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:51019_
[junit4:junit4]   2> 1306132 T3674 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica3 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:51058_
[junit4:junit4]   2> 1306133 T3674 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica4 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:51049_
[junit4:junit4]   2> 1306133 T3674 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica5 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:51040_
[junit4:junit4]   2> 1306135 T3674 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica1 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:51031_
[junit4:junit4]   2> 1306135 T3664 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368829908313\awholynewcollection_0_shard1_replica2
[junit4:junit4]   2> 1306136 T3664 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1306136 T3674 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica2 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:51019_
[junit4:junit4]   2> 1306137 T3683 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368829909202\awholynewcollection_0_shard1_replica1
[junit4:junit4]   2> 1306138 T3683 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1306138 T3710 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica4' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368829912197\awholynewcollection_0_shard1_replica4
[junit4:junit4]   2> 1306138 T3710 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1306140 T3683 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 1306138 T3674 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica3 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:51058_
[junit4:junit4]   2> 1306138 T3726 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica3' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368829913776\awholynewcollection_0_shard1_replica3
[junit4:junit4]   2> 1306143 T3726 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1306143 T3683 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1306145 T3727 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica3' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368829913776\awholynewcollection_0_shard2_replica3
[junit4:junit4]   2> 1306145 T3727 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1306142 T3686 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368829909202\awholynewcollection_0_shard2_replica1
[junit4:junit4]   2> 1306147 T3686 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1306147 T3727 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 1306149 T3727 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1306149 T3686 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 1306141 T3674 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica4 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:51049_
[junit4:junit4]   2> 1306140 T3710 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 1306140 T3699 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica5' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368829910687\awholynewcollection_0_shard1_replica5
[junit4:junit4]   2> 1306151 T3699 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1306151 T3710 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1306150 T3674 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica5 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:51040_
[junit4:junit4]   2> 1306150 T3686 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1306153 T3674 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard3_replica1 as part of slice shard3 of collection awholynewcollection_0 on 127.0.0.1:51031_
[junit4:junit4]   2> 1306155 T3674 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard3_replica2 as part of slice shard3 of collection awholynewcollection_0 on 127.0.0.1:51019_
[junit4:junit4]   2> 1306156 T3674 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard3_replica3 as part of slice shard3 of collection awholynewcollection_0 on 127.0.0.1:51058_
[junit4:junit4]   2> 1306157 T3674 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard3_replica4 as part of slice shard3 of collection awholynewcollection_0 on 127.0.0.1:51049_
[junit4:junit4]   2> 1306157 T3674 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard3_replica5 as part of slice shard3 of collection awholynewcollection_0 on 127.0.0.1:51040_
[junit4:junit4]   2> 1306158 T3674 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard4_replica1 as part of slice shard4 of collection awholynewcollection_0 on 127.0.0.1:51031_
[junit4:junit4]   2> 1306159 T3674 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard4_replica2 as part of slice shard4 of collection awholynewcollection_0 on 127.0.0.1:51019_
[junit4:junit4]   2> 1306159 T3674 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard4_replica3 as part of slice shard4 of collection awholynewcollection_0 on 127.0.0.1:51058_
[junit4:junit4]   2> 1306160 T3674 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard4_replica4 as part of slice shard4 of collection awholynewcollection_0 on 127.0.0.1:51049_
[junit4:junit4]   2> 1306160 T3674 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard4_replica5 as part of slice shard4 of collection awholynewcollection_0 on 127.0.0.1:51040_
[junit4:junit4]   2> 1306160 T3674 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard5_replica1 as part of slice shard5 of collection awholynewcollection_0 on 127.0.0.1:51031_
[junit4:junit4]   2> 1306161 T3674 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard5_replica2 as part of slice shard5 of collection awholynewcollection_0 on 127.0.0.1:51019_
[junit4:junit4]   2> 1306162 T3674 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard5_replica3 as part of slice shard5 of collection awholynewcollection_0 on 127.0.0.1:51058_
[junit4:junit4]   2> 1306162 T3674 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard5_replica4 as part of slice shard5 of collection awholynewcollection_0 on 127.0.0.1:51049_
[junit4:junit4]   2> 1306163 T3674 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard5_replica5 as part of slice shard5 of collection awholynewcollection_0 on 127.0.0.1:51040_
[junit4:junit4]   2> 1306149 T3683 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1306170 T3683 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 1306170 T3711 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica4' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368829912197\awholynewcollection_0_shard2_replica4
[junit4:junit4]   2> 1306176 T3711 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1306186 T3714 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard4_replica4' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368829912197\awholynewcollection_0_shard4_replica4
[junit4:junit4]   2> 1306187 T3714 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1306187 T3697 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard4_replica5' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368829910687\awholynewcollection_0_shard4_replica5
[junit4:junit4]   2> 1306188 T3697 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1306145 T3726 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 1306189 T3726 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1306145 T3664 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 1306144 T3665 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368829908313\awholynewcollection_0_shard2_replica2
[junit4:junit4]   2> 1306190 T3665 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1306189 T3664 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1306189 T3711 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 1306188 T3712 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard5_replica4' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368829912197\awholynewcollection_0_shard5_replica4
[junit4:junit4]   2> 1306191 T3711 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1306187 T3725 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard5_replica3' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368829913776\awholynewcollection_0_shard5_replica3
[junit4:junit4]   2> 1306192 T3725 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1306186 T3713 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard3_replica4' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368829912197\awholynewcollection_0_shard3_replica4
[junit4:junit4]   2> 1306194 T3713 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1306185 T3723 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard3_replica3' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368829913776\awholynewcollection_0_shard3_replica3
[junit4:junit4]   2> 1306194 T3723 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1306185 T3686 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1306195 T3686 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 1306184 T3728 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard4_replica3' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368829913776\awholynewcollection_0_shard4_replica3
[junit4:junit4]   2> 1306196 T3728 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1306199 T3726 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 1306199 T3725 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1306200 T3725 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1306182 T3663 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard5_replica2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368829908313\awholynewcollection_0_shard5_replica2
[junit4:junit4]   2> 1306202 T3663 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1306181 T3668 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard4_replica2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368829908313\awholynewcollection_0_shard4_replica2
[junit4:junit4]   2> 1306180 T3696 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard3_replica5' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368829910687\awholynewcollection_0_shard3_replica5
[junit4:junit4]   2> 1306180 T3695 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica5' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368829910687\awholynewcollection_0_shard2_replica5
[junit4:junit4]   2> 1306204 T3695 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1306179 T3700 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard5_replica5' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368829910687\awholynewcollection_0_shard5_replica5
[junit4:junit4]   2> 1306205 T3700 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1306178 T3685 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard5_replica1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368829909202\awholynewcollection_0_shard5_replica1
[junit4:junit4]   2> 1306206 T3685 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1306176 T3666 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard3_replica2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368829908313\awholynewcollection_0_shard3_replica2
[junit4:junit4]   2> 1306209 T3666 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1306175 T3682 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard4_replica1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368829909202\awholynewcollection_0_shard4_replica1
[junit4:junit4]   2> 1306209 T3682 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1306175 T3710 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1306174 T3681 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard3_replica1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368829909202\awholynewcollection_0_shard3_replica1
[junit4:junit4]   2> 1306211 T3681 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1306171 T3699 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 1306212 T3699 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1306153 T3727 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1306213 T3727 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 1306210 T3710 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 1306214 T3726 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1306209 T3686 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1306204 T3696 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1306204 T3668 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1306218 T3700 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1306218 T3700 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1306219 T3682 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1306219 T3682 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1306219 T3666 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1306219 T3666 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1306220 T3725 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368829913776\awholynewcollection_0_shard5_replica3\'
[junit4:junit4]   2> 1306200 T3683 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1306222 T3681 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1306222 T3681 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1306200 T3711 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 1306200 T3713 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1306225 T3713 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1306200 T3723 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1306227 T3723 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1306199 T3728 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1306234 T3728 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1306199 T3664 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 1306238 T3699 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 1306238 T3666 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368829908313\awholynewcollection_0_shard3_replica2\'
[junit4:junit4]   2> 1306242 T3668 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1306196 T3665 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1306243 T3665 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1306196 T3697 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1306245 T3697 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1306249 T3683 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368829909202\awholynewcollection_0_shard1_replica1\'
[junit4:junit4]   2> 1306251 T3682 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368829909202\awholynewcollection_0_shard4_replica1\'
[junit4:junit4]   2> 1306194 T3714 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1306253 T3714 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1306191 T3712 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1306243 T3696 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1306255 T3696 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1306243 T3668 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1306221 T3685 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1306258 T3685 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1306259 T3727 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1306221 T3695 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1306262 T3695 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1306221 T3663 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1306269 T3663 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1306270 T3713 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368829912197\awholynewcollection_0_shard3_replica4\'
[junit4:junit4]   2> 1306271 T3723 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368829913776\awholynewcollection_0_shard3_replica3\'
[junit4:junit4]   2> 1306272 T3681 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368829909202\awholynewcollection_0_shard3_replica1\'
[junit4:junit4]   2> 1306268 T3711 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1306276 T3728 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368829913776\awholynewcollection_0_shard4_replica3\'
[junit4:junit4]   2> 1306276 T3686 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368829909202\awholynewcollection_0_shard2_replica1\'
[junit4:junit4]   2> 1306275 T3712 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1306288 T3712 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1306275 T3726 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368829913776\awholynewcollection_0_shard1_replica3\'
[junit4:junit4]   2> 1306274 T3700 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368829910687\awholynewcollection_0_shard5_replica5\'
[junit4:junit4]   2> 1306288 T3665 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368829908313\awholynewcollection_0_shard2_replica2\'
[junit4:junit4]   2> 1306302 T3699 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1306305 T3664 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1306306 T3697 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368829910687\awholynewcollection_0_shard4_replica5\'
[junit4:junit4]   2> 1306307 T3714 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368829912197\awholynewcollection_0_shard4_replica4\'
[junit4:junit4]   2> 1306311 T3710 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1306323 T3668 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368829908313\awholynewcollection_0_shard4_replica2\'
[junit4:junit4]   2> 1306328 T3685 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368829909202\awholynewcollection_0_shard5_replica1\'
[junit4:junit4]   2> 1306332 T3663 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368829908313\awholynewcollection_0_shard5_replica2\'
[junit4:junit4]   2> 1306335 T3696 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368829910687\awholynewcollection_0_shard3_replica5\'
[junit4:junit4]   2> 1306335 T3699 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368829910687\awholynewcollection_0_shard1_replica5\'
[junit4:junit4]   2> 1306338 T3712 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368829912197\awholynewcollection_0_shard5_replica4\'
[junit4:junit4]   2> 1306338 T3695 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368829910687\awholynewcollection_0_shard2_replica5\'
[junit4:junit4]   2> 1306340 T3710 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368829912197\awholynewcollection_0_shard1_replica4\'
[junit4:junit4]   2> 1306342 T3727 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368829913776\awholynewcollection_0_shard2_replica3\'
[junit4:junit4]   2> 1306344 T3664 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368829908313\awholynewcollection_0_shard1_replica2\'
[junit4:junit4]   2> 1306347 T3711 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368829912197\awholynewcollection_0_shard2_replica4\'
[junit4:junit4]   2> 1306509 T3725 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1306597 T3668 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1306665 T3726 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1306744 T3725 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1306764 T3697 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1306784 T3726 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1306823 T3726 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1306824 T3725 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1306838 T3725 oass.IndexSchema.readSchema [awholynewcollection_0_shard5_replica3] Schema name=test
[junit4:junit4]   2> 1306912 T3726 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica3] Schema name=test
[junit4:junit4]   2> 1306989 T3728 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1307032 T3712 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1307046 T3664 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1307093 T3695 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1307192 T3712 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1307202 T3714 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1307223 T3683 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1307260 T3723 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1307267 T3712 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1307293 T3666 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1307456 T3723 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1307468 T3699 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1307536 T3723 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1307542 T3673 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1307549 T3673 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:51031__nodes_used_collection_shard1_replica1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51031_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51031"}
[junit4:junit4]   2> 1307575 T3723 oass.IndexSchema.readSchema [awholynewcollection_0_shard3_replica3] Schema name=test
[junit4:junit4]   2> 1307575 T3673 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:51040__nodes_used_collection_shard1_replica2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica2",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51040_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51040"}
[junit4:junit4]   2> 1307576 T3712 oass.IndexSchema.readSchema [awholynewcollection_0_shard5_replica4] Schema name=test
[junit4:junit4]   2> 1307595 T3673 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:51049__nodes_used_collection_shard2_replica2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica2",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51049_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51049"}
[junit4:junit4]   2> 1307621 T3664 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1307662 T3664 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1307686 T3673 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:51019__nodes_used_collection_shard2_replica1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51019_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51019"}
[junit4:junit4]   2> 1307700 T3677 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1307701 T3690 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1307702 T3704 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1307702 T3672 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1307701 T3747 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1307701 T3749 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1307703 T3718 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1307703 T3732 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1307750 T3668 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1307754 T3664 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica2] Schema name=test
[junit4:junit4]   2> 1307777 T3698 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 127.0.0.1:51031__nodes_used_collection_shard1_replica1, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   2> 1307787 T3668 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1307794 T3698 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:51031__nodes_used_collection_shard1_replica1&state=recovering&nodeName=127.0.0.1:51031_&action=PREPRECOVERY&checkLive=true&core=nodes_used_collection_shard1_replica2&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1750 
[junit4:junit4]   2> 1307798 T3709 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 127.0.0.1:51019__nodes_used_collection_shard2_replica1, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   2> 1307805 T3709 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:51019__nodes_used_collection_shard2_replica1&state=recovering&nodeName=127.0.0.1:51019_&action=PREPRECOVERY&checkLive=true&core=nodes_used_collection_shard2_replica2&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1718 
[junit4:junit4]   2> 1307840 T3665 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1307848 T3668 oass.IndexSchema.readSchema [awholynewcollection_0_shard4_replica2] Schema name=test
[junit4:junit4]   2> 1308004 T3697 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1308042 T3699 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1308043 T3683 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1308055 T3682 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1308071 T3695 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1308076 T3686 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1308091 T3697 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1308097 T3697 oass.IndexSchema.readSchema [awholynewcollection_0_shard4_replica5] Schema name=test
[junit4:junit4]   2> 1308101 T3699 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1308106 T3699 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica5] Schema name=test
[junit4:junit4]   2> 1308130 T3666 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1308140 T3695 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1308140 T3683 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1308147 T3666 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1308175 T3695 oass.IndexSchema.readSchema [awholynewcollection_0_shard2_replica5] Schema name=test
[junit4:junit4]   2> 1308176 T3683 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica1] Schema name=test
[junit4:junit4]   2> 1308187 T3666 oass.IndexSchema.readSchema [awholynewcollection_0_shard3_replica2] Schema name=test
[junit4:junit4]   2> 1308211 T3710 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1308243 T3700 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1308248 T3711 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1308304 T3696 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1308327 T3728 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1308420 T3728 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1308425 T3728 oass.IndexSchema.readSchema [awholynewcollection_0_shard4_replica3] Schema name=test
[junit4:junit4]   2> 1308437 T3686 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1308444 T3686 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1308459 T3700 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1308472 T3700 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1308512 T3686 oass.IndexSchema.readSchema [awholynewcollection_0_shard2_replica1] Schema name=test
[junit4:junit4]   2> 1308526 T3727 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1308544 T3714 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1308576 T3700 oass.IndexSchema.readSchema [awholynewcollection_0_shard5_replica5] Schema name=test
[junit4:junit4]   2> 1308597 T3663 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1308656 T3714 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1308724 T3696 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1308734 T3711 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1308736 T3685 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1308819 T3663 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1308828 T3696 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1308829 T3711 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1308833 T3665 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1308838 T3663 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1308853 T3665 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1308865 T3696 oass.IndexSchema.readSchema [awholynewcollection_0_shard3_replica5] Schema name=test
[junit4:junit4]   2> 1308869 T3711 oass.IndexSchema.readSchema [awholynewcollection_0_shard2_replica4] Schema name=test
[junit4:junit4]   2> 1308871 T3714 oass.IndexSchema.readSchema [awholynewcollection_0_shard4_replica4] Schema name=test
[junit4:junit4]   2> 1308873 T3663 oass.IndexSchema.readSchema [awholynewcollection_0_shard5_replica2] Schema name=test
[junit4:junit4]   2> 1308877 T3665 oass.IndexSchema.readSchema [awholynewcollection_0_shard2_replica2] Schema name=test
[junit4:junit4]   2> 1308902 T3681 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1308982 T3710 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1308983 T3681 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1309001 T3681 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1309003 T3710 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1309130 T3710 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica4] Schema name=test
[junit4:junit4]   2> 1309133 T3681 oass.IndexSchema.readSchema [awholynewcollection_0_shard3_replica1] Schema name=test
[junit4:junit4]   2> 1309356 T3713 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1309373 T3727 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1309466 T3727 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2>  C195_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica1 props:{shard=shard1, state=recovering, core=nodes_used_collection_shard1_replica1, collection=nodes_used_collection, node_name=127.0.0.1:51031_, base_url=http://127.0.0.1:51031}
[junit4:junit4]   2> 1309532 T3744 C195 P51031 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:51040/nodes_used_collection_shard1_replica2/ core=nodes_used_collection_shard1_replica1 - recoveringAfterStartup=true
[junit4:junit4]   2> 1309533 T3744 C195 P51031 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:51031 START replicas=[http://127.0.0.1:51040/nodes_used_collection_shard1_replica2/] nUpdates=100
[junit4:junit4]   2> 1309534 T3744 C195 P51031 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 1309534 T3744 C195 P51031 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 1309534 T3744 C195 P51031 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 1309534 T3744 C195 P51031 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 1309535 T3744 C195 P51031 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 1309606 T3744 C195 P51031 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:51040/nodes_used_collection_shard1_replica2/. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2>  C196_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica1 props:{shard=shard2, state=recovering, core=nodes_used_collection_shard2_replica1, collection=nodes_used_collection, node_name=127.0.0.1:51019_, base_url=http://127.0.0.1:51019}
[junit4:junit4]   2> 1309534 T3745 C196 P51019 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:51049/nodes_used_collection_shard2_replica2/ core=nodes_used_collection_shard2_replica1 - recoveringAfterStartup=true
[junit4:junit4]   2> 1309608 T3745 C196 P51019 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:51019 START replicas=[http://127.0.0.1:51049/nodes_used_collection_shard2_replica2/] nUpdates=100
[junit4:junit4]   2> 1309607 T3744 C195 P51031 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1309609 T3745 C196 P51019 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 1309609 T3745 C196 P51019 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=nodes_used_collection_shard2_replica1
[junit4:junit4]   2> 1309609 T3745 C196 P51019 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=nodes_used_collection_shard2_replica1
[junit4:junit4]   2> 1309609 T3745 C196 P51019 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=nodes_used_collection_shard2_replica1
[junit4:junit4]   2> 1309610 T3745 C196 P51019 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 1309610 T3745 C196 P51019 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:51049/nodes_used_collection_shard2_replica2/. core=nodes_used_collection_shard2_replica1
[junit4:junit4]   2> 1309610 T3745 C196 P51019 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C197 name=nodes_used_collection_shard1_replica2 org.apache.solr.core.SolrCore@884414 url=http://127.0.0.1:51040/nodes_used_collection_shard1_replica2 node=127.0.0.1:51040_ C197_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica2 props:{shard=shard1, state=active, core=nodes_used_collection_shard1_replica2, collection=nodes_used_collection, node_name=127.0.0.1:51040_, base_url=http://127.0.0.1:51040, leader=true}
[junit4:junit4]   2> 1309623 T3774 C197 P51040 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1309627 T3682 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1309691 T3774 C197 P51040 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@131bbfb lockFactory=org.apache.lucene.store.NativeFSLockFactory@ca24ff),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1309693 T3774 C197 P51040 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1309701 T3774 C197 P51040 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@131bbfb lockFactory=org.apache.lucene.store.NativeFSLockFactory@ca24ff),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@131bbfb lockFactory=org.apache.lucene.store.NativeFSLockFactory@ca24ff),segFN=segments_2,generation=2}
[junit4:junit4]   2> 1309708 T3682 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1309712 T3774 C197 P51040 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 1309713 T3774 C197 P51040 oass.SolrIndexSearcher.<init> Opening Searcher@108efff realtime
[junit4:junit4]   2> 1309713 T3774 C197 P51040 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1309713 T3774 C197 P51040 oasup.LogUpdateProcessor.finish [nodes_used_collection_shard1_replica2] webapp= path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 90
[junit4:junit4]   2> 1309714 T3744 C195 P51031 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 1309715 T3744 C195 P51031 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 1309717 T3774 C197 P51040 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 1309717 T3774 C197 P51040 oasc.SolrCore.execute [nodes_used_collection_shard1_replica2] webapp= path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 1309718 T3744 C195 P51031 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 1309719 T3744 C195 P51031 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 1309719 T3744 C195 P51031 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 1309722 T3774 C197 P51040 oasc.SolrCore.execute [nodes_used_collection_shard1_replica2] webapp= path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 1309722 T3744 C195 P51031 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 1309733 T3744 C195 P51031 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368829909202\nodes_used_collection_shard1_replica1\data\index.20130517183202786
[junit4:junit4]   2> 1309733 T3744 C195 P51031 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@cc2268 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1a30a86) fullCopy=false
[junit4:junit4]   2> 1309735 T3774 C197 P51040 oasc.SolrCore.execute [nodes_used_collection_shard1_replica2] webapp= path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 1309737 T3744 C195 P51031 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 1309783 T3744 C195 P51031 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 1309783 T3744 C195 P51031 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 1309788 T3744 C195 P51031 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@10c4a54 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c1a8f9),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@10c4a54 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c1a8f9),segFN=segments_2,generation=2}
[junit4:junit4]   2> 1309789 T3744 C195 P51031 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 1309790 T3744 C195 P51031 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 1309790 T3744 C195 P51031 oass.SolrIndexSearcher.<init> Opening Searcher@3ebd23 main
[junit4:junit4]   2> ASYNC  NEW_CORE C198 name=nodes_used_collection_shard2_replica2 org.apache.solr.core.SolrCore@9697f4 url=http://127.0.0.1:51049/nodes_used_collection_shard2_replica2 node=127.0.0.1:51049_ C198_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica2 props:{shard=shard2, state=active, core=nodes_used_collection_shard2_replica2, collection=nodes_used_collection, node_name=127.0.0.1:51049_, base_url=http://127.0.0.1:51049, leader=true}
[junit4:junit4]   2> 1309801 T3709 C198 P51049 oasc.SolrCore.execute [nodes_used_collection_shard2_replica2] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=2 
[junit4:junit4]   2> 1309801 T3740 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@3ebd23 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 1309802 T3744 C195 P51031 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368829909202\nodes_used_collection_shard1_replica1\data\index.20130517183202786 [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368829909202\nodes_used_collection_shard1_replica1\data\index.20130517183202786;done=true>>]
[junit4:junit4]   2> 1309802 T3744 C195 P51031 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368829909202\nodes_used_collection_shard1_replica1\data\index.20130517183202786
[junit4:junit4]   2> 1309802 T3744 C195 P51031 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368829909202\nodes_used_collection_shard1_replica1\data\index.20130517183202786
[junit4:junit4]   2> 1309803 T3744 C195 P51031 oasc.RecoveryStrategy.replay No replay needed. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 1309803 T3744 C195 P51031 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 1309803 T3744 C195 P51031 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=active
[junit4:junit4]   2> 1309805 T3727 oass.IndexSchema.readSchema [awholynewcollection_0_shard2_replica3] Schema name=test
[junit4:junit4]   2> 1309812 T3682 oass.IndexSchema.readSchema [awholynewcollection_0_shard4_replica1] Schema name=test
[junit4:junit4]   2> 1309816 T3744 C195 P51031 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 1309868 T3775 C198 P51049 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1309982 T3775 C198 P51049 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@125cd79 lockFactory=org.apache.lucene.store.NativeFSLockFactory@42ba1b),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1309983 T3775 C198 P51049 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1309994 T3775 C198 P51049 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@125cd79 lockFactory=org.apache.lucene.store.NativeFSLockFactory@42ba1b),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@125cd79 lockFactory=org.apache.lucene.store.NativeFSLockFactory@42ba1b),segFN=segments_2,generation=2}
[junit4:junit4]   2> 1309995 T3775 C198 P51049 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 1309996 T3775 C198 P51049 oass.SolrIndexSearcher.<init> Opening Searcher@b68c98 realtime
[junit4:junit4]   2> 1309996 T3775 C198 P51049 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1310002 T3775 C198 P51049 oasup.LogUpdateProcessor.finish [nodes_used_collection_shard2_replica2] webapp= path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 135
[junit4:junit4]   2> 1310020 T3745 C196 P51019 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 1310021 T3745 C196 P51019 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 1310177 T3709 C198 P51049 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 1310178 T3709 C198 P51049 oasc.SolrCore.execute [nodes_used_collection_shard2_replica2] webapp= path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   2> 1310178 T3745 C196 P51019 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 1310178 T3745 C196 P51019 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 1310179 T3745 C196 P51019 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 1310295 T3775 C198 P51049 oasc.SolrCore.execute [nodes_used_collection_shard2_replica2] webapp= path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=66 
[junit4:junit4]   2> 1310316 T3745 C196 P51019 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 1310317 T3745 C196 P51019 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368829908313\nodes_used_collection_shard2_replica1\data\index.20130517183203380
[junit4:junit4]   2> 1310317 T3745 C196 P51019 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@1cdfd3b lockFactory=org.apache.lucene.store.NativeFSLockFactory@c7a6b4) fullCopy=false
[junit4:junit4]   2> 1310320 T3698 C197 P51040 oasc.SolrCore.execute [nodes_used_collection_shard1_replica2] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 1310322 T3709 C198 P51049 oasc.SolrCore.execute [nodes_used_collection_shard2_replica2] webapp= path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 1310323 T3745 C196 P51019 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 1310329 T3745 C196 P51019 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 1310329 T3745 C196 P51019 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=nodes_used_collection_shard2_replica1
[junit4:junit4]   2> 1310344 T3673 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1310348 T3673 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:51031__nodes_used_collection_shard1_replica1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51031_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51031"}
[junit4:junit4]   2> 1310351 T3745 C196 P51019 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6b360d lockFactory=org.apache.lucene.store.NativeFSLockFactory@686c55),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6b360d lockFactory=org.apache.lucene.store.NativeFSLockFactory@686c55),segFN=segments_2,generation=2}
[junit4:junit4]   2> 1310352 T3745 C196 P51019 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 1310352 T3745 C196 P51019 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 1310352 T3745 C196 P51019 oass.SolrIndexSearcher.<init> Opening Searcher@10204c6 main
[junit4:junit4]   2> 1310353 T3741 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@10204c6 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 1310354 T3745 C196 P51019 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368829908313\nodes_used_collection_shard2_replica1\data\index.20130517183203380 [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368829908313\nodes_used_collection_shard2_replica1\data\index.20130517183203380;done=true>>]
[junit4:junit4]   2> 1310354 T3745 C196 P51019 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368829908313\nodes_used_collection_shard2_replica1\data\index.20130517183203380
[junit4:junit4]   2> 1310366 T3745 C196 P51019 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368829908313\nodes_used_collection_shard2_replica1\data\index.20130517183203380
[junit4:junit4]   2> 1310366 T3745 C196 P51019 oasc.RecoveryStrategy.replay No replay needed. core=nodes_used_collection_shard2_replica1
[junit4:junit4]   2> 1310367 T3745 C196 P51019 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=nodes_used_collection_shard2_replica1
[junit4:junit4]   2> 1310367 T3745 C196 P51019 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=active
[junit4:junit4]   2> 1310525 T3745 C196 P51019 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=nodes_used_collection_shard2_replica1
[junit4:junit4]   2> 1310542 T3673 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:51019__nodes_used_collection_shard2_replica1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51019_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51019"}
[junit4:junit4]   2> 1310903 T3704 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1310904 T3690 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1310904 T3672 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1310904 T3732 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1310905 T3718 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1310905 T3677 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1310906 T3749 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1310906 T3747 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1311318 T3685 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1311501 T3713 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1311570 T3685 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1311817 T3713 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1312449 T3713 oass.IndexSchema.readSchema [awholynewcollection_0_shard3_replica4] Schema name=test
[junit4:junit4]   2> 1312451 T3685 oass.IndexSchema.readSchema [awholynewcollection_0_shard5_replica1] Schema name=test
[junit4:junit4]   2> 1313519 T3697 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1313546 T3697 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1313583 T3697 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1313850 T3697 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1314067 T3697 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1314099 T3697 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1314103 T3697 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1314104 T3697 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1314104 T3697 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1314269 T3697 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1314269 T3697 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1314269 T3697 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1314269 T3697 oasc.SolrCore.<init> [awholynewcollection_0_shard4_replica5] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368829910687\awholynewcollection_0_shard4_replica5\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368829910687\awholynewcollection_0_shard4_replica5\data\
[junit4:junit4]   2> 1314269 T3697 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f4236c
[junit4:junit4]   2> 1314270 T3697 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1314332 T3697 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368829910687\awholynewcollection_0_shard4_replica5\data\
[junit4:junit4]   2> 1314401 T3697 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368829910687\awholynewcollection_0_shard4_replica5\data\index/
[junit4:junit4]   2> 1314401 T3697 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard4_replica5] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368829910687\awholynewcollection_0_shard4_replica5\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1314447 T3697 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368829910687\awholynewcollection_0_shard4_replica5\data\index
[junit4:junit4]   2> 1314482 T3697 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@b8d8e8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1bf55ea),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1314482 T3697 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1314488 T3697 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1314489 T3697 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1314491 T3697 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1314498 T3697 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1314524 T3697 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1314524 T3697 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1314525 T3697 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1314568 T3697 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1314569 T3697 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1314918 T3697 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1314971 T3697 oass.SolrIndexSearcher.<init> Opening Searcher@9c4c3a main
[junit4:junit4]   2> 1314972 T3697 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368829910687\awholynewcollection_0_shard4_replica5\data\tlog
[junit4:junit4]   2> 1314974 T3697 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1314974 T3697 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1315049 T3781 oasc.SolrCore.registerSearcher [awholynewcollection_0_shard4_replica5] Registered new searcher Searcher@9c4c3a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1315051 T3697 oasc.ZkController.publish

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

7216 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
[junit4:junit4]   2> 2938616 T7216 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:52977 52977
[junit4:junit4]   2> 2939791 T7307 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 2940867 T7307 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2940868 T7307 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 2940870 T7216 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 52984
[junit4:junit4]   2> 2940892 T7216 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
[junit4:junit4]   2> 2940893 T7216 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:52977 52977
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ShardSplitTest -Dtests.method=testDistribSearch -Dtests.seed=4396C46483CB5BBE -Dtests.slow=true -Dtests.locale=zh_SG -Dtests.timezone=Africa/Djibouti -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   43.7s | ShardSplitTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:52996 returned non ok status:500, message:Server Error
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([4396C46483CB5BBE:C2704A7CF4943B82]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:385)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
[junit4:junit4]    > 	at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:208)
[junit4:junit4]    > 	at org.apache.solr.cloud.ShardSplitTest.doTest(ShardSplitTest.java:133)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 2940901 T7216 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=zh_SG, timezone=Africa/Djibouti
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_21 (32-bit)/cpus=2,threads=4,free=382095760,total=479154176
[junit4:junit4]   2> NOTE: All tests run in this JVM: [BadComponentTest, TestFieldCollectionResource, ReturnFieldsTest, ConvertedLegacyTest, TestCoreDiscovery, TestCharFilters, TestSuggestSpellingConverter, SliceStateTest, TestFieldResource, SpellPossibilityIteratorTest, RAMDirectoryFactoryTest, TestJmxMonitoredMap, TestSolrIndexConfig, StatsComponentTest, UUIDFieldTest, BasicZkTest, SolrCoreCheckLockOnStartupTest, TestSystemIdResolver, CoreAdminHandlerTest, NoCacheHeaderTest, ZkControllerTest, TestManagedSchema, TestSolrQueryParserResource, SampleTest, TestAnalyzedSuggestions, TestPluginEnable, UpdateRequestProcessorFactoryTest, TestXIncludeConfig, TestSolrQueryParserDefaultOperatorResource, SuggesterFSTTest, TestDocSet, SpellCheckCollatorTest, TestPHPSerializedResponseWriter, DistributedSpellCheckComponentTest, TestPseudoReturnFields, TestFuzzyAnalyzedSuggestions, HighlighterTest, CSVRequestHandlerTest, TestSchemaSimilarityResource, RecoveryZkTest, TestPropInjectDefaults, TestIBSimilarityFactory, CacheHeaderTest, DistributedTermsComponentTest, TestReplicationHandler, TestSchemaNameResource, URLClassifyProcessorTest, JsonLoaderTest, TestBinaryField, SimpleFacetsTest, TestLazyCores, PluginInfoTest, DateMathParserTest, AlternateDirectoryTest, EchoParamsTest, SolrCmdDistributorTest, TestCSVResponseWriter, TestLMJelinekMercerSimilarityFactory, PathHierarchyTokenizerFactoryTest, TestLuceneMatchVersion, DocumentAnalysisRequestHandlerTest, TestSerializedLuceneMatchVersion, DirectUpdateHandlerOptimizeTest, DistributedQueryElevationComponentTest, SignatureUpdateProcessorFactoryTest, LegacyHTMLStripCharFilterTest, ExternalFileFieldSortTest, SolrTestCaseJ4Test, HardAutoCommitTest, TestStressReorder, TestMultiCoreConfBootstrap, TestQuerySenderNoQuery, SliceStateUpdateTest, TestOmitPositions, TestHashPartitioner, ClusterStateTest, TestSchemaVersionResource, TestStressLucene, TestReversedWildcardFilterFactory, TestCloudManagedSchema, TestSurroundQueryParser, CopyFieldTest, TestSearchPerf, OpenExchangeRatesOrgProviderTest, IndexReaderFactoryTest, TestLFUCache, SystemInfoHandlerTest, OverseerTest, TestUniqueKeyFieldResource, LeaderElectionIntegrationTest, TestUtils, DirectSolrSpellCheckerTest, ResourceLoaderTest, LeaderElectionTest, RegexBoostProcessorTest, TestSweetSpotSimilarityFactory, TestSolrQueryParser, TestFastWriter, MoreLikeThisHandlerTest, TestQueryTypes, UnloadDistributedZkTest, TestWordDelimiterFilterFactory, DebugComponentTest, XsltUpdateRequestHandlerTest, TestCSVLoader, TestLRUCache, TestManagedSchemaFieldResource, TestUpdate, ShowFileRequestHandlerTest, TestFastOutputStream, BinaryUpdateRequestHandlerTest, UpdateParamsTest, OpenCloseCoreStressTest, TestCollationField, StatelessScriptUpdateProcessorFactoryTest, TestArbitraryIndexDir, StandardRequestHandlerTest, MultiTermTest, MBeansHandlerTest, TestRandomDVFaceting, BasicDistributedZk2Test, CircularListTest, ZkNodePropsTest, CollectionsAPIDistributedZkTest, CachingDirectoryFactoryTest, TestLMDirichletSimilarityFactory, AutoCommitTest, TestPhraseSuggestions, RequiredFieldsTest, TestStressVersions, MinimalSchemaTest, TestSolrXMLSerializer, ShardRoutingCustomTest, IndexSchemaRuntimeFieldTest, TestBM25SimilarityFactory, ZkCLITest, TestSolrJ, PrimUtilsTest, BadCopyFieldTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, SyncSliceTest, ShardRoutingTest, FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, TestRandomFaceting, ZkSolrClientTest, TestZkChroot, TestDistributedSearch, TestDistributedGrouping, TestFaceting, TestRecovery, TermVectorComponentDistributedTest, TestRealTimeGet, TestJoin, TestReload, TestRangeQuery, TestCoreContainer, TestSolr4Spatial, SolrCoreTest, SpellCheckComponentTest, TestGroupingSearch, QueryElevationComponentTest, PeerSyncTest, BadIndexSchemaTest, TestSort, TestFiltering, TestFunctionQuery, BasicFunctionalityTest, DirectUpdateHandlerTest, TestBadConfig, OverseerCollectionProcessorTest, TestIndexSearcher, SoftAutoCommitTest, CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, SimplePostToolTest, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, SolrRequestParserTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTSTTest, SuggesterTest, TestTrie, SpatialFilterTest, SuggesterWFSTTest, PolyFieldTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, QueryEqualityTest, DefaultValueUpdateProcessorTest, SortByFunctionTest, TestRemoteStreaming, DocValuesMultiTest, DistanceFunctionTest, TestSolrDeletionPolicy1, SolrInfoMBeanTest, IndexBasedSpellCheckerTest, LukeRequestHandlerTest, DisMaxRequestHandlerTest, TestQueryUtils, TestWriterPerf, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, TermsComponentTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, DocumentBuilderTest, TestValueSourceCache, TermVectorComponentTest, TestIndexingPerformance, FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, LoggingHandlerTest, SolrPluginUtilsTest, IndexSchemaTest, TestJmxIntegration, JSONWriterTest, QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, PingRequestHandlerTest, TestComponentsName, SearchHandlerTest, CoreContainerCoreInitFailuresTest, TestBinaryResponseWriter, HighlighterConfigTest, SOLR749Test, TestPropInject, TestQuerySenderListener, ResponseLogComponentTest, SolrIndexConfigTest, TestStressRecovery, TestMergePolicyConfig, TestSolrDeletionPolicy2, NumericFieldsTest, TestElisionMultitermQuery, TestConfig, OutputWriterTest, TestSolrCoreProperties, TestPostingsSolrHighlighter, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestCodecSupport, SynonymTokenizerTest, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestNumberUtils, TestDefaultSimilarityFactory, TimeZoneUtilsTest, ScriptEngineTest, TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, DateFieldTest, SpellingQueryConverterTest, DOMUtilTest, TestDocumentBuilder, FileUtilsTest, TestRTGBase, AliasIntegrationTest, ChaosMonkeyShardSplitTest, ShardSplitTest]
[junit4:junit4] Completed in 43.72s, 1 test, 1 error <<< FAILURES!

[...truncated 58 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:377: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:357: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:181: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:437: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1240: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:884: There were test failures: 295 suites, 1231 tests, 1 error, 1 failure, 18 ignored (12 assumptions)

Total time: 85 minutes 10 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.7.0_21 -server -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.7.0_21) - Build # 2829 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2829/
Java: 32bit/jdk1.7.0_21 -client -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSearch

Error Message:
There are still nodes recoverying - waited for 230 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 230 seconds
	at __randomizedtesting.SeedInfo.seed([FA5E0F82C06D011B:7BB8819AB7326127]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:173)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:131)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:126)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:512)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:146)
	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 9564 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
[junit4:junit4]   2> 1463536 T4627 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 1463541 T4627 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-CollectionsAPIDistributedZkTest-1368792492329
[junit4:junit4]   2> 1463541 T4627 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 1463544 T4628 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 1463621 T4627 oasc.ZkTestServer.run start zk server on port:60698
[junit4:junit4]   2> 1463624 T4627 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1463631 T4634 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1dd4139 name:ZooKeeperConnection Watcher:127.0.0.1:60698 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1463632 T4627 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1463632 T4627 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 1463640 T4627 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1463644 T4636 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e18e7b name:ZooKeeperConnection Watcher:127.0.0.1:60698/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1463645 T4627 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1463645 T4627 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 1463650 T4627 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 1463654 T4627 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 1463657 T4627 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 1463662 T4627 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 1463663 T4627 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 1463673 T4627 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 1463674 T4627 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 1463681 T4627 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 1463682 T4627 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 1463689 T4627 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 1463689 T4627 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 1463695 T4627 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 1463695 T4627 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 1463700 T4627 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 1463701 T4627 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 1463705 T4627 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 1463705 T4627 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 1463711 T4627 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 1463712 T4627 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 1463717 T4627 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 1463718 T4627 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 1463732 T4629 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13eb263e9340001, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 1464154 T4627 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1464159 T4627 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:60705
[junit4:junit4]   2> 1464160 T4627 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1464161 T4627 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1464161 T4627 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368792492519
[junit4:junit4]   2> 1464162 T4627 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368792492519\solr.xml
[junit4:junit4]   2> 1464162 T4627 oasc.CoreContainer.<init> New CoreContainer 32820208
[junit4:junit4]   2> 1464162 T4627 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368792492519\'
[junit4:junit4]   2> 1464162 T4627 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368792492519\'
[junit4:junit4]   2> 1464248 T4627 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368792492519
[junit4:junit4]   2> 1464249 T4627 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368792492519\collection1
[junit4:junit4]   2> 1464252 T4627 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368792492519\collection1\conf
[junit4:junit4]   2> 1464548 T4627 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368792492519\collection1\conf\xslt
[junit4:junit4]   2> 1464559 T4627 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368792492519\collection1\lib
[junit4:junit4]   2> 1464563 T4627 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368792492519\collection1\lib\classes
[junit4:junit4]   2> 1464573 T4627 oasc.SolrCoreDiscoverer.addCore Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368792492519\conf\core.properties, adding to cores
[junit4:junit4]   2> 1464597 T4627 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 1464598 T4627 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1464599 T4627 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 1464599 T4627 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1464600 T4627 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1464600 T4627 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1464600 T4627 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1464601 T4627 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1464601 T4627 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1464602 T4627 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 1464614 T4627 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1464615 T4627 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60698/solr
[junit4:junit4]   2> 1464616 T4627 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1464617 T4627 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1464635 T4647 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@232c2b name:ZooKeeperConnection Watcher:127.0.0.1:60698 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1464635 T4627 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1464638 T4627 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1464646 T4627 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1464651 T4649 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1acd84b name:ZooKeeperConnection Watcher:127.0.0.1:60698/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1464651 T4627 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1464654 T4627 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 1464659 T4627 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 1464667 T4627 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 1464670 T4627 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60705_
[junit4:junit4]   2> 1464672 T4627 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60705_
[junit4:junit4]   2> 1464680 T4627 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 1464705 T4627 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 1464711 T4627 oasc.Overseer.start Overseer (id=89705184777994243-127.0.0.1:60705_-n_0000000000) starting
[junit4:junit4]   2> 1464719 T4627 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 1464729 T4651 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 1464730 T4627 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 1464742 T4627 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 1464746 T4627 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1464750 T4650 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 1464752 T4627 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 1464753 T4627 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1464753 T4627 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1464758 T4627 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 1464760 T4627 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1464764 T4654 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1caaf38 name:ZooKeeperConnection Watcher:127.0.0.1:60698/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1464765 T4627 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1464767 T4627 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1464770 T4627 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 1465277 T4627 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1465282 T4627 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:60717
[junit4:junit4]   2> 1465282 T4627 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1465283 T4627 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1465283 T4627 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368792493558
[junit4:junit4]   2> 1465284 T4627 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368792493558\solr.xml
[junit4:junit4]   2> 1465284 T4627 oasc.CoreContainer.<init> New CoreContainer 14973573
[junit4:junit4]   2> 1465285 T4627 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368792493558\'
[junit4:junit4]   2> 1465285 T4627 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368792493558\'
[junit4:junit4]   2> 1465385 T4627 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368792493558
[junit4:junit4]   2> 1465386 T4627 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368792493558\collection1
[junit4:junit4]   2> 1465389 T4627 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368792493558\collection1\conf
[junit4:junit4]   2> 1465686 T4627 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368792493558\collection1\conf\xslt
[junit4:junit4]   2> 1465693 T4627 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368792493558\collection1\lib
[junit4:junit4]   2> 1465696 T4627 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368792493558\collection1\lib\classes
[junit4:junit4]   2> 1465700 T4627 oasc.SolrCoreDiscoverer.addCore Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368792493558\conf\core.properties, adding to cores
[junit4:junit4]   2> 1465723 T4627 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 1465723 T4627 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1465723 T4627 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 1465723 T4627 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1465724 T4627 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1465725 T4627 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1465725 T4627 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1465726 T4627 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1465726 T4627 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1465727 T4627 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 1465733 T4627 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1465733 T4627 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60698/solr
[junit4:junit4]   2> 1465734 T4627 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1465736 T4627 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1465747 T4665 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c16934 name:ZooKeeperConnection Watcher:127.0.0.1:60698 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1465747 T4627 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1465749 T4627 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1465749 T4629 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13eb263e9340005, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 1465754 T4627 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1465757 T4667 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@cb57b2 name:ZooKeeperConnection Watcher:127.0.0.1:60698/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1465757 T4627 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1465762 T4627 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1466548 T4627 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60717_
[junit4:junit4]   2> 1466550 T4627 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60717_
[junit4:junit4]   2> 1466556 T4654 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1466556 T4649 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1466557 T4667 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1466565 T4627 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 1466566 T4627 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1466567 T4627 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1467103 T4627 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1467109 T4627 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:60726
[junit4:junit4]   2> 1467109 T4627 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1467111 T4627 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1467111 T4627 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368792495361
[junit4:junit4]   2> 1467111 T4627 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368792495361\solr.xml
[junit4:junit4]   2> 1467111 T4627 oasc.CoreContainer.<init> New CoreContainer 24220359
[junit4:junit4]   2> 1467111 T4627 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368792495361\'
[junit4:junit4]   2> 1467111 T4627 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368792495361\'
[junit4:junit4]   2> 1467222 T4627 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368792495361
[junit4:junit4]   2> 1467224 T4627 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368792495361\collection1
[junit4:junit4]   2> 1467225 T4627 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368792495361\collection1\conf
[junit4:junit4]   2> 1467484 T4627 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368792495361\collection1\conf\xslt
[junit4:junit4]   2> 1467497 T4627 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368792495361\collection1\lib
[junit4:junit4]   2> 1467501 T4627 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368792495361\collection1\lib\classes
[junit4:junit4]   2> 1467510 T4627 oasc.SolrCoreDiscoverer.addCore Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368792495361\conf\core.properties, adding to cores
[junit4:junit4]   2> 1467536 T4627 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 1467537 T4627 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1467538 T4627 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 1467538 T4627 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1467539 T4627 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1467539 T4627 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1467539 T4627 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1467540 T4627 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1467540 T4627 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1467541 T4627 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 1467552 T4627 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1467553 T4627 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60698/solr
[junit4:junit4]   2> 1467554 T4627 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1467555 T4627 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1467572 T4679 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1667d81 name:ZooKeeperConnection Watcher:127.0.0.1:60698 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1467572 T4627 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1467576 T4627 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1467584 T4627 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1467588 T4681 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1080bcf name:ZooKeeperConnection Watcher:127.0.0.1:60698/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1467589 T4627 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1467597 T4627 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1468383 T4627 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60726_
[junit4:junit4]   2> 1468388 T4627 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60726_
[junit4:junit4]   2> 1468395 T4654 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 1468396 T4667 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 1468396 T4649 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 1468396 T4681 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 1468405 T4627 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 1468405 T4627 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1468406 T4627 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1468882 T4627 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1468887 T4627 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:60735
[junit4:junit4]   2> 1468888 T4627 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1468888 T4627 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1468888 T4627 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368792497201
[junit4:junit4]   2> 1468889 T4627 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368792497201\solr.xml
[junit4:junit4]   2> 1468889 T4627 oasc.CoreContainer.<init> New CoreContainer 28425950
[junit4:junit4]   2> 1468890 T4627 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368792497201\'
[junit4:junit4]   2> 1468891 T4627 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368792497201\'
[junit4:junit4]   2> 1469027 T4627 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368792497201
[junit4:junit4]   2> 1469028 T4627 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368792497201\collection1
[junit4:junit4]   2> 1469031 T4627 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368792497201\collection1\conf
[junit4:junit4]   2> 1469303 T4627 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368792497201\collection1\conf\xslt
[junit4:junit4]   2> 1469312 T4627 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368792497201\collection1\lib
[junit4:junit4]   2> 1469316 T4627 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368792497201\collection1\lib\classes
[junit4:junit4]   2> 1469323 T4627 oasc.SolrCoreDiscoverer.addCore Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368792497201\conf\core.properties, adding to cores
[junit4:junit4]   2> 1469342 T4627 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 1469342 T4627 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1469343 T4627 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 1469343 T4627 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1469344 T4627 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1469344 T4627 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1469345 T4627 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1469345 T4627 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1469346 T4627 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1469346 T4627 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 1469356 T4627 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1469358 T4627 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60698/solr
[junit4:junit4]   2> 1469358 T4627 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1469360 T4627 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1469374 T4693 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c85a1c name:ZooKeeperConnection Watcher:127.0.0.1:60698 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1469374 T4627 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1469378 T4629 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13eb263e9340009, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 1469378 T4627 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1469387 T4627 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1469391 T4695 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1fbe8ef name:ZooKeeperConnection Watcher:127.0.0.1:60698/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1469391 T4627 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1469400 T4627 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1470261 T4627 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60735_
[junit4:junit4]   2> 1470270 T4627 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60735_
[junit4:junit4]   2> 1470275 T4667 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1470275 T4649 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1470275 T4695 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1470276 T4681 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1470276 T4654 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1470286 T4627 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 1470287 T4627 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1470287 T4627 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1470714 T4627 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1470720 T4627 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:60744
[junit4:junit4]   2> 1470720 T4627 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1470720 T4627 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1470720 T4627 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368792499079
[junit4:junit4]   2> 1470721 T4627 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368792499079\solr.xml
[junit4:junit4]   2> 1470721 T4627 oasc.CoreContainer.<init> New CoreContainer 21978201
[junit4:junit4]   2> 1470722 T4627 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368792499079\'
[junit4:junit4]   2> 1470722 T4627 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368792499079\'
[junit4:junit4]   2> 1470814 T4627 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368792499079
[junit4:junit4]   2> 1470815 T4627 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368792499079\collection1
[junit4:junit4]   2> 1470817 T4627 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368792499079\collection1\conf
[junit4:junit4]   2> 1470997 T4627 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368792499079\collection1\conf\xslt
[junit4:junit4]   2> 1471003 T4627 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368792499079\collection1\lib
[junit4:junit4]   2> 1471006 T4627 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368792499079\collection1\lib\classes
[junit4:junit4]   2> 1471011 T4627 oasc.SolrCoreDiscoverer.addCore Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368792499079\conf\core.properties, adding to cores
[junit4:junit4]   2> 1471024 T4627 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 1471025 T4627 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1471025 T4627 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 1471026 T4627 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1471026 T4627 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1471026 T4627 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1471027 T4627 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1471027 T4627 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1471028 T4627 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1471028 T4627 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 1471034 T4627 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1471035 T4627 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60698/solr
[junit4:junit4]   2> 1471035 T4627 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1471038 T4627 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1471052 T4707 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3847e3 name:ZooKeeperConnection Watcher:127.0.0.1:60698 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1471052 T4627 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1471055 T4629 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13eb263e934000b, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 1471055 T4627 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1471063 T4627 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1471066 T4709 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1034a72 name:ZooKeeperConnection Watcher:127.0.0.1:60698/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1471066 T4627 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1471076 T4627 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1471943 T4627 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60744_
[junit4:junit4]   2> 1471952 T4627 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60744_
[junit4:junit4]   2> 1471958 T4654 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1471958 T4667 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1471958 T4649 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1471959 T4695 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1471959 T4681 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1471959 T4709 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1471970 T4627 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 1471971 T4627 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1471972 T4627 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1471979 T4627 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1471988 T4662 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
[junit4:junit4]   2> 1471991 T4649 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   2> 1471995 T4651 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
[junit4:junit4]   2> 	  "operation":"createcollection",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "maxShardsPerNode":null,
[junit4:junit4]   2> 	  "createNodeSet":null,
[junit4:junit4]   2> 	  "name":"nodes_used_collection",
[junit4:junit4]   2> 	  "replicationFactor":"2"}
[junit4:junit4]   2> 1471995 T4651 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard1_replica1 as part of slice shard1 of collection nodes_used_collection on 127.0.0.1:60717_
[junit4:junit4]   2> 1471996 T4651 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard1_replica2 as part of slice shard1 of collection nodes_used_collection on 127.0.0.1:60735_
[junit4:junit4]   2> 1472000 T4651 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard2_replica1 as part of slice shard2 of collection nodes_used_collection on 127.0.0.1:60705_
[junit4:junit4]   2> 1472001 T4651 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard2_replica2 as part of slice shard2 of collection nodes_used_collection on 127.0.0.1:60744_
[junit4:junit4]   2> 1472004 T4663 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368792493558\nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 1472004 T4663 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2> 1472005 T4640 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368792492519\nodes_used_collection_shard2_replica1
[junit4:junit4]   2> 1472007 T4640 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2> 1472007 T4663 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2> 1472008 T4663 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1472009 T4640 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2> 1472006 T4690 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368792497201\nodes_used_collection_shard1_replica2
[junit4:junit4]   2> 1472010 T4690 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2> 1472009 T4640 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1472011 T4663 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1472012 T4663 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2> 1472007 T4701 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368792499079\nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 1472013 T4701 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2> 1472015 T4640 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1472015 T4640 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2> 1472015 T4701 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2> 1472016 T4701 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1472011 T4690 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2> 1472019 T4690 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1472022 T4701 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2> 1472023 T4690 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2> 1472022 T4663 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2> 1472026 T4640 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2> 1472032 T4701 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2> 1472033 T4663 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368792493558\nodes_used_collection_shard1_replica1\'
[junit4:junit4]   2> 1472034 T4690 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2> 1472037 T4640 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368792492519\nodes_used_collection_shard2_replica1\'
[junit4:junit4]   2> 1472043 T4690 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368792497201\nodes_used_collection_shard1_replica2\'
[junit4:junit4]   2> 1472046 T4701 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368792499079\nodes_used_collection_shard2_replica2\'
[junit4:junit4]   2> 1472124 T4701 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1472160 T4640 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1472178 T4663 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1472287 T4663 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1472301 T4701 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1472316 T4690 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1472337 T4640 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1472339 T4663 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1472347 T4663 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
[junit4:junit4]   2> 1472352 T4701 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1472360 T4701 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
[junit4:junit4]   2> 1472381 T4690 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1472388 T4640 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1472392 T4640 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
[junit4:junit4]   2> 1472431 T4690 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1472436 T4690 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
[junit4:junit4]   2> 1473583 T4640 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1473680 T4640 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1473684 T4640 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1473905 T4690 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1473917 T4690 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1473923 T4690 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1473984 T4701 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1473991 T4701 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1473996 T4701 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1474023 T4690 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1474032 T4690 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1474041 T4690 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1474043 T4640 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1474046 T4690 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1474047 T4690 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1474047 T4690 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1474053 T4640 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1474057 T4690 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1474057 T4690 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1474057 T4690 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1474058 T4690 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368792497201\nodes_used_collection_shard1_replica2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368792497201\nodes_used_collection_shard1_replica2\data\
[junit4:junit4]   2> 1474058 T4690 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f6bab
[junit4:junit4]   2> 1474059 T4690 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1474061 T4690 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368792497201\nodes_used_collection_shard1_replica2\data\
[junit4:junit4]   2> 1474061 T4690 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368792497201\nodes_used_collection_shard1_replica2\data\index/
[junit4:junit4]   2> 1474062 T4690 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368792497201\nodes_used_collection_shard1_replica2\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1474068 T4640 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1474070 T4690 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368792497201\nodes_used_collection_shard1_replica2\data\index
[junit4:junit4]   2> 1474072 T4640 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1474073 T4640 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1474073 T4640 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1474073 T4701 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1474076 T4640 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1474077 T4640 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1474077 T4640 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1474078 T4640 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368792492519\nodes_used_collection_shard2_replica1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368792492519\nodes_used_collection_shard2_replica1\data\
[junit4:junit4]   2> 1474078 T4640 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f6bab
[junit4:junit4]   2> 1474078 T4640 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1474084 T4640 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368792492519\nodes_used_collection_shard2_replica1\data\
[junit4:junit4]   2> 1474084 T4640 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368792492519\nodes_used_collection_shard2_replica1\data\index/
[junit4:junit4]   2> 1474084 T4640 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368792492519\nodes_used_collection_shard2_replica1\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1474084 T4701 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1474085 T4640 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368792492519\nodes_used_collection_shard2_replica1\data\index
[junit4:junit4]   2> 1474094 T4690 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@988922 lockFactory=org.apache.lucene.store.NativeFSLockFactory@b45bca),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1474094 T4690 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1474099 T4690 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1474100 T4690 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1474100 T4690 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1474101 T4690 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1474103 T4690 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1474103 T4690 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1474104 T4690 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1474105 T4690 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1474105 T4690 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1474114 T4640 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6c5949 lockFactory=org.apache.lucene.store.NativeFSLockFactory@184aa11),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1474114 T4640 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1474115 T4701 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1474117 T4701 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1474117 T4701 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1474119 T4701 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1474120 T4701 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1474120 T4701 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1474121 T4701 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1474122 T4701 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368792499079\nodes_used_collection_shard2_replica2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368792499079\nodes_used_collection_shard2_replica2\data\
[junit4:junit4]   2> 1474123 T4701 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f6bab
[junit4:junit4]   2> 1474124 T4701 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1474125 T4690 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1474126 T4701 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368792499079\nodes_used_collection_shard2_replica2\data\
[junit4:junit4]   2> 1474128 T4701 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368792499079\nodes_used_collection_shard2_replica2\data\index/
[junit4:junit4]   2> 1474128 T4701 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368792499079\nodes_used_collection_shard2_replica2\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1474129 T4701 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368792499079\nodes_used_collection_shard2_replica2\data\index
[junit4:junit4]   2> 1474134 T4640 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1474134 T4640 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1474135 T4640 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1474136 T4640 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1474136 T4640 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1474136 T4640 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1474137 T4640 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1474138 T4640 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1474139 T4640 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1474134 T4701 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1b23395 lockFactory=org.apache.lucene.store.NativeFSLockFactory@148aa91),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1474141 T4701 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1474146 T4701 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1474146 T4701 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1474148 T4701 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1474148 T4701 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1474149 T4701 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1474149 T4701 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1474149 T4701 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1474150 T4701 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1474150 T4701 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1474155 T4701 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1474158 T4640 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1474163 T4690 oass.SolrIndexSearcher.<init> Opening Searcher@884414 main
[junit4:junit4]   2> 1474164 T4690 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368792497201\nodes_used_collection_shard1_replica2\data\tlog
[junit4:junit4]   2> 1474166 T4640 oass.SolrIndexSearcher.<init> Opening Searcher@1c827cf main
[junit4:junit4]   2> 1474167 T4640 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368792492519\nodes_used_collection_shard2_replica1\data\tlog
[junit4:junit4]   2> 1474169 T4640 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1474170 T4640 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1474172 T4690 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1474172 T4690 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1474179 T4640 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
[junit4:junit4]   2> 1474186 T4690 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
[junit4:junit4]   2> 1474166 T4701 oass.SolrIndexSearcher.<init> Opening Searcher@125cd79 main
[junit4:junit4]   2> 1474188 T4701 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368792499079\nodes_used_collection_shard2_replica2\data\tlog
[junit4:junit4]   2> 1474190 T4701 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1474190 T4701 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1474198 T4701 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
[junit4:junit4]   2> 1474199 T4716 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@125cd79 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1474201 T4717 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@1c827cf main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1474202 T4715 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@884414 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1474279 T4663 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1474289 T4663 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1474293 T4663 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1474311 T4663 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1474327 T4663 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1474332 T4663 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1474334 T4663 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1474334 T4663 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1474334 T4663 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1474336 T4663 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1474336 T4663 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1474336 T4663 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1474338 T4663 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368792493558\nodes_used_collection_shard1_replica1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368792493558\nodes_used_collection_shard1_replica1\data\
[junit4:junit4]   2> 1474338 T4663 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f6bab
[junit4:junit4]   2> 1474338 T4663 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1474339 T4663 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368792493558\nodes_used_collection_shard1_replica1\data\
[junit4:junit4]   2> 1474339 T4663 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368792493558\nodes_used_collection_shard1_replica1\data\index/
[junit4:junit4]   2> 1474339 T4663 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368792493558\nodes_used_collection_shard1_replica1\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1474340 T4663 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368792493558\nodes_used_collection_shard1_replica1\data\index
[junit4:junit4]   2> 1474345 T4663 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@10d09d0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d6e20b),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1474345 T4663 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1474349 T4663 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1474349 T4663 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1474350 T4663 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1474350 T4663 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1474351 T4663 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1474351 T4663 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1474351 T4663 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1474352 T4663 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1474353 T4663 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1474361 T4663 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1474368 T4663 oass.SolrIndexSearcher.<init> Opening Searcher@fc1b2 main
[junit4:junit4]   2> 1474369 T4663 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368792493558\nodes_used_collection_shard1_replica1\data\tlog
[junit4:junit4]   2> 1474372 T4663 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1474373 T4663 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1474377 T4718 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@fc1b2 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1474379 T4663 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
[junit4:junit4]   2> 1475113 T4650 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1475116 T4650 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60705_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60705"}
[junit4:junit4]   2> 1475116 T4650 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with numShards 2
[junit4:junit4]   2> 1475131 T4650 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica2",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60735_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60735"}
[junit4:junit4]   2> 1475139 T4650 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica2",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60744_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60744"}
[junit4:junit4]   2> 1475148 T4650 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60717_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60717"}
[junit4:junit4]   2> 1475158 T4667 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1475159 T4649 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1475159 T4709 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1475160 T4695 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1475158 T4654 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1475160 T4681 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1475242 T4663 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 1475242 T4663 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:60717 collection:nodes_used_collection shard:shard1
[junit4:junit4]   2> 1475243 T4663 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
[junit4:junit4]   2> 1475265 T4663 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 1475271 T4663 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up: total=2 found=1 timeoutin=179999
[junit4:junit4]   2> 1475926 T4640 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
[junit4:junit4]   2> 1475926 T4640 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:60705 collection:nodes_used_collection shard:shard2
[junit4:junit4]   2> 1475926 T4690 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
[junit4:junit4]   2> 1475927 T4690 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:60735 collection:nodes_used_collection shard:shard1
[junit4:junit4]   2> 1475927 T4640 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
[junit4:junit4]   2> 1475927 T4701 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 1475929 T4701 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:60744 collection:nodes_used_collection shard:shard2
[junit4:junit4]   2> 1475931 T4701 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
[junit4:junit4]   2> 1475949 T4701 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 1475955 T4701 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 1475955 T4701 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 1475956 T4701 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:60744/nodes_used_collection_shard2_replica2/
[junit4:junit4]   2> 1475957 T4701 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:60744 START replicas=[http://127.0.0.1:60705/nodes_used_collection_shard2_replica1/] nUpdates=100
[junit4:junit4]   2> 1475958 T4701 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:60744 DONE.  We have no versions.  sync failed.
[junit4:junit4]   2> 1475958 T4701 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next canidate
[junit4:junit4]   2> 1475958 T4701 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
[junit4:junit4]   2> 1475959 T4701 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:60744/nodes_used_collection_shard2_replica2/
[junit4:junit4]   2> 1475959 T4701 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard2
[junit4:junit4]   2> ASYNC  NEW_CORE C282 name=nodes_used_collection_shard2_replica1 org.apache.solr.core.SolrCore@53f143 url=http://127.0.0.1:60705/nodes_used_collection_shard2_replica1 node=127.0.0.1:60705_ C282_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica1 props:{shard=shard2, state=down, core=nodes_used_collection_shard2_replica1, collection=nodes_used_collection, node_name=127.0.0.1:60705_, base_url=http://127.0.0.1:60705}
[junit4:junit4]   2> 1475977 T4642 C282 P60705 oasc.SolrCore.execute [nodes_used_collection_shard2_replica1] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=3 
[junit4:junit4]   2> 1476133 T4663 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 1476133 T4663 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 1476134 T4663 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:60717/nodes_used_collection_shard1_replica1/
[junit4:junit4]   2> 1476134 T4663 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:60717 START replicas=[http://127.0.0.1:60735/nodes_used_collection_shard1_replica2/] nUpdates=100
[junit4:junit4]   2> 1476136 T4663 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:60717 DONE.  We have no versions.  sync failed.
[junit4:junit4]   2> 1476136 T4663 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next canidate
[junit4:junit4]   2> 1476136 T4663 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
[junit4:junit4]   2> 1476136 T4663 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:60717/nodes_used_collection_shard1_replica1/
[junit4:junit4]   2> 1476136 T4663 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard1
[junit4:junit4]   2> ASYNC  NEW_CORE C283 name=nodes_used_collection_shard1_replica2 org.apache.solr.core.SolrCore@196c3f6 url=http://127.0.0.1:60735/nodes_used_collection_shard1_replica2 node=127.0.0.1:60735_ C283_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica2 props:{shard=shard1, state=down, core=nodes_used_collection_shard1_replica2, collection=nodes_used_collection, node_name=127.0.0.1:60735_, base_url=http://127.0.0.1:60735}
[junit4:junit4]   2> 1476154 T4686 C283 P60735 oasc.SolrCore.execute [nodes_used_collection_shard1_replica2] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 1476472 T4650 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1476509 T4667 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1476509 T4649 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1476510 T4709 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1476509 T4654 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1476510 T4681 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1476510 T4695 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1476544 T4701 oasc.ZkController.register We are http://127.0.0.1:60744/nodes_used_collection_shard2_replica2/ and leader is http://127.0.0.1:60744/nodes_used_collection_shard2_replica2/
[junit4:junit4]   2> 1476544 T4701 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard2_replica2 baseURL=http://127.0.0.1:60744
[junit4:junit4]   2> 1476545 T4701 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 1476545 T4701 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=active
[junit4:junit4]   2> 1476545 T4663 oasc.ZkController.register We are http://127.0.0.1:60717/nodes_used_collection_shard1_replica1/ and leader is http://127.0.0.1:60717/nodes_used_collection_shard1_replica1/
[junit4:junit4]   2> 1476545 T4663 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard1_replica1 baseURL=http://127.0.0.1:60717
[junit4:junit4]   2> 1476547 T4663 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 1476547 T4663 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=active
[junit4:junit4]   2> 1476549 T4701 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1476551 T4663 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1476551 T4701 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&shard=shard2&name=nodes_used_collection_shard2_replica2&action=CREATE&collection=nodes_used_collection&wt=javabin&qt=/admin/cores&version=2} status=0 QTime=4544 
[junit4:junit4]   2> 1476552 T4663 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&shard=shard1&name=nodes_used_collection_shard1_replica1&action=CREATE&collection=nodes_used_collection&wt=javabin&qt=/admin/cores&version=2} status=0 QTime=4549 
[junit4:junit4]   2> 1476799 T4690 oasc.ZkController.register We are http://127.0.0.1:60735/nodes_used_collection_shard1_replica2/ and leader is http://127.0.0.1:60717/nodes_used_collection_shard1_replica1/
[junit4:junit4]   2> 1476799 T4690 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard1_replica2 baseURL=http://127.0.0.1:60735
[junit4:junit4]   2> 1476799 T4690 oasc.ZkController.checkRecovery Core needs to recover:nodes_used_collection_shard1_replica2
[junit4:junit4]   2> 1476799 T4690 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> 1476801 T4721 C283 P60735 oasc.RecoveryStrategy.run Starting recovery process.  core=nodes_used_collection_shard1_replica2 recoveringAfterStartup=true
[junit4:junit4]   2> 1476802 T4721 C283 P60735 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 1476803 T4721 C283 P60735 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=recovering
[junit4:junit4]   2> 1476803 T4690 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1476810 T4721 C283 P60735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1476811 T4690 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&shard=shard1&name=nodes_used_collection_shard1_replica2&action=CREATE&collection=nodes_used_collection&wt=javabin&qt=/admin/cores&version=2} status=0 QTime=4806 
[junit4:junit4]   2> 1476812 T4640 oasc.ZkController.register We are http://127.0.0.1:60705/nodes_used_collection_shard2_replica1/ and leader is http://127.0.0.1:60744/nodes_used_collection_shard2_replica2/
[junit4:junit4]   2> 1476813 T4640 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard2_replica1 baseURL=http://127.0.0.1:60705
[junit4:junit4]   2> 1476813 T4640 oasc.ZkController.checkRecovery Core needs to recover:nodes_used_collection_shard2_replica1
[junit4:junit4]   2> 1476814 T4640 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> 1476815 T4722 C282 P60705 oasc.RecoveryStrategy.run Starting recovery process.  core=nodes_used_collection_shard2_replica1 recoveringAfterStartup=true
[junit4:junit4]   2> 1476815 T4722 C282 P60705 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 1476817 T4722 C282 P60705 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=recovering
[junit4:junit4]   2> 1476817 T4640 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1476821 T4722 C282 P60705 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1476821 T4640 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&shard=shard2&name=nodes_used_collection_shard2_replica1&action=CREATE&collection=nodes_used_collection&wt=javabin&qt=/admin/cores&version=2} status=0 QTime=4816 
[junit4:junit4]   2> 1476824 T4661 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 127.0.0.1:60735__nodes_used_collection_shard1_replica2, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 1476825 T4651 oasc.OverseerCollectionProcessor.createCollection Finished create command on all shards for collection: nodes_used_collection
[junit4:junit4]   2> 1476831 T4704 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 127.0.0.1:60705__nodes_used_collection_shard2_replica1, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 1476836 T4667 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work/qnr-0000000000 state: SyncConnected type NodeDataChanged
[junit4:junit4]   2> 1476838 T4649 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   2> 1476839 T4651 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Message id:/overseer/collection-queue-work/qn-0000000000 complete, response:{success={null={responseHeader={status=0,QTime=4544},core=nodes_used_collection_shard2_replica2},null={responseHeader={status=0,QTime=4549},core=nodes_used_collection_shard1_replica1},null={responseHeader={status=0,QTime=4806},core=nodes_used_collection_shard1_replica2},null={responseHeader={status=0,QTime=4816},core=nodes_used_collection_shard2_replica1}}}
[junit4:junit4]   2> 1476842 T4662 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/collections params={numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2} status=0 QTime=4854 
[junit4:junit4]   2> 1476843 T4627 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 1476846 T4627 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1476849 T4724 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@48375 name:ZooKeeperConnection Watcher:127.0.0.1:60698/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1476849 T4627 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1476852 T4627 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1476856 T4627 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 1476860 T4627 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1476864 T4726 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13ade21 name:ZooKeeperConnection Watcher:127.0.0.1:60698/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1476865 T4627 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1476867 T4627 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1476876 T4645 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=1&maxShardsPerNode=1&name=awholynewcollection_0&replicationFactor=2&action=CREATE&wt=javabin&version=2
[junit4:junit4]   2> 1476879 T4649 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   2> 1476882 T4651 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000002 message:{
[junit4:junit4]   2> 	  "operation":"createcollection",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "maxShardsPerNode":"1",
[junit4:junit4]   2> 	  "createNodeSet":null,
[junit4:junit4]   2> 	  "name":"awholynewcollection_0",
[junit4:junit4]   2> 	  "replicationFactor":"2"}
[junit4:junit4]   2> 1476883 T4651 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica1 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:60717_
[junit4:junit4]   2> 1476883 T4651 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica2 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:60744_
[junit4:junit4]   2> 1476886 T4700 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368792499079\awholynewcollection_0_shard1_replica2
[junit4:junit4]   2> 1476886 T4700 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1476886 T4658 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368792493558\awholynewcollection_0_shard1_replica1
[junit4:junit4]   2> 1476887 T4658 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 1476888 T4700 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 1476888 T4700 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1476889 T4658 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 1476889 T4658 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1476891 T4700 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1476891 T4700 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 1476892 T4658 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1476893 T4658 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 1476897 T4700 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1476898 T4658 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 1476899 T4700 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368792499079\awholynewcollection_0_shard1_replica2\'
[junit4:junit4]   2> 1476902 T4658 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368792493558\awholynewcollection_0_shard1_replica1\'
[junit4:junit4]   2> 1476991 T4700 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1476997 T4658 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1477071 T4658 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1477074 T4658 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1477080 T4658 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica1] Schema name=test
[junit4:junit4]   2> 1477082 T4700 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1477087 T4700 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1477094 T4700 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica2] Schema name=test
[junit4:junit4]   2> 1477855 T4650 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1477866 T4650 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:60744__nodes_used_collection_shard2_replica2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica2",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60744_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60744"}
[junit4:junit4]   2> 1477940 T4650 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:60717__nodes_used_collection_shard1_replica1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60717_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60717"}
[junit4:junit4]   2> 1477996 T4700 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1478011 T4700 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1478016 T4658 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1478016 T4700 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1478030 T4658 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1478031 T4650 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:60735__nodes_used_collection_shard1_replica2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica2",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60735_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60735"}
[junit4:junit4]   2> 1478034 T4658 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1478045 T4650 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:60705__nodes_used_collection_shard2_replica1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60705_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60705"}
[junit4:junit4]   2> 1478061 T4724 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1478062 T4667 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1478062 T4654 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1478062 T4726 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1478063 T4649 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1478064 T4709 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1478064 T4695 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1478065 T4681 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1478075 T4658 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1478078 T4700 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1478084 T4658 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1478091 T4658 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1478092 T4700 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1478094 T4658 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1478095 T4658 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1478095 T4658 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1478101 T4658 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1478102 T4658 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1478101 T4700 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1478103 T4658 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1478104 T4658 oasc.SolrCore.<init> [awholynewcollection_0_shard1_replica1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368792493558\awholynewcollection_0_shard1_replica1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368792493558\awholynewcollection_0_shard1_replica1\data\
[junit4:junit4]   2> 1478105 T4658 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f6bab
[junit4:junit4]   2> 1478105 T4658 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1478106 T4700 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1478106 T4700 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1478107 T4700 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1478106 T4658 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368792493558\awholynewcollection_0_shard1_replica1\data\
[junit4:junit4]   2> 1478108 T4658 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368792493558\awholynewcollection_0_shard1_replica1\data\index/
[junit4:junit4]   2> 1478108 T4658 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard1_replica1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368792493558\awholynewcollection_0_shard1_replica1\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1478110 T4700 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1478110 T4700 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1478110 T4658 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368792493558\awholynewcollection_0_shard1_replica1\data\index
[junit4:junit4]   2> 1478110 T4700 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1478112 T4700 oasc.SolrCore.<init> [awholynewcollection_0_shard1_replica2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368792499079\awholynewcollection_0_shard1_replica2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368792499079\awholynewcollection_0_shard1_replica2\data\
[junit4:junit4]   2> 1478112 T4700 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f6bab
[junit4:junit4]   2> 1478113 T4700 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1478114 T4700 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368792499079\awholynewcollection_0_shard1_replica2\data\
[junit4:junit4]   2> 1478114 T4700 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368792499079\awholynewcollection_0_shard1_replica2\data\index/
[junit4:junit4]   2> 1478115 T4700 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard1_replica2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368792499079\awholynewcollection_0_shard1_replica2\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1478116 T4700 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368792499079\awholynewcollection_0_shard1_replica2\data\index
[junit4:junit4]   2> 1478119 T4658 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@f5ff78 lockFactory=org.apache.lucene.store.NativeFSLockFactory@34a96b),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1478120 T4658 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1478123 T4700 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@ba55a0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@194cb70),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1478124 T4700 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1478126 T4658 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1478127 T4658 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1478128 T4658 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1478129 T4700 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1478129 T4658 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1478130 T4700 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1478130 T4658 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1478130 T4658 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1478130 T4700 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1478130 T4658 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1478131 T4700 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1478132 T4658 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1478133 T4700 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1478133 T4700 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1478133 T4658 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1478134 T4700 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1478135 T4700 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1478136 T4700 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1478147 T4658 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1478149 T4700 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1478156 T4658 oass.SolrIndexSearcher.<init> Opening Searcher@8e4690 main
[junit4:junit4]   2> 1478157 T4658 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368792493558\awholynewcollection_0_shard1_replica1\data\tlog
[junit4:junit4]   2> 1478160 T4658 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1478161 T4658 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1478161 T4700 oass.SolrIndexSearcher.<init> Opening Searcher@6e4bfe main
[junit4:junit4]   2> 1478163 T4700 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368792499079\awholynewcollection_0_shard1_replica2\data\tlog
[junit4:junit4]   2> 1478172 T4700 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1478172 T4700 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1478168 T4658 oasc.ZkController.publish publishing core=awholynewcollection_0_shard1_replica1 state=down
[junit4:junit4]   2> 1478167 T4727 oasc.SolrCore.registerSearcher [awholynewcollection_0_shard1_replica1] Registered new searcher Searcher@8e4690 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1478178 T4728 oasc.SolrCore.registerSearcher [awholynewcollection_0_shard1_replica2] Registered new searcher Searcher@6e4bfe main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1478179 T4700 oasc.ZkController.publish publishing core=awholynewcollection_0_shard1_replica2 state=down
[junit4:junit4]   2> 1478602 T4661 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 127.0.0.1:60735__nodes_used_collection_shard1_replica2, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   2> 1478602 T4661 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:60735__nodes_used_collection_shard1_replica2&state=recovering&nodeName=127.0.0.1:60735_&action=PREPRECOVERY&checkLive=true&core=nodes_used_collection_shard1_replica1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1778 
[junit4:junit4]   2> 1478605 T4704 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 127.0.0.1:60705__nodes_used_collection_shard2_replica1, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   2> 1478605 T4704 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:60705__nodes_used_collection_shard2_replica1&state=recovering&nodeName=127.0.0.1:60705_&action=PREPRECOVERY&checkLive=true&core=nodes_used_collection_shard2_replica2&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1774 
[junit4:junit4]   2> 1479525 T4650 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1479527 T4650 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"awholynewcollection_0_shard1_replica1",
[junit4:junit4]   2> 	  "collection":"awholynewcollection_0",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60717_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60717"}
[junit4:junit4]   2> 1479527 T4650 oasc.Overseer$ClusterStateUpdater.createCollection Create collection awholynewcollection_0 with numShards 1
[junit4:junit4]   2> 1479540 T4650 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"awholynewcollection_0_shard1_replica2",
[junit4:junit4]   2> 	  "collection":"awholynewcollection_0",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60744_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60744"}
[junit4:junit4]   2> 1479551 T4724 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1479552 T4667 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1479552 T4654 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1479552 T4726 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1479553 T4709 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1479554 T4681 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1479553 T4649 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1479554 T4695 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1480070 T4658 oasc.CoreContainer.registerCore registering core: awholynewcollection_0_shard1_replica1
[junit4:junit4]   2> 1480070 T4658 oasc.ZkController.register Register replica - core:awholynewcollection_0_shard1_replica1 address:http://127.0.0.1:60717 collection:awholynewcollection_0 shard:shard1
[junit4:junit4]   2> 1480072 T4658 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0/leader_elect/shard1/election
[junit4:junit4]   2> 1480073 T4700 oasc.CoreContainer.registerCore registering core: awholynewcollection_0_shard1_replica2
[junit4:junit4]   2> 1480073 T4700 oasc.ZkController.register Register replica - core:awholynewcollection_0_shard1_replica2 address:http://127.0.0.1:60744 collection:awholynewcollection_0 shard:shard1
[junit4:junit4]   2> 1480075 T4700 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0/leader_elect/shard1/election
[junit4:junit4]   2> 1480092 T4700 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 1480100 T4700 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 1480100 T4700 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 1480100 T4700 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:60744/awholynewcollection_0_shard1_replica2/
[junit4:junit4]   2> 1480101 T4700 oasu.PeerSync.sync PeerSync: core=awholynewcollection_0_shard1_replica2 url=http://127.0.0.1:60744 START replicas=[http://127.0.0.1:60717/awholynewcollection_0_shard1_replica1/] nUpdates=100
[junit4:junit4]   2> 1480101 T4700 oasu.PeerSync.sync PeerSync: core=awholynewcollection_0_shard1_replica2 url=http://127.0.0.1:60744 DONE.  We have no versions.  sync failed.
[junit4:junit4]   2> 1480101 T4700 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next canidate
[junit4:junit4]   2> 1480102 T4700 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
[junit4:junit4]   2> 1480103 T4700 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:60744/awholynewcollection_0_shard1_replica2/
[junit4:junit4]   2> 1480103 T4700 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0/leaders/shard1
[junit4:junit4]   2> ASYNC  NEW_CORE C284 name=awholynewcollection_0_shard1_replica1 org.apache.solr.core.SolrCore@df5b39 url=http://127.0.0.1:60717/awholynewcollection_0_shard1_replica1 node=127.0.0.1:60717_ C284_STATE=coll:awholynewcollection_0 core:awholynewcollection_0_shard1_replica1 props:{shard=shard1, state=down, core=awholynewcollection_0_shard1_replica1, collection=awholynewcollection_0, node_name=127.0.0.1:60717_, base_url=http://127.0.0.1:60717}
[junit4:junit4]   2> 1480120 T4660 C284 P60717 oasc.SolrCore.execute [awholynewcollection_0_shard1_replica1] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2>  C283_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica2 props:{shard=shard1, state=recovering, core=nodes_used_collection_shard1_replica2, collection=nodes_used_collection, node_name=127.0.0.1:60735_, base_url=http://127.0.0.1:60735}
[junit4:junit4]   2> 1480494 T4721 C283 P60735 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:60717/nodes_used_collection_shard1_replica1/ core=nodes_used_collection_shard1_replica2 - recoveringAfterStartup=true
[junit4:junit4]   2> 1480494 T4721 C283 P60735 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:60735 START replicas=[http://127.0.0.1:60717/nodes_used_collection_shard1_replica1/] nUpdates=100
[junit4:junit4]   2> 1480495 T4721 C283 P60735 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 1480495 T4721 C283 P60735 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=nodes_used_collection_shard1_replica2
[junit4:junit4]   2> 1480495 T4721 C283 P60735 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=nodes_used_collection_shard1_replica2
[junit4:junit4]   2> 1480497 T4721 C283 P60735 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=nodes_used_collection_shard1_replica2
[junit4:junit4]   2>  C282_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica1 props:{shard=shard2, state=recovering, core=nodes_used_collection_shard2_replica1, collection=nodes_used_collection, node_name=127.0.0.1:60705_, base_url=http://127.0.0.1:60705}
[junit4:junit4]   2> 1480497 T4722 C282 P60705 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:60744/nodes_used_collection_shard2_replica2/ core=nodes_used_collection_shard2_replica1 - recoveringAfterStartup=true
[junit4:junit4]   2> 1480497 T4722 C282 P60705 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:60705 START replicas=[http://127.0.0.1:60744/nodes_used_collection_shard2_replica2/] nUpdates=100
[junit4:junit4]   2> 1480497 T4721 C283 P60735 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 1480498 T4721 C283 P60735 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:60717/nodes_used_collection_shard1_replica1/. core=nodes_used_collection_shard1_replica2
[junit4:junit4]   2> 1480498 T4721 C283 P60735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C285 name=nodes_used_collection_shard1_replica1 org.apache.solr.core.SolrCore@cb2157 url=http://127.0.0.1:60717/nodes_used_collection_shard1_replica1 node=127.0.0.1:60717_ C285_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica1 props:{shard=shard1, state=active, core=nodes_used_collection_shard1_replica1, collection=nodes_used_collection, node_name=127.0.0.1:60717_, base_url=http://127.0.0.1:60717, leader=true}
[junit4:junit4]   2> 1480503 T4663 C285 P60717 oasc.SolrCore.execute [nodes_used_collection_shard1_replica1] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 1480506 T4722 C282 P60705 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 1480506 T4722 C282 P60705 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=nodes_used_collection_shard2_replica1
[junit4:junit4]   2> 1480506 T4722 C282 P60705 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=nodes_used_collection_shard2_replica1
[junit4:junit4]   2> 1480506 T4722 C282 P60705 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=nodes_used_collection_shard2_replica1
[junit4:junit4]   2> 1480506 T4722 C282 P60705 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 1480506 T4722 C282 P60705 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:60744/nodes_used_collection_shard2_replica2/. core=nodes_used_collection_shard2_replica1
[junit4:junit4]   2> 1480507 T4722 C282 P60705 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C286 name=nodes_used_collection_shard2_replica2 org.apache.solr.core.SolrCore@ef54d6 url=http://127.0.0.1:60744/nodes_used_collection_shard2_replica2 node=127.0.0.1:60744_ C286_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica2 props:{shard=shard2, state=active, core=nodes_used_collection_shard2_replica2, collection=nodes_used_collection, node_name=127.0.0.1:60744_, base_url=http://127.0.0.1:60744, leader=true}
[junit4:junit4]   2> 1480521 T4704 C286 P60744 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1480522 T4659 C285 P60717 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1480526 T4705 C286 P60744 oasc.SolrCore.execute [nodes_used_collection_shard2_replica2] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 1480527 T4704 C286 P60744 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1b23395 lockFactory=org.apache.lucene.store.NativeFSLockFactory@148aa91),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1480529 T4704 C286 P60744 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1480529 T4704 C286 P60744 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1b23395 lockFactory=org.apache.lucene.store.NativeFSLockFactory@148aa91),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1b23395 lockFactory=org.apache.lucene.store.NativeFSLockFactory@148aa91),segFN=segments_2,generation=2}
[junit4:junit4]   2> 1480530 T4704 C286 P60744 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 1480530 T4704 C286 P60744 oass.SolrIndexSearcher.<init> Opening Searcher@1c3baba realtime
[junit4:junit4]   2> 1480531 T4704 C286 P60744 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1480531 T4704 C286 P60744 oasup.LogUpdateProcessor.finish [nodes_used_collection_shard2_replica2] webapp= path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 10
[junit4:junit4]   2> 1480531 T4659 C285 P60717 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@10d09d0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d6e20b),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1480534 T4722 C282 P60705 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 1480534 T4722 C282 P60705 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 1480534 T4659 C285 P60717 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1480535 T4659 C285 P60717 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@10d09d0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d6e20b),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@10d09d0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d6e20b),segFN=segments_2,generation=2}
[junit4:junit4]   2> 1480535 T4659 C285 P60717 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 1480538 T4703 C286 P60744 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 1480539 T4703 C286 P60744 oasc.SolrCore.execute [nodes_used_collection_shard2_replica2] webapp= path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=4 
[junit4:junit4]   2> 1480539 T4659 C285 P60717 oass.SolrIndexSearcher.<init> Opening Searcher@1a02fe3 realtime
[junit4:junit4]   2> 1480540 T4659 C285 P60717 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1480540 T4722 C282 P60705 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 1480542 T4722 C282 P60705 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 1480542 T4722 C282 P60705 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 1480541 T4659 C285 P60717 oasup.LogUpdateProcessor.finish [nodes_used_collection_shard1_replica1] webapp= path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 19
[junit4:junit4]   2> 1480543 T4721 C283 P60735 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 1480543 T4721 C283 P60735 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 1480546 T4705 C286 P60744 oasc.SolrCore.execute [nodes_used_collection_shard2_replica2] webapp= path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 1480546 T4661 C285 P60717 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 1480547 T4722 C282 P60705 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 1480547 T4661 C285 P60717 oasc.SolrCore.execute [nodes_used_collection_shard1_replica1] webapp= path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 1480549 T4721 C283 P60735 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 1480549 T4721 C283 P60735 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 1480549 T4722 C282 P60705 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368792492519\nodes_used_collection_shard2_replica1\data\index.20130517190829336
[junit4:junit4]   2> 1480549 T4721 C283 P60735 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 1480550 T4722 C282 P60705 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@b61c6d lockFactory=org.apache.lucene.store.NativeFSLockFactory@109c794) fullCopy=false
[junit4:junit4]   2> 1480552 T4660 C285 P60717 oasc.SolrCore.execute [nodes_used_collection_shard1_replica1] webapp= path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 1480553 T4701 C286 P60744 oasc.SolrCore.execute [nodes_used_collection_shard2_replica2] webapp= path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 1480553 T4721 C283 P60735 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 1480555 T4721 C283 P60735 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368792497201\nodes_used_collection_shard1_replica2\data\index.20130517190829342
[junit4:junit4]   2> 1480555 T4722 C282 P60705 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 1480555 T4721 C283 P60735 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@1d4dae2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@e62ff4) fullCopy=false
[junit4:junit4]   2> 1480556 T4722 C282 P60705 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 1480557 T4722 C282 P60705 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=nodes_used_collection_shard2_replica1
[junit4:junit4]   2> 1480558 T4663 C285 P60717 oasc.SolrCore.execute [nodes_used_collection_shard1_replica1] webapp= path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 1480559 T4721 C283 P60735 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 1480560 T4722 C282 P60705 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6c5949 lockFactory=org.apache.lucene.store.NativeFSLockFactory@184aa11),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6c5949 lockFactory=org.apache.lucene.store.NativeFSLockFactory@184aa11),segFN=segments_2,generation=2}
[junit4:junit4]   2> 1480560 T4722 C282 P60705 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 1480560 T4722 C282 P60705 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 1480561 T4722 C282 P60705 oass.SolrIndexSearcher.<init> Opening Searcher@1d711b2 main
[junit4:junit4]   2> 1480560 T4721 C283 P60735 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 1480561 T4721 C283 P60735 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=nodes_used_collection_shard1_replica2
[junit4:junit4]   2> 1480562 T4717 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@1d711b2 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 1480563 T4722 C282 P60705 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368792492519\nodes_used_collection_shard2_replica1\data\index.20130517190829336 [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368792492519\nodes_used_collection_shard2_replica1\data\index.20130517190829336;done=true>>]
[junit4:junit4]   2> 1480563 T4722 C282 P60705 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368792492519\nodes_used_collection_shard2_replica1\data\index.20130517190829336
[junit4:junit4]   2> 1480563 T4722 C282 P60705 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368792492519\nodes_used_collection_shard2_replica1\data\index.20130517190829336
[junit4:junit4]   2> 1480564 T4722 C282 P60705 oasc.RecoveryStrategy.replay No replay needed. core=nodes_used_collection_shard2_replica1
[junit4:junit4]   2> 1480564 T4722 C282 P60705 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=nodes_used_collection_shard2_replica1
[junit4:junit4]   2> 1480564 T4722 C282 P60705 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=active
[junit4:junit4]   2> 1480566 T4721 C283 P60735 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@988922 lockFactory=org.apache.lucene.store.NativeFSLockFactory@b45bca),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@988922 lockFactory=org.apache.lucene.store.NativeFSLockFactory@b45bca),segFN=segments_2,generation=2}
[junit4:junit4]   2> 1480566 T4721 C283 P60735 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 1480566 T4721 C283 P60735 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 1480567 T4721 C283 P60735 oass.SolrIndexSearcher.<init> Opening Searcher@10d550a main
[junit4:junit4]   2> 1480569 T4722 C282 P60705 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=nodes_used_collection_shard2_replica1
[junit4:junit4]   2> 1480569 T4715 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@10d550a main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 1480570 T4721 C283 P60735 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368792497201\nodes_used_collection_shard1_replica2\data\index.20130517190829342 [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368792497201\nodes_used_collection_shard1_replica2\data\index.20130517190829342;done=true>>]
[junit4:junit4]   2> 1480570 T4721 C283 P60735 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368792497201\nodes_used_collection_shard1_replica2\data\index.20130517190829342
[junit4:junit4]   2> 1480570 T4721 C283 P60735 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368792497201\nodes_used_collection_shard1_replica2\data\index.20130517190829342
[junit4:junit4]   2> 1480570 T4721 C283 P60735 oasc.RecoveryStrategy.replay No replay needed. core=nodes_used_collection_shard1_replica2
[junit4:junit4]   2> 1480571 T4721 C283 P60735 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=nodes_used_collection_shard1_replica2
[junit4:junit4]   2> 1480571 T4721 C283 P60735 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=active
[junit4:junit4]   2> 1480574 T4721 C283 P60735 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=nodes_used_collection_shard1_replica2
[junit4:junit4]   2> 1480991 T4650 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1481008 T4650 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:60705__nodes_used_collection_shard2_replica1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60705_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60705"}
[junit4:junit4]   2> 1481018 T4650 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:60735__nodes_used_collection_shard1_replica2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica2",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60735_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60735"}
[junit4:junit4]   2> 1481028 T4724 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1481030 T4726 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1481030 T4654 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1481029 T4667 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1481030 T4681 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1481029 T4709 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1481029 T4695 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1481029 T4649 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 1481041 T4658 oasc.ZkController.register We are http://127.0.0.1:60717/awholynewcollection_0_shard1_replica1/ and leader is http://127.0.0.1:60744/awholynewcollection_0_shard1_replica2/
[junit4:junit4]   2> 1481042 T4658 oasc.ZkController.register No LogReplay needed for core=awholynewcollection_0_shard1_replica1 baseURL=http://127.0.0.1:60717
[junit4:junit4]   2> 1481043 T4658 oasc.ZkController.checkRecovery Core needs to recover:awholynewcollection_0_shard1_replica1
[junit4:junit4]   2> 1481043 T4658 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> 1481045 T4734 C284 P60717 oasc.RecoveryStrategy.run Starting recovery process.  core=awholynewcollection_0_shard1_replica1 recoveringAfterStartup=true
[junit4:junit4]   2> 1481047 T4734 C284 P60717 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 1481047 T4658 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1481049 T4734 C284 P60717 oasc.ZkController.publish publishing core=awholynewcollection_0_shard1_replica1 state=recovering
[junit4:junit4]   2> 1481051 T4658 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=1&shard=shard1&name=awholynewcollection_0_shard1_replica1&action=CREATE&collection=awholynewcollection_0&wt=javabin&qt=/admin/cores&version=2} status=0 QTime=4165 
[junit4:junit4]   2> 1481054 T4734 C284 P60717 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1481067 T4702 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 127.0.0.1:60717__awholynewcollection_0_shard1_replica1, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 1481088 T4700 oasc.ZkController.register We are http://127.0.0.1:60744/awholynewcollection_0_shard1_replica2/ and leader is http://127.0.0.1:60744/awholynewcollection_0_shard1_replica2/
[junit4:junit4]   2> 1481088 T4700 oasc.ZkController.register No LogReplay needed for core=awholynewcollection_0_shard1_replica2 baseURL=http://127.0.0.1:60744
[junit4:junit4]   2> 1481088 T4700 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 1481090 T4700 oasc.ZkController.publish publishing core=awholynewcollection_0_shard1_replica2 state=active
[junit4:junit4]   2> 1481093 T4700 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1481095 T4700 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=1&shard=shard1&name=awholynewcollection_0_shard1_replica2&action=CREATE&collection=awholynewcollection_0&wt=javabin&qt=/admin/cores&version=2} status=0 QTime=4209 
[junit4:junit4]   2> 1481096 T4651 oasc.OverseerCollectionProcessor.createCollection Finished create command on all shards for collection: awholynewcollection_0
[junit4:junit4]   2> 1481099 T4649 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work/qnr-0000000002 state: SyncConnected type NodeDataChanged
[junit4:junit4]   2> 1481103 T4649 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   2> 1481103 T4651 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Message id:/overseer/collection-queue-work/qn-0000000002 complete, response:{success={null={responseHeader={status=0,QTime=4165},core=awholynewcollection_0_shard1_replica1},null={responseHeader={status=0,QTime=4209},core=awholynewcollection_0_shard1_replica2}}}
[junit4:junit4]   2> 1481106 T4645 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/collections params={numShards=1&maxShardsPerNode=1&name=awholynewcollection_0&replicationFactor=2&action=CREATE&wt=javabin&version=2} status=0 QTime=4230 
[junit4:junit4]   2> 1481110 T4627 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 1481111 T4629 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13eb263e934000e, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 1481113 T4627 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1481119 T4736 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@12901c7 name:ZooKeeperConnection Watcher:127.0.0.1:60698/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1481120 T4627 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1481121 T4627 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1481131 T4643 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=4&maxShardsPerNode=5&name=awholynewcollection_1&replicationFactor=5&action=CREATE&wt=javabin&version=2
[junit4:junit4]   2> 1481134 T4649 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   2> 1481137 T4651 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000004 message:{
[junit4:junit4]   2> 	  "operation":"createcollection",
[junit4:junit4]   2> 	  "numShards":"4",
[junit4:junit4]   2> 	  "maxShardsPerNode":"5",
[junit4:junit4]   2> 	  "createNodeSet":null,
[junit4:junit4]   2> 	  "name":"awholynewcollection_1",
[junit4:junit4]   2> 	  "replicationFactor":"5"}
[junit4:junit4]   2> 1481137 T4651 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_1_shard1_replica1 as part of slice shard1 of collection awholynewcollection_1 on 127.0.0.1:60717_
[junit4:junit4]   2> 1481138 T4651 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_1_shard1_replica2 as part of slice shard1 of collection awholynewcollection_1 on 127.0.0.1:60744_
[junit4:junit4]   2> 1481138 T4651 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_1_shard1_replica3 as part of slice shard1 of collection awholynewcollection_1 on 127.0.0.1:60705_
[junit4:junit4]   2> 1481139 T4651 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_1_shard1_replica4 as part of slice shard1 of collection awholynewcollection_1 on 127.0.0.1:60735_
[junit4:junit4]   2> 1481140 T4651 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_1_shard1_replica5 as part of slice shard1 of collection awholynewcollection_1 on 127.0.0.1:60726_
[junit4:junit4]   2> 1481140 T4659 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_1_shard1_replica1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368792493558\awholynewcollection_1_shard1_replica1
[junit4:junit4]   2> 1481142 T4659 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_1
[junit4:junit4]   2> 1481141 T4703 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_1_shard1_replica2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368792499079\awholynewcollection_1_shard1_replica2
[junit4:junit4]   2> 1481144 T4675 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_1_shard1_replica5' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368792495361\awholynewcollection_1_shard1_replica5
[junit4:junit4]   2> 1481145 T4675 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_1
[junit4:junit4]   2> 1481141 T4651 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_1_shard2_replica1 as part of slice shard2 of collection awholynewcollection_1 on 127.0.0.1:60717_
[junit4:junit4]   2> 1481145 T4659 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_1
[junit4:junit4]   2> 1481147 T4659 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1481144 T4703 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_1
[junit4:junit4]   2> 1481148 T4661 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_1_shard2_replica1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368792493558\awholynewcollection_1_shard2_replica1
[junit4:junit4]   2> 1481149 T4661 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_1
[junit4:junit4]   2> 1481144 T4688 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_1_shard1_replica4' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368792497201\awholynewcollection_1_shard1_replica4
[junit4:junit4]   2> 1481150 T4688 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_1
[junit4:junit4]   2> 1481151 T4703 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_1
[junit4:junit4]   2> 1481143 T4640 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_1_shard1_replica3' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368792492519\awholynewcollection_1_shard1_replica3
[junit4:junit4]   2> 1481153 T4640 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_1
[junit4:junit4]   2> 1481154 T4661 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_1
[junit4:junit4]   2> 1481153 T4659 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1481152 T4703 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1481147 T4675 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_1
[junit4:junit4]   2> 1481147 T4651 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_1_shard2_replica2 as part of slice shard2 of collection awholynewcollection_1 on 127.0.0.1:60744_
[junit4:junit4]   2> 1481156 T4675 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1481157 T4651 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_1_shard2_replica3 as part of slice shard2 of collection awholynewcollection_1 on 127.0.0.1:60705_
[junit4:junit4]   2> 1481158 T4703 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1481159 T4703 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_1
[junit4:junit4]   2> 1481155 T4640 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_1
[junit4:junit4]   2> 1481159 T4640 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1481162 T4705 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_1_shard2_replica2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368792499079\awholynewcollection_1_shard2_replica2
[junit4:junit4]   2> 1481163 T4705 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_1
[junit4:junit4]   2> 1481155 T4659 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_1
[junit4:junit4]   2> 1481154 T4661 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1481154 T4688 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_1
[junit4:junit4]   2> 1481168 T4688 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 1481161 T4675 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1481171 T4675 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_1
[junit4:junit4]   2> 1481171 T4640 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 1481172 T4640 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_1
[junit4:junit4]   2> 1481161 T4644 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_1_shard2_replica3' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368792492519\awholynewcollection_1_shard2_replica3
[junit4:junit4]   2> 1481174 T4644 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_1
[junit4:junit4]   2> 1481159 T4651 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_1_shard2_replica4 as part of slice shard2 of collection awholynewcollection_1 on 127.0.0.1:60735_
[junit4:junit4]   2> 1481176 T4688 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_1
[junit4:junit4]   2> 1481177 T4651 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_1_shard2_replica5 as part of slice shard2 of collection awholynewcollection_1 on 127.0.0.1:60726_
[junit4:junit4]   2> 1481172 T4703 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_1
[junit4:junit4]   2> 1481171 T4661 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_1
[junit4:junit4]   2> 1481170 T4705 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1481181 T4705 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_1
[junit4:junit4]   2> 1481179 T4651 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_1_shard3_replica1 as part of slice shard3 of collection awholynewcollection_1 on 127.0.0.1:60717_
[junit4:junit4]   2> 1481187 T4691 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_1_shard2_replica4' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368792497201\awholynewcollection_1_shard2_replica4
[junit4:junit4]   2> 1481187 T4691 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_1
[junit4:junit4]   2> 1481179 T4644 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1481192 T4644 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_1
[junit4:junit4]   2> 1481193 T4703 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368792499079\awholynewcollection_1_shard1_replica2\'
[junit4:junit4]   2> 1481194 T4640 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_1
[junit4:junit4]   2> 1481176 T4659 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_1
[junit4:junit4]   2> 1481193 T4660 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_1_shard3_replica1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368792493558\awholynewcollection_1_shard3_replica1
[junit4:junit4]   2> 1481196 T4660 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_1
[junit4:junit4]   2> 1481187 T4651 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_1_shard3_replica2 as part of slice shard3 of collection awholynewcollection_1 on 127.0.0.1:60744_
[junit4:junit4]   2> 1481184 T4674 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_1_shard2_replica5' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368792495361\awholynewcollection_1_shard2_replica5
[junit4:junit4]   2> 1481200 T4674 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_1
[junit4:junit4]   2> 1481201 T4691 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1481202 T4691 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_1
[junit4:junit4]   2> 1481205 T4705 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368792499079\awholynewcollection_1_shard2_replica2\'
[junit4:junit4]   2> 1481207 T4651 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_1_shard3_replica3 as part of slice shard3 of collection awholynewcollection_1 on 127.0.0.1:60705_
[junit4:junit4]   2> 1481184 T4675 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_1
[junit4:junit4]   2> 1481215 T4651 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_1_shard3_replica4 as part of slice shard3 of collection awholynewcollection_1 on 127.0.0.1:60735_
[junit4:junit4]   2> 1481221 T4688 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_1
[junit4:junit4]   2> 1481223 T4660 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1481223 T4660 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_1
[junit4:junit4]   2> 1481224 T4674 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1481224 T4674 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_1
[junit4:junit4]   2> 1481227 T4661 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_1
[junit4:junit4]   2> 1481229 T4701 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_1_shard3_replica2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368792499079\awholynewcollection_1_shard3_replica2
[junit4:junit4]   2> 1481229 T4701 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_1
[junit4:junit4]   2> 1481239 T4651 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_1_shard3_replica5 as part of slice shard3 of collection awholynewcollection_1 on 127.0.0.1:60726_
[junit4:junit4]   2> 1481240 T4701 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1481241 T4701 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_1
[junit4:junit4]   2> 1481243 T4651 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_1_shard4_replica1 as part of slice shard4 of collection awholynewcollection_1 on 127.0.0.1:60717_
[junit4:junit4]   2> 1481253 T4687 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_1_shard3_replica4' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368792497201\awholynewcollection_1_shard3_replica4
[junit4:junit4]   2> 1481254 T4687 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_1
[junit4:junit4]   2> 1481254 T4659 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368792493558\awholynewcollection_1_shard1_replica1\'
[junit4:junit4]   2> 1481254 T4651 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_1_shard4_replica2 as part of slice shard4 of collection awholynewcollection_1 on 127.0.0.1:60744_
[junit4:junit4]   2> 1481254 T4640 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368792492519\awholynewcollection_1_shard1_replica3\'
[junit4:junit4]   2> 1481257 T4663 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_1_shard4_replica1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368792493558\awholynewcollection_1_shard4_replica1
[junit4:junit4]   2> 1481257 T4663 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_1
[junit4:junit4]   2> 1481256 T4651 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_1_shard4_replica3 as part of slice shard4 of collection awholynewcollection_1 on 127.0.0.1:60705_
[junit4:junit4]   2> 1481256 T4688 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368792497201\awholynewcollection_1_shard1_replica4\'
[junit4:junit4]   2> 1481259 T4651 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_1_shard4_replica4 as part of slice shard4 of collection awholynewcollection_1 on 127.0.0.1:60735_
[junit4:junit4]   2> 1481255 T4644 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368792492519\awholynewcollection_1_shard2_replica3\'
[junit4:junit4]   2> 1481255 T4674 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368792495361\awholynewcollection_1_shard2_replica5\'
[junit4:junit4]   2> 1481259 T4691 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368792497201\awholynewcollection_1_shard2_replica4\'
[junit4:junit4]   2> 1481263 T4675 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368792495361\awholynewcollection_1_shard1_replica5\'
[junit4:junit4]   2> 1481264 T4651 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_1_shard4_replica5 as part of slice shard4 of collection awholynewcollection_1 on 127.0.0.1:60726_
[junit4:junit4]   2> 1481267 T4663 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1481267 T4663 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_1
[junit4:junit4]   2> 1481257 T4687 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1481267 T4687 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_1
[junit4:junit4]   2> 1481272 T4660 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368792493558\awholynewcollection_1_shard3_replica1\'
[junit4:junit4]   2> 1481275 T4661 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1368792493558\awholynewcollection_1_shard2_replica1\'
[junit4:junit4]   2> 1481291 T4641 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_1_shard4_replica3' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368792492519\awholynewcollection_1_shard4_replica3
[junit4:junit4]   2> 1481291 T4641 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_1
[junit4:junit4]   2> 1481292 T4701 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368792499079\awholynewcollection_1_shard3_replica2\'
[junit4:junit4]   2> 1481352 T4686 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_1_shard4_replica4' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368792497201\awholynewcollection_1_shard4_replica4
[junit4:junit4]   2> 1481360 T4686 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_1
[junit4:junit4]   2> 1481362 T4677 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_1_shard4_replica5' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368792495361\awholynewcollection_1_shard4_replica5
[junit4:junit4]   2> 1481359 T4704 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_1_shard4_replica2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1368792499079\awholynewcollection_1_shard4_replica2
[junit4:junit4]   2> 1481363 T4704 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_1
[junit4:junit4]   2> 1481357 T4645 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_1_shard3_replica3' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1368792492519\awholynewcollection_1_shard3_replica3
[junit4:junit4]   2> 1481364 T4645 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_1
[junit4:junit4]   2> 1481365 T4686 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1481366 T4686 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_1
[junit4:junit4]   2> 1481357 T4641 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1481369 T4641 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_1
[junit4:junit4]   2> 1481355 T4687 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1368792497201\awholynewcollection_1_shard3_replica4\'
[junit4:junit4]   2> 1481406 T4660 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1481417 T4705 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1481487 T4705 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1481497 T4644 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1481523 T4703 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1481567 T4644 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1481583 T4704 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1481584 T4704 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_1
[junit4:junit4]   2> 1481354 T4676 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_1_shard3_replica5' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1368792495361\awholynewcollection_1_shard3_replica5
[junit4:junit4]   2> 1481594 T4676 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_1
[junit4:junit4]   2> 1481601 T4703 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1481602 T4645 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1481603 T4645 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_1
[junit4:junit4]   2> 1481620 T4660 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1481366 T4663 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistr

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


[junit4:junit4]   1>        /solr/collections/awholynewcollection_1/leader_elect/shard3/election/89705184777994252-127.0.0.1:60744__awholynewcollection_1_shard3_replica2-n_0000000000 (0)
[junit4:junit4]   1>        /solr/collections/awholynewcollection_1/leader_elect/shard3/election/89705184777994248-127.0.0.1:60726__awholynewcollection_1_shard3_replica5-n_0000000002 (0)
[junit4:junit4]   1>        /solr/collections/awholynewcollection_1/leader_elect/shard3/election/89705184777994243-127.0.0.1:60705__awholynewcollection_1_shard3_replica3-n_0000000004 (0)
[junit4:junit4]   1>        /solr/collections/awholynewcollection_1/leader_elect/shard3/election/89705184777994250-127.0.0.1:60735__awholynewcollection_1_shard3_replica4-n_0000000003 (0)
[junit4:junit4]   1>        /solr/collections/awholynewcollection_1/leader_elect/shard3/election/89705184777994246-127.0.0.1:60717__awholynewcollection_1_shard3_replica1-n_0000000001 (0)
[junit4:junit4]   1>     /solr/collections/awholynewcollection_1/leaders (4)
[junit4:junit4]   1>      /solr/collections/awholynewcollection_1/leaders/shard1 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "core":"awholynewcollection_1_shard1_replica3",
[junit4:junit4]   1>            "node_name":"127.0.0.1:60705_",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:60705"}
[junit4:junit4]   1>      /solr/collections/awholynewcollection_1/leaders/shard4 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "core":"awholynewcollection_1_shard4_replica3",
[junit4:junit4]   1>            "node_name":"127.0.0.1:60705_",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:60705"}
[junit4:junit4]   1>      /solr/collections/awholynewcollection_1/leaders/shard2 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "core":"awholynewcollection_1_shard2_replica3",
[junit4:junit4]   1>            "node_name":"127.0.0.1:60705_",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:60705"}
[junit4:junit4]   1>      /solr/collections/awholynewcollection_1/leaders/shard3 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "core":"awholynewcollection_1_shard3_replica2",
[junit4:junit4]   1>            "node_name":"127.0.0.1:60744_",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:60744"}
[junit4:junit4]   1>   /solr/overseer_elect (2)
[junit4:junit4]   1>    /solr/overseer_elect/election (5)
[junit4:junit4]   1>     /solr/overseer_elect/election/89705184777994252-127.0.0.1:60744_-n_0000000004 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89705184777994243-127.0.0.1:60705_-n_0000000000 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89705184777994248-127.0.0.1:60726_-n_0000000002 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89705184777994250-127.0.0.1:60735_-n_0000000003 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89705184777994246-127.0.0.1:60717_-n_0000000001 (0)
[junit4:junit4]   1>    /solr/overseer_elect/leader (0)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"id":"89705184777994243-127.0.0.1:60705_-n_0000000000"}
[junit4:junit4]   1>  /zookeeper (1)
[junit4:junit4]   1>  DATA:
[junit4:junit4]   1>      
[junit4:junit4]   1> 
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CollectionsAPIDistributedZkTest -Dtests.method=testDistribSearch -Dtests.seed=FA5E0F82C06D011B -Dtests.slow=true -Dtests.locale=ar_TN -Dtests.timezone=Asia/Vientiane -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] FAILURE  350s | CollectionsAPIDistributedZkTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: There are still nodes recoverying - waited for 230 seconds
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([FA5E0F82C06D011B:7BB8819AB7326127]:0)
[junit4:junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:173)
[junit4:junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:131)
[junit4:junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:126)
[junit4:junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:512)
[junit4:junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:146)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 1813388 T4627 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=ar_TN, timezone=Asia/Vientiane
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_21 (32-bit)/cpus=2,threads=2,free=119565096,total=340459520
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestReplicationHandler, FileUtilsTest, TestSurroundQueryParser, SuggesterFSTTest, SolrIndexSplitterTest, TestWordDelimiterFilterFactory, SolrRequestParserTest, TestElisionMultitermQuery, SpellCheckCollatorTest, TestSerializedLuceneMatchVersion, TestSweetSpotSimilarityFactory, TestBinaryResponseWriter, TermVectorComponentDistributedTest, TestMultiCoreConfBootstrap, TestDynamicFieldResource, TestComponentsName, TestPartialUpdateDeduplication, PrimUtilsTest, ExternalFileFieldSortTest, SuggesterTest, UpdateRequestProcessorFactoryTest, TimeZoneUtilsTest, TestPerFieldSimilarity, EchoParamsTest, TestFoldingMultitermQuery, TestAnalyzedSuggestions, TestCodecSupport, TestFastOutputStream, TestCollationField, PreAnalyzedFieldTest, ResponseLogComponentTest, TestDFRSimilarityFactory, SoftAutoCommitTest, TestSolrXml, MultiTermTest, OverseerTest, SignatureUpdateProcessorFactoryTest, StandardRequestHandlerTest, SimpleFacetsTest, TestDocSet, TestWriterPerf, ClusterStateTest, TestFiltering, TestPseudoReturnFields, SolrInfoMBeanTest, PingRequestHandlerTest, RequestHandlersTest, DocValuesTest, TestGroupingSearch, TestSuggestSpellingConverter, TestCoreContainer, TestCloudManagedSchema, TestFastWriter, UniqFieldsUpdateProcessorFactoryTest, ChaosMonkeyShardSplitTest, TestCoreDiscovery, FieldMutatingUpdateProcessorTest, TestFuzzyAnalyzedSuggestions, BadIndexSchemaTest, TestSchemaSimilarityResource, TestSystemIdResolver, DOMUtilTest, ZkSolrClientTest, TestJoin, NumericFieldsTest, DistributedQueryElevationComponentTest, TestQuerySenderNoQuery, SpellCheckComponentTest, TestRTGBase, ZkCLITest, OpenCloseCoreStressTest, TestCharFilters, ShardRoutingCustomTest, TestStressRecovery, TestRandomFaceting, LeaderElectionTest, TestFieldTypeResource, SolrCoreCheckLockOnStartupTest, TestPHPSerializedResponseWriter, TestManagedSchema, CoreAdminHandlerTest, SimplePostToolTest, PathHierarchyTokenizerFactoryTest, ClusterStateUpdateTest, TestArbitraryIndexDir, SchemaVersionSpecificBehaviorTest, TestClassNameShortening, BadComponentTest, PolyFieldTest, TestFieldTypeCollectionResource, HardAutoCommitTest, TestConfig, TestLMJelinekMercerSimilarityFactory, TestFieldResource, URLClassifyProcessorTest, TestLazyCores, HighlighterTest, TestMergePolicyConfig, SortByFunctionTest, TestSolrCoreProperties, TestLuceneMatchVersion, LoggingHandlerTest, TestIBSimilarityFactory, FullSolrCloudDistribCmdsTest, TestFaceting, TestStressLucene, IndexSchemaRuntimeFieldTest, JsonLoaderTest, TestFastLRUCache, IndexBasedSpellCheckerTest, DistributedTermsComponentTest, UUIDFieldTest, TestSolrQueryParserResource, TestAtomicUpdateErrorCases, QueryResultKeyTest, TestShardHandlerFactory, XmlUpdateRequestHandlerTest, TestDefaultSearchFieldResource, TestDefaultSimilarityFactory, CircularListTest, TestUniqueKeyFieldResource, DateFieldTest, SampleTest, TestValueSourceCache, TestBadConfig, SolrPluginUtilsTest, SynonymTokenizerTest, DistributedSpellCheckComponentTest, TestJmxMonitoredMap, SOLR749Test, TestHashPartitioner, TestFieldCollectionResource, TestAddFieldRealTimeGet, FileBasedSpellCheckerTest, TestQuerySenderListener, ShardSplitTest, TestMaxScoreQueryParser, TestExtendedDismaxParser, DirectSolrConnectionTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest]
[junit4:junit4] Completed in 349.89s, 1 test, 1 failure <<< FAILURES!

[...truncated 444 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:377: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:357: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:181: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:437: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1240: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:884: There were test failures: 295 suites, 1231 tests, 1 failure, 18 ignored (12 assumptions)

Total time: 69 minutes 15 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.7.0_21 -client -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.7.0_21) - Build # 2828 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2828/
Java: 32bit/jdk1.7.0_21 -client -XX:+UseParallelGC

2 tests failed.
REGRESSION:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSearch

Error Message:
There are still nodes recoverying - waited for 230 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 230 seconds
	at __randomizedtesting.SeedInfo.seed([197D1E2A83EE4B41:989B9032F4B12B7D]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:173)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:131)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:126)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:512)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:146)
	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)


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

Error Message:
Server at http://127.0.0.1:51485 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:51485 returned non ok status:500, message:Server Error
	at __randomizedtesting.SeedInfo.seed([197D1E2A83EE4B41:989B9032F4B12B7D]: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 9433 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.ShardSplitTest
[junit4:junit4]   2> 949296 T2697 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 949299 T2697 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-ShardSplitTest-1368770276491
[junit4:junit4]   2> 949301 T2697 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 949302 T2698 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 949373 T2697 oasc.ZkTestServer.run start zk server on port:51466
[junit4:junit4]   2> 949375 T2697 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 949383 T2704 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@63730a name:ZooKeeperConnection Watcher:127.0.0.1:51466 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 949384 T2697 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 949385 T2697 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 949394 T2697 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 949397 T2706 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@af2ad7 name:ZooKeeperConnection Watcher:127.0.0.1:51466/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 949397 T2697 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 949397 T2697 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 949404 T2697 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 949409 T2697 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 949416 T2697 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 949425 T2697 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 949425 T2697 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 949436 T2697 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\schema15.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 949436 T2697 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 949443 T2697 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 949443 T2697 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 949449 T2697 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 949450 T2697 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 949455 T2697 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 949455 T2697 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 949462 T2697 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 949463 T2697 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 949469 T2697 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 949469 T2697 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 949474 T2697 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 949475 T2697 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 949479 T2697 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 949481 T2697 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 949826 T2697 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 949834 T2697 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51473
[junit4:junit4]   2> 949835 T2697 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 949837 T2697 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 949837 T2697 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1368770276677
[junit4:junit4]   2> 949837 T2697 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1368770276677\solr.xml
[junit4:junit4]   2> 949837 T2697 oasc.CoreContainer.<init> New CoreContainer 15291631
[junit4:junit4]   2> 949837 T2697 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1368770276677\'
[junit4:junit4]   2> 949837 T2697 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1368770276677\'
[junit4:junit4]   2> 949923 T2697 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 949923 T2697 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 949923 T2697 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 949923 T2697 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 949924 T2697 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 949924 T2697 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 949925 T2697 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 949925 T2697 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 949926 T2697 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 949926 T2697 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 949933 T2697 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 949933 T2697 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51466/solr
[junit4:junit4]   2> 949933 T2697 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 949935 T2697 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 949947 T2717 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15a29a name:ZooKeeperConnection Watcher:127.0.0.1:51466 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 949948 T2697 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 949951 T2697 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 949956 T2697 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 949959 T2719 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d072b8 name:ZooKeeperConnection Watcher:127.0.0.1:51466/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 949960 T2697 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 949962 T2697 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 949968 T2697 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 949973 T2697 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 949977 T2697 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51473_
[junit4:junit4]   2> 949984 T2697 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51473_
[junit4:junit4]   2> 949990 T2697 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 950000 T2697 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 950005 T2697 oasc.Overseer.start Overseer (id=89703728840769539-127.0.0.1:51473_-n_0000000000) starting
[junit4:junit4]   2> 950010 T2697 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 950017 T2721 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 950018 T2697 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 950022 T2697 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 950025 T2697 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 950029 T2720 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 950031 T2722 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1368770276677\collection1
[junit4:junit4]   2> 950031 T2722 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 950033 T2722 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 950033 T2722 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 950034 T2722 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1368770276677\collection1\'
[junit4:junit4]   2> 950036 T2722 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-controljetty-1368770276677/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 950036 T2722 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-controljetty-1368770276677/collection1/lib/README' to classloader
[junit4:junit4]   2> 950077 T2722 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 950125 T2722 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 950128 T2722 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 950131 T2722 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 950583 T2722 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 950586 T2722 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 950588 T2722 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 950592 T2722 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 950618 T2722 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 950619 T2722 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1368770276677\collection1\, dataDir=.\org.apache.solr.cloud.ShardSplitTest-1368770276489/control/data\
[junit4:junit4]   2> 950619 T2722 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e7592
[junit4:junit4]   2> 950619 T2722 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 950619 T2722 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1368770276489/control/data\
[junit4:junit4]   2> 950619 T2722 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ShardSplitTest-1368770276489/control/data\index/
[junit4:junit4]   2> 950619 T2722 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ShardSplitTest-1368770276489\control\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 950619 T2722 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1368770276489/control/data\index
[junit4:junit4]   2> 950623 T2722 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@251e4e lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b249a5),segFN=segments_1,generation=1}
[junit4:junit4]   2> 950623 T2722 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 950626 T2722 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 950626 T2722 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 950626 T2722 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 950627 T2722 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 950627 T2722 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 950627 T2722 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 950627 T2722 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 950628 T2722 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 950628 T2722 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 950635 T2722 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 950641 T2722 oass.SolrIndexSearcher.<init> Opening Searcher@11cb64e main
[junit4:junit4]   2> 950641 T2722 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ShardSplitTest-1368770276489\control\data\tlog
[junit4:junit4]   2> 950642 T2722 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 950642 T2722 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 950645 T2723 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@11cb64e main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 950646 T2722 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 950646 T2722 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 951082 T2720 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 951083 T2720 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51473_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51473"}
[junit4:junit4]   2> 951083 T2720 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 951084 T2720 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 951091 T2719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 951315 T2722 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 951315 T2722 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51473 collection:control_collection shard:shard1
[junit4:junit4]   2> 951316 T2722 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 951326 T2722 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 951329 T2722 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 951329 T2722 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 951329 T2722 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51473/collection1/
[junit4:junit4]   2> 951330 T2722 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 951330 T2722 oasc.SyncStrategy.syncToMe http://127.0.0.1:51473/collection1/ has no replicas
[junit4:junit4]   2> 951330 T2722 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51473/collection1/
[junit4:junit4]   2> 951330 T2722 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 952065 T2720 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 952082 T2719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 952097 T2722 oasc.ZkController.register We are http://127.0.0.1:51473/collection1/ and leader is http://127.0.0.1:51473/collection1/
[junit4:junit4]   2> 952097 T2722 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51473
[junit4:junit4]   2> 952097 T2722 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 952097 T2722 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 952097 T2722 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 952100 T2722 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 952102 T2697 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 952102 T2697 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 952102 T2697 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 952112 T2697 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 952114 T2697 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 952118 T2726 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d0fa7 name:ZooKeeperConnection Watcher:127.0.0.1:51466/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 952118 T2697 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 952119 T2697 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 952122 T2697 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 952461 T2697 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 952466 T2697 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51485
[junit4:junit4]   2> 952466 T2697 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 952467 T2697 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 952468 T2697 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1368770279313
[junit4:junit4]   2> 952468 T2697 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1368770279313\solr.xml
[junit4:junit4]   2> 952468 T2697 oasc.CoreContainer.<init> New CoreContainer 2970578
[junit4:junit4]   2> 952468 T2697 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1368770279313\'
[junit4:junit4]   2> 952469 T2697 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1368770279313\'
[junit4:junit4]   2> 952550 T2697 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 952551 T2697 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 952551 T2697 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 952551 T2697 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 952551 T2697 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 952551 T2697 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 952551 T2697 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 952551 T2697 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 952552 T2697 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 952552 T2697 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 952558 T2697 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 952558 T2697 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51466/solr
[junit4:junit4]   2> 952558 T2697 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 952560 T2697 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 952571 T2737 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18b8ec7 name:ZooKeeperConnection Watcher:127.0.0.1:51466 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 952571 T2697 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 952573 T2697 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 952580 T2697 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 952584 T2739 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f9eea8 name:ZooKeeperConnection Watcher:127.0.0.1:51466/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 952584 T2697 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 952589 T2697 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 953066 T2720 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 953067 T2720 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:51473__collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51473_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51473"}
[junit4:junit4]   2> 953074 T2739 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 953075 T2719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 953075 T2726 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 953238 T2697 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51485_
[junit4:junit4]   2> 953240 T2697 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51485_
[junit4:junit4]   2> 953244 T2739 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 953244 T2726 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 953244 T2719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 953247 T2726 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 953247 T2739 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 953248 T2719 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 953255 T2740 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1368770279313\collection1
[junit4:junit4]   2> 953255 T2740 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 953255 T2740 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 953256 T2740 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 953258 T2740 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1368770279313\collection1\'
[junit4:junit4]   2> 953258 T2740 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty1-1368770279313/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 953259 T2740 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty1-1368770279313/collection1/lib/README' to classloader
[junit4:junit4]   2> 953299 T2740 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 953342 T2740 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 953344 T2740 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 953348 T2740 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 953766 T2740 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 953768 T2740 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 953770 T2740 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 953774 T2740 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 953797 T2740 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 953797 T2740 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1368770279313\collection1\, dataDir=.\org.apache.solr.cloud.ShardSplitTest-1368770276489/jetty1\
[junit4:junit4]   2> 953797 T2740 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e7592
[junit4:junit4]   2> 953797 T2740 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 953797 T2740 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1368770276489/jetty1\
[junit4:junit4]   2> 953798 T2740 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ShardSplitTest-1368770276489/jetty1\index/
[junit4:junit4]   2> 953798 T2740 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ShardSplitTest-1368770276489\jetty1\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 953798 T2740 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1368770276489/jetty1\index
[junit4:junit4]   2> 953801 T2740 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1bb7055 lockFactory=org.apache.lucene.store.NativeFSLockFactory@fce3a8),segFN=segments_1,generation=1}
[junit4:junit4]   2> 953801 T2740 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 953804 T2740 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 953804 T2740 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 953804 T2740 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 953805 T2740 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 953806 T2740 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 953806 T2740 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 953806 T2740 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 953806 T2740 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 953806 T2740 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 953813 T2740 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 953818 T2740 oass.SolrIndexSearcher.<init> Opening Searcher@7be621 main
[junit4:junit4]   2> 953818 T2740 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ShardSplitTest-1368770276489\jetty1\tlog
[junit4:junit4]   2> 953820 T2740 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 953820 T2740 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 953823 T2741 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7be621 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 953825 T2740 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 953825 T2740 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 954051 T2720 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 954052 T2720 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51485_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51485"}
[junit4:junit4]   2> 954052 T2720 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 954052 T2720 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 954058 T2739 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 954058 T2719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 954058 T2726 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 954475 T2740 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 954475 T2740 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51485 collection:collection1 shard:shard1
[junit4:junit4]   2> 954476 T2740 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 954488 T2740 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 954493 T2740 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 954494 T2740 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 954494 T2740 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51485/collection1/
[junit4:junit4]   2> 954494 T2740 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 954494 T2740 oasc.SyncStrategy.syncToMe http://127.0.0.1:51485/collection1/ has no replicas
[junit4:junit4]   2> 954494 T2740 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51485/collection1/
[junit4:junit4]   2> 954494 T2740 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 955032 T2720 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 955045 T2739 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 955046 T2719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 955045 T2726 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 955064 T2740 oasc.ZkController.register We are http://127.0.0.1:51485/collection1/ and leader is http://127.0.0.1:51485/collection1/
[junit4:junit4]   2> 955064 T2740 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51485
[junit4:junit4]   2> 955064 T2740 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 955064 T2740 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 955064 T2740 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 955067 T2740 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 955068 T2697 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 955069 T2697 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 955069 T2697 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 955391 T2697 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 955396 T2697 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51494
[junit4:junit4]   2> 955397 T2697 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 955397 T2697 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 955397 T2697 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1368770282264
[junit4:junit4]   2> 955397 T2697 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1368770282264\solr.xml
[junit4:junit4]   2> 955397 T2697 oasc.CoreContainer.<init> New CoreContainer 20343401
[junit4:junit4]   2> 955399 T2697 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1368770282264\'
[junit4:junit4]   2> 955399 T2697 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1368770282264\'
[junit4:junit4]   2> 955479 T2697 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 955479 T2697 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 955479 T2697 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 955479 T2697 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 955480 T2697 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 955481 T2697 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 955481 T2697 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 955481 T2697 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 955481 T2697 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 955481 T2697 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 955487 T2697 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 955488 T2697 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51466/solr
[junit4:junit4]   2> 955488 T2697 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 955489 T2697 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 955502 T2753 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@248390 name:ZooKeeperConnection Watcher:127.0.0.1:51466 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 955503 T2697 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 955505 T2697 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 955510 T2697 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 955513 T2755 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@133be61 name:ZooKeeperConnection Watcher:127.0.0.1:51466/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 955513 T2697 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 955518 T2697 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 956024 T2720 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 956024 T2720 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:51485__collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51485_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51485"}
[junit4:junit4]   2> 956030 T2726 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 956030 T2719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 956030 T2755 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 956030 T2739 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 956167 T2697 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51494_
[junit4:junit4]   2> 956169 T2697 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51494_
[junit4:junit4]   2> 956172 T2726 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 956173 T2739 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 956173 T2719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 956174 T2755 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 956174 T2755 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 956176 T2726 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 956176 T2719 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 956176 T2739 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 956184 T2756 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1368770282264\collection1
[junit4:junit4]   2> 956184 T2756 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 956186 T2756 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 956186 T2756 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 956187 T2756 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1368770282264\collection1\'
[junit4:junit4]   2> 956189 T2756 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty2-1368770282264/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 956191 T2756 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty2-1368770282264/collection1/lib/README' to classloader
[junit4:junit4]   2> 956230 T2756 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 956280 T2756 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 956281 T2756 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 956285 T2756 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 956708 T2756 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 956711 T2756 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 956713 T2756 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 956717 T2756 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 956743 T2756 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 956744 T2756 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1368770282264\collection1\, dataDir=.\org.apache.solr.cloud.ShardSplitTest-1368770276489/jetty2\
[junit4:junit4]   2> 956744 T2756 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e7592
[junit4:junit4]   2> 956744 T2756 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 956745 T2756 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1368770276489/jetty2\
[junit4:junit4]   2> 956745 T2756 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ShardSplitTest-1368770276489/jetty2\index/
[junit4:junit4]   2> 956745 T2756 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ShardSplitTest-1368770276489\jetty2\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 956745 T2756 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1368770276489/jetty2\index
[junit4:junit4]   2> 956750 T2756 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@18503db lockFactory=org.apache.lucene.store.NativeFSLockFactory@dd9412),segFN=segments_1,generation=1}
[junit4:junit4]   2> 956750 T2756 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 956754 T2756 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 956754 T2756 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 956755 T2756 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 956756 T2756 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 956757 T2756 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 956757 T2756 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 956758 T2756 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 956758 T2756 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 956758 T2756 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 956770 T2756 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 956778 T2756 oass.SolrIndexSearcher.<init> Opening Searcher@13330c2 main
[junit4:junit4]   2> 956778 T2756 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ShardSplitTest-1368770276489\jetty2\tlog
[junit4:junit4]   2> 956780 T2756 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 956780 T2756 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 956785 T2757 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@13330c2 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 956786 T2756 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 956786 T2756 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 957005 T2720 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 957006 T2720 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51494_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51494"}
[junit4:junit4]   2> 957006 T2720 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 957006 T2720 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard2
[junit4:junit4]   2> 957012 T2739 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 957012 T2755 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 957013 T2726 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 957013 T2719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 957426 T2756 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 957426 T2756 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51494 collection:collection1 shard:shard2
[junit4:junit4]   2> 957426 T2756 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 957434 T2756 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 957437 T2756 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 957438 T2756 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 957438 T2756 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51494/collection1/
[junit4:junit4]   2> 957438 T2756 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 957438 T2756 oasc.SyncStrategy.syncToMe http://127.0.0.1:51494/collection1/ has no replicas
[junit4:junit4]   2> 957438 T2756 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51494/collection1/
[junit4:junit4]   2> 957438 T2756 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 957919 T2720 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 957936 T2739 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 957937 T2755 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 957937 T2726 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 957937 T2719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 957950 T2756 oasc.ZkController.register We are http://127.0.0.1:51494/collection1/ and leader is http://127.0.0.1:51494/collection1/
[junit4:junit4]   2> 957950 T2756 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51494
[junit4:junit4]   2> 957950 T2756 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 957951 T2756 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 957951 T2756 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 957953 T2756 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 957955 T2697 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 957956 T2697 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 957956 T2697 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 958256 T2697 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 958260 T2697 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51503
[junit4:junit4]   2> 958260 T2697 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 958260 T2697 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 958262 T2697 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1368770285153
[junit4:junit4]   2> 958262 T2697 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1368770285153\solr.xml
[junit4:junit4]   2> 958262 T2697 oasc.CoreContainer.<init> New CoreContainer 11885058
[junit4:junit4]   2> 958262 T2697 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1368770285153\'
[junit4:junit4]   2> 958262 T2697 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1368770285153\'
[junit4:junit4]   2> 958351 T2697 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 958352 T2697 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 958352 T2697 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 958352 T2697 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 958352 T2697 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 958352 T2697 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 958352 T2697 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 958353 T2697 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 958353 T2697 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 958354 T2697 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 958358 T2697 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 958359 T2697 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51466/solr
[junit4:junit4]   2> 958359 T2697 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 958360 T2697 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 958369 T2769 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ab3c2c name:ZooKeeperConnection Watcher:127.0.0.1:51466 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 958369 T2697 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 958372 T2697 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 958376 T2697 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 958378 T2771 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@104d275 name:ZooKeeperConnection Watcher:127.0.0.1:51466/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 958378 T2697 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 958383 T2697 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 958817 T2720 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 958818 T2720 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:51494__collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51494_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51494"}
[junit4:junit4]   2> 958827 T2739 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 958827 T2771 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 958827 T2726 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 958827 T2755 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 958827 T2719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 958968 T2697 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51503_
[junit4:junit4]   2> 958970 T2697 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51503_
[junit4:junit4]   2> 958973 T2726 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 958973 T2719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 958973 T2771 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 958973 T2739 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 958974 T2755 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 958974 T2755 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 958978 T2719 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 958978 T2771 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 958978 T2726 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 958979 T2739 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 958985 T2772 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1368770285153\collection1
[junit4:junit4]   2> 958985 T2772 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 958985 T2772 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 958985 T2772 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 958987 T2772 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1368770285153\collection1\'
[junit4:junit4]   2> 958988 T2772 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty3-1368770285153/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 958989 T2772 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty3-1368770285153/collection1/lib/README' to classloader
[junit4:junit4]   2> 959021 T2772 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 959061 T2772 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 959063 T2772 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 959066 T2772 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 959447 T2772 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 959449 T2772 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 959451 T2772 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 959455 T2772 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 959478 T2772 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 959479 T2772 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1368770285153\collection1\, dataDir=.\org.apache.solr.cloud.ShardSplitTest-1368770276489/jetty3\
[junit4:junit4]   2> 959479 T2772 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e7592
[junit4:junit4]   2> 959479 T2772 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 959479 T2772 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1368770276489/jetty3\
[junit4:junit4]   2> 959479 T2772 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ShardSplitTest-1368770276489/jetty3\index/
[junit4:junit4]   2> 959479 T2772 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ShardSplitTest-1368770276489\jetty3\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 959479 T2772 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1368770276489/jetty3\index
[junit4:junit4]   2> 959482 T2772 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@178eac lockFactory=org.apache.lucene.store.NativeFSLockFactory@18fd3eb),segFN=segments_1,generation=1}
[junit4:junit4]   2> 959482 T2772 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 959485 T2772 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 959485 T2772 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 959485 T2772 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 959486 T2772 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 959486 T2772 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 959486 T2772 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 959486 T2772 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 959487 T2772 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 959487 T2772 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 959494 T2772 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 959499 T2772 oass.SolrIndexSearcher.<init> Opening Searcher@15dad4f main
[junit4:junit4]   2> 959499 T2772 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ShardSplitTest-1368770276489\jetty3\tlog
[junit4:junit4]   2> 959500 T2772 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 959500 T2772 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 959504 T2773 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@15dad4f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 959504 T2772 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 959505 T2772 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 959705 T2720 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 959705 T2720 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51503_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51503"}
[junit4:junit4]   2> 959705 T2720 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 959705 T2720 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 959713 T2739 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 959713 T2726 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 959713 T2719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 959713 T2755 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 959713 T2771 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 960088 T2772 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 960088 T2772 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51503 collection:collection1 shard:shard1
[junit4:junit4]   2> 960091 T2772 oasc.ZkController.register We are http://127.0.0.1:51503/collection1/ and leader is http://127.0.0.1:51485/collection1/
[junit4:junit4]   2> 960091 T2772 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51503
[junit4:junit4]   2> 960091 T2772 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 960091 T2772 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C176 name=collection1 org.apache.solr.core.SolrCore@171344c url=http://127.0.0.1:51503/collection1 node=127.0.0.1:51503_ C176_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:51503_, base_url=http://127.0.0.1:51503}
[junit4:junit4]   2> 960092 T2774 C176 P51503 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 960092 T2774 C176 P51503 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 960092 T2774 C176 P51503 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 960092 T2774 C176 P51503 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 960092 T2772 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 960094 T2774 C176 P51503 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 960095 T2697 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 960096 T2697 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 960096 T2697 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 960099 T2733 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 127.0.0.1:51503__collection1, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 960336 T2697 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 960339 T2697 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51513
[junit4:junit4]   2> 960339 T2697 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 960339 T2697 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 960340 T2697 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1368770287289
[junit4:junit4]   2> 960340 T2697 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1368770287289\solr.xml
[junit4:junit4]   2> 960340 T2697 oasc.CoreContainer.<init> New CoreContainer 3098013
[junit4:junit4]   2> 960341 T2697 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1368770287289\'
[junit4:junit4]   2> 960341 T2697 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1368770287289\'
[junit4:junit4]   2> 960411 T2697 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 960411 T2697 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 960411 T2697 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 960411 T2697 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 960411 T2697 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 960412 T2697 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 960412 T2697 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 960412 T2697 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 960412 T2697 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 960412 T2697 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 960417 T2697 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 960418 T2697 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51466/solr
[junit4:junit4]   2> 960418 T2697 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 960419 T2697 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 960429 T2786 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@76c738 name:ZooKeeperConnection Watcher:127.0.0.1:51466 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 960430 T2697 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 960432 T2697 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 960432 T2699 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13eb110ec95000b, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 960436 T2697 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 960438 T2788 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@61ee76 name:ZooKeeperConnection Watcher:127.0.0.1:51466/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 960438 T2697 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 960443 T2697 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 960591 T2720 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 960591 T2720 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:51503__collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51503_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51503"}
[junit4:junit4]   2> 960596 T2726 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 960596 T2788 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 960597 T2739 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 960597 T2719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 960597 T2755 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 960597 T2771 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 960681 T2733 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 127.0.0.1:51503__collection1, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   2> 960681 T2733 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:51503__collection1&state=recovering&nodeName=127.0.0.1:51503_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=582 
[junit4:junit4]   2> 961026 T2697 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51513_
[junit4:junit4]   2> 961028 T2697 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51513_
[junit4:junit4]   2> 961030 T2726 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 961030 T2739 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 961031 T2719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 961030 T2771 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 961032 T2755 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 961032 T2755 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 961032 T2788 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 961032 T2788 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 961034 T2726 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 961036 T2719 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 961036 T2739 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 961036 T2771 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 961040 T2789 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1368770287289\collection1
[junit4:junit4]   2> 961040 T2789 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 961041 T2789 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 961041 T2789 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 961042 T2789 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1368770287289\collection1\'
[junit4:junit4]   2> 961044 T2789 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty4-1368770287289/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 961044 T2789 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty4-1368770287289/collection1/lib/README' to classloader
[junit4:junit4]   2> 961080 T2789 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 961129 T2789 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 961131 T2789 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 961134 T2789 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 961538 T2789 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 961541 T2789 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 961542 T2789 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 961546 T2789 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 961567 T2789 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 961567 T2789 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1368770287289\collection1\, dataDir=.\org.apache.solr.cloud.ShardSplitTest-1368770276489/jetty4\
[junit4:junit4]   2> 961567 T2789 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e7592
[junit4:junit4]   2> 961567 T2789 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 961568 T2789 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1368770276489/jetty4\
[junit4:junit4]   2> 961568 T2789 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ShardSplitTest-1368770276489/jetty4\index/
[junit4:junit4]   2> 961568 T2789 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ShardSplitTest-1368770276489\jetty4\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 961568 T2789 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1368770276489/jetty4\index
[junit4:junit4]   2> 961570 T2789 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3984c1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@93f088),segFN=segments_1,generation=1}
[junit4:junit4]   2> 961571 T2789 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 961572 T2789 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 961572 T2789 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 961573 T2789 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 961574 T2789 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 961574 T2789 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 961574 T2789 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 961574 T2789 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 961575 T2789 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 961575 T2789 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 961582 T2789 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 961589 T2789 oass.SolrIndexSearcher.<init> Opening Searcher@ae42fa main
[junit4:junit4]   2> 961589 T2789 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ShardSplitTest-1368770276489\jetty4\tlog
[junit4:junit4]   2> 961591 T2789 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 961591 T2789 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 961594 T2790 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@ae42fa main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 961596 T2789 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 961596 T2789 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2>  C176_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:51503_, base_url=http://127.0.0.1:51503}
[junit4:junit4]   2> 961844 T2774 C176 P51503 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:51485/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 961844 T2774 C176 P51503 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:51503 START replicas=[http://127.0.0.1:51485/collection1/] nUpdates=100
[junit4:junit4]   2> 961844 T2774 C176 P51503 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 961844 T2774 C176 P51503 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 961844 T2774 C176 P51503 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 961845 T2774 C176 P51503 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 961845 T2774 C176 P51503 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 961845 T2774 C176 P51503 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:51485/collection1/. core=collection1
[junit4:junit4]   2> 961845 T2774 C176 P51503 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C177 name=collection1 org.apache.solr.core.SolrCore@6e72ce url=http://127.0.0.1:51485/collection1 node=127.0.0.1:51485_ C177_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:51485_, base_url=http://127.0.0.1:51485, leader=true}
[junit4:junit4]   2> 961857 T2732 C177 P51485 oasc.SolrCore.execute [collection1] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 961859 T2734 C177 P51485 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 961861 T2734 C177 P51485 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1bb7055 lockFactory=org.apache.lucene.store.NativeFSLockFactory@fce3a8),segFN=segments_1,generation=1}
[junit4:junit4]   2> 961862 T2734 C177 P51485 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 961862 T2734 C177 P51485 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1bb7055 lockFactory=org.apache.lucene.store.NativeFSLockFactory@fce3a8),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1bb7055 lockFactory=org.apache.lucene.store.NativeFSLockFactory@fce3a8),segFN=segments_2,generation=2}
[junit4:junit4]   2> 961862 T2734 C177 P51485 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 961863 T2734 C177 P51485 oass.SolrIndexSearcher.<init> Opening Searcher@440715 realtime
[junit4:junit4]   2> 961863 T2734 C177 P51485 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 961863 T2734 C177 P51485 oasup.LogUpdateProcessor.finish [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]   2> 961864 T2774 C176 P51503 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 961864 T2774 C176 P51503 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 961865 T2735 C177 P51485 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 961866 T2735 C177 P51485 oasc.SolrCore.execute [collection1] webapp= path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 961866 T2774 C176 P51503 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 961866 T2774 C176 P51503 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 961866 T2774 C176 P51503 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 961868 T2730 C177 P51485 oasc.SolrCore.execute [collection1] webapp= path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 961868 T2774 C176 P51503 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 961869 T2774 C176 P51503 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1368770276489/jetty3\index.20130517085809058
[junit4:junit4]   2> 961869 T2774 C176 P51503 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f25c19 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e1d368) fullCopy=false
[junit4:junit4]   2> 961870 T2731 C177 P51485 oasc.SolrCore.execute [collection1] webapp= path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 961870 T2774 C176 P51503 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 961871 T2774 C176 P51503 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 961871 T2774 C176 P51503 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 961873 T2774 C176 P51503 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@178eac lockFactory=org.apache.lucene.store.NativeFSLockFactory@18fd3eb),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@178eac lockFactory=org.apache.lucene.store.NativeFSLockFactory@18fd3eb),segFN=segments_2,generation=2}
[junit4:junit4]   2> 961874 T2774 C176 P51503 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 961874 T2774 C176 P51503 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 961874 T2774 C176 P51503 oass.SolrIndexSearcher.<init> Opening Searcher@1692120 main
[junit4:junit4]   2> 961875 T2773 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1692120 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 961875 T2774 C176 P51503 oasc.CachingDirectoryFactory.closeCacheValue looking to close .\org.apache.solr.cloud.ShardSplitTest-1368770276489/jetty3\index.20130517085809058 [CachedDir<<refCount=0;path=.\org.apache.solr.cloud.ShardSplitTest-1368770276489/jetty3\index.20130517085809058;done=true>>]
[junit4:junit4]   2> 961875 T2774 C176 P51503 oasc.CachingDirectoryFactory.close Closing directory: .\org.apache.solr.cloud.ShardSplitTest-1368770276489/jetty3\index.20130517085809058
[junit4:junit4]   2> 961875 T2774 C176 P51503 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: .\org.apache.solr.cloud.ShardSplitTest-1368770276489/jetty3\index.20130517085809058
[junit4:junit4]   2> 961875 T2774 C176 P51503 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 961875 T2774 C176 P51503 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 961875 T2774 C176 P51503 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 961876 T2774 C176 P51503 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 961878 T2774 C176 P51503 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 962348 T2720 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 962349 T2720 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51513_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51513"}
[junit4:junit4]   2> 962349 T2720 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 962349 T2720 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard2
[junit4:junit4]   2> 962355 T2720 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:51503__collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51503_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51503"}
[junit4:junit4]   2> 962362 T2739 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 962362 T2788 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 962362 T2719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 962362 T2755 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 962362 T2771 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 962362 T2726 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 962763 T2789 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 962763 T2789 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51513 collection:collection1 shard:shard2
[junit4:junit4]   2> 962770 T2789 oasc.ZkController.register We are http://127.0.0.1:51513/collection1/ and leader is http://127.0.0.1:51494/collection1/
[junit4:junit4]   2> 962770 T2789 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51513
[junit4:junit4]   2> 962770 T2789 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 962770 T2789 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C178 name=collection1 org.apache.solr.core.SolrCore@14fd264 url=http://127.0.0.1:51513/collection1 node=127.0.0.1:51513_ C178_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:51513_, base_url=http://127.0.0.1:51513}
[junit4:junit4]   2> 962771 T2793 C178 P51513 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 962771 T2793 C178 P51513 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 962772 T2793 C178 P51513 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 962772 T2793 C178 P51513 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 962772 T2789 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 962773 T2793 C178 P51513 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 962774 T2697 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 962774 T2697 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 962774 T2697 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 962778 T2749 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 127.0.0.1:51513__collection1, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 962778 T2697 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 962779 T2697 oasc.AbstractFullDistribZkTestBase.waitForThingsToLevelOut Wait for recoveries to finish - wait 15 for each attempt
[junit4:junit4]   2> 962779 T2697 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):15
[junit4:junit4]   2> 962779 T2697 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 963255 T2720 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 963255 T2720 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:51513__collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51513_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51513"}
[junit4:junit4]   2> 963263 T2726 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 963263 T2788 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 963263 T2739 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 963264 T2771 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 963264 T2755 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 963264 T2719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 963384 T2749 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 127.0.0.1:51513__collection1, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   2> 963384 T2749 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:51513__collection1&state=recovering&nodeName=127.0.0.1:51513_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=606 
[junit4:junit4]   2> 963386 T2697 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 964027 T2697 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C178_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:51513_, base_url=http://127.0.0.1:51513}
[junit4:junit4]   2> 964663 T2793 C178 P51513 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:51494/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 964663 T2793 C178 P51513 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:51513 START replicas=[http://127.0.0.1:51494/collection1/] nUpdates=100
[junit4:junit4]   2> 964664 T2793 C178 P51513 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 964664 T2793 C178 P51513 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 964664 T2793 C178 P51513 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 964664 T2793 C178 P51513 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 964664 T2793 C178 P51513 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 964664 T2793 C178 P51513 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:51494/collection1/. core=collection1
[junit4:junit4]   2> 964664 T2793 C178 P51513 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C179 name=collection1 org.apache.solr.core.SolrCore@563766 url=http://127.0.0.1:51494/collection1 node=127.0.0.1:51494_ C179_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:51494_, base_url=http://127.0.0.1:51494, leader=true}
[junit4:junit4]   2> 964670 T2750 C179 P51494 oasc.SolrCore.execute [collection1] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 964671 T2697 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 964673 T2749 C179 P51494 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 964676 T2749 C179 P51494 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@18503db lockFactory=org.apache.lucene.store.NativeFSLockFactory@dd9412),segFN=segments_1,generation=1}
[junit4:junit4]   2> 964676 T2749 C179 P51494 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 964677 T2749 C179 P51494 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@18503db lockFactory=org.apache.lucene.store.NativeFSLockFactory@dd9412),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@18503db lockFactory=org.apache.lucene.store.NativeFSLockFactory@dd9412),segFN=segments_2,generation=2}
[junit4:junit4]   2> 964677 T2749 C179 P51494 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 964677 T2749 C179 P51494 oass.SolrIndexSearcher.<init> Opening Searcher@a846d2 realtime
[junit4:junit4]   2> 964677 T2749 C179 P51494 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 964677 T2749 C179 P51494 oasup.LogUpdateProcessor.finish [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]   2> 964678 T2793 C178 P51513 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 964678 T2793 C178 P51513 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 964680 T2746 C179 P51494 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 964680 T2746 C179 P51494 oasc.SolrCore.execute [collection1] webapp= path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 964680 T2793 C178 P51513 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 964681 T2793 C178 P51513 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 964681 T2793 C178 P51513 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 964682 T2747 C179 P51494 oasc.SolrCore.execute [collection1] webapp= path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 964682 T2793 C178 P51513 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 964683 T2793 C178 P51513 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1368770276489/jetty4\index.20130517085811872
[junit4:junit4]   2> 964683 T2793 C178 P51513 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@6965a2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@eb8cff) fullCopy=false
[junit4:junit4]   2> 964684 T2748 C179 P51494 oasc.SolrCore.execute [collection1] webapp= path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 964685 T2793 C178 P51513 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 964686 T2793 C178 P51513 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 964686 T2793 C178 P51513 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 964687 T2793 C178 P51513 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3984c1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@93f088),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3984c1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@93f088),segFN=segments_2,generation=2}
[junit4:junit4]   2> 964687 T2793 C178 P51513 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 964688 T2793 C178 P51513 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 964688 T2793 C178 P51513 oass.SolrIndexSearcher.<init> Opening Searcher@1a9fe88 main
[junit4:junit4]   2> 964688 T2790 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1a9fe88 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 964689 T2793 C178 P51513 oasc.CachingDirectoryFactory.closeCacheValue looking to close .\org.apache.solr.cloud.ShardSplitTest-1368770276489/jetty4\index.20130517085811872 [CachedDir<<refCount=0;path=.\org.apache.solr.cloud.ShardSplitTest-1368770276489/jetty4\index.20130517085811872;done=true>>]
[junit4:junit4]   2> 964689 T2793 C178 P51513 oasc.CachingDirectoryFactory.close Closing directory: .\org.apache.solr.cloud.ShardSplitTest-1368770276489/jetty4\index.20130517085811872
[junit4:junit4]   2> 964689 T2793 C178 P51513 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: .\org.apache.solr.cloud.ShardSplitTest-1368770276489/jetty4\index.20130517085811872
[junit4:junit4]   2> 964689 T2793 C178 P51513 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 964690 T2793 C178 P51513 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 964690 T2793 C178 P51513 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 964690 T2793 C178 P51513 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 964697 T2793 C178 P51513 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 965192 T2720 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 965192 T2720 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:51513__collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51513_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51513"}
[junit4:junit4]   2> 965199 T2726 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 965200 T2788 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 965200 T2739 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 965201 T2771 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 965201 T2755 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 965201 T2719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 965311 T2697 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 965312 T2697 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C180 name=collection1 org.apache.solr.core.SolrCore@b3e8f9 url=http://127.0.0.1:51473/collection1 node=127.0.0.1:51473_ C180_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:51473_, base_url=http://127.0.0.1:51473, leader=true}
[junit4:junit4]   2> 965319 T2711 C180 P51473 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 965322 T2711 C180 P51473 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@251e4e lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b249a5),segFN=segments_1,generation=1}
[junit4:junit4]   2> 965322 T2711 C180 P51473 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 965322 T2711 C180 P51473 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@251e4e lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b249a5),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@251e4e lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b249a5),segFN=segments_2,generation=2}
[junit4:junit4]   2> 965323 T2711 C180 P51473 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 965323 T2711 C180 P51473 oass.SolrIndexSearcher.<init> Opening Searcher@702ff4 main
[junit4:junit4]   2> 965324 T2711 C180 P51473 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 965324 T2723 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@702ff4 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 965324 T2711 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 5
[junit4:junit4]   2> 965329 T2734 C177 P51485 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 965330 T2734 C177 P51485 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1bb7055 lockFactory=org.apache.lucene.store.NativeFSLockFactory@fce3a8),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1bb7055 lockFactory=org.apache.lucene.store.NativeFSLockFactory@fce3a8),segFN=segments_3,generation=3}
[junit4:junit4]   2> 965330 T2734 C177 P51485 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 965330 T2734 C177 P51485 oass.SolrIndexSearcher.<init> Opening Searcher@ecd1a2 main
[junit4:junit4]   2> 965330 T2734 C177 P51485 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 965330 T2741 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@ecd1a2 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 965331 T2734 C177 P51485 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:51503/collection1/, StdNode: http://127.0.0.1:51494/collection1/, StdNode: http://127.0.0.1:51513/collection1/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   2>  C176_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:51503_, base_url=http://127.0.0.1:51503}
[junit4:junit4]   2> 965339 T2764 C176 P51503 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 965339 T2749 C179 P51494 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2>  C178_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:51513_, base_url=http://127.0.0.1:51513}
[junit4:junit4]   2> 965339 T2783 C178 P51513 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 965340 T2749 C179 P51494 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@18503db lockFactory=org.apache.lucene.store.NativeFSLockFactory@dd9412),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@18503db lockFactory=org.apache.lucene.store.NativeFSLockFactory@dd9412),segFN=segments_3,generation=3}
[junit4:junit4]   2> 965340 T2749 C179 P51494 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 965340 T2764 C176 P51503 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@178eac lockFactory=org.apache.lucene.store.NativeFSLockFactory@18fd3eb),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@178eac lockFactory=org.apache.lucene.store.NativeFSLockFactory@18fd3eb),segFN=segments_3,generation=3}
[junit4:junit4]   2> 965341 T2749 C179 P51494 oass.SolrIndexSearcher.<init> Opening Searcher@1820d2b main
[junit4:junit4]   2> 965340 T2783 C178 P51513 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3984c1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@93f088),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3984c1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@93f088),segFN=segments_3,generation=3}
[junit4:junit4]   2> 965342 T2764 C176 P51503 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 965342 T2749 C179 P51494 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 965343 T2757 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1820d2b main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 965343 T2764 C176 P51503 oass.SolrIndexSearcher.<init> Opening Searcher@1c2c78 main
[junit4:junit4]   2> 965342 T2783 C178 P51513 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 965344 T2764 C176 P51503 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 965344 T2749 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 5
[junit4:junit4]   2> 965344 T2773 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1c2c78 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 965344 T2783 C178 P51513 oass.SolrIndexSearcher.<init> Opening Searcher@4bcd8b main
[junit4:junit4]   2> 965345 T2783 C178 P51513 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 965345 T2764 C176 P51503 oasup.LogUpdateProcessor.finish [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]   2> 965346 T2790 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4bcd8b main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 965346 T2783 C178 P51513 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 7
[junit4:junit4]   2> 965347 T2734 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 18
[junit4:junit4]   2> 965347 T2697 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 965349 T2733 C177 P51485 oasc.SolrCore.execute [collection1] webapp= path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 965350 T2765 C176 P51503 oasc.SolrCore.execute [collection1] webapp= path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 965352 T2751 C179 P51494 oasc.SolrCore.execute [collection1] webapp= path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 965354 T2784 C178 P51513 oasc.SolrCore.execute [collection1] webapp= path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 966635 T2715 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1435259679615746048)} 0 2
[junit4:junit4]   2> 966641 T2782 C178 P51513 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=FROMLEADER&_version_=-1435259679618891776&update.from=http://127.0.0.1:51494/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1435259679618891776)} 0 1
[junit4:junit4]   2> 966645 T2763 C176 P51503 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=FROMLEADER&_version_=-1435259679623086080&update.from=http://127.0.0.1:51485/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1435259679623086080)} 0 1
[junit4:junit4]   2> 966646 T2732 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=TOLEADER&wt=javabin&version=2} {deleteByQuery=*:* (-1435259679623086080)} 0 6
[junit4:junit4]   2> 966646 T2750 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1435259679618891776)} 0 10
[junit4:junit4]   2> 966648 T2714 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[a!0 (1435259679631474688)]} 0 0
[junit4:junit4]   2> 966653 T2783 C178 P51513 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[a!0 (1435259679633571840)]} 0 1
[junit4:junit4]   2> 966653 T2749 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[a!0 (1435259679633571840)]} 0 3
[junit4:junit4]   2> 966655 T2710 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[b!1 (1435259679638814720)]} 0 0
[junit4:junit4]   2> 966659 T2764 C176 P51503 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[b!1 (1435259679639863296)]} 0 1
[junit4:junit4]   2> 966659 T2734 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[b!1 (1435259679639863296)]} 0 3
[junit4:junit4]   2> 966661 T2711 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[c!2 (1435259679645106176)]} 0 0
[junit4:junit4]   2> 966666 T2766 C176 P51503 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[c!2 (1435259679649300480)]} 0 0
[junit4:junit4]   2> 966666 T2733 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[c!2 (1435259679649300480)]} 0 1
[junit4:junit4]   2> 966667 T2751 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[c!2]} 0 4
[junit4:junit4]   2> 966668 T2712 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[d!3 (1435259679652446208)]} 0 0
[junit4:junit4]   2> 966673 T2784 C178 P51513 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[d!3 (1435259679656640512)]} 0 0
[junit4:junit4]   2> 966674 T2746 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[d!3 (1435259679656640512)]} 0 2
[junit4:junit4]   2> 966675 T2735 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[d!3]} 0 5
[junit4:junit4]   2> 966676 T2713 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[e!4 (1435259679660834816)]} 0 0
[junit4:junit4]   2> 966681 T2779 C178 P51513 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[e!4 (1435259679663980544)]} 0 0
[junit4:junit4]   2> 966681 T2747 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[e!4 (1435259679663980544)]} 0 2
[junit4:junit4]   2> 966682 T2730 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[e!4]} 0 4
[junit4:junit4]   2> 966683 T2715 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[f!5 (1435259679668174848)]} 0 0
[junit4:junit4]   2> 966686 T2780 C178 P51513 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[f!5 (1435259679670272000)]} 0 0
[junit4:junit4]   2> 966687 T2748 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[f!5 (1435259679670272000)]} 0 2
[junit4:junit4]   2> 966689 T2714 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[g!6 (1435259679674466304)]} 0 0
[junit4:junit4]   2> 966693 T2765 C176 P51503 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[g!6 (1435259679677612032)]} 0 0
[junit4:junit4]   2> 966694 T2731 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[g!6 (1435259679677612032)]} 0 2
[junit4:junit4]   2> 966695 T2750 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[g!6]} 0 4
[junit4:junit4]   2> 966696 T2710 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[h!7 (1435259679681806336)]} 0 0
[junit4:junit4]   2> 966700 T2767 C176 P51503 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[h!7 (1435259679684952064)]} 0 0
[junit4:junit4]   2> 966701 T2732 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[h!7 (1435259679684952064)]} 0 2
[junit4:junit4]   2> 966701 T2749 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[h!7]} 0 3
[junit4:junit4]   2> 966703 T2711 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[i!8 (1435259679689146368)]} 0 0
[junit4:junit4]   2> 966706 T2762 C176 P51503 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[i!8 (1435259679691243520)]} 0 0
[junit4:junit4]   2> 966706 T2734 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[i!8 (1435259679691243520)]} 0 1
[junit4:junit4]   2> 966708 T2712 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[j!9 (1435259679694389248)]} 0 0
[junit4:junit4]   2> 966711 T2763 C176 P51503 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[j!9 (1435259679695437824)]} 0 0
[junit4:junit4]   2> 966711 T2733 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[j!9 (1435259679695437824)]} 0 2
[junit4:junit4]   2> 966713 T2713 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[k!10 (1435259679699632128)]} 0 0
[junit4:junit4]   2> 966717 T2764 C176 P51503 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[k!10 (1435259679702777856)]} 0 0
[junit4:junit4]   2> 966718 T2735 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[k!10 (1435259679702777856)]} 0 2
[junit4:junit4]   2> 966718 T2751 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[k!10]} 0 4
[junit4:junit4]   2> 966719 T2715 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[l!11 (1435259679705923584)]} 0 0
[junit4:junit4]   2> 966723 T2781 C178 P51513 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[l!11 (1435259679708020736)]} 0 0
[junit4:junit4]   2> 966723 T2746 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[l!11 (1435259679708020736)]} 0 2
[junit4:junit4]   2> 966725 T2714 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[m!12 (1435259679712215040)]} 0 0
[junit4:junit4]   2> 966730 T2782 C178 P51513 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[m!12 (1435259679716409344)]} 0 0
[junit4:junit4]   2> 966731 T2747 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[m!12 (1435259679716409344)]} 0 2
[junit4:junit4]   2> 966731 T2730 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[m!12]} 0 3
[junit4:junit4]   2> 966733 T2710 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[n!13 (1435259679720603648)]} 0 0
[junit4:junit4]   2> 966737 T2766 C176 P51503 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[n!13 (1435259679722700800)]} 0 0
[junit4:junit4]   2> 966738 T2731 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[n!13 (1435259679722700800)]} 0 3
[junit4:junit4]   2> 966739 T2711 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[o!14 (1435259679726895104)]} 0 0
[junit4:junit4]   2> 966743 T2783 C178 P51513 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[o!14 (1435259679728992256)]} 0 0
[junit4:junit4]   2> 966743 T2748 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[o!14 (1435259679728992256)]} 0 2
[junit4:junit4]   2> 966745 T2712 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[p!15 (1435259679733186560)]} 0 0
[junit4:junit4]   2> 966748 T2765 C176 P51503 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[p!15 (1435259679735283712)]} 0 0
[junit4:junit4]   2> 966749 T2732 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[p!15 (1435259679735283712)]} 0 2
[junit4:junit4]   2> 966751 T2713 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[q!16 (1435259679739478016)]} 0 0
[junit4:junit4]   2> 966754 T2767 C176 P51503 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[q!16 (1435259679741575168)]} 0 0
[junit4:junit4]   2> 966754 T2734 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[q!16 (1435259679741575168)]} 0 1
[junit4:junit4]   2> 966756 T2714 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[r!17 (1435259679744720896)]} 0 0
[junit4:junit4]   2> 966760 T2784 C178 P51513 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[r!17 (1435259679747866624)]} 0 0
[junit4:junit4]   2> 966761 T2750 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[r!17 (1435259679747866624)]} 0 2
[junit4:junit4]   2> 966763 T2710 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[s!18 (1435259679752060928)]} 0 0
[junit4:junit4]   2> 966766 T2762 C176 P51503 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[s!18 (1435259679753109504)]} 0 0
[junit4:junit4]   2> 966766 T2733 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[s!18 (1435259679753109504)]} 0 2
[junit4:junit4]   2> 966768 T2711 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[t!19 (1435259679757303808)]} 0 0
[junit4:junit4]   2> 966773 T2763 C176 P51503 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[t!19 (1435259679760449536)]} 0 0
[junit4:junit4]   2> 966773 T2735 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[t!19 (1435259679760449536)]} 0 2
[junit4:junit4]   2> 966773 T2749 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[t!19]} 0 4
[junit4:junit4]   2> 966775 T2712 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[u!20 (1435259679764643840)]} 0 0
[junit4:junit4]   2> 966778 T2779 C178 P51513 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[u!20 (1435259679766740992)]} 0 0
[junit4:junit4]   2> 966779 T2751 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[u!20 (1435259679766740992)]} 0 2
[junit4:junit4]   2> 966781 T2715 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[v!21 (1435259679770935296)]} 0 0
[junit4:junit4]   2> 966785 T2764 C176 P51503 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[v!21 (1435259679774081024)]} 0 0
[junit4:junit4]   2> 966786 T2730 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[v!21 (1435259679774081024)]} 0 2
[junit4:junit4]   2> 966786 T2746 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[v!21]} 0 3
[junit4:junit4]   2> 966788 T2713 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[w!22 (1435259679778275328)]} 0 0
[junit4:junit4]   2> 966792 T2765 C176 P51503 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[w!22 (1435259679781421056)]} 0 0
[junit4:junit4]   2> 966793 T2731 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[w!22 (1435259679781421056)]} 0 2
[junit4:junit4]   2> 966793 T2747 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[w!22]} 0 4
[junit4:junit4]   2> 966794 T2714 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[x!23 (1435259679784566784)]} 0 0
[junit4:junit4]   2> 966798 T2780 C178 P51513 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[x!23 (1435259679786663936)]} 0 0
[junit4:junit4]   2> 966798 T2748 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[x!23 (1435259679786663936)]} 0 2
[junit4:junit4]   2> 966799 T2710 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[y!24 (1435259679789809664)]} 0 0
[junit4:junit4]   2> 966804 T2781 C178 P51513 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[y!24 (1435259679794003968)]} 0 0
[junit4:junit4]   2> 966805 T2750 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[y!24 (1435259679794003968)]} 0 2
[junit4:junit4]   2> 966806 T2732 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[y!24]} 0 5
[junit4:junit4]   2> 966807 T2711 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[z!25 (1435259679798198272)]} 0 0
[junit4:junit4]   2> 966810 T2767 C176 P51503 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[z!25 (1435259679800295424)]} 0 0
[junit4:junit4]   2> 966811 T2734 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[z!25 (1435259679800295424)]} 0 2
[junit4:junit4]   2> 966812 T2712 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[a!26 (1435259679803441152)]} 0 0
[junit4:junit4]   2> 966816 T2782 C178 P51513 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[a!26 (1435259679806586880)]} 0 0
[junit4:junit4]   2> 966818 T2749 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[a!26 (1435259679806586880)]} 0 3
[junit4:junit4]   2> 966818 T2733 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[a!26]} 0 4
[junit4:junit4]   2> 966819 T2715 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[b!27 (1435259679810781184)]} 0 0
[junit4:junit4]   2> 966822 T2762 C176 P51503 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[b!27 (1435259679812878336)]} 0 0
[junit4:junit4]   2> 966823 T2735 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[b!27 (1435259679812878336)]} 0 2
[junit4:junit4]   2> 966826 T2713 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[c!28 (1435259679818121216)]} 0 0
[junit4:junit4]   2> 966830 T2763 C176 P51503 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[c!28 (1435259679821266944)]} 0 0
[junit4:junit4]   2> 966831 T2730 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[c!28 (1435259679821266944)]} 0 2
[junit4:junit4]   2> 966831 T2751 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[c!28]} 0 4
[junit4:junit4]   2> 966832 T2714 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[d!29 (1435259679824412672)]} 0 0
[junit4:junit4]   2> 966836 T2783 C178 P51513 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[d!29 (1435259679826509824)]} 0 0
[junit4:junit4]   2> 966836 T2746 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[d!29 (1435259679826509824)]} 0 2
[junit4:junit4]   2> 966837 T2710 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[e!30 (1435259679829655552)]} 0 0
[junit4:junit4]   2> 966842 T2784 C178 P51513 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[e!30 (1435259679833849856)]} 0 0
[junit4:junit4]   2> 966842 T2747 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[e!30 (1435259679833849856)]} 0 1
[junit4:junit4]   2> 966843 T2731 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[e!30]} 0 4
[junit4:junit4]   2> 966844 T2711 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[f!31 (1435259679836995584)]} 0 0
[junit4:junit4]   2> 966847 T2779 C178 P51513 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[f!31 (1435259679839092736)]} 0 0
[junit4:junit4]   2> 966848 T2748 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[f!31 (1435259679839092736)]} 0 2
[junit4:junit4]   2> 966849 T2712 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[g!32 (1435259679842238464)]} 0 0
[junit4:junit4]   2> 966852 T2766 C176 P51503 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[g!32 (1435259679844335616)]} 0 0
[junit4:junit4]   2> 966853 T2732 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[g!32 (1435259679844335616)]} 0 2
[junit4:junit4]   2> 966854 T2715 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[h!33 (1435259679847481344)]} 0 0
[junit4:junit4]   2> 966859 T2764 C176 P51503 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[h!33 (1435259679850627072)]} 0 0
[junit4:junit4]   2> 966859 T2734 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[h!33 (1435259679850627072)]} 0 2
[junit4:junit4]   2> 966859 T2750 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[h!33]} 0 3
[junit4:junit4]   2> 966861 T2713 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[i!34 (1435259679854821376)]} 0 0
[junit4:junit4]   2> 966866 T2765 C176 P51503 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[i!34 (1435259679857967104)]} 0 0
[junit4:junit4]   2> 966866 T2733 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[i!34 (1435259679857967104)]} 0 2
[junit4:junit4]   2> 966867 T2749 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[i!34]} 0 4
[junit4:junit4]   2> 966868 T2714 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[j!35 (1435259679862161408)]} 0 0
[junit4:junit4]   2> 966872 T2767 C176 P51503 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[j!35 (1435259679865307136)]} 0 0
[junit4:junit4]   2> 966873 T2735 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[j!35 (1435259679865307136)]} 0 2
[junit4:junit4]   2> 966873 T2751 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[j!35]} 0 3
[junit4:junit4]   2> 966875 T2710 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[k!36 (1435259679869501440)]} 0 0
[junit4:junit4]   2> 966879 T2762 C176 P51503 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[k!36 (1435259679872647168)]} 0 0
[junit4:junit4]   2> 966880 T2730 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[k!36 (1435259679872647168)]} 0 2
[junit4:junit4]   2> 966880 T2746 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[k!36]} 0 3
[junit4:junit4]   2> 966882 T2711 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[l!37 (1435259679876841472)]} 0 0
[junit4:junit4]   2> 966885 T2780 C178 P51513 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[l!37 (1435259679878938624)]} 0 0
[junit4:junit4]   2> 966886 T2747 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[l!37 (1435259679878938624)]} 0 2
[junit4:junit4]   2> 966887 T2712 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[m!38 (1435259679882084352)]} 0 0
[junit4:junit4]   2> 966891 T2781 C178 P51513 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[m!38 (1435259679884181504)]} 0 0
[junit4:junit4]   2> 966891 T2748 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[m!38 (1435259679884181504)]} 0 2
[junit4:junit4]   2> 966893 T2715 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[n!39 (1435259679888375808)]} 0 0
[junit4:junit4]   2> 966899 T2763 C176 P51503 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[n!39 (1435259679892570112)]} 0 0
[junit4:junit4]   2> 966901 T2731 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[n!39 (1435259679892570112)]} 0 4
[junit4:junit4]   2> 966902 T2750 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[n!39]} 0 6
[junit4:junit4]   2> 966904 T2713 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[o!40 (1435259679899910144)]} 0 0
[junit4:junit4]   2> 966908 T2782 C178 P51513 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[o!40 (1435259679903055872)]} 0 0
[junit4:junit4]   2> 966909 T2749 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[o!40 (1435259679903055872)]} 0 2
[junit4:junit4]   2> 966910 T2714 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[p!41 (1435259679906201600)]} 0 0
[junit4:junit4]   2> 966914 T2766 C176 P51503 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[p!41 (1435259679909347328)]} 0 0
[junit4:junit4]   2> 966915 T2732 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[p!41 (1435259679909347328)]} 0 2
[junit4:junit4]   2> 966915 T2751 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[p!41]} 0 3
[junit4:junit4]   2> 966917 T2710 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[q!42 (1435259679913541632)]} 0 0
[junit4:junit4]   2> 966920 T2764 C176 P51503 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[q!42 (1435259679915638784)]} 0 0
[junit4:junit4]   2> 966921 T2734 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[q!42 (1435259679915638784)]} 0 2
[junit4:junit4]   2> 966922 T2711 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[r!43 (1435259679918784512)]} 0 0
[junit4:junit4]   2> 966926 T2783 C178 P51513 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[r!43 (1435259679920881664)]} 0 0
[junit4:junit4]   2> 966927 T2746 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[r!43 (1435259679920881664)]} 0 3
[junit4:junit4]   2> 966929 T2712 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[s!44 (1435259679926124544)]} 0 0
[junit4:junit4]   2> 966932 T2765 C176 P51503 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[s!44 (1435259679927173120)]} 0 0
[junit4:junit4]   2> 966932 T2733 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[s!44 (1435259679927173120)]} 0 2
[junit4:junit4]   2> 966934 T2715 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[t!45 (1435259679931367424)]} 0 0
[junit4:junit4]   2> 966938 T2767 C176 P51503 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[t!45 (1435259679934513152)]} 0 0
[junit4:junit4]   2> 966939 T2735 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[t!45 (1435259679934513152)]} 0 2
[junit4:junit4]   2> 966940 T2713 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[u!46 (1435259679937658880)]} 0 0
[junit4:junit4]   2> 966944 T2784 C178 P51513 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[u!46 (1435259679939756032)]} 0 0
[junit4:junit4]   2> 966944 T2747 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[u!46 (1435259679939756032)]} 0 2
[junit4:junit4]   2> 966946 T2714 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[v!47 (1435259679943950336)]} 0 0
[junit4:junit4]   2> 966950 T2762 C176 P51503 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[v!47 (1435259679947096064)]} 0 0
[junit4:junit4]   2> 966950 T2730 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[v!47 (1435259679947096064)]} 0 1
[junit4:junit4]   2> 966952 T2710 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[w!48 (1435259679950241792)]} 0 0
[junit4:junit4]   2> 966955 T2763 C176 P51503 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[w!48 (1435259679952338944)]} 0 0
[junit4:junit4]   2> 966956 T2731 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[w!48 (1435259679952338944)]} 0 2
[junit4:junit4]   2> 966957 T2711 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[x!49 (1435259679955484672)]} 0 0
[junit4:junit4]   2> 966962 T2779 C178 P51513 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[x!49 (1435259679958630400)]} 0 0
[junit4:junit4]   2> 966962 T2748 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[x!49 (1435259679958630400)]} 0 2
[junit4:junit4]   2> 966963 T2732 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[x!49]} 0 4
[junit4:junit4]   2> 966964 T2712 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[y!50 (1435259679962824704)]} 0 0
[junit4:junit4]   2> 966967 T2780 C178 P51513 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[y!50 (1435259679964921856)]} 0 0
[junit4:junit4]   2> 966968 T2750 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[y!50 (1435259679964921856)]} 0 2
[junit4:junit4]   2> 966970 T2715 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[z!51 (1435259679969116160)]} 0 0
[junit4:junit4]   2> 966974 T2766 C176 P51503 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[z!51 (1435259679972261888)]} 0 0
[junit4:junit4]   2> 966975 T2734 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[z!51 (1435259679972261888)]} 0 2
[junit4:junit4]   2> 966975 T2749 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[z!51]} 0 3
[junit4:junit4]   2> 966977 T2713 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[a!52 (1435259679976456192)]} 0 0
[junit4:junit4]   2> 966981 T2781 C178 P51513 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[a!52 (1435259679979601920)]} 0 0
[junit4:junit4]   2> 966982 T2751 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[a!52 (1435259679979601920)]} 0 2
[junit4:junit4]   2> 966982 T2733 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[a!52]} 0 3
[junit4:junit4]   2> 966984 T2714 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[b!53 (1435259679983796224)]} 0 0
[junit4:junit4]   2> 966987 T2764 C176 P51503 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[b!53 (1435259679984844800)]} 0 0
[junit4:junit4]   2> 966988 T2735 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[b!53 (1435259679984844800)]} 0 3
[junit4:junit4]   2> 966990 T2710 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[c!54 (1435259679990087680)]} 0 0
[junit4:junit4]   2> 966993 T2765 C176 P51503 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[c!54 (1435259679992184832)]} 0 0
[junit4:junit4]   2> 966994 T2730 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[c!54 (1435259679992184832)]} 0 2
[junit4:junit4]   2> 966995 T2711 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[d!55 (1435259679995330560)]} 0 0
[junit4:junit4]   2> 966999 T2782 C178 P51513 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[d!55 (1435259679997427712)]} 0 0
[junit4:junit4]   2> 966999 T2746 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[d!55 (1435259679997427712)]} 0 2
[junit4:junit4]   2> 967000 T2712 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[e!56 (1435259680000573440)]} 0 0
[junit4:junit4]   2> 967005 T2783 C178 P51513 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[e!56 (1435259680004767744)]} 0 0
[junit4:junit4]   2> 967006 T2747 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[e!56 (1435259680004767744)]} 0 2
[junit4:junit4]   2> 967006 T2731 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[e!56]} 0 4
[junit4:junit4]   2> 967008 T2715 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[f!57 (1435259680008962048)]} 0 0
[junit4:junit4]   2> 967012 T2784 C178 P51513 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[f!57 (1435259680012107776)]} 0 0
[junit4:junit4]   2> 967013 T2748 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[f!57 (1435259680012107776)]} 0 2
[junit4:junit4]   2> 967014 T2732 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[f!57]} 0 4
[junit4:junit4]   2> 967015 T2713 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[g!58 (1435259680016302080)]} 0 0
[junit4:junit4]   2> 967019 T2767 C176 P51503 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[g!58 (1435259680019447808)]} 0 0
[junit4:junit4]   2> 967020 T2734 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[g!58 (1435259680019447808)]} 0 2
[junit4:junit4]   2> 967020 T2750 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[g!58]} 0 3
[junit4:junit4]   2> 967022 T2714 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[h!59 (1435259680023642112)]} 0 0
[junit4:junit4]   2> 967026 T2762 C176 P51503 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[h!59 (1435259680026787840)]} 0 0
[junit4:junit4]   2> 967027 T2733 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[h!59 (1435259680026787840)]} 0 2
[junit4:junit4]   2> 967027 T2749 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[h!59]} 0 3
[junit4:junit4]   2> 967029 T2710 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[i!60 (1435259680030982144)]} 0 0
[junit4:junit4]   2> 967033 T2763 C176 P51503 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[i!60 (1435259680034127872)]} 0 0
[junit4:junit4]   2> 967034 T2735 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[i!60 (1435259680034127872)]} 0 2
[junit4:junit4]   2> 967034 T2751 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[i!60]} 0 4
[junit4:junit4]   2> 967035 T2711 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[j!61 (1435259680037273600)]} 0 0
[junit4:junit4]   2> 967039 T2766 C176 P51503 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[j!61 (1435259680039370752)]} 0 0
[junit4:junit4]   2> 967039 T2731 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[j!61 (1435259680039370752)]} 0 2
[junit4:junit4]   2> 967040 T2712 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[k!62 (1435259680042516480)]} 0 0
[junit4:junit4]   2> 967043 T2764 C176 P51503 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[k!62 (1435259680044613632)]} 0 0
[junit4:junit4]   2> 967044 T2732 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[k!62 (1435259680044613632)]} 0 2
[junit4:junit4]   2> 967046 T2715 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[l!63 (1435259680048807936)]} 0 0
[junit4:junit4]   2> 967050 T2779 C178 P51513 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51494/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[l!63 (1435259680051953664)]} 0 0
[junit4:junit4]   2> 967051 T2747 C179 P51494 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:51485/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[l!63 (1435259680051953664)]} 0 2
[junit4:junit4]   2> 967052 T2734 C177 P51485 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[l!63]} 0 4
[junit4:junit4]   2> 967053 T2713 C180 P51473 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=j

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

  2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-1368770920074\zookeeper\server1\data\version-2\log.1 FAILED !!!!!
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-1368770920074\zookeeper\server1\data\version-2 FAILED !!!!!
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-1368770920074\zookeeper\server1\data FAILED !!!!!
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-1368770920074\zookeeper\server1 FAILED !!!!!
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-1368770920074\zookeeper FAILED !!!!!
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-1368770920074 FAILED !!!!!
[junit4:junit4]   2> 1876464 T4392 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
[junit4:junit4]   2> 1876467 T4392 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:52490 52490
[junit4:junit4]   1>            "core":"awholynewcollection_0_shard3_replica2",
[junit4:junit4]   1>            "node_name":"127.0.0.1:52527_",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:52527"}
[junit4:junit4]   1>    /solr/collections/collection1 (1)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"configName":"conf1"}
[junit4:junit4]   1>     /solr/collections/collection1/shards (0)
[junit4:junit4]   1>    /solr/collections/control_collection (1)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"configName":"conf1"}
[junit4:junit4]   1>     /solr/collections/control_collection/shards (0)
[junit4:junit4]   1>   /solr/overseer_elect (2)
[junit4:junit4]   1>    /solr/overseer_elect/election (5)
[junit4:junit4]   1>     /solr/overseer_elect/election/89703771019149318-127.0.0.1:52509_-n_0000000001 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89703771019149324-127.0.0.1:52536_-n_0000000004 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89703771019149315-127.0.0.1:52497_-n_0000000000 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89703771019149320-127.0.0.1:52518_-n_0000000002 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89703771019149322-127.0.0.1:52527_-n_0000000003 (0)
[junit4:junit4]   1>    /solr/overseer_elect/leader (0)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"id":"89703771019149315-127.0.0.1:52497_-n_0000000000"}
[junit4:junit4]   1>  /zookeeper (1)
[junit4:junit4]   1>  DATA:
[junit4:junit4]   1>      
[junit4:junit4]   1> 
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CollectionsAPIDistributedZkTest -Dtests.method=testDistribSearch -Dtests.seed=197D1E2A83EE4B41 -Dtests.slow=true -Dtests.locale=tr -Dtests.timezone=Asia/Anadyr -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] FAILURE  286s | CollectionsAPIDistributedZkTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: There are still nodes recoverying - waited for 230 seconds
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([197D1E2A83EE4B41:989B9032F4B12B7D]:0)
[junit4:junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:173)
[junit4:junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:131)
[junit4:junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:126)
[junit4:junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:512)
[junit4:junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:146)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 1878973 T4392 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 286103 T4391 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
[junit4:junit4]   2> NOTE: test params are: codec=CheapBastard, sim=DefaultSimilarity, locale=tr, timezone=Asia/Anadyr
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_21 (32-bit)/cpus=2,threads=1,free=67526360,total=306774016
[junit4:junit4]   2> NOTE: All tests run in this JVM: [PreAnalyzedFieldTest, IndexReaderFactoryTest, TestLuceneMatchVersion, SolrRequestParserTest, SampleTest, UUIDFieldTest, AnalysisAfterCoreReloadTest, TestFastOutputStream, SOLR749Test, TestRandomDVFaceting, TestQueryTypes, RegexBoostProcessorTest, PathHierarchyTokenizerFactoryTest, DateMathParserTest, TestSolrQueryParserDefaultOperatorResource, TestSolrDeletionPolicy2, DistributedQueryElevationComponentTest, TestRangeQuery, ZkCLITest, PolyFieldTest, TestRemoteStreaming, TestSchemaNameResource, TestSolrDeletionPolicy1, MultiTermTest, DirectSolrSpellCheckerTest, TestFieldTypeCollectionResource, DistributedTermsComponentTest, TestSolrJ, RequestHandlersTest, SuggesterFSTTest, DisMaxRequestHandlerTest, TestReplicationHandler, ClusterStateUpdateTest, ResponseLogComponentTest, TestIndexSearcher, OpenExchangeRatesOrgProviderTest, TestDynamicFieldCollectionResource, WordBreakSolrSpellCheckerTest, DistributedSpellCheckComponentTest, TestAnalyzedSuggestions, TestPostingsSolrHighlighter, TestHashPartitioner, SolrIndexConfigTest, RecoveryZkTest, TestFoldingMultitermQuery, TestRandomFaceting, JsonLoaderTest, TestRecovery, CoreAdminHandlerTest, TestCloudManagedSchema, TestCoreContainer, TestCharFilters, SchemaVersionSpecificBehaviorTest, SuggesterWFSTTest, OutputWriterTest, SimpleFacetsTest, TestManagedSchemaFieldResource, TestComponentsName, ReturnFieldsTest, DateFieldTest, JSONWriterTest, TestDefaultSimilarityFactory, TestIndexingPerformance, BasicDistributedZk2Test, DocValuesMultiTest, BinaryUpdateRequestHandlerTest, TestUniqueKeyFieldResource, LeaderElectionIntegrationTest, TestDocumentBuilder, LegacyHTMLStripCharFilterTest, SolrTestCaseJ4Test, TestJoin, CircularListTest, SpatialFilterTest, TestReversedWildcardFilterFactory, QueryParsingTest, SystemInfoHandlerTest, TestCoreDiscovery, TestFiltering, TestCSVResponseWriter, DirectUpdateHandlerOptimizeTest, SolrCoreCheckLockOnStartupTest, NumericFieldsTest, SpellCheckCollatorTest, TestLMJelinekMercerSimilarityFactory, StatsComponentTest, DirectUpdateHandlerTest, TestSolrIndexConfig, FieldMutatingUpdateProcessorTest, TestCloudManagedSchemaAddField, ZkControllerTest, ZkNodePropsTest, CachingDirectoryFactoryTest, TestPseudoReturnFields, TestRealTimeGet, DistanceFunctionTest, TestBadConfig, StatelessScriptUpdateProcessorFactoryTest, TestSurroundQueryParser, PrimUtilsTest, DocumentAnalysisRequestHandlerTest, XmlUpdateRequestHandlerTest, TestPHPSerializedResponseWriter, DocValuesTest, TestFastWriter, TestFunctionQuery, TermVectorComponentDistributedTest, TestAddFieldRealTimeGet, TestSolrXMLSerializer, TestOmitPositions, ShardSplitTest, TestFieldResource, AutoCommitTest, SuggesterTSTTest, TestPartialUpdateDeduplication, URLClassifyProcessorTest, TestPluginEnable, DebugComponentTest, TestExtendedDismaxParser, TestReload, TestQueryUtils, TestSerializedLuceneMatchVersion, SolrCmdDistributorTest, TestManagedSchema, SpellPossibilityIteratorTest, TestQuerySenderListener, NoCacheHeaderTest, FastVectorHighlighterTest, TestBinaryField, CurrencyFieldOpenExchangeTest, FileUtilsTest, DocumentBuilderTest, OverseerCollectionProcessorTest, CSVRequestHandlerTest, TestMultiCoreConfBootstrap, TestSuggestSpellingConverter, TestDynamicFieldResource, RequiredFieldsTest, TestSearchPerf, TestMergePolicyConfig, ShardRoutingTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest]
[junit4:junit4] Completed in 288.08s, 1 test, 1 failure <<< FAILURES!

[...truncated 463 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:377: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:357: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:181: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:437: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1240: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:884: There were test failures: 295 suites, 1231 tests, 1 error, 1 failure, 18 ignored (12 assumptions)

Total time: 68 minutes 25 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.7.0_21 -client -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure