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/11/28 03:43:05 UTC

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_45) - Build # 8489 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/8489/
Java: 32bit/jdk1.7.0_45 -client -XX:+UseSerialGC

6 tests failed.
REGRESSION:  org.apache.solr.analytics.expression.ExpressionTest.powerTest

Error Message:
empty String

Stack Trace:
java.lang.NumberFormatException: empty String
	at __randomizedtesting.SeedInfo.seed([5A9C29DEC87884A9:342E9EDD206FDA78]:0)
	at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1011)
	at java.lang.Double.parseDouble(Double.java:540)
	at org.apache.solr.analytics.AbstractAnalyticsStatsTest.getStatResult(AbstractAnalyticsStatsTest.java:98)
	at org.apache.solr.analytics.expression.ExpressionTest.powerTest(ExpressionTest.java:119)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:744)


REGRESSION:  org.apache.solr.analytics.expression.ExpressionTest.multiplyTest

Error Message:
empty String

Stack Trace:
java.lang.NumberFormatException: empty String
	at __randomizedtesting.SeedInfo.seed([5A9C29DEC87884A9:311D37A0FD76B2C7]:0)
	at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1011)
	at java.lang.Double.parseDouble(Double.java:540)
	at org.apache.solr.analytics.AbstractAnalyticsStatsTest.getStatResult(AbstractAnalyticsStatsTest.java:98)
	at org.apache.solr.analytics.expression.ExpressionTest.multiplyTest(ExpressionTest.java:92)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:744)


REGRESSION:  org.apache.solr.analytics.expression.ExpressionTest.divideTest

Error Message:
empty String

Stack Trace:
java.lang.NumberFormatException: empty String
	at __randomizedtesting.SeedInfo.seed([5A9C29DEC87884A9:291C228ECBAE67F]:0)
	at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1011)
	at java.lang.Double.parseDouble(Double.java:540)
	at org.apache.solr.analytics.AbstractAnalyticsStatsTest.getStatResult(AbstractAnalyticsStatsTest.java:98)
	at org.apache.solr.analytics.expression.ExpressionTest.divideTest(ExpressionTest.java:106)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:744)


REGRESSION:  org.apache.solr.analytics.expression.ExpressionTest.addTest

Error Message:
empty String

Stack Trace:
java.lang.NumberFormatException: empty String
	at __randomizedtesting.SeedInfo.seed([5A9C29DEC87884A9:ACB0840089B783EE]:0)
	at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1011)
	at java.lang.Double.parseDouble(Double.java:540)
	at org.apache.solr.analytics.AbstractAnalyticsStatsTest.getStatResult(AbstractAnalyticsStatsTest.java:98)
	at org.apache.solr.analytics.expression.ExpressionTest.addTest(ExpressionTest.java:78)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	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:744)


REGRESSION:  org.apache.solr.analytics.expression.ExpressionTest.absoluteValueTest

Error Message:
empty String

Stack Trace:
java.lang.NumberFormatException: empty String
	at __randomizedtesting.SeedInfo.seed([5A9C29DEC87884A9:7B3009CB05E5DCCF]:0)
	at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1011)
	at java.lang.Double.parseDouble(Double.java:540)
	at org.apache.solr.analytics.AbstractAnalyticsStatsTest.getStatResult(AbstractAnalyticsStatsTest.java:98)
	at org.apache.solr.analytics.expression.ExpressionTest.absoluteValueTest(ExpressionTest.java:143)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:744)


REGRESSION:  org.apache.solr.analytics.expression.ExpressionTest.negateTest

Error Message:
empty String

Stack Trace:
java.lang.NumberFormatException: empty String
	at __randomizedtesting.SeedInfo.seed([5A9C29DEC87884A9:5294417B6C55D419]:0)
	at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1011)
	at java.lang.Double.parseDouble(Double.java:540)
	at org.apache.solr.analytics.AbstractAnalyticsStatsTest.getStatResult(AbstractAnalyticsStatsTest.java:98)
	at org.apache.solr.analytics.expression.ExpressionTest.negateTest(ExpressionTest.java:132)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:744)




