Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/670/

3 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([80A7281370B20492:141A60B07ED64AE]: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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
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=16532, 
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=16533, 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=16532, 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=16533, 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([80A7281370B20492]: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=16532, 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=16533, name=StopableIndexingThread, state=RUNNABLE, 
group=TGRP-ChaosMonkeySafeLeaderTest]         at 
sun.reflect.Reflection.getCallerClass(Native Method)         at 
java.lang.Class.getDeclaredConstructor(Class.java:2052)         at 
com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.internal.ConstructorConstructor.newDefaultConstructor(ConstructorConstructor.java:82)
         at 
com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.internal.ConstructorConstructor.getConstructor(ConstructorConstructor.java:66)
         at 
com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.create(ReflectiveTypeAdapterFactory.java:64)
         at 
com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.internal.bind.MiniGson.getAdapter(MiniGson.java:92)
         at 
com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.Gson.toJson(Gson.java:504)
         at 
com.carrotsearch.ant.tasks.junit4.events.Serializer.serialize(Serializer.java:87)
         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=16532, 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=16533, name=StopableIndexingThread, state=RUNNABLE, 
group=TGRP-ChaosMonkeySafeLeaderTest]
        at sun.reflect.Reflection.getCallerClass(Native Method)
        at java.lang.Class.getDeclaredConstructor(Class.java:2052)
        at 
com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.internal.ConstructorConstructor.newDefaultConstructor(ConstructorConstructor.java:82)
        at 
com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.internal.ConstructorConstructor.getConstructor(ConstructorConstructor.java:66)
        at 
com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.create(ReflectiveTypeAdapterFactory.java:64)
        at 
com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.internal.bind.MiniGson.getAdapter(MiniGson.java:92)
        at 
com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.Gson.toJson(Gson.java:504)
        at 
com.carrotsearch.ant.tasks.junit4.events.Serializer.serialize(Serializer.java:87)
        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([80A7281370B20492]:0)




Build Log:
[...truncated 11772 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest
   [junit4]   2> Creating dataDir: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/init-core-data-001
   [junit4]   2> 563567 T16383 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl 
(true) and clientAuth (false)
   [junit4]   2> 563567 T16383 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /_k/rd
   [junit4]   2> 563572 T16383 oas.SolrTestCaseJ4.setUp ###Starting 
testDistribSearch
   [junit4]   2> 563573 T16383 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 563573 T16384 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 563674 T16383 oasc.ZkTestServer.run start zk server on 
port:43946
   [junit4]   2> 563675 T16383 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 563676 T16383 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 563680 T16390 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@412c5976 
name:ZooKeeperConnection Watcher:127.0.0.1:43946 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 563681 T16383 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 563681 T16383 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 563681 T16383 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 563684 T16383 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 563685 T16383 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 563686 T16392 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@27515747 
name:ZooKeeperConnection Watcher:127.0.0.1:43946/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 563687 T16383 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 563687 T16383 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 563687 T16383 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 563689 T16383 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 563691 T16383 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 563693 T16383 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 563695 T16383 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 563696 T16383 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 563699 T16383 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 563700 T16383 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 563702 T16383 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 563703 T16383 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 563705 T16383 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 563705 T16383 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 563707 T16383 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 563708 T16383 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 563710 T16383 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 563710 T16383 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 563712 T16383 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 563713 T16383 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 563715 T16383 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 563715 T16383 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 563717 T16383 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 563718 T16383 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 563720 T16383 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 563721 T16383 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 563722 T16383 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 563723 T16383 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 563726 T16383 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 563727 T16383 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 563728 T16394 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@4a4c0e6b 
name:ZooKeeperConnection Watcher:127.0.0.1:43946/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 563728 T16383 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 563728 T16383 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 566145 T16383 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 566150 T16383 oejus.SslContextFactory.doStart Enabled 
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 566152 T16383 oejs.AbstractConnector.doStart Started 
[email protected]:54419
   [junit4]   2> 566155 T16383 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 566156 T16383 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 566156 T16383 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-002
   [junit4]   2> 566156 T16383 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-002/'
   [junit4]   2> 566199 T16383 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-002/solr.xml
   [junit4]   2> 566275 T16383 oasc.CoreContainer.<init> New CoreContainer 
52818635
   [junit4]   2> 566276 T16383 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-002/]
   [junit4]   2> 566277 T16383 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 566277 T16383 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 566277 T16383 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 566278 T16383 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 566278 T16383 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 566278 T16383 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 566279 T16383 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 566279 T16383 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 566279 T16383 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 566279 T16383 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 566282 T16383 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 566284 T16383 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 566285 T16383 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 566285 T16383 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 566285 T16383 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:43946/solr
   [junit4]   2> 566286 T16383 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 566286 T16383 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 566287 T16383 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 566288 T16405 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@205cca1c 
