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

4 tests failed.
REGRESSION:  org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.testDistribSearch

Error Message:
The Monkey ran for over 20 seconds and no jetties were stopped - this is worth 
investigating!

Stack Trace:
java.lang.AssertionError: The Monkey ran for over 20 seconds and no jetties 
were stopped - this is worth investigating!
        at 
__randomizedtesting.SeedInfo.seed([9A887F063BF0EBD8:1B6EF11E4CAF8BE4]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.apache.solr.cloud.ChaosMonkey.stopTheMonkey(ChaosMonkey.java:535)
        at 
org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.doTest(ChaosMonkeySafeLeaderTest.java:140)
        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)


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

Error Message:
2 threads leaked from SUITE scope at 
org.apache.solr.cloud.ChaosMonkeySafeLeaderTest:     1) Thread[id=284, 
name=StopableIndexingThread, state=TIMED_WAITING, 
group=TGRP-ChaosMonkeySafeLeaderTest]         at java.lang.Thread.sleep(Native 
Method)         at 
org.apache.solr.cloud.StopableIndexingThread.run(StopableIndexingThread.java:121)
    2) Thread[id=285, name=StopableIndexingThread, state=TIMED_WAITING, 
group=TGRP-ChaosMonkeySafeLeaderTest]         at java.lang.Thread.sleep(Native 
Method)         at 
org.apache.solr.cloud.StopableIndexingThread.run(StopableIndexingThread.java:121)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE 
scope at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest: 
   1) Thread[id=284, name=StopableIndexingThread, state=TIMED_WAITING, 
group=TGRP-ChaosMonkeySafeLeaderTest]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.solr.cloud.StopableIndexingThread.run(StopableIndexingThread.java:121)
   2) Thread[id=285, name=StopableIndexingThread, state=TIMED_WAITING, 
group=TGRP-ChaosMonkeySafeLeaderTest]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.solr.cloud.StopableIndexingThread.run(StopableIndexingThread.java:121)
        at __randomizedtesting.SeedInfo.seed([9A887F063BF0EBD8]:0)


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

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=284, name=StopableIndexingThread, state=BLOCKED, 
group=TGRP-ChaosMonkeySafeLeaderTest]         at 
java.io.PrintStream.println(PrintStream.java:806)         at 
org.apache.solr.cloud.StopableIndexingThread.run(StopableIndexingThread.java:107)
    2) Thread[id=285, name=StopableIndexingThread, state=RUNNABLE, 
group=TGRP-ChaosMonkeySafeLeaderTest]         at 
java.io.FileOutputStream.writeBytes(Native Method)         at 
java.io.FileOutputStream.write(FileOutputStream.java:345)         at 
java.io.BufferedOutputStream.write(BufferedOutputStream.java:122)         at 
com.carrotsearch.ant.tasks.junit4.slave.EventsOutputStream.write(EventsOutputStream.java:28)
         at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)         
at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:282)         at 
sun.nio.cs.StreamEncoder.write(StreamEncoder.java:125)         at 
sun.nio.cs.StreamEncoder.write(StreamEncoder.java:113)         at 
java.io.OutputStreamWriter.write(OutputStreamWriter.java:194)         at 
com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.stream.JsonWriter.string(JsonWriter.java:535)
         at 
com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.stream.JsonWriter.value(JsonWriter.java:364)
         at 
com.carrotsearch.ant.tasks.junit4.events.Serializer.serialize(Serializer.java:86)
         at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain$4.write(SlaveMain.java:410)   
      at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82) 
        at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)    
     at java.io.PrintStream.flush(PrintStream.java:338)         at 
java.io.FilterOutputStream.flush(FilterOutputStream.java:140)         at 
java.io.PrintStream.write(PrintStream.java:482)         at 
sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)         at 
sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:291)         at 
sun.nio.cs.StreamEncoder.flushBuffer(StreamEncoder.java:104)         at 
java.io.OutputStreamWriter.flushBuffer(OutputStreamWriter.java:185)         at 
java.io.PrintStream.newLine(PrintStream.java:546)         at 
java.io.PrintStream.println(PrintStream.java:824)         at 
java.lang.Throwable$WrappedPrintStream.println(Throwable.java:748)         at 
java.lang.Throwable.printStackTrace(Throwable.java:658)         at 
java.lang.Throwable.printStackTrace(Throwable.java:643)         at 
java.lang.Throwable.printStackTrace(Throwable.java:634)         at 
org.apache.solr.cloud.StopableIndexingThread.run(StopableIndexingThread.java:108)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=284, name=StopableIndexingThread, state=BLOCKED, 
group=TGRP-ChaosMonkeySafeLeaderTest]
        at java.io.PrintStream.println(PrintStream.java:806)
        at 
org.apache.solr.cloud.StopableIndexingThread.run(StopableIndexingThread.java:107)
   2) Thread[id=285, name=StopableIndexingThread, state=RUNNABLE, 
group=TGRP-ChaosMonkeySafeLeaderTest]
        at java.io.FileOutputStream.writeBytes(Native Method)
        at java.io.FileOutputStream.write(FileOutputStream.java:345)
        at java.io.BufferedOutputStream.write(BufferedOutputStream.java:122)
        at 
com.carrotsearch.ant.tasks.junit4.slave.EventsOutputStream.write(EventsOutputStream.java:28)
        at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)
        at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:282)
        at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:125)
        at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:113)
        at java.io.OutputStreamWriter.write(OutputStreamWriter.java:194)
        at 
