Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4463/
Java: 32bit/jdk1.7.0_76 -client -XX:+UseSerialGC

2 tests failed.
FAILED:  org.apache.solr.cloud.MultiThreadedOCPTest.test

Error Message:
Mutual exclusion failed. Found more than one task running for the same 
collection

Stack Trace:
java.lang.AssertionError: Mutual exclusion failed. Found more than one task 
running for the same collection
        at 
__randomizedtesting.SeedInfo.seed([DB91356C52B089DD:53C50AB6FC4CE425]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.MultiThreadedOCPTest.testTaskExclusivity(MultiThreadedOCPTest.java:149)
        at 
org.apache.solr.cloud.MultiThreadedOCPTest.test(MultiThreadedOCPTest.java:71)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
        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.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test

Error Message:
There were too many update fails - we expect it can happen, but shouldn't easily

Stack Trace:
java.lang.AssertionError: There were too many update fails - we expect it can 
happen, but shouldn't easily
        at 
__randomizedtesting.SeedInfo.seed([DB91356C52B089DD:53C50AB6FC4CE425]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertFalse(Assert.java:68)
        at 
org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test(ChaosMonkeyNothingIsSafeTest.java:222)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
        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.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10353 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest
   [junit4]   2> 1638503 T3 oasu.ConcurrentLRUCache.finalize ERROR 
ConcurrentLRUCache was not destroyed prior to finalize(), indicates a bug -- 
POSSIBLE RESOURCE LEAK!!!
   [junit4]   2> Creating dataDir: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\init-core-data-001
   [junit4]   2> 1638506 T7470 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /l/l
   [junit4]   2> 1638511 T7470 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1638511 T7471 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 1638610 T7470 oasc.ZkTestServer.run start zk server on 
port:60134
   [junit4]   2> 1638611 T7470 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1638613 T7470 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1638617 T7478 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@d96406 name:ZooKeeperConnection 
Watcher:127.0.0.1:60134 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1638618 T7470 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1638618 T7470 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1638618 T7470 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1638622 T7470 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1638624 T7470 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1638625 T7481 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@15cbeeb name:ZooKeeperConnection 
Watcher:127.0.0.1:60134/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1638626 T7470 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1638626 T7470 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1638626 T7470 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 1638629 T7470 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 1638632 T7470 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 1638634 T7470 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 1638636 T7470 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1638636 T7470 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 1638639 T7470 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1638639 T7470 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 1638642 T7470 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1638642 T7470 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1638645 T7470 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1638645 T7470 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 1638648 T7470 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1638648 T7470 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 1638651 T7470 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1638652 T7470 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 1638654 T7470 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1638654 T7470 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 1638657 T7470 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1638658 T7470 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 1638660 T7470 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1638660 T7470 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1638663 T7470 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1638663 T7470 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 1638665 T7470 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1638666 T7470 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 1638929 T7470 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\control-001\cores\collection1
   [junit4]   2> 1638931 T7470 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1638935 T7470 oejs.AbstractConnector.doStart Started 
[email protected]:60141
   [junit4]   2> 1638936 T7470 oascse.JettySolrRunner$1.lifeCycleStarted Jetty 
properties: 
{solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\tempDir-001/control/data, hostPort=60141, 
hostContext=/l/l, 
coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\control-001\cores}
   [junit4]   2> 1638937 T7470 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@14b7453
   [junit4]   2> 1638937 T7470 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\control-001\'
   [junit4]   2> 1638959 T7470 oasc.SolrXmlConfig.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\control-001\solr.xml
   [junit4]   2> 1638982 T7470 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\control-001\cores
   [junit4]   2> 1638983 T7470 oasc.CoreContainer.<init> New CoreContainer 
5767731
   [junit4]   2> 1638983 T7470 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\control-001\]
   [junit4]   2> 1638983 T7470 oasc.CoreContainer.load loading shared library: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\control-001\lib
   [junit4]   2> 1638984 T7470 oasc.SolrResourceLoader.addToClassLoader WARN 
Can't find (or read) directory to add to classloader: lib (resolved as: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\control-001\lib).
   [junit4]   2> 1638991 T7470 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 1638992 T7470 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 1638992 T7470 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 1638992 T7470 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1638992 T7470 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 1638992 T7470 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1638993 T7470 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1638993 T7470 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1638993 T7470 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1638993 T7470 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1638994 T7470 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 1638994 T7470 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1638994 T7470 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1638995 T7470 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1638995 T7470 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1638995 T7470 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:60134/solr
   [junit4]   2> 1638995 T7470 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1638996 T7470 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1638997 T7470 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1638999 T7493 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@5d1d2b name:ZooKeeperConnection 
Watcher:127.0.0.1:60134 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1639000 T7470 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1639000 T7470 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1639003 T7470 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1639004 T7496 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@6e117d name:ZooKeeperConnection 
Watcher:127.0.0.1:60134/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1639005 T7470 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1639006 T7470 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 1639009 T7470 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1639012 T7470 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 1639015 T7470 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1639017 T7470 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1639020 T7470 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1639022 T7470 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 1639025 T7470 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 1639026 T7470 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60141_l%2Fl
   [junit4]   2> 1639027 T7470 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:60141_l%2Fl
   [junit4]   2> 1639029 T7470 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 1639031 T7470 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 1639033 T7470 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1639035 T7470 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:60141_l%2Fl
   [junit4]   2> 1639035 T7470 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 1639037 T7470 oasc.Overseer.start Overseer 
(id=93523818641162243-127.0.0.1:60141_l%2Fl-n_0000000000) starting
   [junit4]   2> 1639040 T7470 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 1639048 T7470 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1639048 T7498 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 1639049 T7470 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1639049 T7497 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 1639053 T7470 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\control-001\cores
   [junit4]   2> 1639055 T7470 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: 
{absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\control-001\cores\collection1\, 
instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\control-001\cores\collection1, name=collection1, 
collection=control_collection, schema=schema.xml, loadOnStartup=true, 
config=solrconfig.xml, coreNodeName=, shard=, transient=false, dataDir=data\}
   [junit4]   2> 1639055 T7470 oasc.CorePropertiesLocator.discoverUnder Found 
core collection1 in 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\control-001\cores\collection1\
   [junit4]   2> 1639055 T7470 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 1639056 T7500 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 1639056 T7500 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1639057 T7500 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 1639057 T7496 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1639059 T7497 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "shard":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:60141/l/l";,
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "node_name":"127.0.0.1:60141_l%2Fl",
   [junit4]   2>          "operation":"state"} current state version: 0
   [junit4]   2> 1639059 T7497 oasco.ReplicaMutator.updateState Update state 