name:ZooKeeperConnection Watcher:127.0.0.1:43946 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 566289 T16383 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 566290 T16383 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 566292 T16383 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 566293 T16407 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@5804deca 
name:ZooKeeperConnection Watcher:127.0.0.1:43946/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 566293 T16383 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 566295 T16383 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 566297 T16383 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 566299 T16383 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 566301 T16383 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 566303 T16383 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 566305 T16383 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 566306 T16383 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54419__k%2Frd
   [junit4]   2> 566307 T16383 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:54419__k%2Frd
   [junit4]   2> 566309 T16383 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 566310 T16383 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 566311 T16383 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 566313 T16383 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:54419__k%2Frd
   [junit4]   2> 566313 T16383 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 566314 T16383 oasc.Overseer.start Overseer 
(id=92761069340852228-127.0.0.1:54419__k%2Frd-n_0000000000) starting
   [junit4]   2> 566316 T16383 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 566322 T16383 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 566323 T16409 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 566324 T16383 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 566325 T16383 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 566327 T16383 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 566329 T16408 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 566334 T16411 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 566334 T16411 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 566335 T16411 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 566335 T16412 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 566337 T16408 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=1 message={
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "shard":null,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "node_name":"127.0.0.1:54419__k%2Frd",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "base_url":"https://127.0.0.1:54419/_k/rd"}
   [junit4]   2> 566337 T16408 
oasc.Overseer$ClusterStateUpdater.createCollection Create collection 
control_collection with shards [shard1]
   [junit4]   2> 566337 T16408 
oasc.Overseer$ClusterStateUpdater.createCollection state version 
control_collection 1
   [junit4]   2> 566338 T16408 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard1
   [junit4]   2> 566339 T16412 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> 567336 T16411 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 567337 T16411 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 567337 T16411 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 567338 T16411 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 567338 T16411 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 567339 T16411 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-002/collection1/'
   [junit4]   2> 567340 T16411 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-002/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 567341 T16411 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-002/collection1/lib/README'
 to classloader
   [junit4]   2> 567341 T16411 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-002/collection1/lib/classes/'
 to classloader
   [junit4]   2> 567422 T16411 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.0.0
   [junit4]   2> 567454 T16411 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 567455 T16411 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 567462 T16411 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 567700 T16411 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 567702 T16411 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 567703 T16411 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 567706 T16411 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 567721 T16411 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 567721 T16411 oasc.SolrCore.initDirectoryFactory 
solr.StandardDirectoryFactory
   [junit4]   2> 567765 T16411 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-002/collection1/,
 
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-001/control/data/
   [junit4]   2> 567766 T16411 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2e548759
   [junit4]   2> 567768 T16411 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-001/control/data
   [junit4]   2> 567769 T16411 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-001/control/data/index/
   [junit4]   2> 567770 T16411 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-001/control/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 567770 T16411 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-001/control/data/index
   [junit4]   2> 567770 T16411 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@69fccda0
   [junit4]   2> 567774 T16411 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 567775 T16411 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 567778 T16411 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 567778 T16411 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 567778 T16411 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 567778 T16411 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 567779 T16411 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 567779 T16411 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 567779 T16411 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 567779 T16411 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 567780 T16411 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 567780 T16411 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 567780 T16411 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 567781 T16411 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 567781 T16411 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 567781 T16411 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 567781 T16411 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 567781 T16411 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 567782 T16411 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 567782 T16411 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 567782 T16411 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 567783 T16411 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 567795 T16411 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 567797 T16411 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 567798 T16411 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 567799 T16411 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 567802 T16411 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 567802 T16411 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 567803 T16411 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=29, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=74.3623046875, 
floorSegmentMB=0.9013671875, forceMergeDeletesPctAllowed=18.455196076614047, 
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.33495735447789177
   [junit4]   2> 567804 T16411 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 567804 T16411 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 567804 T16411 oass.SolrIndexSearcher.<init> Opening 