com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.stream.JsonWriter.string(JsonWriter.java:535)
        at 
com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.stream.JsonWriter.value(JsonWriter.java:364)
        at 
com.carrotsearch.ant.tasks.junit4.events.Serializer.serialize(Serializer.java:86)
        at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain$4.write(SlaveMain.java:410)
        at 
java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
        at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
        at java.io.PrintStream.flush(PrintStream.java:338)
        at java.io.FilterOutputStream.flush(FilterOutputStream.java:140)
        at java.io.PrintStream.write(PrintStream.java:482)
        at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)
        at sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:291)
        at sun.nio.cs.StreamEncoder.flushBuffer(StreamEncoder.java:104)
        at java.io.OutputStreamWriter.flushBuffer(OutputStreamWriter.java:185)
        at java.io.PrintStream.newLine(PrintStream.java:546)
        at java.io.PrintStream.println(PrintStream.java:824)
        at java.lang.Throwable$WrappedPrintStream.println(Throwable.java:748)
        at java.lang.Throwable.printStackTrace(Throwable.java:658)
        at java.lang.Throwable.printStackTrace(Throwable.java:643)
        at java.lang.Throwable.printStackTrace(Throwable.java:634)
        at 
org.apache.solr.cloud.StopableIndexingThread.run(StopableIndexingThread.java:108)
        at __randomizedtesting.SeedInfo.seed([9A887F063BF0EBD8]:0)


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

Error Message:
No live SolrServers available to handle this request:[https://127.0.0.1:21199, 
https://127.0.0.1:42998, https://127.0.0.1:58576, https://127.0.0.1:36320, 
https://127.0.0.1:32977]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request:[https://127.0.0.1:21199, https://127.0.0.1:42998, 
https://127.0.0.1:58576, https://127.0.0.1:36320, https://127.0.0.1:32977]
        at 
__randomizedtesting.SeedInfo.seed([9A887F063BF0EBD8:1B6EF11E4CAF8BE4]:0)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:322)
        at 
org.apache.solr.client.solrj.impl.CloudSolrServer.sendRequest(CloudSolrServer.java:880)
        at 
org.apache.solr.client.solrj.impl.CloudSolrServer.requestWithRetryOnStaleState(CloudSolrServer.java:658)
        at 
org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:601)
        at 
org.apache.solr.cloud.DeleteReplicaTest.removeAndWaitForReplicaGone(DeleteReplicaTest.java:172)
        at 
org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:145)
        at 
org.apache.solr.cloud.DeleteReplicaTest.doTest(DeleteReplicaTest.java:89)
        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Could not 
 remove replica : delLiveColl/shard1/core_node1
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:570)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:343)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:304)
        ... 47 more




Build Log:
[...truncated 11413 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest
   [junit4]   2> Creating dataDir: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/init-core-data-001
   [junit4]   2> 114933 T188 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl 
(false) and clientAuth (false)
   [junit4]   2> 114933 T188 oas.BaseDistributedSearchTestCase.initHostContext 
Setting hostContext system property: /jruk/
   [junit4]   2> 114951 T188 oas.SolrTestCaseJ4.setUp ###Starting 
testDistribSearch
   [junit4]   2> 114989 T188 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 115000 T189 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 115302 T188 oasc.ZkTestServer.run start zk server on port:64683
   [junit4]   2> 115314 T188 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 115627 T188 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 115800 T195 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@2323368c 
name:ZooKeeperConnection Watcher:127.0.0.1:64683 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 115801 T188 oascc.ConnectionManager.waitForConnected Client is 
connected to ZooKeeper
   [junit4]   2> 115802 T188 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 115813 T188 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 115935 T188 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 115937 T188 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 115939 T197 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@6837725 name:ZooKeeperConnection 
Watcher:127.0.0.1:64683/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 115939 T188 oascc.ConnectionManager.waitForConnected Client is 
connected to ZooKeeper
   [junit4]   2> 115940 T188 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 115948 T188 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 115953 T188 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 115957 T188 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 115961 T188 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 115965 T188 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 115966 T188 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 115973 T188 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 115974 T188 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 115979 T188 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 115980 T188 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 115984 T188 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 115985 T188 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 115990 T188 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 115990 T188 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 115995 T188 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 115996 T188 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 116001 T188 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 116002 T188 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 116007 T188 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 116007 T188 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 116012 T188 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 116013 T188 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 116018 T188 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 116018 T188 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 116023 T188 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 116024 T188 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 118405 T188 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 118411 T188 oejs.AbstractConnector.doStart Started 
[email protected]:64694
   [junit4]   2> 118411 T188 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 118412 T188 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 118413 T188 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-002
   [junit4]   2> 118413 T188 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-002/'
   [junit4]   2> 118478 T188 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-002/solr.xml
   [junit4]   2> 118578 T188 oasc.CoreContainer.<init> New CoreContainer 
430565162
   [junit4]   2> 118579 T188 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-002/]
   [junit4]   2> 118580 T188 oashc.HttpShardHandlerFactory.getParameter Setting 
socketTimeout to: 90000
   [junit4]   2> 118581 T188 oashc.HttpShardHandlerFactory.getParameter Setting 