Build Log:
[...truncated 10887 lines...]
   [junit4] Suite: org.apache.solr.analytics.expression.ExpressionTest
   [junit4]   2> 1270697 T3026 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ExpressionTest-1385606257890
   [junit4]   2> 1270697 T3026 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
   [junit4]   2> 1270698 T3026 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1270698 T3026 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1270744 T3026 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1270782 T3026 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-basic.xml
   [junit4]   2> 1270783 T3026 oass.IndexSchema.readSchema Reading Solr Schema from schema-analytics.xml
   [junit4]   2> 1270788 T3026 oass.IndexSchema.readSchema [null] Schema name=schema-docValues
   [junit4]   2> 1270827 T3026 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1270828 T3026 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1270828 T3026 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr
   [junit4]   2> 1270828 T3026 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
   [junit4]   2> 1270838 T3026 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1270838 T3026 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr
   [junit4]   2> 1270839 T3026 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
   [junit4]   2> 1270898 T3026 oasc.CoreContainer.<init> New CoreContainer 30275967
   [junit4]   2> 1270899 T3026 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/]
   [junit4]   2> 1270900 T3026 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 1270900 T3026 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1270901 T3026 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 1270901 T3026 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1270901 T3026 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1270901 T3026 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1270902 T3026 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1270902 T3026 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1270902 T3026 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1270906 T3026 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1270906 T3026 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1270906 T3026 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 1270910 T3027 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1
   [junit4]   2> 1270910 T3027 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
   [junit4]   2> 1270911 T3027 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1270911 T3027 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1270947 T3027 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1270989 T3027 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-basic.xml
   [junit4]   2> 1270989 T3027 oass.IndexSchema.readSchema Reading Solr Schema from schema-analytics.xml
   [junit4]   2> 1270994 T3027 oass.IndexSchema.readSchema [collection1] Schema name=schema-docValues
   [junit4]   2> 1271030 T3027 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1271031 T3027 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1271031 T3027 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ExpressionTest-1385606257890/
   [junit4]   2> 1271031 T3027 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 1271032 T3027 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ExpressionTest-1385606257890
   [junit4]   2> 1271032 T3027 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ExpressionTest-1385606257890/index/
   [junit4]   2> 1271032 T3027 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ExpressionTest-1385606257890/index' doesn't exist. Creating new index...
   [junit4]   2> 1271033 T3027 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ExpressionTest-1385606257890/index
   [junit4]   2> 1271033 T3027 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=55.5439453125, floorSegmentMB=1.7568359375, forceMergeDeletesPctAllowed=23.97375632728691, segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1271034 T3027 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@ea9d5a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@127bc11),segFN=segments_1,generation=1}
   [junit4]   2> 1271034 T3027 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1271035 T3027 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1271035 T3027 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1271035 T3027 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1271037 T3027 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1271039 T3027 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1271040 T3027 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1271040 T3027 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1271040 T3027 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@ea9d5a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@127bc11),segFN=segments_1,generation=1}
   [junit4]   2> 1271041 T3027 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1271041 T3027 oass.SolrIndexSearcher.<init> Opening Searcher@2dee63 main
   [junit4]   2> 1271041 T3028 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2dee63 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1271041 T3027 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1271043 T3026 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> ASYNC  NEW_CORE C7161 name=collection1 org.apache.solr.core.SolrCore@f37003
   [junit4]   2> 1271047 T3026 C7161 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1271047 T3026 C7161 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 0
   [junit4]   2> 1271053 T3026 C7161 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10000]} 0 2
   [junit4]   2> 1271060 T3026 C7161 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10001]} 0 0
   [junit4]   2> 1271065 T3026 C7161 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10002]} 0 0
   [junit4]   2> 1271071 T3026 C7161 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10003]} 0 0
   [junit4]   2> 1271076 T3026 C7161 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10004]} 0 0
   [junit4]   2> 1271082 T3026 C7161 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10005]} 0 1
   [junit4]   2> 1271087 T3026 C7161 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10006]} 0 1
   [junit4]   2> 1271092 T3026 C7161 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10007]} 0 0
   [junit4]   2> 1271097 T3026 C7161 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10008]} 0 0
   [junit4]   2> ASYNC  NEW_CORE C7162 name=collection1 org.apache.solr.core.SolrCore@f37003
   [junit4]   2> 1271113 T3026 C7162 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10009]} 0 1
   [junit4]   2> 1271118 T3026 C7162 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100010]} 0 0
   [junit4]   2> 1271123 T3026 C7162 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100011]} 0 0
   [junit4]   2> 1271129 T3026 C7162 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100012]} 0 1
   [junit4]   2> 1271134 T3026 C7162 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100013]} 0 0
   [junit4]   2> 1271139 T3026 C7162 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100014]} 0 0
   [junit4]   2> 1271145 T3026 C7162 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100015]} 0 1
   [junit4]   2> 1271150 T3026 C7162 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100016]} 0 0
   [junit4]   2> 1271156 T3026 C7162 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100017]} 0 1
   [junit4]   2> 1271161 T3026 C7162 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100018]} 0 0
   [junit4]   2> 1271167 T3026 C7162 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100019]} 0 1
   [junit4]   2> ASYNC  NEW_CORE C7163 name=collection1 org.apache.solr.core.SolrCore@f37003
   [junit4]   2> 1271179 T3026 C7163 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100020]} 0 0
   [junit4]   2> 1271185 T3026 C7163 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100021]} 0 1
   [junit4]   2> 1271190 T3026 C7163 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100022]} 0 0
   [junit4]   2> 1271196 T3026 C7163 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100023]} 0 1
   [junit4]   2> 1271201 T3026 C7163 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100024]} 0 0
   [junit4]   2> 1271207 T3026 C7163 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100025]} 0 1
   [junit4]   2> 1271213 T3026 C7163 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100026]} 0 0
   [junit4]   2> 1271219 T3026 C7163 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100027]} 0 0
   [junit4]   2> 1271225 T3026 C7163 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100028]} 0 0
   [junit4]   2> 1271231 T3026 C7163 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100029]} 0 1
   [junit4]   2> 1271236 T3026 C7163 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100030]} 0 0
   [junit4]   2> 1271242 T3026 C7163 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100031]} 0 1
   [junit4]   2> ASYNC  NEW_CORE C7164 name=collection1 org.apache.solr.core.SolrCore@f37003
   [junit4]   2> 1271253 T3026 C7164 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100032]} 0 0
   [junit4]   2> 1271260 T3026 C7164 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100033]} 0 1
   [junit4]   2> 1271265 T3026 C7164 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100034]} 0 0
   [junit4]   2> 1271271 T3026 C7164 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100035]} 0 1
   [junit4]   2> 1271276 T3026 C7164 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100036]} 0 0
   [junit4]   2> 1271281 T3026 C7164 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100037]} 0 0
   [junit4]   2> 1271287 T3026 C7164 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100038]} 0 1
   [junit4]   2> 1271292 T3026 C7164 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100039]} 0 0
   [junit4]   2> 1271297 T3026 C7164 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100040]} 0 0
   [junit4]   2> 1271303 T3026 C7164 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100041]} 0 1
   [junit4]   2> 1271308 T3026 C7164 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100042]} 0 0
   [junit4]   2> ASYNC  NEW_CORE C7165 name=collection1 org.apache.solr.core.SolrCore@f37003
   [junit4]   2> 1271320 T3026 C7165 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100043]} 0 1
   [junit4]   2> 1271325 T3026 C7165 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100044]} 0 0
   [junit4]   2> 1271331 T3026 C7165 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100045]} 0 1
   [junit4]   2> 1271336 T3026 C7165 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100046]} 0 0
   [junit4]   2> 1271342 T3026 C7165 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100047]} 0 1
   [junit4]   2> 1271347 T3026 C7165 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100048]} 0 1
   [junit4]   2> 1271352 T3026 C7165 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100049]} 0 0
   [junit4]   2> 1271358 T3026 C7165 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100050]} 0 1
   [junit4]   2> 1271363 T3026 C7165 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100051]} 0 0
   [junit4]   2> 1271369 T3026 C7165 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100052]} 0 1
   [junit4]   2> 1271374 T3026 C7165 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100053]} 0 0
   [junit4]   2> 1271379 T3026 C7165 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100054]} 0 0
   [junit4]   2> ASYNC  NEW_CORE C7166 name=collection1 org.apache.solr.core.SolrCore@f37003
   [junit4]   2> 1271391 T3026 C7166 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100055]} 0 1
   [junit4]   2> 1271396 T3026 C7166 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100056]} 0 0
   [junit4]   2> 1271402 T3026 C7166 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100057]} 0 1
   [junit4]   2> 1271407 T3026 C7166 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100058]} 0 0
   [junit4]   2> 1271412 T3026 C7166 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100059]} 0 0
   [junit4]   2> 1271418 T3026 C7166 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100060]} 0 1
   [junit4]   2> 1271423 T3026 C7166 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100061]} 0 0
   [junit4]   2> 1271428 T3026 C7166 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100062]} 0 0
   [junit4]   2> 1271434 T3026 C7166 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100063]} 0 1
   [junit4]   2> 1271439 T3026 C7166 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100064]} 0 1
   [junit4]   2> 1271444 T3026 C7166 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100065]} 0 0
   [junit4]   2> ASYNC  NEW_CORE C7167 name=collection1 org.apache.solr.core.SolrCore@f37003
   [junit4]   2> 1271456 T3026 C7167 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100066]} 0 1
   [junit4]   2> 1271461 T3026 C7167 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100067]} 0 0
   [junit4]   2> 1271466 T3026 C7167 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100068]} 0 0
   [junit4]   2> 1271472 T3026 C7167 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100069]} 0 0
   [junit4]   2> 1271477 T3026 C7167 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100070]} 0 0
   [junit4]   2> 1271483 T3026 C7167 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100071]} 0 1
   [junit4]   2> 1271488 T3026 C7167 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100072]} 0 0
   [junit4]   2> 1271493 T3026 C7167 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100073]} 0 0
   [junit4]   2> 1271499 T3026 C7167 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100074]} 0 1
   [junit4]   2> 1271504 T3026 C7167 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100075]} 0 0
   [junit4]   2> 1271509 T3026 C7167 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100076]} 0 0
   [junit4]   2> 1271515 T3026 C7167 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100077]} 0 1
   [junit4]   2> ASYNC  NEW_CORE C7168 name=collection1 org.apache.solr.core.SolrCore@f37003
   [junit4]   2> 1271526 T3026 C7168 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100078]} 0 1
   [junit4]   2> 1271531 T3026 C7168 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100079]} 0 0
   [junit4]   2> 1271537 T3026 C7168 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100080]} 0 1
   [junit4]   2> 1271542 T3026 C7168 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100081]} 0 1
   [junit4]   2> 1271547 T3026 C7168 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100082]} 0 0
   [junit4]   2> 1271552 T3026 C7168 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100083]} 0 0
   [junit4]   2> 1271558 T3026 C7168 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100084]} 0 1
   [junit4]   2> 1271563 T3026 C7168 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100085]} 0 0
   [junit4]   2> 1271568 T3026 C7168 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100086]} 0 0
   [junit4]   2> 1271574 T3026 C7168 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100087]} 0 1
   [junit4]   2> 1271579 T3026 C7168 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100088]} 0 0
   [junit4]   2> ASYNC  NEW_CORE C7169 name=collection1 org.apache.solr.core.SolrCore@f37003
   [junit4]   2> 1271591 T3026 C7169 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100089]} 0 0
   [junit4]   2> 1271597 T3026 C7169 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100090]} 0 1
   [junit4]   2> 1271602 T3026 C7169 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100091]} 0 0
   [junit4]   2> 1271608 T3026 C7169 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100092]} 0 1
   [junit4]   2> 1271613 T3026 C7169 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100093]} 0 0
   [junit4]   2> 1271619 T3026 C7169 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100094]} 0 1
   [junit4]   2> 1271624 T3026 C7169 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100095]} 0 0
   [junit4]   2> 1271630 T3026 C7169 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100096]} 0 1
   [junit4]   2> 1271635 T3026 C7169 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100097]} 0 0
   [junit4]   2> 1271641 T3026 C7169 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100098]} 0 1
   [junit4]   2> 1271646 T3026 C7169 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100099]} 0 0
   [junit4]   2> 1271651 T3026 C7169 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> ASYNC  NEW_CORE C7170 name=collection1 org.apache.solr.core.SolrCore@f37003
   [junit4]   2> 1271664 T3026 C7170 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@ea9d5a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@127bc11),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@ea9d5a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@127bc11),segFN=segments_2,generation=2}
   [junit4]   2> 1271665 T3026 C7170 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 1271667 T3026 C7170 oass.SolrIndexSearcher.<init> Opening Searcher@14f62a6 main
   [junit4]   2> 1271667 T3026 C7170 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1271668 T3028 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@14f62a6 main{StandardDirectoryReader(segments_2:4:nrt _0(5.0):C100)}
   [junit4]   2> 1271668 T3026 C7170 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 17
   [junit4]   2> 1271678 T3026 C7170 oasc.SolrCore.execute [collection1] webapp=null path=null params={o.csr.s.cs2=const_str(this+is+the+second)&o.dr.s.sum=sum(int_id)&o.cdr.s.cd2=const_date(1804-06-30T23:59:59Z)&o.cdr.s.cs1=const_str(1800-12-31T23:59:59Z)&o.dr.s.count=count(long_ld)&o.cr.s.min=min(string_sd)&o.avr.s.count=count(long_ld)&o.nr.s.s=neg(sum(int_id))&o.ar.s.mean=mean(int_id)&o.pr.s.unique=unique(long_ld)&q=*:*&o.dmr.s.cme=const_str(%2B2YEARS)&o.dr.s.unique=unique(long_ld)&o.dmr.s.cma=const_str(%2B2MONTHS)&o.cr.s.ccmin=concat(const_str(this+is+the+first),min(string_sd))&o.cdr.s.cd1=const_date(1800-12-31T23:59:59Z)&o.cr.s.ccmax=concat(const_str(this+is+the+second),max(string_sd))&o.mr.s.mcm=mult(mean(int_id),count(long_ld),median(int_id))&o.cnr.s.c8=const_num(8)&o.cnr.s.c10=const_num(10)&o.mr.s.mean=mean(int_id)&o.rr.s.rmin=rev(min(string_sd))&o.mr.s.unique=unique(long_ld)&o.mr.s.median=median(int_id)&o.dr.s.su=div(sum(int_id),unique(long_ld))&o.pr.s.sum=sum(int_id)&o.pr.s.count=count(long_ld)&o.ar.s.median=median(int_id)&o.dmr.s.dmme=date_math(median(date_dtd),const_str(%2B2YEARS))&o.nr.s.c=neg(count(long_ld))&o.pr.s.su=pow(sum(int_id),unique(long_ld))&o.ar.s.unique=unique(long_ld)&olap=true&o.dmr.s.median=median(date_dtd)&o.avr.s.c=abs(neg(count(long_ld)))&indent=true&o.cr.s.csmax=const_str(this+is+the+second)&o.cr.s.max=max(string_sd)&o.rr.s.max=max(string_sd)&o.mr.s.count=count(long_ld)&o.cdr.s.cs2=const_str(1804-06-30T23:59:59Z)&o.ar.s.mcm=add(mean(int_id),count(long_ld),median(int_id))&o.avr.s.sum=sum(int_id)&o.nr.s.sum=sum(int_id)&o.nr.s.count=count(long_ld)&o.ar.s.sum=sum(int_id)&o.dmr.s.dmma=date_math(max(date_dtd),const_str(%2B2MONTHS))&o.pr.s.mean=mean(int_id)&o.mr.s.su=mult(sum(int_id),unique(long_ld))&o.pr.s.mc=pow(mean(int_id),count(long_ld))&o.rr.s.min=min(string_sd)&o.dr.s.mc=div(mean(int_id),count(long_ld))&o.avr.s.s=abs(neg(sum(int_id)))&o.csr.s.cs3=const_str(this+is+the+third)&o.cr.s.csmin=const_str(this+is+the+first)&rows=0&o.ar.s.count=count(long_ld)&o.mr.s.sum=sum(int_id)&o.dr.s.mean=mean(int_id)&stats=true&o.csr.s.cs1=const_str(this+is+the+first)&o.dmr.s.max=max(date_dtd)&o.rr.s.rmax=rev(max(string_sd))&o.ar.s.su=add(sum(int_id),unique(long_ld))} hits=100 status=0 QTime=7 
   [junit4]   2> 1271684 T3026 oas.SolrTestCaseJ4.setUp ###Starting constantNumberTest
   [junit4]   2> 1271686 T3026 oas.SolrTestCaseJ4.tearDown ###Ending constantNumberTest
   [junit4]   2> 1271690 T3026 oas.SolrTestCaseJ4.setUp ###Starting concatenateTest
   [junit4]   2> 1271695 T3026 oas.SolrTestCaseJ4.tearDown ###Ending concatenateTest
   [junit4]   2> 1271699 T3026 oas.SolrTestCaseJ4.setUp ###Starting constantStringTest
   [junit4]   2> 1271702 T3026 oas.SolrTestCaseJ4.tearDown ###Ending constantStringTest
   [junit4]   2> 1271707 T3026 oas.SolrTestCaseJ4.setUp ###Starting dateMathTest
   [junit4]   2> 1271712 T3026 oas.SolrTestCaseJ4.tearDown ###Ending dateMathTest
   [junit4]   2> 1271716 T3026 oas.SolrTestCaseJ4.setUp ###Starting constantDateTest
   [junit4]   2> 1271720 T3026 oas.SolrTestCaseJ4.tearDown ###Ending constantDateTest
   [junit4]   2> 1271723 T3026 oas.SolrTestCaseJ4.setUp ###Starting reverseTest
   [junit4]   2> 1271727 T3026 oas.SolrTestCaseJ4.tearDown ###Ending reverseTest
   [junit4]   2> 1271731 T3026 oas.SolrTestCaseJ4.setUp ###Starting powerTest
   [junit4]   2> 1271732 T3026 oas.SolrTestCaseJ4.tearDown ###Ending powerTest
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ExpressionTest -Dtests.method=powerTest -Dtests.seed=5A9C29DEC87884A9 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ja -Dtests.timezone=America/Cordoba -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.02s J1 | ExpressionTest.powerTest <<<
   [junit4]    > Throwable #1: java.lang.NumberFormatException: empty String
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5A9C29DEC87884A9:342E9EDD206FDA78]:0)
   [junit4]    > 	at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1011)
   [junit4]    > 	at java.lang.Double.parseDouble(Double.java:540)
   [junit4]    > 	at org.apache.solr.analytics.AbstractAnalyticsStatsTest.getStatResult(AbstractAnalyticsStatsTest.java:98)
   [junit4]    > 	at org.apache.solr.analytics.expression.ExpressionTest.powerTest(ExpressionTest.java:119)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 1271746 T3026 oas.SolrTestCaseJ4.setUp ###Starting multiplyTest
   [junit4]   2> 1271747 T3026 oas.SolrTestCaseJ4.tearDown ###Ending multiplyTest
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ExpressionTest -Dtests.method=multiplyTest -Dtests.seed=5A9C29DEC87884A9 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ja -Dtests.timezone=America/Cordoba -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.01s J1 | ExpressionTest.multiplyTest <<<
   [junit4]    > Throwable #1: java.lang.NumberFormatException: empty String
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5A9C29DEC87884A9:311D37A0FD76B2C7]:0)
   [junit4]    > 	at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1011)
   [junit4]    > 	at java.lang.Double.parseDouble(Double.java:540)
   [junit4]    > 	at org.apache.solr.analytics.AbstractAnalyticsStatsTest.getStatResult(AbstractAnalyticsStatsTest.java:98)
   [junit4]    > 	at org.apache.solr.analytics.expression.ExpressionTest.multiplyTest(ExpressionTest.java:92)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 1271754 T3026 oas.SolrTestCaseJ4.setUp ###Starting divideTest
   [junit4]   2> 1271755 T3026 oas.SolrTestCaseJ4.tearDown ###Ending divideTest
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ExpressionTest -Dtests.method=divideTest -Dtests.seed=5A9C29DEC87884A9 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ja -Dtests.timezone=America/Cordoba -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.01s J1 | ExpressionTest.divideTest <<<
   [junit4]    > Throwable #1: java.lang.NumberFormatException: empty String
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5A9C29DEC87884A9:291C228ECBAE67F]:0)
   [junit4]    > 	at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1011)
   [junit4]    > 	at java.lang.Double.parseDouble(Double.java:540)
   [junit4]    > 	at org.apache.solr.analytics.AbstractAnalyticsStatsTest.getStatResult(AbstractAnalyticsStatsTest.java:98)
   [junit4]    > 	at org.apache.solr.analytics.expression.ExpressionTest.divideTest(ExpressionTest.java:106)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 1271763 T3026 oas.SolrTestCaseJ4.setUp ###Starting addTest
   [junit4]   2> 1271764 T3026 oas.SolrTestCaseJ4.tearDown ###Ending addTest
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ExpressionTest -Dtests.method=addTest -Dtests.seed=5A9C29DEC87884A9 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ja -Dtests.timezone=America/Cordoba -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.01s J1 | ExpressionTest.addTest <<<
   [junit4]    > Throwable #1: java.lang.NumberFormatException: empty String
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5A9C29DEC87884A9:ACB0840089B783EE]:0)
   [junit4]    > 	at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1011)
   [junit4]    > 	at java.lang.Double.parseDouble(Double.java:540)
   [junit4]    > 	at org.apache.solr.analytics.AbstractAnalyticsStatsTest.getStatResult(AbstractAnalyticsStatsTest.java:98)
   [junit4]    > 	at org.apache.solr.analytics.expression.ExpressionTest.addTest(ExpressionTest.java:78)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 1271771 T3026 oas.SolrTestCaseJ4.setUp ###Starting absoluteValueTest
   [junit4]   2> 1271773 T3026 oas.SolrTestCaseJ4.tearDown ###Ending absoluteValueTest
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ExpressionTest -Dtests.method=absoluteValueTest -Dtests.seed=5A9C29DEC87884A9 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ja -Dtests.timezone=America/Cordoba -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.01s J1 | ExpressionTest.absoluteValueTest <<<
   [junit4]    > Throwable #1: java.lang.NumberFormatException: empty String
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5A9C29DEC87884A9:7B3009CB05E5DCCF]:0)
   [junit4]    > 	at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1011)
   [junit4]    > 	at java.lang.Double.parseDouble(Double.java:540)
   [junit4]    > 	at org.apache.solr.analytics.AbstractAnalyticsStatsTest.getStatResult(AbstractAnalyticsStatsTest.java:98)
   [junit4]    > 	at org.apache.solr.analytics.expression.ExpressionTest.absoluteValueTest(ExpressionTest.java:143)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 1271780 T3026 oas.SolrTestCaseJ4.setUp ###Starting negateTest
   [junit4]   2> 1271781 T3026 oas.SolrTestCaseJ4.tearDown ###Ending negateTest
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ExpressionTest -Dtests.method=negateTest -Dtests.seed=5A9C29DEC87884A9 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ja -Dtests.timezone=America/Cordoba -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.01s J1 | ExpressionTest.negateTest <<<
   [junit4]    > Throwable #1: java.lang.NumberFormatException: empty String
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5A9C29DEC87884A9:5294417B6C55D419]:0)
   [junit4]    > 	at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1011)
   [junit4]    > 	at java.lang.Double.parseDouble(Double.java:540)
   [junit4]    > 	at org.apache.solr.analytics.AbstractAnalyticsStatsTest.getStatResult(AbstractAnalyticsStatsTest.java:98)
   [junit4]    > 	at org.apache.solr.analytics.expression.ExpressionTest.negateTest(ExpressionTest.java:132)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 1271785 T3026 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 1271785 T3026 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=30275967
   [junit4]   2> 1271786 T3026 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@f37003
   [junit4]   2> 1271786 T3026 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=100,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 1271786 T3026 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1271786 T3026 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1271787 T3026 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1271787 T3026 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1271787 T3026 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1271788 T3026 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ExpressionTest-1385606257890 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ExpressionTest-1385606257890;done=false>>]
   [junit4]   2> 1271788 T3026 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ExpressionTest-1385606257890
   [junit4]   2> 1271788 T3026 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ExpressionTest-1385606257890/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ExpressionTest-1385606257890/index;done=false>>]
   [junit4]   2> 1271788 T3026 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ExpressionTest-1385606257890/index
   [junit4]   2> NOTE: test params are: codec=Lucene46: {double_dd=FST41, float_fd=PostingsFormat(name=MockSep), id=TestBloomFilteredLucene41Postings(BloomFilteringPostingsFormat(Lucene41(blocksize=128))), string_sd=PostingsFormat(name=MockSep), date_dtd=TestBloomFilteredLucene41Postings(BloomFilteringPostingsFormat(Lucene41(blocksize=128))), long_ld=TestBloomFilteredLucene41Postings(BloomFilteringPostingsFormat(Lucene41(blocksize=128))), int_id=PostingsFormat(name=MockSep)}, docValues:{longdv=DocValuesFormat(name=SimpleText), stringdvm=DocValuesFormat(name=SimpleText), double_dd=DocValuesFormat(name=SimpleText), float_fd=DocValuesFormat(name=Memory), datedv=DocValuesFormat(name=Disk), intdv=DocValuesFormat(name=Memory), string_sd=DocValuesFormat(name=Memory), date_dtd=DocValuesFormat(name=Lucene45), int_id=DocValuesFormat(name=Memory), long_ld=DocValuesFormat(name=Lucene45), doubledv=DocValuesFormat(name=Lucene45), floatdv=DocValuesFormat(name=SimpleText), stringdv=DocValuesFormat(name=Lucene45)}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=ja, timezone=America/Cordoba
   [junit4]   2> NOTE: Linux 3.8.0-33-generic i386/Oracle Corporation 1.7.0_45 (32-bit)/cpus=8,threads=1,free=38786504,total=128970752
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrXmlPersistence, BasicZkTest, TestFastOutputStream, TestCollationField, RequiredFieldsTest, SolrPluginUtilsTest, DisMaxRequestHandlerTest, OutputWriterTest, DeleteInactiveReplicaTest, TestFiltering, TestFastLRUCache, PreAnalyzedFieldTest, TestPartialUpdateDeduplication, TestUniqueKeyFieldResource, TestComponentsName, TestCollationFieldDocValues, TestCoreDiscovery, TestNumberUtils, SolrXmlInZkTest, SuggesterTSTTest, HdfsUnloadDistributedZkTest, HdfsBasicDistributedZk2Test, TestArbitraryIndexDir, SuggestComponentTest, SolrRequestParserTest, HardAutoCommitTest, DocumentAnalysisRequestHandlerTest, TestClassNameShortening, TestFileDictionaryLookup, SolrTestCaseJ4Test, TestUtils, ShardRoutingCustomTest, XsltUpdateRequestHandlerTest, TestCodecSupport, TestBinaryField, TestFoldingMultitermQuery, TestAtomicUpdateErrorCases, TestDynamicFieldCollectionResource, LeaderElectionIntegrationTest, TestZkChroot, TestStressLucene, TestSolr4Spatial, TestDistributedGrouping, QueryResultKeyTest, TestSolrQueryParserDefaultOperatorResource, TestFastWriter, ConvertedLegacyTest, SolrIndexConfigTest, TestReloadAndDeleteDocs, RequestHandlersTest, CoreContainerCoreInitFailuresTest, HdfsSyncSliceTest, FullSolrCloudDistribCmdsTest, OpenExchangeRatesOrgProviderTest, RAMDirectoryFactoryTest, TestDocBasedVersionConstraints, TestReload, StatsComponentTest, TestCloudManagedSchemaAddField, TestStressReorder, TestCSVResponseWriter, TestAnalyzeInfixSuggestions, HdfsBasicDistributedZkTest, TestCSVLoader, DirectSolrConnectionTest, PathHierarchyTokenizerFactoryTest, StandardRequestHandlerTest, NotRequiredUniqueKeyTest, TestStressRecovery, PluginInfoTest, SpellCheckComponentTest, DebugComponentTest, CoreMergeIndexesAdminHandlerTest, TestQuerySenderNoQuery, TestRTGBase, TestDistribDocBasedVersion, DefaultValueUpdateProcessorTest, TestSchemaResource, InfoHandlerTest, TestQueryTypes, TestNoOpRegenerator, NumericFieldsTest, TestDistributedSearch, SolrCoreCheckLockOnStartupTest, PrimUtilsTest, FileUtilsTest, TestMultiCoreConfBootstrap, SignatureUpdateProcessorFactoryTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, ClusterStateUpdateTest, TestRandomFaceting, AutoCommitTest, TestHashPartitioner, ZkControllerTest, TestJoin, BadIndexSchemaTest, TestSort, DirectUpdateHandlerTest, OverseerCollectionProcessorTest, HighlighterTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, DistributedQueryElevationComponentTest, SolrIndexSplitterTest, SimplePostToolTest, SpellCheckCollatorTest, CoreAdminHandlerTest, SpatialFilterTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, TestUpdate, TestWordDelimiterFilterFactory, SortByFunctionTest, DistanceFunctionTest, IndexBasedSpellCheckerTest, TestWriterPerf, PrimitiveFieldTypeTest, TestOmitPositions, TermsComponentTest, TestValueSourceCache, TestIndexingPerformance, FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, RegexBoostProcessorTest, JSONWriterTest, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, TestPHPSerializedResponseWriter, TestBinaryResponseWriter, UpdateParamsTest, ResponseLogComponentTest, MultiTermTest, TestDocSet, MinimalSchemaTest, TestFuzzyAnalyzedSuggestions, TestLuceneMatchVersion, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestPerFieldSimilarity, TestIBSimilarityFactory, TestDefaultSimilarityFactory, TestJmxMonitoredMap, URLClassifyProcessorTest, TestSolrXMLSerializer, TestSystemIdResolver, TestSuggestSpellingConverter, DateFieldTest, SpellingQueryConverterTest, ClusterStateTest, TestSolrJ, TestLRUCache, ZkNodePropsTest, SliceStateTest, UUIDFieldTest, AbstractAnalyticsStatsTest, NoFacetTest, ExpressionTest]
   [junit4] Completed on J1 in 1.12s, 12 tests, 6 errors <<< FAILURES!