Searcher@3859d78b[collection1] main
   [junit4]   2> 567805 T16411 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 567805 T16411 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 567806 T16411 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 567806 T16411 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 567806 T16411 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 567806 T16411 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 567807 T16411 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 567807 T16411 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 567807 T16411 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/_rest_managed.json
   [junit4]   2> 567809 T16411 
oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new 
znode /configs/conf1/_rest_managed.json
   [junit4]   2> 567809 T16411 oasr.ManagedResourceStorage$JsonStorage.store 
Saved JSON object to path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 567809 T16411 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 567812 T16413 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@3859d78b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 567814 T16411 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 567814 T16416 oasc.ZkController.register Register replica - 
core:collection1 address:https://127.0.0.1:54419/_k/rd 
collection:control_collection shard:shard1
   [junit4]   2> 567815 T16383 oass.SolrDispatchFilter.init 
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1
   [junit4]   2> 567815 T16383 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 567815 T16416 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 567819 T16416 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard1
   [junit4]   2> 567820 T16412 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 567820 T16416 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 567821 T16383 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 567821 T16416 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1066 name=collection1 
org.apache.solr.core.SolrCore@3aaf5878 
url=https://127.0.0.1:54419/_k/rd/collection1 node=127.0.0.1:54419__k%2Frd 
C1066_STATE=coll:control_collection core:collection1 
props:{node_name=127.0.0.1:54419__k%2Frd, core=collection1, state=down, 
base_url=https://127.0.0.1:54419/_k/rd}
   [junit4]   2> 567821 T16416 C1066 P54419 oasc.SyncStrategy.sync Sync 
replicas to https://127.0.0.1:54419/_k/rd/collection1/
   [junit4]   2> 567822 T16383 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 567822 T16416 C1066 P54419 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 567822 T16416 C1066 P54419 oasc.SyncStrategy.syncToMe 
https://127.0.0.1:54419/_k/rd/collection1/ has no replicas
   [junit4]   2> 567822 T16416 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: https://127.0.0.1:54419/_k/rd/collection1/ shard1
   [junit4]   2> 567823 T16416 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 567823 T16418 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@7620399 name:ZooKeeperConnection 
Watcher:127.0.0.1:43946/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 567823 T16383 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 567823 T16383 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 567825 T16383 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 567827 T16412 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 567828 T16383 oasc.ChaosMonkey.monkeyLog monkey: init - expire 
sessions:false cause connection loss:false
   [junit4]   2> 567828 T16383 oasc.AbstractFullDistribZkTestBase.createJettys 
Creating collection1 with stateFormat=2
   [junit4]   2> 567828 T16383 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 567829 T16383 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 567830 T16420 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1137df14 
name:ZooKeeperConnection Watcher:127.0.0.1:43946/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 567830 T16383 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 567831 T16383 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 567832 T16412 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 567834 T16408 
oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: 
collection1
   [junit4]   2> 567834 T16408 
oasc.Overseer$ClusterStateUpdater.createCollection Create collection 
collection1 with shards [shard1, shard2, shard3, shard4, shard5]
   [junit4]   2> 567835 T16408 
oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 2
   [junit4]   2> 567836 T16408 oasc.Overseer$ClusterStateUpdater.updateZkStates 
going to create_collection /collections/collection1/state.json
   [junit4]   2> 567837 T16412 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> 567837 T16421 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> 567877 T16416 oasc.ZkController.register We are 
https://127.0.0.1:54419/_k/rd/collection1/ and leader is 
https://127.0.0.1:54419/_k/rd/collection1/
   [junit4]   2> 567878 T16416 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=https://127.0.0.1:54419/_k/rd
   [junit4]   2> 567878 T16416 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 567878 T16416 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 567878 T16416 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 567879 T16412 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 567882 T16408 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=5 message={
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "node_name":"127.0.0.1:54419__k%2Frd",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "numShards":"5",
   [junit4]   2>          "base_url":"https://127.0.0.1:54419/_k/rd"}
   [junit4]   2> 567985 T16412 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> 567985 T16421 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> 569032 T16383 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 569033 T16383 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 569036 T16383 oejus.SslContextFactory.doStart Enabled 
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 569038 T16383 oejs.AbstractConnector.doStart Started 
[email protected]:60523
   [junit4]   2> 569040 T16383 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 569041 T16383 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 569041 T16383 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-003
   [junit4]   2> 569041 T16383 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-003/'
   [junit4]   2> 569072 T16383 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-003/solr.xml
   [junit4]   2> 569128 T16383 oasc.CoreContainer.<init> New CoreContainer 
2132130019
   [junit4]   2> 569128 T16383 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-003/]
   [junit4]   2> 569129 T16383 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 569129 T16383 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 569129 T16383 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 569130 T16383 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 569130 T16383 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 569130 T16383 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 569130 T16383 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 569130 T16383 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 569131 T16383 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 569131 T16383 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 569133 T16383 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 569134 T16383 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 569135 T16383 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 569135 T16383 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 569135 T16383 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:43946/solr
   [junit4]   2> 569135 T16383 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 569136 T16383 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 569136 T16383 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 569137 T16432 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@35a0f02 name:ZooKeeperConnection 