urlScheme to: 
   [junit4]   2> 118581 T188 oashc.HttpShardHandlerFactory.getParameter Setting 
connTimeout to: 15000
   [junit4]   2> 118582 T188 oashc.HttpShardHandlerFactory.getParameter Setting 
maxConnectionsPerHost to: 20
   [junit4]   2> 118582 T188 oashc.HttpShardHandlerFactory.getParameter Setting 
corePoolSize to: 0
   [junit4]   2> 118583 T188 oashc.HttpShardHandlerFactory.getParameter Setting 
maximumPoolSize to: 2147483647
   [junit4]   2> 118583 T188 oashc.HttpShardHandlerFactory.getParameter Setting 
maxThreadIdleTime to: 5
   [junit4]   2> 118583 T188 oashc.HttpShardHandlerFactory.getParameter Setting 
sizeOfQueue to: -1
   [junit4]   2> 118584 T188 oashc.HttpShardHandlerFactory.getParameter Setting 
fairnessPolicy to: false
   [junit4]   2> 118585 T188 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 118585 T188 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 118586 T188 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 118586 T188 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 118587 T188 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:64683/solr
   [junit4]   2> 118645 T188 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 118646 T188 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 118647 T188 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 118651 T208 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@2456538 name:ZooKeeperConnection 
Watcher:127.0.0.1:64683 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 118651 T188 oascc.ConnectionManager.waitForConnected Client is 
connected to ZooKeeper
   [junit4]   2> 118652 T188 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 118690 T188 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 118692 T210 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@7c0bc409 
name:ZooKeeperConnection Watcher:127.0.0.1:64683/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 118692 T188 oascc.ConnectionManager.waitForConnected Client is 
connected to ZooKeeper
   [junit4]   2> 118730 T188 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 118752 T188 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 118770 T188 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 118776 T188 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 118781 T188 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 118810 T188 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 118813 T188 oasc.ZkController.createEphemeralLiveNode Register 
node as live in ZooKeeper:/live_nodes/127.0.0.1:64694_jruk
   [junit4]   2> 118825 T188 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:64694_jruk
   [junit4]   2> 118831 T188 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 118835 T188 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 118843 T188 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 118879 T188 oasc.OverseerElectionContext.runLeaderProcess I am 
going to be the leader 127.0.0.1:64694_jruk
   [junit4]   2> 118880 T188 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 118884 T188 oasc.Overseer.start Overseer 
(id=92557117267968003-127.0.0.1:64694_jruk-n_0000000000) starting
   [junit4]   2> 118920 T188 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 118976 T188 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 119007 T212 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 119008 T188 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 119012 T188 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 119015 T188 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 119081 T211 oasc.Overseer$ClusterStateUpdater.run Starting to 
work on the main queue
   [junit4]   2> 119108 T214 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 119108 T214 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 119131 T214 oasc.ZkController.waitForCoreNodeName look for our 
core node name
   [junit4]   2> 119140 T215 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 119180 T211 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=1 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "base_url":"http://127.0.0.1:64694/jruk";,
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:64694_jruk",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null}
   [junit4]   2> 119181 T211 oasc.Overseer$ClusterStateUpdater.createCollection 
Create collection control_collection with shards [shard1]
   [junit4]   2> 119220 T211 oasc.Overseer$ClusterStateUpdater.createCollection 
state version control_collection 1
   [junit4]   2> 119243 T211 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard1
   [junit4]   2> 119269 T215 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> 120133 T214 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 120133 T214 oasc.ZkController.createCollectionZkNode Check for 
collection zkNode:control_collection
   [junit4]   2> 120135 T214 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 120135 T214 oascc.ZkStateReader.readConfigName Load collection 
config from:/collections/control_collection
   [junit4]   2> 120137 T214 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 120137 T214 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-002/collection1/'
   [junit4]   2> 120140 T214 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-002/collection1/lib/classes/'
 to classloader
   [junit4]   2> 120141 T214 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-002/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 120142 T214 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-002/collection1/lib/README'
 to classloader
   [junit4]   2> 120308 T214 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
6.0.0
   [junit4]   2> 120377 T214 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 120379 T214 oass.IndexSchema.readSchema Reading Solr Schema 
from schema.xml
   [junit4]   2> 120391 T214 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 120869 T214 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 120873 T214 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 120875 T214 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 120887 T214 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 120947 T214 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 120948 T214 oasc.SolrCore.initDirectoryFactory 
solr.StandardDirectoryFactory
   [junit4]   2> 121030 T214 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-002/collection1/,
 
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-001/control/data/
   [junit4]   2> 121031 T214 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4d0a5970
   [junit4]   2> 121053 T214 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-001/control/data
   [junit4]   2> 121055 T214 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-001/control/data/index/
   [junit4]   2> 121056 T214 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-001/control/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 121057 T214 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-001/control/data/index
   [junit4]   2> 121057 T214 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=29, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 121078 T214 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 121078 T214 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 121090 T214 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 121202 T214 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 121203 T214 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 121203 T214 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 121203 T214 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 121204 T214 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 121204 T214 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 121205 T214 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 121205 T214 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 121214 T214 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 121215 T214 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 121216 T214 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 121218 T214 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 121219 T214 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 121219 T214 oasc.RequestHandlers.initHandlersFromConfig adding 
lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 121220 T214 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 121221 T214 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 121222 T214 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 121223 T214 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 121224 T214 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 121246 T214 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 121248 T214 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 121250 T214 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 121252 T214 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 121268 T214 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 121268 T214 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 121270 T214 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@4e033333
   [junit4]   2> 121272 T214 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 121272 T214 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 121273 T214 oass.SolrIndexSearcher.<init> Opening 
Searcher@57c39581[collection1] main
   [junit4]   2> 121273 T214 oascc.ZkStateReader.readConfigName Load collection 
config from:/collections/control_collection
   [junit4]   2> 121275 T214 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 121276 T214 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 121288 T214 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 121288 T214 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 121289 T214 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 121290 T214 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 121291 T214 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 121292 T214 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/_rest_managed.json
   [junit4]   2> 121296 T214 
oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new 
znode /configs/conf1/_rest_managed.json
   [junit4]   2> 121297 T214 oasr.ManagedResourceStorage$JsonStorage.store 
Saved JSON object to path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 121297 T214 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 121307 T216 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@57c39581[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 121319 T214 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 121321 T219 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:64694/jruk 
collection:control_collection shard:shard1
   [junit4]   2> 121321 T188 oass.SolrDispatchFilter.init 
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1
   [junit4]   2> 121322 T188 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 121360 T219 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 121370 T219 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard1
   [junit4]   2> 121374 T215 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 121374 T219 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 121375 T219 oasc.ShardLeaderElectionContext.runLeaderProcess I 
may be the new leader - try and sync
   [junit4]   2> 121385 T188 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> ASYNC  NEW_CORE C13 name=collection1 
org.apache.solr.core.SolrCore@67618412 
url=http://127.0.0.1:64694/jruk/collection1 node=127.0.0.1:64694_jruk 
C13_STATE=coll:control_collection core:collection1 props:{core=collection1, 
base_url=http://127.0.0.1:64694/jruk, node_name=127.0.0.1:64694_jruk, 
state=down}
   [junit4]   2> 121385 T219 C13 P64694 oasc.SyncStrategy.sync Sync replicas to 
http://127.0.0.1:64694/jruk/collection1/
   [junit4]   2> 121386 T188 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 121386 T219 C13 P64694 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 121387 T219 C13 P64694 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:64694/jruk/collection1/ has no replicas
   [junit4]   2> 121387 T219 oasc.ShardLeaderElectionContext.runLeaderProcess I 
am the new leader: http://127.0.0.1:64694/jruk/collection1/ shard1
   [junit4]   2> 121388 T221 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@67ed34f3 
name:ZooKeeperConnection Watcher:127.0.0.1:64683/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 121388 T188 oascc.ConnectionManager.waitForConnected Client is 
connected to ZooKeeper
   [junit4]   2> 121389 T188 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 121392 T215 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> 121392 T188 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 121401 T188 oasc.ChaosMonkey.monkeyLog monkey: init - expire 
sessions:false cause connection loss:false
   [junit4]   2> 121401 T188 oasc.AbstractFullDistribZkTestBase.createJettys 
Creating collection1 with stateFormat=2
   [junit4]   2> 121402 T188 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 121403 T188 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 121405 T223 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@5d158b21 
name:ZooKeeperConnection Watcher:127.0.0.1:64683/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 121405 T188 oascc.ConnectionManager.waitForConnected Client is 
connected to ZooKeeper
   [junit4]   2> 121405 T188 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 121406 T219 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 121409 T215 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 121417 T211 oasc.Overseer$ClusterStateUpdater.buildCollection 
building a new collection: collection1
   [junit4]   2> 121417 T211 oasc.Overseer$ClusterStateUpdater.createCollection 
Create collection collection1 with shards [shard1, shard2, shard3]
   [junit4]   2> 121418 T211 oasc.Overseer$ClusterStateUpdater.createCollection 
state version collection1 2
   [junit4]   2> 121423 T211 oasc.Overseer$ClusterStateUpdater.updateZkStates 
going to create_collection /collections/collection1/state.json
   [junit4]   2> 121426 T215 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> 121426 T224 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> 121451 T215 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 121453 T224 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> 121453 T215 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> 121468 T219 oasc.ZkController.register We are 
http://127.0.0.1:64694/jruk/collection1/ and leader is 
http://127.0.0.1:64694/jruk/collection1/
   [junit4]   2> 121469 T219 oasc.ZkController.register No LogReplay needed for 
core=collection1 baseURL=http://127.0.0.1:64694/jruk
   [junit4]   2> 121469 T219 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 121469 T219 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 121470 T219 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 121472 T215 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 121480 T211 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=3 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "base_url":"http://127.0.0.1:64694/jruk";,
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:64694_jruk",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1"}
   [junit4]   2> 121587 T224 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> 121587 T215 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> 123492 T188 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 123493 T188 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 123497 T188 oejs.AbstractConnector.doStart Started 
[email protected]:64703
   [junit4]   2> 123498 T188 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 123498 T188 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 123499 T188 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-003
   [junit4]   2> 123499 T188 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-003/'
   [junit4]   2> 123564 T188 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-003/solr.xml
   [junit4]   2> 123675 T188 oasc.CoreContainer.<init> New CoreContainer 
1563502472
   [junit4]   2> 123676 T188 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-003/]
   [junit4]   2> 123678 T188 oashc.HttpShardHandlerFactory.getParameter Setting 