numShards=1 message={
   [junit4]   2>          "shard":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:60141/l/l";,
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "node_name":"127.0.0.1:60141_l%2Fl",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1639060 T7497 oasco.ClusterStateMutator.createCollection 
building a new cName: control_collection
   [junit4]   2> 1639060 T7497 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 1639061 T7496 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> 1640047 T7500 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 1640047 T7500 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 1640048 T7500 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 1640048 T7500 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 1640049 T7500 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 1640049 T7500 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\control-001\cores\collection1\'
   [junit4]   2> 1640065 T7500 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 1640067 T7500 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 1640076 T7500 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 1640093 T7500 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.1.0
   [junit4]   2> 1640141 T7500 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1640143 T7500 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 1640151 T7500 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 1640433 T7500 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 1640436 T7500 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1640437 T7500 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1640442 T7500 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1640463 T7500 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 1640463 T7500 oasc.SolrCore.initDirectoryFactory 
solr.StandardDirectoryFactory
   [junit4]   2> 1640464 T7500 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\control-001\cores\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\control-001\cores\collection1\data\
   [junit4]   2> 1640465 T7500 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@a1d4a6
   [junit4]   2> 1640466 T7500 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\control-001\cores\collection1\data
   [junit4]   2> 1640466 T7500 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\control-001\cores\collection1\data\index/
   [junit4]   2> 1640467 T7500 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\control-001\cores\collection1\data\index' doesn't exist. 
Creating new index...
   [junit4]   2> 1640468 T7500 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\control-001\cores\collection1\data\index
   [junit4]   2> 1640476 T7500 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=50, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=false, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1640479 T7500 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 
DB91356C52B089DD-001\control-001\cores\collection1\data\index,segFN=segments_1,generation=1}
   [junit4]   2> 1640480 T7500 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1640483 T7500 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1640483 T7500 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 1640483 T7500 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1640483 T7500 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1640484 T7500 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1640484 T7500 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1640484 T7500 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1640484 T7500 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1640485 T7500 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1640491 T7500 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1640492 T7500 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1640494 T7500 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1640496 T7500 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1640500 T7500 oasc.RequestHandlers.initHandlersFromConfig 
Registered paths: 
/admin/plugins,/admin/file,/config,/update/json,/update,/admin/properties,/admin/luke,standard,/admin/threads,/replication,/admin/logging,/update/csv,/get,/admin/system,/update/json/docs,/schema,/admin/segments,/admin/mbeans,/admin/ping
   [junit4]   2> 1640501 T7500 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1640502 T7500 oasu.UpdateHandler.<init> Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1640502 T7500 oasu.UpdateLog.init Initializing UpdateLog: 
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1640502 T7500 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 1640502 T7500 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 1640504 T7500 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=18, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=false, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1640504 T7500 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 
DB91356C52B089DD-001\control-001\cores\collection1\data\index,segFN=segments_1,generation=1}
   [junit4]   2> 1640505 T7500 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1640505 T7500 oass.SolrIndexSearcher.<init> Opening 