Watcher:127.0.0.1:43946 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 569138 T16383 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 569139 T16383 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 569140 T16383 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 569141 T16434 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@321243a name:ZooKeeperConnection 
Watcher:127.0.0.1:43946/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 569141 T16383 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 569146 T16383 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 570150 T16383 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60523__k%2Frd
   [junit4]   2> 570151 T16383 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:60523__k%2Frd
   [junit4]   2> 570154 T16383 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 570162 T16436 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 570162 T16436 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 570164 T16412 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 570164 T16436 oasc.ZkController.preRegister Registering watch 
for external collection collection1
   [junit4]   2> 570164 T16436 oascc.ZkStateReader.addZkWatch addZkWatch 
collection1
   [junit4]   2> 570165 T16436 oascc.ZkStateReader.addZkWatch Updating 
collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 570166 T16436 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 0 
   [junit4]   2> 570166 T16436 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 570169 T16408 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=5 message={
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "shard":null,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "node_name":"127.0.0.1:60523__k%2Frd",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "numShards":"5",
   [junit4]   2>          "base_url":"https://127.0.0.1:60523/_k/rd"}
   [junit4]   2> 570171 T16408 oasc.Overseer$ClusterStateUpdater.updateState 
Collection already exists with numShards=5
   [junit4]   2> 570172 T16408 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard5
   [junit4]   2> 570176 T16412 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 570176 T16408 oasc.Overseer$ClusterStateUpdater.updateZkStates 
going to update_collection /collections/collection1/state.json
   [junit4]   2> 570176 T16435 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 570177 T16435 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 1 
   [junit4]   2> 571167 T16436 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 571168 T16436 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 571168 T16436 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 571168 T16436 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 571169 T16436 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 571169 T16436 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-003/collection1/'
   [junit4]   2> 571171 T16436 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-003/collection1/lib/classes/'
 to classloader
   [junit4]   2> 571171 T16436 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-003/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 571171 T16436 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-003/collection1/lib/README'
 to classloader
   [junit4]   2> 571216 T16436 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.0.0
   [junit4]   2> 571247 T16436 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 571349 T16436 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 571356 T16436 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 571595 T16436 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 571597 T16436 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 571599 T16436 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 571602 T16436 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 571616 T16436 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 571616 T16436 oasc.SolrCore.initDirectoryFactory 
solr.StandardDirectoryFactory
   [junit4]   2> 571617 T16436 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-003/collection1/,
 
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-001/jetty1/
   [junit4]   2> 571617 T16436 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2e548759
   [junit4]   2> 571618 T16436 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-001/jetty1
   [junit4]   2> 571619 T16436 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-001/jetty1/index/
   [junit4]   2> 571619 T16436 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-001/jetty1/index'
 doesn't exist. Creating new index...
   [junit4]   2> 571620 T16436 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-001/jetty1/index
   [junit4]   2> 571621 T16436 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@4cb44e09
   [junit4]   2> 571624 T16436 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 571625 T16436 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 571628 T16436 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 571628 T16436 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 571629 T16436 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 571629 T16436 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 571629 T16436 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 571629 T16436 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 571630 T16436 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 571630 T16436 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 571630 T16436 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 571630 T16436 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 571631 T16436 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 571631 T16436 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 571631 T16436 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 571632 T16436 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 571632 T16436 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 571632 T16436 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 571632 T16436 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 571633 T16436 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 571633 T16436 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 571633 T16436 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 571645 T16436 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 571647 T16436 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 571648 T16436 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 571659 T16436 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 571661 T16436 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 571661 T16436 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 571663 T16436 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=29, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=74.3623046875, 