socketTimeout to: 90000
   [junit4]   2> 123678 T188 oashc.HttpShardHandlerFactory.getParameter Setting 
urlScheme to: 
   [junit4]   2> 123678 T188 oashc.HttpShardHandlerFactory.getParameter Setting 
connTimeout to: 15000
   [junit4]   2> 123679 T188 oashc.HttpShardHandlerFactory.getParameter Setting 
maxConnectionsPerHost to: 20
   [junit4]   2> 123679 T188 oashc.HttpShardHandlerFactory.getParameter Setting 
corePoolSize to: 0
   [junit4]   2> 123680 T188 oashc.HttpShardHandlerFactory.getParameter Setting 
maximumPoolSize to: 2147483647
   [junit4]   2> 123680 T188 oashc.HttpShardHandlerFactory.getParameter Setting 
maxThreadIdleTime to: 5
   [junit4]   2> 123681 T188 oashc.HttpShardHandlerFactory.getParameter Setting 
sizeOfQueue to: -1
   [junit4]   2> 123681 T188 oashc.HttpShardHandlerFactory.getParameter Setting 
fairnessPolicy to: false
   [junit4]   2> 123682 T188 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 123683 T188 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 123683 T188 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 123684 T188 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 123684 T188 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:64683/solr
   [junit4]   2> 123685 T188 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 123685 T188 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 123686 T188 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 123688 T235 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@461a8184 
name:ZooKeeperConnection Watcher:127.0.0.1:64683 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 123689 T188 oascc.ConnectionManager.waitForConnected Client is 
connected to ZooKeeper
   [junit4]   2> 123690 T188 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 123693 T188 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 123695 T237 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@6581a654 
name:ZooKeeperConnection Watcher:127.0.0.1:64683/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 123695 T188 oascc.ConnectionManager.waitForConnected Client is 
connected to ZooKeeper
   [junit4]   2> 123706 T188 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 124716 T188 oasc.ZkController.createEphemeralLiveNode Register 
node as live in ZooKeeper:/live_nodes/127.0.0.1:64703_jruk
   [junit4]   2> 124718 T188 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:64703_jruk
   [junit4]   2> 124724 T188 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 124747 T239 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 124747 T239 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 124750 T215 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 124752 T239 oasc.ZkController.preRegister Registering watch 
for external collection collection1
   [junit4]   2> 124753 T239 oascc.ZkStateReader.addZkWatch addZkWatch 
collection1
   [junit4]   2> 124753 T239 oascc.ZkStateReader.addZkWatch Updating collection 
state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 124756 T211 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=3 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "base_url":"http://127.0.0.1:64703/jruk";,
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:64703_jruk",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null}
   [junit4]   2> 124762 T211 oasc.Overseer$ClusterStateUpdater.updateState 
Collection already exists with numShards=3
   [junit4]   2> 124763 T239 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 0 
   [junit4]   2> 124763 T239 oasc.ZkController.waitForCoreNodeName look for our 
core node name
   [junit4]   2> 124764 T211 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard3
   [junit4]   2> 124775 T211 oasc.Overseer$ClusterStateUpdater.updateZkStates 
going to update_collection /collections/collection1/state.json
   [junit4]   2> 124777 T238 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 124778 T238 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 1 
   [junit4]   2> 125764 T239 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 125765 T239 oasc.ZkController.createCollectionZkNode Check for 
collection zkNode:collection1
   [junit4]   2> 125766 T239 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 125767 T239 oascc.ZkStateReader.readConfigName Load collection 
config from:/collections/collection1
   [junit4]   2> 125768 T239 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 125769 T239 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-003/collection1/'
   [junit4]   2> 125771 T239 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-003/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 125771 T239 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-003/collection1/lib/classes/'
 to classloader
   [junit4]   2> 125773 T239 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-003/collection1/lib/README'
 to classloader
   [junit4]   2> 125887 T239 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
6.0.0
   [junit4]   2> 125945 T239 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 125947 T239 oass.IndexSchema.readSchema Reading Solr Schema 
from schema.xml
   [junit4]   2> 125959 T239 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 126486 T239 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 126494 T239 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 126497 T239 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 126503 T239 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 126559 T239 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 126559 T239 oasc.SolrCore.initDirectoryFactory 
solr.StandardDirectoryFactory
   [junit4]   2> 126560 T239 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-003/collection1/,
 
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-001/jetty1/
   [junit4]   2> 126560 T239 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4d0a5970
   [junit4]   2> 126567 T239 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-001/jetty1
   [junit4]   2> 126568 T239 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-001/jetty1/index/
   [junit4]   2> 126569 T239 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-001/jetty1/index'
 doesn't exist. Creating new index...
   [junit4]   2> 126570 T239 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-001/jetty1/index
   [junit4]   2> 126571 T239 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=29, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 126591 T239 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 126592 T239 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 126605 T239 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 126605 T239 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 126606 T239 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 126606 T239 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 126606 T239 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 126607 T239 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 126607 T239 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 126608 T239 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 126608 T239 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 126610 T239 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 126612 T239 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 126614 T239 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 126616 T239 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 126618 T239 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 126618 T239 oasc.RequestHandlers.initHandlersFromConfig adding 
lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 126619 T239 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 126621 T239 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 126621 T239 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 126623 T239 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 126625 T239 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 126651 T239 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 126654 T239 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 126656 T239 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 126658 T239 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 126662 T239 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 126663 T239 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 126665 T239 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@6edc3dfb
   [junit4]   2> 126667 T239 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 126668 T239 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 126668 T239 oass.SolrIndexSearcher.<init> Opening 
Searcher@6659893c[collection1] main
   [junit4]   2> 126669 T239 oascc.ZkStateReader.readConfigName Load collection 
config from:/collections/collection1
   [junit4]   2> 126671 T239 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 126671 T239 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 126672 T239 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 126672 T239 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 126673 T239 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 126675 T239 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes 
from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 126675 T239 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 126675 T239 oasr.ManagedResource.reloadFromStorage Loaded 
initArgs {} for /rest/managed
   [junit4]   2> 126676 T239 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 126691 T240 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@6659893c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 126707 T239 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 126708 T243 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:64703/jruk collection:collection1 
shard:shard3
   [junit4]   2> 126710 T188 oass.SolrDispatchFilter.init 
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1
   [junit4]   2> 126711 T188 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 126711 T243 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard3/election
   [junit4]   2> 126722 T243 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard3
   [junit4]   2> 126725 T215 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 126726 T243 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 126726 T243 oasc.ShardLeaderElectionContext.runLeaderProcess I 
may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C14 name=collection1 
org.apache.solr.core.SolrCore@58014017 
url=http://127.0.0.1:64703/jruk/collection1 node=127.0.0.1:64703_jruk 
C14_STATE=coll:collection1 core:collection1 props:{core=collection1, 
base_url=http://127.0.0.1:64703/jruk, node_name=127.0.0.1:64703_jruk, 
state=down}
   [junit4]   2> 126727 T243 C14 P64703 oasc.SyncStrategy.sync Sync replicas to 
http://127.0.0.1:64703/jruk/collection1/
   [junit4]   2> 126727 T243 C14 P64703 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 126728 T243 C14 P64703 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:64703/jruk/collection1/ has no replicas
   [junit4]   2> 126728 T243 oasc.ShardLeaderElectionContext.runLeaderProcess I 
am the new leader: http://127.0.0.1:64703/jruk/collection1/ shard3
   [junit4]   2> 126729 T243 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard3
   [junit4]   2> 126739 T211 oasc.Overseer$ClusterStateUpdater.updateZkStates 
going to update_collection /collections/collection1/state.json
   [junit4]   2> 126741 T238 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 126742 T238 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 2 
   [junit4]   2> 126755 T215 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 126757 T211 oasc.Overseer$ClusterStateUpdater.updateZkStates 
going to update_collection /collections/collection1/state.json
   [junit4]   2> 126758 T238 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 126760 T238 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 3 
   [junit4]   2> 126791 T243 oasc.ZkController.register We are 
http://127.0.0.1:64703/jruk/collection1/ and leader is 
http://127.0.0.1:64703/jruk/collection1/
   [junit4]   2> 126792 T243 oasc.ZkController.register No LogReplay needed for 
core=collection1 baseURL=http://127.0.0.1:64703/jruk
   [junit4]   2> 126792 T243 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 126792 T243 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 126793 T243 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 126795 T215 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 126801 T243 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 3 
   [junit4]   2> 126801 T211 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=3 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "base_url":"http://127.0.0.1:64703/jruk";,
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:64703_jruk",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard3"}
   [junit4]   2> 126813 T211 oasc.Overseer$ClusterStateUpdater.updateZkStates 
going to update_collection /collections/collection1/state.json
   [junit4]   2> 126814 T238 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 126815 T238 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 129060 T188 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 129062 T188 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 129064 T188 oejs.AbstractConnector.doStart Started 
[email protected]:64713
   [junit4]   2> 129065 T188 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 129065 T188 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 129065 T188 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-004
   [junit4]   2> 129066 T188 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-004/'
   [junit4]   2> 129100 T188 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-004/solr.xml
   [junit4]   2> 129188 T188 oasc.CoreContainer.<init> New CoreContainer 
74752464
   [junit4]   2> 129189 T188 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-004/]
   [junit4]   2> 129190 T188 oashc.HttpShardHandlerFactory.getParameter Setting 
socketTimeout to: 90000
   [junit4]   2> 129191 T188 oashc.HttpShardHandlerFactory.getParameter Setting 
urlScheme to: 
   [junit4]   2> 129191 T188 oashc.HttpShardHandlerFactory.getParameter Setting 
connTimeout to: 15000
   [junit4]   2> 129191 T188 oashc.HttpShardHandlerFactory.getParameter Setting 
maxConnectionsPerHost to: 20
   [junit4]   2> 129191 T188 oashc.HttpShardHandlerFactory.getParameter Setting 
corePoolSize to: 0
   [junit4]   2> 129192 T188 oashc.HttpShardHandlerFactory.getParameter Setting 
maximumPoolSize to: 2147483647
   [junit4]   2> 129192 T188 oashc.HttpShardHandlerFactory.getParameter Setting 
maxThreadIdleTime to: 5
   [junit4]   2> 129192 T188 oashc.HttpShardHandlerFactory.getParameter Setting 
sizeOfQueue to: -1
   [junit4]   2> 129193 T188 oashc.HttpShardHandlerFactory.getParameter Setting 