Searcher@b7a6a6[collection1] main
   [junit4]   2> 1640505 T7500 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 1640506 T7500 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 1640507 T7500 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1640507 T7500 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1640507 T7500 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 1640508 T7500 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1640508 T7500 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1640509 T7500 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1640509 T7500 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 1640509 T7500 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 1640510 T7500 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 1640510 T7501 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@b7a6a6[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1640512 T7504 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:60141/l/l 
collection:control_collection shard:shard1
   [junit4]   2> 1640512 T7470 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 1640512 T7470 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 1640513 T7470 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1640513 T7504 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1640514 T7470 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1640516 T7507 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@13b8160 name:ZooKeeperConnection 
Watcher:127.0.0.1:60134/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1640516 T7470 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1640517 T7470 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1640517 T7470 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1640520 T7504 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard1
   [junit4]   2> 1640521 T7470 oasc.ChaosMonkey.monkeyLog monkey: init - expire 
sessions:false cause connection loss:false
   [junit4]   2> 1640521 T7496 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1640522 T7504 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 1640522 T7504 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3431 name=collection1 
org.apache.solr.core.SolrCore@1b04727 
url=http://127.0.0.1:60141/l/l/collection1 node=127.0.0.1:60141_l%2Fl 
C3431_STATE=coll:control_collection core:collection1 props:{core=collection1, 
state=down, base_url=http://127.0.0.1:60141/l/l, 
node_name=127.0.0.1:60141_l%2Fl}
   [junit4]   2> 1640522 T7504 C3431 P60141 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:60141/l/l/collection1/
   [junit4]   2> 1640522 T7504 C3431 P60141 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 1640523 T7504 C3431 P60141 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:60141/l/l/collection1/ has no replicas
   [junit4]   2> 1640523 T7504 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: http://127.0.0.1:60141/l/l/collection1/ shard1
   [junit4]   2> 1640524 T7504 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 1640524 T7497 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection"} current state 
version: 1
   [junit4]   2> 1640529 T7496 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1640530 T7497 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "base_url":"http://127.0.0.1:60141/l/l";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 1
   [junit4]   2> 1640632 T7496 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> 1640632 T7507 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> 1640680 T7504 oasc.ZkController.register We are 
http://127.0.0.1:60141/l/l/collection1/ and leader is 
http://127.0.0.1:60141/l/l/collection1/
   [junit4]   2> 1640680 T7504 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:60141/l/l
   [junit4]   2> 1640680 T7504 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 1640680 T7504 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 1640680 T7504 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1640682 T7496 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1640683 T7497 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:60141/l/l";,
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "node_name":"127.0.0.1:60141_l%2Fl",
   [junit4]   2>          "operation":"state"} current state version: 2
   [junit4]   2> 1640683 T7497 oasco.ReplicaMutator.updateState Update state 
numShards=1 message={
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:60141/l/l";,
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "node_name":"127.0.0.1:60141_l%2Fl",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1640786 T7496 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> 1640786 T7507 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> 1640791 T7470 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-1-001\cores\collection1
   [junit4]   2> 1640793 T7470 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1 in directory 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-1-001
   [junit4]   2> 1640793 T7470 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1640797 T7470 oejs.AbstractConnector.doStart Started 
[email protected]:60153
   [junit4]   2> 1640798 T7470 oascse.JettySolrRunner$1.lifeCycleStarted Jetty 
properties: {hostPort=60153, solrconfig=solrconfig.xml, 
solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\tempDir-001/jetty1, 
coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-1-001\cores, hostContext=/l/l}
   [junit4]   2> 1640798 T7470 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@14b7453
   [junit4]   2> 1640798 T7470 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-1-001\'
   [junit4]   2> 1640828 T7470 oasc.SolrXmlConfig.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-1-001\solr.xml
   [junit4]   2> 1640850 T7470 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-1-001\cores
   [junit4]   2> 1640850 T7470 oasc.CoreContainer.<init> New CoreContainer 
1376529
   [junit4]   2> 1640851 T7470 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-1-001\]
   [junit4]   2> 1640851 T7470 oasc.CoreContainer.load loading shared library: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-1-001\lib
   [junit4]   2> 1640851 T7470 oasc.SolrResourceLoader.addToClassLoader WARN 