floorSegmentMB=0.9013671875, forceMergeDeletesPctAllowed=18.455196076614047, 
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.33495735447789177
   [junit4]   2> 571664 T16436 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 571664 T16436 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 571664 T16436 oass.SolrIndexSearcher.<init> Opening 
Searcher@28cf1b5c[collection1] main
   [junit4]   2> 571664 T16436 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 571665 T16436 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 571665 T16436 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 571666 T16436 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 571666 T16436 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 571666 T16436 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 571667 T16436 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes 
from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 571667 T16436 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 571667 T16436 oasr.ManagedResource.reloadFromStorage Loaded 
initArgs {} for /rest/managed
   [junit4]   2> 571667 T16436 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 571670 T16437 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@28cf1b5c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 571672 T16436 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 571674 T16440 oasc.ZkController.register Register replica - 
core:collection1 address:https://127.0.0.1:60523/_k/rd collection:collection1 
shard:shard5
   [junit4]   2> 571674 T16383 oass.SolrDispatchFilter.init 
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1
   [junit4]   2> 571674 T16383 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 571675 T16440 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard5/election
   [junit4]   2> 571679 T16440 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard5
   [junit4]   2> 571680 T16412 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 571680 T16440 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 571681 T16440 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1067 name=collection1 
org.apache.solr.core.SolrCore@41bd65a2 
url=https://127.0.0.1:60523/_k/rd/collection1 node=127.0.0.1:60523__k%2Frd 
C1067_STATE=coll:collection1 core:collection1 
props:{node_name=127.0.0.1:60523__k%2Frd, core=collection1, state=down, 
base_url=https://127.0.0.1:60523/_k/rd}
   [junit4]   2> 571681 T16440 C1067 P60523 oasc.SyncStrategy.sync Sync 
replicas to https://127.0.0.1:60523/_k/rd/collection1/
   [junit4]   2> 571681 T16440 C1067 P60523 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 571681 T16440 C1067 P60523 oasc.SyncStrategy.syncToMe 
https://127.0.0.1:60523/_k/rd/collection1/ has no replicas
   [junit4]   2> 571682 T16440 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: https://127.0.0.1:60523/_k/rd/collection1/ shard5
   [junit4]   2> 571682 T16440 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard5
   [junit4]   2> 571684 T16408 oasc.Overseer$ClusterStateUpdater.updateZkStates 
going to update_collection /collections/collection1/state.json
   [junit4]   2> 571685 T16435 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 571686 T16435 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 2 
   [junit4]   2> 571689 T16412 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 571690 T16408 oasc.Overseer$ClusterStateUpdater.updateZkStates 
going to update_collection /collections/collection1/state.json
   [junit4]   2> 571690 T16435 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 571690 T16435 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 3 
   [junit4]   2> 571737 T16440 oasc.ZkController.register We are 
https://127.0.0.1:60523/_k/rd/collection1/ and leader is 
https://127.0.0.1:60523/_k/rd/collection1/
   [junit4]   2> 571738 T16440 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=https://127.0.0.1:60523/_k/rd
   [junit4]   2> 571738 T16440 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 571738 T16440 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 571738 T16440 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 571739 T16412 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 571742 T16440 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 3 
   [junit4]   2> 571742 T16408 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=5 message={
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "shard":"shard5",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "node_name":"127.0.0.1:60523__k%2Frd",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "numShards":"5",
   [junit4]   2>          "base_url":"https://127.0.0.1:60523/_k/rd"}
   [junit4]   2> 571745 T16408 oasc.Overseer$ClusterStateUpdater.updateZkStates 
going to update_collection /collections/collection1/state.json
   [junit4]   2> 571746 T16435 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 571746 T16435 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 572896 T16383 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 572897 T16383 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 572900 T16383 oejus.SslContextFactory.doStart Enabled 
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 572902 T16383 oejs.AbstractConnector.doStart Started 
[email protected]:26731
   [junit4]   2> 572904 T16383 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 572904 T16383 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 572905 T16383 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-004
   [junit4]   2> 572905 T16383 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-004/'
   [junit4]   2> 572935 T16383 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-004/solr.xml
   [junit4]   2> 572990 T16383 oasc.CoreContainer.<init> New CoreContainer 
333693404
   [junit4]   2> 572990 T16383 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-004/]
   [junit4]   2> 572991 T16383 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 572991 T16383 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 572991 T16383 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 572992 T16383 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 572992 T16383 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 572992 T16383 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 572992 T16383 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 572993 T16383 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 572993 T16383 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 572993 T16383 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 572995 T16383 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 572997 T16383 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 572997 T16383 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 572997 T16383 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 572998 T16383 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:43946/solr
   [junit4]   2> 572998 T16383 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 572998 T16383 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 572999 T16383 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 573000 T16451 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@7ef16e68 