fairnessPolicy to: false
   [junit4]   2> 129193 T188 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 129194 T188 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 129194 T188 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 129194 T188 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 129195 T188 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:64683/solr
   [junit4]   2> 129195 T188 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 129195 T188 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 129196 T188 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 129198 T254 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@52a2c76f 
name:ZooKeeperConnection Watcher:127.0.0.1:64683 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 129199 T188 oascc.ConnectionManager.waitForConnected Client is 
connected to ZooKeeper
   [junit4]   2> 129199 T188 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 129202 T188 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 129203 T256 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@5108c21a 
name:ZooKeeperConnection Watcher:127.0.0.1:64683/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 129203 T188 oascc.ConnectionManager.waitForConnected Client is 
connected to ZooKeeper
   [junit4]   2> 129210 T188 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 130218 T188 oasc.ZkController.createEphemeralLiveNode Register 
node as live in ZooKeeper:/live_nodes/127.0.0.1:64713_jruk
   [junit4]   2> 130219 T188 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:64713_jruk
   [junit4]   2> 130226 T188 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 130241 T258 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 130241 T258 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 130244 T215 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 130246 T258 oasc.ZkController.preRegister Registering watch 
for external collection collection1
   [junit4]   2> 130246 T258 oascc.ZkStateReader.addZkWatch addZkWatch 
collection1
   [junit4]   2> 130247 T258 oascc.ZkStateReader.addZkWatch Updating collection 
state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 130250 T258 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 130250 T211 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=3 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "base_url":"http://127.0.0.1:64713/jruk";,
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:64713_jruk",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null}
   [junit4]   2> 130250 T258 oasc.ZkController.waitForCoreNodeName look for our 
core node name
   [junit4]   2> 130257 T211 oasc.Overseer$ClusterStateUpdater.updateState 
Collection already exists with numShards=3
   [junit4]   2> 130259 T211 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard2
   [junit4]   2> 130270 T211 oasc.Overseer$ClusterStateUpdater.updateZkStates 
going to update_collection /collections/collection1/state.json
   [junit4]   2> 130271 T257 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 130271 T238 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 130272 T257 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 5 
   [junit4]   2> 130273 T238 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 5 
   [junit4]   2> 131251 T258 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 131252 T258 oasc.ZkController.createCollectionZkNode Check for 
collection zkNode:collection1
   [junit4]   2> 131253 T258 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 131254 T258 oascc.ZkStateReader.readConfigName Load collection 
config from:/collections/collection1
   [junit4]   2> 131255 T258 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 131255 T258 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-004/collection1/'
   [junit4]   2> 131258 T258 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-004/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 131259 T258 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-004/collection1/lib/classes/'
 to classloader
   [junit4]   2> 131260 T258 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-004/collection1/lib/README'
 to classloader
   [junit4]   2> 131332 T258 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
6.0.0
   [junit4]   2> 131382 T258 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 131384 T258 oass.IndexSchema.readSchema Reading Solr Schema 
from schema.xml
   [junit4]   2> 131395 T258 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 131800 T258 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 131803 T258 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 131805 T258 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 131812 T258 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 131865 T258 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 131865 T258 oasc.SolrCore.initDirectoryFactory 
solr.StandardDirectoryFactory
   [junit4]   2> 131865 T258 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-004/collection1/,
 
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-001/jetty2/
   [junit4]   2> 131866 T258 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4d0a5970
   [junit4]   2> 131873 T258 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-001/jetty2
   [junit4]   2> 131874 T258 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-001/jetty2/index/
   [junit4]   2> 131875 T258 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-001/jetty2/index'
 doesn't exist. Creating new index...
   [junit4]   2> 131877 T258 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-001/jetty2/index
   [junit4]   2> 131877 T258 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=29, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 131882 T258 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-9A887F063BF0EBD8-001/tempDir-001/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 131883 T258 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 131896 T258 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 131897 T258 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 131897 T258 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 131897 T258 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 131898 T258 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 131898 T258 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 131899 T258 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 131899 T258 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 131899 T258 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 131901 T258 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 131903 T258 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 131904 T258 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 131906 T258 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 131908 T258 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 131908 T258 oasc.RequestHandlers.initHandlersFromConfig adding 
lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 131909 T258 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 131910 T258 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 131911 T258 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 131913 T258 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 131914 T258 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 131936 T258 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 131938 T258 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 131941 T258 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 131943 T258 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 131948 T258 oasu

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

  2> 3166325 T7083 oasu.DirectUpdateHandler2.close closing 
DirectUpdateHandler2{commits=1,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 3166326 T7083 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 3166326 T7083 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 3166326 T7083 oasu.DefaultSolrCoreState.closeIndexWriter 
closing IndexWriter with IndexWriterCloser
   [junit4]   2> 3166327 T7083 oasc.SolrCore.closeSearcher 
[delLiveColl_shard2_replica1] Closing main searcher on request.
   [junit4]   2> 3166327 T7083 oasc.CachingDirectoryFactory.close Closing 
MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 3166328 T7083 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest-9A887F063BF0EBD8-001/tempDir-006/delLiveColl_shard2_replica1/data/index
 
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest-9A887F063BF0EBD8-001/tempDir-006/delLiveColl_shard2_replica1/data/index;done=false>>]
   [junit4]   2> 3166328 T7083 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest-9A887F063BF0EBD8-001/tempDir-006/delLiveColl_shard2_replica1/data/index
   [junit4]   2> 3166329 T7083 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest-9A887F063BF0EBD8-001/tempDir-006/delLiveColl_shard2_replica1/data
 
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest-9A887F063BF0EBD8-001/tempDir-006/delLiveColl_shard2_replica1/data;done=false>>]
   [junit4]   2> 3166329 T7083 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest-9A887F063BF0EBD8-001/tempDir-006/delLiveColl_shard2_replica1/data
   [junit4]   2> 3166330 T7083 oasc.Overseer.close Overseer 