[...truncated 146 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:420: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:400: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:491: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1275: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:908: There were test failures: 354 suites, 1566 tests, 6 errors, 34 ignored (6 assumptions)

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



[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0-ea-b117) - Build # 8490 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/8490/
Java: 32bit/jdk1.8.0-ea-b117 -client -XX:+UseParallelGC

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

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([88615C8667D60D8C]:0)


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

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([88615C8667D60D8C]:0)




Build Log:
[...truncated 11053 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest
   [junit4]   2> 552508 T2103 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 552512 T2103 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ChaosMonkeyNothingIsSafeTest-1385611871094
   [junit4]   2> 552512 T2103 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 552513 T2104 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 552613 T2103 oasc.ZkTestServer.run start zk server on port:42233
   [junit4]   2> 552614 T2103 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 552619 T2110 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@52dc6f name:ZooKeeperConnection Watcher:127.0.0.1:42233 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 552619 T2103 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 552620 T2103 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 552628 T2103 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 552629 T2112 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@971b2e name:ZooKeeperConnection Watcher:127.0.0.1:42233/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 552629 T2103 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 552629 T2103 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 552638 T2103 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 552680 T2103 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 552682 T2103 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 552684 T2103 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 552685 T2103 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 552702 T2103 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 552703 T2103 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 552725 T2103 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 552726 T2103 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 552732 T2103 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 552733 T2103 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 552735 T2103 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 552736 T2103 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 552739 T2103 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 552739 T2103 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 552741 T2103 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 552741 T2103 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 552743 T2103 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 552744 T2103 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 552745 T2103 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 552746 T2103 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 552748 T2103 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 552749 T2103 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 552751 T2103 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 552751 T2103 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 552835 T2103 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 552841 T2103 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58633
   [junit4]   2> 552842 T2103 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 552842 T2103 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 552843 T2103 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1385611871341
   [junit4]   2> 552843 T2103 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1385611871341/'
   [junit4]   2> 552860 T2103 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1385611871341/solr.xml
   [junit4]   2> 552869 T2103 oasc.CoreContainer.<init> New CoreContainer 12047209
   [junit4]   2> 552870 T2103 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1385611871341/]
   [junit4]   2> 552870 T2103 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 552871 T2103 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 552871 T2103 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 552871 T2103 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 552872 T2103 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 552872 T2103 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 552872 T2103 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 552873 T2103 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 552873 T2103 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 552876 T2103 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 552877 T2103 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 552877 T2103 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 552878 T2103 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:42233/solr
   [junit4]   2> 552878 T2103 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 552879 T2103 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 552880 T2123 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c61f0b name:ZooKeeperConnection Watcher:127.0.0.1:42233 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 552880 T2103 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 552883 T2103 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 552885 T2125 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@638cd2 name:ZooKeeperConnection Watcher:127.0.0.1:42233/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 552885 T2103 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 552887 T2103 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 552890 T2103 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 552892 T2103 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 552895 T2103 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58633_
   [junit4]   2> 552897 T2103 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58633_
   [junit4]   2> 552900 T2103 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 552903 T2103 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 552905 T2103 oasc.Overseer.start Overseer (id=90807459584147459-127.0.0.1:58633_-n_0000000000) starting
   [junit4]   2> 552907 T2103 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 552910 T2127 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 552911 T2103 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 552918 T2103 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 552922 T2103 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 552927 T2126 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 552928 T2128 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 552928 T2128 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 552930 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 552930 T2128 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 552931 T2126 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 552931 T2126 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58633",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:58633_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 552932 T2126 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 552932 T2126 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 552934 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 552934 T2125 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 553930 T2128 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 553931 T2128 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1385611871341/collection1
   [junit4]   2> 553931 T2128 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 553931 T2128 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 553931 T2128 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 553932 T2128 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1385611871341/collection1/'
   [junit4]   2> 553933 T2128 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1385611871341/collection1/lib/classes/' to classloader
   [junit4]   2> 553933 T2128 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1385611871341/collection1/lib/README' to classloader
   [junit4]   2> 553954 T2128 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 553968 T2128 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 553969 T2128 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 553976 T2128 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 554098 T2128 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 554102 T2128 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 554104 T2128 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 554112 T2128 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 554114 T2128 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 554116 T2128 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 554117 T2128 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 554117 T2128 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 554117 T2128 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 554118 T2128 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 554118 T2128 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 554118 T2128 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 554119 T2128 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1385611871341/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385611871094/control/data/
   [junit4]   2> 554119 T2128 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@146479a
   [junit4]   2> 554119 T2128 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385611871094/control/data
   [junit4]   2> 554120 T2128 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385611871094/control/data/index/
   [junit4]   2> 554120 T2128 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385611871094/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 554120 T2128 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385611871094/control/data/index
   [junit4]   2> 554121 T2128 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=28.3525390625, floorSegmentMB=1.6640625, forceMergeDeletesPctAllowed=23.14555125177891, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.12299961525413848
   [junit4]   2> 554126 T2128 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385611871094/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 554126 T2128 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 554129 T2128 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 554129 T2128 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 554129 T2128 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 554129 T2128 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 554130 T2128 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 554130 T2128 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 554130 T2128 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 554130 T2128 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 554131 T2128 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 554131 T2128 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 554131 T2128 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 554132 T2128 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 554132 T2128 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 554132 T2128 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 554133 T2128 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 554133 T2128 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 554135 T2128 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 554136 T2128 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 554136 T2128 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 554137 T2128 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 554137 T2128 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385611871094/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 554138 T2128 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 554138 T2128 oass.SolrIndexSearcher.<init> Opening Searcher@3f9ae1 main
   [junit4]   2> 554140 T2129 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3f9ae1 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 554141 T2128 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 554142 T2128 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58633 collection:control_collection shard:shard1
   [junit4]   2> 554142 T2128 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 554148 T2128 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 554150 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 554150 T2128 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 554151 T2128 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C797 name=collection1 org.apache.solr.core.SolrCore@4e5f30 url=http://127.0.0.1:58633/collection1 node=127.0.0.1:58633_ C797_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:58633, core=collection1, node_name=127.0.0.1:58633_}
   [junit4]   2> 554151 T2128 C797 P58633 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:58633/collection1/
   [junit4]   2> 554151 T2128 C797 P58633 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 554151 T2128 C797 P58633 oasc.SyncStrategy.syncToMe http://127.0.0.1:58633/collection1/ has no replicas
   [junit4]   2> 554152 T2128 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:58633/collection1/ shard1
   [junit4]   2> 554152 T2128 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 554153 T2126 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 554157 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 554159 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 554162 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 554264 T2125 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 554310 T2128 oasc.ZkController.register We are http://127.0.0.1:58633/collection1/ and leader is http://127.0.0.1:58633/collection1/
   [junit4]   2> 554311 T2128 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58633
   [junit4]   2> 554311 T2128 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 554312 T2128 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 554312 T2128 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 554314 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 554314 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 554314 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 554315 T2128 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 554317 T2103 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 554318 T2103 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 554317 T2126 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 554319 T2126 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58633",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:58633_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 554320 T2103 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 554322 T2132 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6b2f21 name:ZooKeeperConnection Watcher:127.0.0.1:42233/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 554322 T2103 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 554323 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 554324 T2103 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 554326 T2103 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 554393 T2103 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 554395 T2103 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:48731
   [junit4]   2> 554395 T2103 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 554396 T2103 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 554396 T2103 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1385611872908
   [junit4]   2> 554396 T2103 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1385611872908/'
   [junit4]   2> 554409 T2103 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1385611872908/solr.xml
   [junit4]   2> 554418 T2103 oasc.CoreContainer.<init> New CoreContainer 1280839
   [junit4]   2> 554419 T2103 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1385611872908/]
   [junit4]   2> 554419 T2103 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 554419 T2103 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 554420 T2103 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 554420 T2103 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 554420 T2103 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 554421 T2103 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 554421 T2103 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 554421 T2103 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 554421 T2103 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 554424 T2103 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 554425 T2103 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 554425 T2132 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 554425 T2125 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 554426 T2103 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 554427 T2103 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:42233/solr
   [junit4]   2> 554427 T2103 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 554428 T2103 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 554429 T2143 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@115323e name:ZooKeeperConnection Watcher:127.0.0.1:42233 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 554429 T2103 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 554431 T2103 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 554432 T2145 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@185ace6 name:ZooKeeperConnection Watcher:127.0.0.1:42233/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 554432 T2103 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 554436 T2103 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 555438 T2103 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48731_
   [junit4]   2> 555439 T2103 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:48731_
   [junit4]   2> 555442 T2132 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 555442 T2145 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 555442 T2125 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 555446 T2146 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 555447 T2146 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 555448 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 555448 T2146 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 555448 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 555448 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 555449 T2126 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 555449 T2126 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:48731",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:48731_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 555450 T2126 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 555450 T2126 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 555451 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 555554 T2145 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 555554 T2125 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 555554 T2132 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 556448 T2146 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 556449 T2146 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1385611872908/collection1
   [junit4]   2> 556449 T2146 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 556449 T2146 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 556449 T2146 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 556450 T2146 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1385611872908/collection1/'
   [junit4]   2> 556451 T2146 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1385611872908/collection1/lib/classes/' to classloader
   [junit4]   2> 556451 T2146 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1385611872908/collection1/lib/README' to classloader
   [junit4]   2> 556475 T2146 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 556484 T2146 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 556485 T2146 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 556492 T2146 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 556614 T2146 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 556618 T2146 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 556619 T2146 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 556628 T2146 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 556631 T2146 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 556633 T2146 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 556634 T2146 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 556635 T2146 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 556635 T2146 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 556636 T2146 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 556636 T2146 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 556636 T2146 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 556636 T2146 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1385611872908/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385611871094/jetty1/
   [junit4]   2> 556636 T2146 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@146479a
   [junit4]   2> 556637 T2146 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385611871094/jetty1
   [junit4]   2> 556637 T2146 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385611871094/jetty1/index/
   [junit4]   2> 556637 T2146 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385611871094/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 556638 T2146 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385611871094/jetty1/index
   [junit4]   2> 556638 T2146 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=28.3525390625, floorSegmentMB=1.6640625, forceMergeDeletesPctAllowed=23.14555125177891, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.12299961525413848
   [junit4]   2> 556642 T2146 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385611871094/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 556642 T2146 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 556645 T2146 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 556645 T2146 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 556645 T2146 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 556645 T2146 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 556646 T2146 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 556646 T2146 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 556646 T2146 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 556646 T2146 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 556647 T2146 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 556647 T2146 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 556648 T2146 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 556648 T2146 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 556648 T2146 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 556649 T2146 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 556649 T2146 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 556650 T2146 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 556651 T2146 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 556652 T2146 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 556652 T2146 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 556653 T2146 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 556654 T2146 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385611871094/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 556654 T2146 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 556654 T2146 oass.SolrIndexSearcher.<init> Opening Searcher@96bc8f main
   [junit4]   2> 556658 T2147 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@96bc8f main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 556660 T2146 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 556661 T2146 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:48731 collection:collection1 shard:shard2
   [junit4]   2> 556661 T2146 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 556666 T2146 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 556667 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 556667 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 556667 T2146 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 556667 T2146 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 556667 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> ASYNC  NEW_CORE C798 name=collection1 org.apache.solr.core.SolrCore@60745a url=http://127.0.0.1:48731/collection1 node=127.0.0.1:48731_ C798_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:48731, core=collection1, node_name=127.0.0.1:48731_}
   [junit4]   2> 556668 T2146 C798 P48731 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:48731/collection1/
   [junit4]   2> 556668 T2126 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 556668 T2146 C798 P48731 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 556668 T2146 C798 P48731 oasc.SyncStrategy.syncToMe http://127.0.0.1:48731/collection1/ has no replicas
   [junit4]   2> 556669 T2146 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:48731/collection1/ shard2
   [junit4]   2> 556669 T2146 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 556670 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 556673 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 556675 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 556779 T2145 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 556779 T2132 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 556779 T2125 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 556823 T2146 oasc.ZkController.register We are http://127.0.0.1:48731/collection1/ and leader is http://127.0.0.1:48731/collection1/
   [junit4]   2> 556824 T2146 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:48731
   [junit4]   2> 556824 T2146 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 556824 T2146 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 556824 T2146 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 556825 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 556826 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 556826 T2146 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 556826 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 556827 T2103 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 556828 T2103 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 556828 T2126 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 556829 T2126 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:48731",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:48731_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 556831 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 556898 T2103 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 556900 T2103 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:44122
   [junit4]   2> 556901 T2103 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 556901 T2103 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 556901 T2103 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1385611875411
   [junit4]   2> 556902 T2103 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1385611875411/'
   [junit4]   2> 556914 T2103 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1385611875411/solr.xml
   [junit4]   2> 556922 T2103 oasc.CoreContainer.<init> New CoreContainer 26220278
   [junit4]   2> 556923 T2103 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1385611875411/]
   [junit4]   2> 556923 T2103 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 556923 T2103 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 556924 T2103 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 556924 T2103 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 556924 T2103 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 556925 T2103 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 556925 T2103 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 556925 T2103 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 556926 T2103 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 556929 T2103 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 556929 T2103 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 556929 T2103 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 556930 T2103 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:42233/solr
   [junit4]   2> 556930 T2103 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 556931 T2103 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 556932 T2159 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1fa8f1e name:ZooKeeperConnection Watcher:127.0.0.1:42233 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 556932 T2103 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 556933 T2132 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 556933 T2145 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 556933 T2125 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 556935 T2103 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 556936 T2161 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1fd745d name:ZooKeeperConnection Watcher:127.0.0.1:42233/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 556936 T2103 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 556939 T2103 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 557941 T2103 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44122_
   [junit4]   2> 557944 T2103 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:44122_
   [junit4]   2> 557949 T2132 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 557949 T2145 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 557949 T2161 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 557949 T2125 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 557957 T2162 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 557957 T2162 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 557959 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 557959 T2162 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 557959 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 557960 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 557962 T2126 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 557964 T2126 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:44122",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:44122_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 557964 T2126 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 557965 T2126 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 557969 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 558073 T2145 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 558073 T2132 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 558073 T2161 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 558073 T2125 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 558960 T2162 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 558961 T2162 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1385611875411/collection1
   [junit4]   2> 558961 T2162 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 558962 T2162 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 558962 T2162 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 558963 T2162 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1385611875411/collection1/'
   [junit4]   2> 558964 T2162 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1385611875411/collection1/lib/classes/' to classloader
   [junit4]   2> 558964 T2162 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1385611875411/collection1/lib/README' to classloader
   [junit4]   2> 558991 T2162 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 559006 T2162 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 559007 T2162 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 559013 T2162 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 559125 T2162 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 559129 T2162 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 559131 T2162 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 559142 T2162 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 559144 T2162 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 559147 T2162 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 559148 T2162 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 559148 T2162 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 559148 T2162 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 559149 T2162 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 559149 T2162 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 559149 T2162 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 559149 T2162 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1385611875411/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385611871094/jetty2/
   [junit4]   2> 559150 T2162 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@146479a
   [junit4]   2> 559150 T2162 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385611871094/jetty2
   [junit4]   2> 559150 T2162 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385611871094/jetty2/index/
   [junit4]   2> 559151 T2162 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385611871094/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 559151 T2162 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385611871094/jetty2/index
   [junit4]   2> 559152 T2162 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=28.3525390625, floorSegmentMB=1.6640625, forceMergeDeletesPctAllowed=23.14555125177891, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.12299961525413848
   [junit4]   2> 559155 T2162 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385611871094/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 559156 T2162 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 559159 T2162 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 559159 T2162 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 559160 T2162 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 559160 T2162 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 559160 T2162 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 559160 T2162 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 559160 T2162 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 559161 T2162 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 559161 T2162 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 559162 T2162 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 559162 T2162 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 559162 T2162 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 559163 T2162 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 559163 T2162 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 559164 T2162 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 559164 T2162 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 559166 T2162 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 559167 T2162 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 559167 T2162 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 559168 T2162 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 559169 T2162 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385611871094/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 559169 T2162 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 559169 T2162 oass.SolrIndexSearcher.<init> Opening Searcher@86b868 main
   [junit4]   2> 559174 T2163 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@86b868 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 559176 T2162 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 559177 T2162 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:44122 collection:collection1 shard:shard1
   [junit4]   2> 559177 T2162 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 559182 T2162 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 559186 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 559187 T2162 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 559187 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 559187 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 559187 T2162 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C799 name=collection1 org.apache.solr.core.SolrCore@184ae77 url=http://127.0.0.1:44122/collection1 node=127.0.0.1:44122_ C799_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:44122, core=collection1, node_name=127.0.0.1:44122_}
   [junit4]   2> 559187 T2162 C799 P44122 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:44122/collection1/
   [junit4]   2> 559188 T2162 C799 P44122 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 559188 T2162 C799 P44122 oasc.SyncStrategy.syncToMe http://127.0.0.1:44122/collection1/ has no replicas
   [junit4]   2> 559188 T2162 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:44122/collection1/ shard1
   [junit4]   2> 559188 T2126 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 559188 T2162 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 559191 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 559193 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 559196 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 559299 T2132 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 559299 T2161 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 559299 T2145 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 559299 T2125 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 559344 T2162 oasc.ZkController.register We are http://127.0.0.1:44122/collection1/ and leader is http://127.0.0.1:44122/collection1/
   [junit4]   2> 559344 T2162 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:44122
   [junit4]   2> 559344 T2162 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 559344 T2162 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 559345 T2162 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 559346 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 559346 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 559346 T2162 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 559346 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 559347 T2103 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 559348 T2103 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 559348 T2126 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 559349 T2126 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:44122",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:44122_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 559351 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 559415 T2103 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 559417 T2103 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:42941
   [junit4]   2> 559418 T2103 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 559418 T2103 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 559418 T2103 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1385611877931
   [junit4]   2> 559419 T2103 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1385611877931/'
   [junit4]   2> 559431 T2103 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1385611877931/solr.xml
   [junit4]   2> 559442 T2103 oasc.CoreContainer.<init> New CoreContainer 22912441
   [junit4]   2> 559442 T2103 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1385611877931/]
   [junit4]   2> 559443 T2103 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 559443 T2103 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 559443 T2103 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 559444 T2103 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 559444 T2103 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 559444 T2103 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 559445 T2103 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 559445 T2103 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 559445 T2103 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 559448 T2103 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 559448 T2103 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 559449 T2103 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 559449 T2103 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:42233/solr
   [junit4]   2> 559449 T2103 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 559450 T2103 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 559537 T2175 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f4929a name:ZooKeeperConnection Watcher:127.0.0.1:42233 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 559538 T2145 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 559538 T2161 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 559538 T2103 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 559538 T2132 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 559538 T2125 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 559542 T2103 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 559543 T2177 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15bd9f1 name:ZooKeeperConnection Watcher:127.0.0.1:42233/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 559544 T2103 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 559547 T2103 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 560549 T2103 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42941_
   [junit4]   2> 560550 T2103 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42941_
   [junit4]   2> 560553 T2125 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 560553 T2161 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 560553 T2177 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 560554 T2132 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 560554 T2145 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 560557 T2178 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 560557 T2178 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 560558 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 560558 T2178 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 560558 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 560559 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 560559 T2126 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 560560 T2126 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:42941",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:42941_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 560560 T2126 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 560560 T2126 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 560562 T2125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 560664 T2161 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 560664 T2125 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 560664 T2132 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 560664 T2145 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 560664 T2177 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 561559 T2178 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 561559 T2178 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1385611877931/collection1
   [junit4]   2> 561559 T2178 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 561560 T2178 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 561560 T2178 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 561562 T2178 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1385611877931/collection1/'
   [junit4]   2> 561563 T2178 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1385611877931/collection1/lib/classes/' to classloader
   [junit4]   2> 561563 T2178 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1385611877931/collection1/lib/README' to classloader
   [junit4]   2> 561585 T2178 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 561594 T2178 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 561595 T2178 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 561601 T2178 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 561712 T2178 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 561716 T2178 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 561718 T2178 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 561726 T2178 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 561729 T2178 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 561730 T2178 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 561731 T2178 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 561731 T2178 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 561731 T2178 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 561732 T2178 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 561732 T2178 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 561733 T2178 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 561733 T2178 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1385611877931/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385611871094/jetty3/
   [junit4]   2> 561733 T2178 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@146479a
   [junit4]   2> 561733 T2178 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385611871094/jetty3
   [junit4]   2> 561734 T2178 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385611871094/jetty3/index/
   [junit4]   2> 561734 T2178 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385611871094/jetty3/index' doesn't exist. Creating new index...
   [junit4]   2> 561734 T2178 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385611871094/jetty3/index
   [junit4]   2> 561735 T2178 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=28.3525390625, floorSegmentMB=1.6640625, forceMergeDeletesPctAllowed=23.14555125177891, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.12299961525413848
   [junit4]   2> 561737 T2178 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385611871094/jetty3/index,segFN=segments_1,generation=1}
   [junit4]   2> 561738 T2178 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 561741 T2178 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 561741 T2178 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 561741 T2178 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 561741 T2178 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 561742 T2178 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 561742 T2178 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 561742 T2178 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 561742 T2178 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 561743 T2178 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 561743 T2178 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 561744 T2178 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 561744 T2178 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 561744 T2178 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 561745 T2178 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 561745 T2178 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 561746 T2178 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 561747 T2178 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 561748 T2178 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 561749 T2178 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 561749 T2178 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 561750 T2178 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothin

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