name:ZooKeeperConnection Watcher:127.0.0.1:43946 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 573001 T16383 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 573001 T16383 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 573003 T16383 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 573004 T16453 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@52d9f109 
name:ZooKeeperConnection Watcher:127.0.0.1:43946/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 573004 T16383 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 573008 T16383 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 574012 T16383 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:26731__k%2Frd
   [junit4]   2> 574013 T16383 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:26731__k%2Frd
   [junit4]   2> 574017 T16383 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 574023 T16455 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 574023 T16455 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 574024 T16412 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 574025 T16455 oasc.ZkController.preRegister Registering watch 
for external collection collection1
   [junit4]   2> 574025 T16455 oascc.ZkStateReader.addZkWatch addZkWatch 
collection1
   [junit4]   2> 574026 T16455 oascc.ZkStateReader.addZkWatch Updating 
collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 574027 T16455 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 574027 T16455 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 574027 T16408 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=5 message={
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "shard":null,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "node_name":"127.0.0.1:26731__k%2Frd",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "numShards":"5",
   [junit4]   2>          "base_url":"https://127.0.0.1:26731/_k/rd"}
   [junit4]   2> 574030 T16408 oasc.Overseer$ClusterStateUpdater.updateState 
Collection already exists with numShards=5
   [junit4]   2> 574030 T16408 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard4
   [junit4]   2> 574034 T16408 oasc.Overseer$ClusterStateUpdater.updateZkStates 
going to update_collection /collections/collection1/state.json
   [junit4]   2> 574035 T16435 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 574035 T16454 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 574035 T16435 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 5 
   [junit4]   2> 574036 T16454 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 5 
   [junit4]   2> 575028 T16455 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 575029 T16455 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 575029 T16455 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 575030 T16455 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 575030 T16455 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 575031 T16455 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-004/collection1/'
   [junit4]   2> 575040 T16455 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-004/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 575041 T16455 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-004/collection1/lib/README'
 to classloader
   [junit4]   2> 575041 T16455 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-004/collection1/lib/classes/'
 to classloader
   [junit4]   2> 575117 T16455 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.0.0
   [junit4]   2> 575164 T16455 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 575266 T16455 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 575276 T16455 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 575626 T16455 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 575629 T16455 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 575631 T16455 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 575635 T16455 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 575653 T16455 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 575654 T16455 oasc.SolrCore.initDirectoryFactory 
solr.StandardDirectoryFactory
   [junit4]   2> 575654 T16455 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-004/collection1/,
 
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-001/jetty2/
   [junit4]   2> 575654 T16455 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2e548759
   [junit4]   2> 575662 T16455 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-001/jetty2
   [junit4]   2> 575663 T16455 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-001/jetty2/index/
   [junit4]   2> 575664 T16455 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-001/jetty2/index'
 doesn't exist. Creating new index...
   [junit4]   2> 575665 T16455 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-001/jetty2/index
   [junit4]   2> 575666 T16455 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@ffad648
   [junit4]   2> 575671 T16455 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-001/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 575671 T16455 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 575676 T16455 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 575676 T16455 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 575677 T16455 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 575677 T16455 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 575677 T16455 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 575678 T16455 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 575678 T16455 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 575678 T16455 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 575679 T16455 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 575679 T16455 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 575680 T16455 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 575680 T16455 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 575681 T16455 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 575681 T16455 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 575682 T16455 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 575682 T16455 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 575682 T16455 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 575683 T16455 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 575683 T16455 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 575684 T16455 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 575703 T16455 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 575705 T16455 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 575707 T16455 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 575709 T16455 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 575713 T16455 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 575713 T16455 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 575715 T16455 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=29, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=74.3623046875, 
floorSegmentMB=0.9013671875, forceMergeDeletesPctAllowed=18.455196076614047, 
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.33495735447789177
   [junit4]   2> 575717 T16455 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-80A7281370B20492-001/tempDir-001/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 575717 T16455 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 575717 T16455 oass.SolrIndexSearcher.<init> Opening 