Can't find (or read) directory to add to classloader: lib (resolved as: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-1-001\lib).
   [junit4]   2> 1640858 T7470 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 1640858 T7470 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 1640858 T7470 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 1640858 T7470 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1640859 T7470 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 1640859 T7470 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1640859 T7470 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1640859 T7470 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1640860 T7470 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1640860 T7470 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1640860 T7470 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 1640860 T7470 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1640861 T7470 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1640861 T7470 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1640861 T7470 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1640861 T7470 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:60134/solr
   [junit4]   2> 1640862 T7470 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1640862 T7470 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1640863 T7470 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1640864 T7519 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@7684d6 name:ZooKeeperConnection 
Watcher:127.0.0.1:60134 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1640865 T7470 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1640865 T7470 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1640868 T7470 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1640869 T7522 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@55fa50 name:ZooKeeperConnection 
Watcher:127.0.0.1:60134/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1640869 T7470 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1640876 T7470 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1641771 T7470 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60153_l%2Fl
   [junit4]   2> 1641773 T7470 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:60153_l%2Fl
   [junit4]   2> 1641775 T7470 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1641779 T7470 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-1-001\cores
   [junit4]   2> 1641780 T7470 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: 
{collection=collection1, 
instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-1-001\cores\collection1, schema=schema.xml, 
coreNodeName=, shard=, loadOnStartup=true, dataDir=data\, name=collection1, 
absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-1-001\cores\collection1\, transient=false, 
config=solrconfig.xml}
   [junit4]   2> 1641780 T7470 oasc.CorePropertiesLocator.discoverUnder Found 
core collection1 in 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-1-001\cores\collection1\
   [junit4]   2> 1641780 T7470 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 1641781 T7523 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 1641781 T7523 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1641782 T7523 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 1641782 T7496 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1641783 T7497 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "shard":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:60153/l/l";,
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "node_name":"127.0.0.1:60153_l%2Fl",
   [junit4]   2>          "operation":"state"} current state version: 3
   [junit4]   2> 1641784 T7497 oasco.ReplicaMutator.updateState Update state 
numShards=1 message={
   [junit4]   2>          "shard":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:60153/l/l";,
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "node_name":"127.0.0.1:60153_l%2Fl",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1641784 T7497 oasco.ClusterStateMutator.createCollection 
building a new cName: collection1
   [junit4]   2> 1641785 T7497 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 1641876 T7496 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> 1641876 T7522 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> 1641876 T7507 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> 1642673 T7523 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 1642673 T7523 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 1642674 T7523 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 1642674 T7523 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 1642676 T7523 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1642676 T7523 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-1-001\cores\collection1\'
   [junit4]   2> 1642690 T7523 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 1642691 T7523 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 1642699 T7523 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 1642714 T7523 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.1.0
   [junit4]   2> 1642758 T7523 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1642760 T7523 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 1642766 T7523 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 1643011 T7523 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 1643019 T7523 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1643020 T7523 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1643024 T7523 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1643044 T7523 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 1643044 T7523 oasc.SolrCore.initDirectoryFactory 
solr.StandardDirectoryFactory
   [junit4]   2> 1643044 T7523 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-1-001\cores\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 1643045 T7523 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@a1d4a6
   [junit4]   2> 1643046 T7523 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-1-001\cores\collection1\data
   [junit4]   2> 1643046 T7523 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 1643046 T7523 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-1-001\cores\collection1\data\index' doesn't exist. 
Creating new index...
   [junit4]   2> 1643047 T7523 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 1643047 T7523 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=50, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=false, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1643051 T7523 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 
DB91356C52B089DD-001\shard-1-001\cores\collection1\data\index,segFN=segments_1,generation=1}
   [junit4]   2> 1643051 T7523 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1643054 T7523 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1643054 T7523 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 1643055 T7523 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1643055 T7523 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1643056 T7523 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1643056 T7523 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1643056 T7523 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1643056 T7523 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1643057 T7523 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1643063 T7523 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1643064 T7523 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1643066 T7523 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1643067 T7523 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1643075 T7523 oasc.RequestHandlers.initHandlersFromConfig 
Registered paths: 
/admin/plugins,/admin/file,/config,/update/json,/update,/admin/properties,/admin/luke,standard,/admin/threads,/replication,/admin/logging,/update/csv,/get,/admin/system,/update/json/docs,/schema,/admin/segments,/admin/mbeans,/admin/ping
   [junit4]   2> 1643076 T7523 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1643077 T7523 oasu.UpdateHandler.<init> Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1643077 T7523 oasu.UpdateLog.init Initializing UpdateLog: 
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1643078 T7523 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 1643078 T7523 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 1643079 T7523 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=18, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=false, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1643079 T7523 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 
DB91356C52B089DD-001\shard-1-001\cores\collection1\data\index,segFN=segments_1,generation=1}
   [junit4]   2> 1643080 T7523 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1643080 T7523 oass.SolrIndexSearcher.<init> Opening 