t4]   2> 	        at sun.nio.ch.IOUtil.drain(Native Method)
   [junit4]   2> 	        at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:90)
   [junit4]   2> 	        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
   [junit4]   2> 	        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
   [junit4]   2> 	        at org.eclipse.jetty.io.nio.SelectorManager$SelectSet.doSelect(SelectorManager.java:569)
   [junit4]   2> 	        at org.eclipse.jetty.io.nio.SelectorManager$1.run(SelectorManager.java:290)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 	  54) Thread[id=2115, name=qtp94747-2115 Selector1, state=RUNNABLE, group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [junit4]   2> 	        at sun.nio.ch.IOUtil.drain(Native Method)
   [junit4]   2> 	        at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:90)
   [junit4]   2> 	        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
   [junit4]   2> 	        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
   [junit4]   2> 	        at org.eclipse.jetty.io.nio.SelectorManager$SelectSet.doSelect(SelectorManager.java:569)
   [junit4]   2> 	        at org.eclipse.jetty.io.nio.SelectorManager$1.run(SelectorManager.java:290)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 	  55) Thread[id=2218, name=qtp20166969-2218 Selector0, state=RUNNABLE, group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [junit4]   2> 	        at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
   [junit4]   2> 	        at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
   [junit4]   2> 	        at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79)
   [junit4]   2> 	        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
   [junit4]   2> 	        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
   [junit4]   2> 	        at org.eclipse.jetty.io.nio.SelectorManager$SelectSet.doSelect(SelectorManager.java:569)
   [junit4]   2> 	        at org.eclipse.jetty.io.nio.SelectorManager$1.run(SelectorManager.java:290)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 	  56) Thread[id=2283, name=qtp30467184-2283 Acceptor0 SelectChannelConnector@127.0.0.1:44122, state=BLOCKED, group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [junit4]   2> 	        at org.eclipse.jetty.server.nio.SelectChannelConnector.getConnection(SelectChannelConnector.java:160)
   [junit4]   2> 	        at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:934)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 	  57) Thread[id=2203, name=qtp4943928-2203 Acceptor1 SelectChannelConnector@127.0.0.1:33000, state=BLOCKED, group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [junit4]   2> 	        at org.eclipse.jetty.server.nio.SelectChannelConnector.getConnection(SelectChannelConnector.java:160)
   [junit4]   2> 	        at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:934)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 	  58) Thread[id=2250, name=searcherExecutor-1327-thread-1, state=WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [junit4]   2> 	        at sun.misc.Unsafe.park(Native Method)
   [junit4]   2> 	        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2> 	        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2> 	        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 	  59) Thread[id=2165, name=HashSessionScavenger-83, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [junit4]   2> 	        at java.lang.Object.wait(Native Method)
   [junit4]   2> 	        at java.util.TimerThread.mainLoop(Timer.java:552)
   [junit4]   2> 	        at java.util.TimerThread.run(Timer.java:505)
   [junit4]   2> NOTE: test params are: codec=Lucene46: {other_tl1=TestBloomFilteredLucene41Postings(BloomFilteringPostingsFormat(Lucene41(blocksize=128))), _version_=TestBloomFilteredLucene41Postings(BloomFilteringPostingsFormat(Lucene41(blocksize=128))), multiDefault=FSTOrd41, a_t=FSTOrd41, a_si=TestBloomFilteredLucene41Postings(BloomFilteringPostingsFormat(Lucene41(blocksize=128))), intDefault=TestBloomFilteredLucene41Postings(BloomFilteringPostingsFormat(Lucene41(blocksize=128))), range_facet_sl=PostingsFormat(name=FSTPulsing41), range_facet_si=FSTOrd41, id=PostingsFormat(name=FSTPulsing41), text=Lucene41(blocksize=128), range_facet_l=FSTOrd41, timestamp=FSTOrd41}, docValues:{timestamp=DocValuesFormat(name=Memory)}, sim=DefaultSimilarity, locale=hu_HU, timezone=SystemV/PST8PDT
   [junit4]   2> NOTE: Linux 3.8.0-33-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=71,free=80140120,total=255328256
   [junit4]   2> NOTE: All tests run in this JVM: [HighlighterTest, CoreMergeIndexesAdminHandlerTest, NoFacetTest, TestReloadAndDeleteDocs, BasicDistributedZk2Test, DirectSolrConnectionTest, TestIndexSearcher, TestManagedSchema, TestZkChroot, MigrateRouteKeyTest, DocValuesMultiTest, PluginInfoTest, TestPhraseSuggestions, TestSolr4Spatial, TestNumberUtils, TestSerializedLuceneMatchVersion, TestNonNRTOpen, TriLevelCompositeIdRoutingTest, TestJmxIntegration, SolrCoreCheckLockOnStartupTest, DistributedSuggesterComponentTest, SpellCheckComponentTest, NoCacheHeaderTest, TestSweetSpotSimilarityFactory, TestCSVResponseWriter, TestQueryTypes, TestSchemaSimilarityResource, AbstractAnalyticsFacetTest, AliasIntegrationTest, QueryResultKeyTest, TestDistributedSearch, TestCollapseQParserPlugin, OpenCloseCoreStressTest, HdfsChaosMonkeySafeLeaderTest, TestCoreDiscovery, TestQuerySenderListener, UniqFieldsUpdateProcessorFactoryTest, TestDefaultSimilarityFactory, SolrPluginUtilsTest, TestSolrDeletionPolicy2, TestBinaryField, TestFiltering, SuggestComponentTest, TestDefaultSearchFieldResource, TestFieldResource, IndexBasedSpellCheckerTest, HdfsLockFactoryTest, SimplePostToolTest, ConvertedLegacyTest, TestManagedSchemaFieldResource, AbstractAnalyticsStatsTest, TestFoldingMultitermQuery, DateFieldTest, TestStressReorder, TestStressRecovery, BasicZkTest, TestHighFrequencyDictionaryFactory, FieldAnalysisRequestHandlerTest, NotRequiredUniqueKeyTest, MultiTermTest, InfoHandlerTest, TestBinaryResponseWriter, TestSolrXmlPersistence, RAMDirectoryFactoryTest, ChaosMonkeyNothingIsSafeTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ChaosMonkeyNothingIsSafeTest -Dtests.seed=88615C8667D60D8C -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=hu_HU -Dtests.timezone=SystemV/PST8PDT -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | ChaosMonkeyNothingIsSafeTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([88615C8667D60D8C]:0)
   [junit4] Completed on J1 in 7264.30s, 1 test, 2 errors <<< FAILURES!

[...truncated 71 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:420: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:400: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:491: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1275: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:908: There were test failures: 354 suites, 1566 tests, 1 suite-level error, 1 error, 87 ignored (6 assumptions)

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