Searcher@e7a78d2[collection1] main
   [junit4]   2> 575718 T16455 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 575719 T16455 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 575719 T16455 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 575719 T16455 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 575720 T16455 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 575720 T16455 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 575721 T16455 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes 
from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 575721 T16455 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 575721 T16455 oasr.ManagedResource.reloadFromStorage Loaded 
initArgs {} for /rest/managed
   [junit4]   2> 575721 T16455 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 575725 T16456 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@e7a78d2[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 575728 T16455 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 575729 T16459 oasc.ZkController.register Register replica - 
core:collection1 address:https://127.0.0.1:26731/_k/rd collection:collection1 
shard:shard4
   [junit4]   2> 575729 T16383 oass.SolrDispatchFilter.init 
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1
   [junit4]   2> 575730 T16459 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard4/election
   [junit4]   2> 575730 T16383 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 575746 T16459 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard4
   [junit4]   2> 575747 T16412 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 575748 T16459 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 575748 T16459 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1068 name=collection1 
org.apache.solr.core.SolrCore@376d4a36 
url=https://127.0.0.1:26731/_k/rd/collection1 node=127.0.0.1:26731__k%2Frd 
C1068_STATE=coll:collection1 core:collection1 
props:{node_name=127.0.0.1:26731__k%2Frd, core=collection1, state=down, 
base_url=https://127.0.0.1:26731/_k/rd}
   [junit4]   2> 575748 T16459 C1068 P26731 oasc.SyncStrategy.sync Sync 
replicas to https://127.0.0.1:26731/_k/rd/collection1/
   [junit4]   2> 575748 T16459 C1068 P26731 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 575748 T16459 C1068 P26731 oasc.SyncStrategy.syncToMe 
https://127.0.0.1:26731/_k/rd/collection1/ has no replicas
   [junit4]   2> 575749 T16459 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: https://127.0.0.1:26731/_k/rd/collection1/ shard4
   [junit4]   2> 575749 T16459 oascc.S

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

ateProcessorFactoryTest, SpatialFilterTest, SuggestComponentTest, 
URLClassifyProcessorTest, TestZkChroot, TestDefaultSearchFieldResource, 
TestBinaryField, TestCloudInspectUtil, ResponseHeaderTest, TestTolerantSearch, 
ChaosMonkeySafeLeaderTest]
   [junit4]   2> REQUEST FAILED for id=0-2152
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> java.lang.IllegalStateException: Connection pool shut down
   [junit4]   2>        at org.apache.http.util.Asserts.check(Asserts.java:34)
   [junit4]   2>        at 
org.apache.http.pool.AbstractConnPool.lease(AbstractConnPool.java:169)
   [junit4]   2>        at 
org.apache.http.pool.AbstractConnPool.lease(AbstractConnPool.java:202)
   [junit4]   2>        at 
org.apache.http.impl.conn.PoolingClientConnectionManager.requestConnection(PoolingClientConnectionManager.java:184)
   [junit4]   2>        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:414)
   [junit4]   2>        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]   2>        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]   2>        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]   2>        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:465)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
   [junit4]   2>        at 
org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
   [junit4]   2>        at 
org.apache.solr.cloud.StopableIndexingThread.indexDoc(StopableIndexingThread.java:168)
   [junit4]   2>        at 
org.apache.solr.cloud.StopableIndexingThread.indexr(StopableIndexingThread.java:158)
   [junit4]   2>        at 
org.apache.solr.cloud.StopableIndexingThread.run(StopableIndexingThread.java:103)
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=ChaosMonkeySafeLeaderTest -Dtests.seed=80A7281370B20492 
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/lucene-data/enwiki.random.lines.txt 
-Dtests.locale=sv -Dtests.timezone=America/Fort_Wayne -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4]   2> java.lang.IllegalStateException: Connection pool shut down
   [junit4]   2>        at org.apache.http.util.Asserts.check(Asserts.java:34)
   [junit4]   2>        at 
org.apache.http.pool.AbstractConnPool.lease(AbstractConnPool.java:169)
   [junit4]   2>        at 
org.apache.http.pool.AbstractConnPool.lease(AbstractConnPool.java:202)
   [junit4]   2>        at 
org.apache.http.impl.conn.PoolingClientConnectionManager.requestConnection(PoolingClientConnectionManager.java:184)
   [junit4]   2>        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:414)
   [junit4]   2>        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]   2>        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]   2>        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]   2>        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:465)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
   [junit4]   2>        at 