Searcher@5234e8[collection1] main
   [junit4]   2> 1643080 T7523 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 1643082 T7523 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1643082 T7523 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1643082 T7523 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1643082 T7523 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 1643082 T7523 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1643083 T7523 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1643083 T7523 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1643083 T7523 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 1643084 T7523 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 1643085 T7524 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@5234e8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1643085 T7523 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 1643086 T7527 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:60153/l/l collection:collection1 
shard:shard1
   [junit4]   2> 1643087 T7470 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 1643087 T7470 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 1643088 T7527 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1643094 T7527 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard1
   [junit4]   2> 1643096 T7496 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1643096 T7527 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 1643096 T7527 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3432 name=collection1 
org.apache.solr.core.SolrCore@b5bb1f url=http://127.0.0.1:60153/l/l/collection1 
node=127.0.0.1:60153_l%2Fl C3432_STATE=coll:collection1 core:collection1 
props:{core=collection1, state=down, base_url=http://127.0.0.1:60153/l/l, 
node_name=127.0.0.1:60153_l%2Fl}
   [junit4]   2> 1643097 T7527 C3432 P60153 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:60153/l/l/collection1/
   [junit4]   2> 1643097 T7527 C3432 P60153 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 1643097 T7527 C3432 P60153 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:60153/l/l/collection1/ has no replicas
   [junit4]   2> 1643097 T7527 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: http://127.0.0.1:60153/l/l/collection1/ shard1
   [junit4]   2> 1643097 T7527 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard1
   [junit4]   2> 1643097 T7497 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"collection1"} current state version: 4
   [junit4]   2> 1643102 T7496 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1643103 T7497 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:60153/l/l";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 4
   [junit4]   2> 1643196 T7522 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> 1643196 T7507 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> 1643196 T7496 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> 1643239 T7527 oasc.ZkController.register We are 
http://127.0.0.1:60153/l/l/collection1/ and leader is 
http://127.0.0.1:60153/l/l/collection1/
   [junit4]   2> 1643239 T7527 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:60153/l/l
   [junit4]   2> 1643239 T7527 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 1643239 T7527 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 1643239 T7527 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1643240 T7496 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1643241 T7497 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:60153/l/l";,
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "node_name":"127.0.0.1:60153_l%2Fl",
   [junit4]   2>          "operation":"state"} current state version: 5
   [junit4]   2> 1643242 T7497 oasco.ReplicaMutator.updateState Update state 
numShards=1 message={
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:60153/l/l";,
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "node_name":"127.0.0.1:60153_l%2Fl",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1643335 T7522 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> 1643335 T7507 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> 1643335 T7496 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> 1643366 T7470 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-2-001\cores\collection1
   [junit4]   2> 1643368 T7470 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2 in directory 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-2-001
   [junit4]   2> 1643368 T7470 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1643373 T7470 oejs.AbstractConnector.doStart Started 
[email protected]:60162
   [junit4]   2> 1643374 T7470 oascse.JettySolrRunner$1.lifeCycleStarted Jetty 
properties: {hostPort=60162, hostContext=/l/l, 
coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-2-001\cores, solrconfig=solrconfig.xml, 
solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\tempDir-001/jetty2}
   [junit4]   2> 1643374 T7470 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@14b7453
   [junit4]   2> 1643374 T7470 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-2-001\'
   [junit4]   2> 1643405 T7470 oasc.SolrXmlConfig.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-2-001\solr.xml
   [junit4]   2> 1643432 T7470 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-2-001\cores
   [junit4]   2> 1643432 T7470 oasc.CoreContainer.<init> New CoreContainer 
12370006
   [junit4]   2> 1643433 T7470 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-2-001\]
   [junit4]   2> 1643433 T7470 oasc.CoreContainer.load loading shared library: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-2-001\lib
   [junit4]   2> 1643433 T7470 oasc.SolrResourceLoader.addToClassLoader WARN 
Can't find (or read) directory to add to classloader: lib (resolved as: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-2-001\lib).
   [junit4]   2> 1643440 T7470 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 1643440 T7470 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 1643441 T7470 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 1643441 T7470 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1643441 T7470 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 1643441 T7470 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1643441 T7470 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1643441 T7470 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1643441 T7470 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1643441 T7470 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1643442 T7470 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 1643442 T7470 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1643442 T7470 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1643443 T7470 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1643443 T7470 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1643443 T7470 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:60134/solr
   [junit4]   2> 1643443 T7470 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1643443 T7470 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1643445 T7470 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1643448 T7539 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@119b564 name:ZooKeeperConnection 