(id=92557302840164366-127.0.0.1:42998_-n_0000000004) closing
   [junit4]   2> 3166330 T7254 oasc.Overseer$ClusterStateUpdater.run Overseer 
Loop exiting : 127.0.0.1:42998_
   [junit4]   2> 3166333 T7253 oascc.ZkStateReader$3.process WARN ZooKeeper 
watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 3166334 T7083 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 3170665 T7083 oas.SolrTestCaseJ4.tearDown ###Ending 
testDistribSearch
   [junit4]   2> 3170667 T7083 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:39305 39305
   [junit4]   2> 3170703 T7084 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:39305 39305
   [junit4]   2> 3170704 T7084 oasc.ZkTestServer$ZKServerMain.runFromConfig 
WARN Watch limit violations: 
   [junit4]   2>        Maximum concurrent create/delete watches above limit:
   [junit4]   2>        
   [junit4]   2>                8       /solr/aliases.json
   [junit4]   2>                8       /solr/clusterstate.json
   [junit4]   2>                4       /solr/collections/delLiveColl/state.json
   [junit4]   2>        
   [junit4]   2>        Maximum concurrent children watches above limit:
   [junit4]   2>        
   [junit4]   2>                8       /solr/live_nodes
   [junit4]   2>                5       /solr/overseer/queue
   [junit4]   2>                5       /solr/overseer/collection-queue-work
   [junit4]   2>        
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DeleteReplicaTest 
-Dtests.method=testDistribSearch -Dtests.seed=9A887F063BF0EBD8 
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/lucene-data/enwiki.random.lines.txt 
-Dtests.locale=fr_BE -Dtests.timezone=Etc/GMT-7 -Dtests.file.encoding=UTF-8
   [junit4] ERROR    224s J2 | DeleteReplicaTest.testDistribSearch <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request:[https://127.0.0.1:21199, https://127.0.0.1:42998, 
https://127.0.0.1:58576, https://127.0.0.1:36320, https://127.0.0.1:32977]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([9A887F063BF0EBD8:1B6EF11E4CAF8BE4]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:322)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrServer.sendRequest(CloudSolrServer.java:880)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrServer.requestWithRetryOnStaleState(CloudSolrServer.java:658)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:601)
   [junit4]    >        at 
org.apache.solr.cloud.DeleteReplicaTest.removeAndWaitForReplicaGone(DeleteReplicaTest.java:172)
   [junit4]    >        at 
org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:145)
   [junit4]    >        at 
org.apache.solr.cloud.DeleteReplicaTest.doTest(DeleteReplicaTest.java:89)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Could not 
 remove replica : delLiveColl/shard1/core_node1
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:570)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:343)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:304)
   [junit4]    >        ... 47 more
   [junit4]   2> 3170768 T7083 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest-9A887F063BF0EBD8-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {}, 
docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, 
locale=fr_BE, timezone=Etc/GMT-7
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65 
(64-bit)/cpus=16,threads=1,free=197259752,total=406323200
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrQueryParserResource, 
QueryResultKeyTest, NumericFieldsTest, TestDFRSimilarityFactory, 
TestInitQParser, PingRequestHandlerTest, TestQueryUtils, 
BasicFunctionalityTest, CollectionsAPIAsyncDistributedZkTest, 
TestSurroundQueryParser, TestManagedSchema, TestFieldTypeResource, 
ShardSplitTest, TestRandomDVFaceting, TestHashPartitioner, TestRealTimeGet, 
TestReplicationHandler, RegexBoostProcessorTest, QueryParsingTest, 
TestIndexingPerformance, UpdateRequestProcessorFactoryTest, SyncSliceTest, 
ZkNodePropsTest, CursorPagingTest, TestCloudInspectUtil, 
TestPerFieldSimilarity, TestBlendedInfixSuggestions, StatsComponentTest, 
PolyFieldTest, TestMissingGroups, SolrXmlInZkTest, TestFieldResource, 
HighlighterConfigTest, MultiTermTest, LeaderInitiatedRecoveryOnCommitTest, 
TestDocBasedVersionConstraints, TestStressLucene, QueryElevationComponentTest, 
CopyFieldTest, TestDistributedMissingSort, HardAutoCommitTest, 
TestDistributedSearch, SpellCheckCollatorTest, TestRemoteStreaming, 
DeleteReplicaTest]
   [junit4] Completed on J2 in 223.92s, 1 test, 1 error <<< FAILURES!

[...truncated 38 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:531:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:472:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:61:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/extra-targets.xml:39:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build.xml:189:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/common-build.xml:496:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:1359:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:961:
 There were test failures: 436 suites, 1783 tests, 2 suite-level errors, 1 
error, 1 failure, 905 ignored (4 assumptions)

Total time: 178 minutes 37 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-NightlyTests-trunk #636
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 165164552 bytes
Compression is 0.0%
Took 30 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure


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

Reply via email to