org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
   [junit4]   2>        at 
org.apache.solr.cloud.StopableIndexingThread.indexDoc(StopableIndexingThread.java:168)
   [junit4]   2>        at 
org.apache.solr.cloud.StopableIndexingThread.indexr(StopableIndexingThread.java:158)
   [junit4]   2>        at 
org.apache.solr.cloud.StopableIndexingThread.run(StopableIndexingThread.java:103)
   [junit4] ERROR   0.00s J1 | ChaosMonkeySafeLeaderTest (suite) <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE 
scope at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest: 
   [junit4]    >    1) Thread[id=16532, name=StopableIndexingThread, 
state=TIMED_WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at 
org.apache.solr.cloud.StopableIndexingThread.run(StopableIndexingThread.java:121)
   [junit4]    >    2) Thread[id=16533, name=StopableIndexingThread, 
state=TIMED_WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at 
org.apache.solr.cloud.StopableIndexingThread.run(StopableIndexingThread.java:121)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([80A7281370B20492]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=16532, name=StopableIndexingThread, 
state=BLOCKED, group=TGRP-ChaosMonkeySafeLeaderTest]
   [junit4]    >         at java.io.PrintStream.println(PrintStream.java:806)
   [junit4]    >         at 
org.apache.solr.cloud.StopableIndexingThread.run(StopableIndexingThread.java:107)
   [junit4]    >    2) Thread[id=16533, name=StopableIndexingThread, 
state=RUNNABLE, group=TGRP-ChaosMonkeySafeLeaderTest]
   [junit4]    >         at 
java.lang.Class.getDeclaredConstructor(Class.java:2052)
   [junit4]    >         at 
com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.internal.ConstructorConstructor.newDefaultConstructor(ConstructorConstructor.java:82)
   [junit4]    >         at 
com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.internal.ConstructorConstructor.getConstructor(ConstructorConstructor.java:66)
   [junit4]    >         at 
com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.create(ReflectiveTypeAdapterFactory.java:64)
   [junit4]    >         at 
com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.internal.bind.MiniGson.getAdapter(MiniGson.java:92)
   [junit4]    >         at 
com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.Gson.toJson(Gson.java:504)
   [junit4]    >         at 
com.carrotsearch.ant.tasks.junit4.events.Serializer.serialize(Serializer.java:87)
   [junit4]    >         at 
java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
   [junit4]    >         at 
java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
   [junit4]    >         at java.io.PrintStream.flush(PrintStream.java:338)
   [junit4]    >         at 
java.io.FilterOutputStream.flush(FilterOutputStream.java:140)
   [junit4]    >         at java.io.PrintStream.write(PrintStream.java:482)
   [junit4]    >         at 
sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)
   [junit4]    >         at 
sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:291)
   [junit4]    >         at 
sun.nio.cs.StreamEncoder.flushBuffer(StreamEncoder.java:104)
   [junit4]    >         at 
java.io.OutputStreamWriter.flushBuffer(OutputStreamWriter.java:185)
   [junit4]    >         at java.io.PrintStream.newLine(PrintStream.java:546)
   [junit4]    >         at java.io.PrintStream.println(PrintStream.java:824)
   [junit4]    >         at 
java.lang.Throwable$WrappedPrintStream.println(Throwable.java:748)
   [junit4]    >         at 
java.lang.Throwable.printStackTrace(Throwable.java:658)
   [junit4]    >         at 
java.lang.Throwable.printStackTrace(Throwable.java:643)
   [junit4]    >         at 
java.lang.Throwable.printStackTrace(Throwable.java:634)
   [junit4]    >         at 
org.apache.solr.cloud.StopableIndexingThread.run(StopableIndexingThread.java:108)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([80A7281370B20492]:0)
   [junit4] Completed on J1 in 110.24s, 1 test, 1 failure, 2 errors <<< 
FAILURES!

[...truncated 1113 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:532:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:473:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:61:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/extra-targets.xml:39:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build.xml:189:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/common-build.xml:502:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1359:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:966:
 There were test failures: 444 suites, 1818 tests, 2 suite-level errors, 1 
failure, 887 ignored (7 assumptions)

Total time: 269 minutes 13 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-NightlyTests-5.x #667
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 218930701 bytes
Compression is 0.0%
Took 42 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