Watcher:127.0.0.1:60134 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1643448 T7470 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1643448 T7470 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1643450 T7470 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1643452 T7542 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1b422e6 name:ZooKeeperConnection 
Watcher:127.0.0.1:60134/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1643452 T7470 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1643458 T7470 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1644355 T7470 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60162_l%2Fl
   [junit4]   2> 1644356 T7470 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:60162_l%2Fl
   [junit4]   2> 1644359 T7470 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1644361 T7470 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-2-001\cores
   [junit4]   2> 1644362 T7470 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: 
{schema=schema.xml, name=collection1, collection=collection1, 
config=solrconfig.xml, coreNodeName=, dataDir=data\, transient=false, 
absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-2-001\cores\collection1\, loadOnStartup=true, 
shard=, 
instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-2-001\cores\collection1}
   [junit4]   2> 1644363 T7470 oasc.CorePropertiesLocator.discoverUnder Found 
core collection1 in 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-2-001\cores\collection1\
   [junit4]   2> 1644363 T7470 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 1644364 T7543 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 1644364 T7543 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1644365 T7543 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 1644365 T7496 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1644366 T7497 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "shard":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:60162/l/l";,
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "node_name":"127.0.0.1:60162_l%2Fl",
   [junit4]   2>          "operation":"state"} current state version: 6
   [junit4]   2> 1644366 T7497 oasco.ReplicaMutator.updateState Update state 
numShards=1 message={
   [junit4]   2>          "shard":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:60162/l/l";,
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "node_name":"127.0.0.1:60162_l%2Fl",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1644366 T7497 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=1
   [junit4]   2> 1644366 T7497 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 1644459 T7542 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> 1644459 T7507 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> 1644459 T7522 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> 1644459 T7496 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> 1645256 T7543 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 1645256 T7543 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 1645257 T7543 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 1645257 T7543 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 1645257 T7543 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1645257 T7543 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-2-001\cores\collection1\'
   [junit4]   2> 1645274 T7543 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 1645277 T7543 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 1645285 T7543 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 1645310 T7543 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.1.0
   [junit4]   2> 1645347 T7543 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1645349 T7543 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 1645355 T7543 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 1645620 T7543 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 1645622 T7543 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1645624 T7543 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1645626 T7543 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1645646 T7543 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 1645646 T7543 oasc.SolrCore.initDirectoryFactory 
solr.StandardDirectoryFactory
   [junit4]   2> 1645647 T7543 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-2-001\cores\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 1645647 T7543 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@a1d4a6
   [junit4]   2> 1645648 T7543 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-2-001\cores\collection1\data
   [junit4]   2> 1645649 T7543 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-2-001\cores\collection1\data\index/
   [junit4]   2> 1645650 T7543 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-2-001\cores\collection1\data\index' doesn't exist. 
Creating new index...
   [junit4]   2> 1645650 T7543 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 DB91356C52B089DD-001\shard-2-001\cores\collection1\data\index
   [junit4]   2> 1645651 T7543 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=50, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=false, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1645653 T7543 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 
DB91356C52B089DD-001\shard-2-001\cores\collection1\data\index,segFN=segments_1,generation=1}
   [junit4]   2> 1645654 T7543 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1645657 T7543 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1645658 T7543 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 1645658 T7543 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1645658 T7543 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1645658 T7543 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1645658 T7543 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1645659 T7543 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1645659 T7543 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1645659 T7543 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1645664 T7543 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1645665 T7543 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1645667 T7543 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1645669 T7543 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1645676 T7543 oasc.RequestHandlers.initHandlersFromConfig 
Registered paths: 
/admin/plugins,/admin/file,/config,/update/json,/update,/admin/properties,/admin/luke,standard,/admin/threads,/replication,/admin/logging,/update/csv,/get,/admin/system,/update/json/docs,/schema,/admin/segments,/admin/mbeans,/admin/ping
   [junit4]   2> 1645677 T7543 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1645678 T7543 oasu.UpdateHandler.<init> Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1645678 T7543 oasu.UpdateLog.init Initializing UpdateLog: 
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1645679 T7543 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 1645679 T7543 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 1645680 T7543 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=18, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=false, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1645681 T7543 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest
 
DB91356C52B089DD-001\shard-2-001\cores\collection1\data\index,segFN=segments_1,generation=1}
   [junit4]   2> 1645681 T7543 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1645682 T7543 oass.SolrIndexSearcher.<init> Opening 
Searcher@4c9e5f[collection1] main
   [junit4]   2> 1645682 T7543 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 1645684 T7543 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1645684 T7543 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1645684 T7543 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1645684 T7543 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 1645684 T7543 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1645685 T7543 oasr.ManagedResourceStorage$ZooKeeperSto

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

11 T8853 oasco.ZkStateWriter.writePendingUpdates going to update_collection 
/collections/ocptest2/state.json version: 16
   [junit4]   2> 1995713 T8853 oasc.Overseer$ClusterStateUpdater.run Overseer 
Loop exiting : 127.0.0.1:61634_
   [junit4]   2> 1995715 T8736 oaz.ClientCnxn$EventThread.processEvent ERROR 
Error while calling watcher  java.util.concurrent.RejectedExecutionException: 
Task java.util.concurrent.FutureTask@10b52ac rejected from 
java.util.concurrent.ThreadPoolExecutor@17d9b3d[Shutting down, pool size = 2, 
active threads = 0, queued tasks = 0, completed tasks = 98]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2048)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
   [junit4]   2>        at 
java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:110)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:261)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 1995729 T8623 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 1995942 T8623 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:61582 61582
   [junit4]   2> 1998419 T8624 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:61582 61582
   [junit4]   2> 1998421 T8624 oasc.ZkTestServer$ZKServerMain.runFromConfig 
WARN Watch limit violations: 
   [junit4]   2>        Maximum concurrent create/delete watches above limit:
   [junit4]   2>        
   [junit4]   2>                6       /solr/aliases.json
   [junit4]   2>                6       /solr/clusterstate.json
   [junit4]   2>                5       /solr/configs/conf1
   [junit4]   2>                4       /solr/collections/ocptest1/state.json
   [junit4]   2>                4       /solr/collections/ocptest4/state.json
   [junit4]   2>                4       /solr/collections/ocptest3/state.json
   [junit4]   2>                4       /solr/collections/ocptest2/state.json
   [junit4]   2>                4       
/solr/collections/ocptest_shardsplit/state.json
   [junit4]   2>        
   [junit4]   2>        Maximum concurrent children watches above limit:
   [junit4]   2>        
   [junit4]   2>                6       /solr/live_nodes
   [junit4]   2>                5       /solr/overseer/queue
   [junit4]   2>                5       /solr/overseer/collection-queue-work
   [junit4]   2>        
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=MultiThreadedOCPTest -Dtests.method=test 
-Dtests.seed=DB91356C52B089DD -Dtests.slow=true -Dtests.locale=ar_OM 
-Dtests.timezone=America/Juneau -Dtests.asserts=true 
-Dtests.file.encoding=Cp1252
   [junit4] FAILURE 46.8s J1 | MultiThreadedOCPTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Mutual exclusion 
failed. Found more than one task running for the same collection
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([DB91356C52B089DD:53C50AB6FC4CE425]:0)
   [junit4]    >        at 
org.apache.solr.cloud.MultiThreadedOCPTest.testTaskExclusivity(MultiThreadedOCPTest.java:149)
   [junit4]    >        at 
org.apache.solr.cloud.MultiThreadedOCPTest.test(MultiThreadedOCPTest.java:71)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1998430 T8623 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest
 DB91356C52B089DD-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {}, 
docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, 
locale=ar_OM, timezone=America/Juneau
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_76 
(32-bit)/cpus=3,threads=1,free=67195144,total=212025344
   [junit4]   2> NOTE: All tests run in this JVM: [TestPseudoReturnFields, 
TestCodecSupport, TestShardHandlerFactory, HighlighterTest, TestFastWriter, 
MBeansHandlerTest, TestReRankQParserPlugin, TestCloudPivotFacet, 
OverseerRolesTest, TestRecovery, MinimalSchemaTest, 
TestPHPSerializedResponseWriter, IndexSchemaTest, ExternalFileFieldSortTest, 
DeleteInactiveReplicaTest, TestLeaderElectionZkExpiry, TestSolr4Spatial, 
TestTrie, TestSimpleTrackingShardHandler, SpatialFilterTest, 
CSVRequestHandlerTest, TestPivotHelperCode, DistributedTermsComponentTest, 
TestZkChroot, TestOverriddenPrefixQueryForCustomFieldType, TestTolerantSearch, 
TestSolrDeletionPolicy1, TestConfigReload, TestSuggestSpellingConverter, 
TestJettySolrRunner, BasicDistributedZk2Test, ShardSplitTest, 
SpellCheckComponentTest, AssignTest, BasicZkTest, 
SegmentsInfoRequestHandlerTest, SolrXmlInZkTest, BadIndexSchemaTest, 
BlockCacheTest, ReturnFieldsTest, TestJoin, NotRequiredUniqueKeyTest, 
TestRangeQuery, TestSolrQueryParserDefaultOperatorResource, 
ExitableDirectoryReaderTest, TestStressUserVersions, TestDefaultStatsCache, 
TestSearchPerf, DistributedQueryComponentOptimizationTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, TestDocSet, DateMathParserTest, 
TestRandomFaceting, HdfsLockFactoryTest, TestClassNameShortening, 
RegexBoostProcessorTest, FileBasedSpellCheckerTest, TestDistributedGrouping, 
TermVectorComponentDistributedTest, SolrRequestParserTest, TestCryptoKeys, 
UpdateParamsTest, EnumFieldTest, TestDynamicFieldResource, 
XsltUpdateRequestHandlerTest, CustomCollectionTest, SolrIndexConfigTest, 
ChaosMonkeySafeLeaderTest, TestDFRSimilarityFactory, ResourceLoaderTest, 
ZkSolrClientTest, CurrencyFieldXmlFileTest, TestCollectionAPI, 
TestAddFieldRealTimeGet, SpellPossibilityIteratorTest, 
TestCollapseQParserPlugin, TestSolrJ, TestChildDocTransformer, 
TestSolrDeletionPolicy2, ResponseHeaderTest, TestSolrCoreProperties, 
SolrTestCaseJ4Test, TestSerializedLuceneMatchVersion, SpellCheckCollatorTest, 
DocumentBuilderTest, TestDynamicFieldCollectionResource, HdfsSyncSliceTest, 
TestCloudManagedSchema, TestSchemaManager, TestFuzzyAnalyzedSuggestions, 
TestRealTimeGet, TestFastOutputStream, TestRequestStatusCollectionAPI, 
RecoveryAfterSoftCommitTest, TestSchemaVersionResource, 
DistributedMLTComponentTest, TestFoldingMultitermQuery, SearchHandlerTest, 
TestSolrQueryParserResource, MoreLikeThisHandlerTest, ConvertedLegacyTest, 
OverseerCollectionProcessorTest, TestIntervalFaceting, 
TestCopyFieldCollectionResource, CursorMarkTest, RequestLoggingTest, 
DateFieldTest, TestLRUStatsCache, CollectionsAPIAsyncDistributedZkTest, 
HdfsDirectoryFactoryTest, SuggesterTSTTest, TestBadConfig, 
FullSolrCloudDistribCmdsTest, TestQuerySenderNoQuery, TestSolrQueryParser, 
TestMergePolicyConfig, SyncSliceTest, OpenCloseCoreStressTest, OverseerTest, 
RecoveryZkTest, TestReplicationHandler, AutoCommitTest, TestFaceting, 
ZkControllerTest, TestStressReorder, TestReload, TestStressVersions, 
HardAutoCommitTest, SimpleFacetsTest, StatsComponentTest, TestGroupingSearch, 
SolrCmdDistributorTest, TestFiltering, TestFunctionQuery, 
BasicFunctionalityTest, DirectUpdateHandlerTest, SoftAutoCommitTest, 
SolrIndexSplitterTest, AnalysisAfterCoreReloadTest, SuggesterWFSTTest, 
PolyFieldTest, WordBreakSolrSpellCheckerTest, SolrCoreCheckLockOnStartupTest, 
TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, 
SortByFunctionTest, DocValuesMultiTest, DebugComponentTest, 
DisMaxRequestHandlerTest, TestWriterPerf, TestReversedWildcardFilterFactory, 
PrimitiveFieldTypeTest, XmlUpdateRequestHandlerTest, TermVectorComponentTest, 
LoggingHandlerTest, UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, 
JsonLoaderTest, TestPartialUpdateDeduplication, TestBinaryResponseWriter, 
TestQuerySenderListener, TestSolrIndexConfig, ResponseLogComponentTest, 
MultiTermTest, TestLuceneMatchVersion, TestCharFilters, 
TestSweetSpotSimilarityFactory, TestLMDirichletSimilarityFactory, 
TestBM25SimilarityFactory, TestJmxMonitoredMap, 
OpenExchangeRatesOrgProviderTest, PluginInfoTest, TestFastLRUCache, 
ChaosMonkeyNothingIsSafeTest, AsyncMigrateRouteKeyTest, ConnectionManagerTest, 
DeleteReplicaTest, DistribJoinFromCollectionTest, HttpPartitionTest, 
MultiThreadedOCPTest]
   [junit4] Completed on J1 in 46.83s, 1 test, 1 failure <<< FAILURES!

[...truncated 324 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: 
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509:
 The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370:
 The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976:
 There were test failures: 475 suites, 1892 tests, 2 failures, 57 ignored (30 
assumptions)

Total time: 63 minutes 49 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_76 -client 
-XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to