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

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

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

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


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

Error Message:
2 threads leaked from SUITE scope at 
org.apache.solr.cloud.ChaosMonkeySafeLeaderTest:     1) Thread[id=1426, 
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=1425, 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=1426, 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=1425, 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([21EE9C6F8274E154]: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=1425, 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=1426, name=StopableIndexingThread, state=RUNNABLE, 
group=TGRP-ChaosMonkeySafeLeaderTest]         at 
java.security.AccessController.getStackAccessControlContext(Native Method)      
   at java.security.AccessController.checkPermission(AccessController.java:533) 
        at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)  
       at 
java.lang.reflect.AccessibleObject.setAccessible(AccessibleObject.java:128)     
    at 
com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.internal.ConstructorConstructor.newDefaultConstructor(ConstructorConstructor.java:84)
         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=1425, 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=1426, name=StopableIndexingThread, state=RUNNABLE, 
group=TGRP-ChaosMonkeySafeLeaderTest]
        at java.security.AccessController.getStackAccessControlContext(Native 
Method)
        at 
java.security.AccessController.checkPermission(AccessController.java:533)
        at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
        at 
java.lang.reflect.AccessibleObject.setAccessible(AccessibleObject.java:128)
        at 
com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.internal.ConstructorConstructor.newDefaultConstructor(ConstructorConstructor.java:84)
        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([21EE9C6F8274E154]:0)


FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSearch

Error Message:
Error CREATEing SolrCore 'halfcollection_shard1_replica1': Unable to create 
core [halfcollection_shard1_replica1] Caused by: Could not get shard id for 
core: halfcollection_shard1_replica1

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Error 
CREATEing SolrCore 'halfcollection_shard1_replica1': Unable to create core 
[halfcollection_shard1_replica1] Caused by: Could not get shard id for core: 
halfcollection_shard1_replica1
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:570)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testErrorHandling(CollectionsAPIDistributedZkTest.java:583)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:205)
        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11868 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-21EE9C6F8274E154-001/init-core-data-001
   [junit4]   2> 817616 T1363 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl 
(true) and clientAuth (false)
   [junit4]   2> 817616 T1363 oas.BaseDistributedSearchTestCase.initHostContext 
Setting hostContext system property: /t/i
   [junit4]   2> 817622 T1363 oas.SolrTestCaseJ4.setUp ###Starting 
testDistribSearch
   [junit4]   2> 817623 T1363 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 817624 T1364 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 817724 T1363 oasc.ZkTestServer.run start zk server on 
port:21171
   [junit4]   2> 817725 T1363 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 817726 T1363 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 817730 T1370 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@2e430119 
name:ZooKeeperConnection Watcher:127.0.0.1:21171 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 817730 T1363 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 817730 T1363 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 817731 T1363 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 817734 T1363 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 817735 T1363 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 817736 T1372 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@71b6b12 name:ZooKeeperConnection 
Watcher:127.0.0.1:21171/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 817736 T1363 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 817737 T1363 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 817737 T1363 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 817739 T1363 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 817742 T1363 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 817743 T1363 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 817746 T1363 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> 817746 T1363 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 817750 T1363 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> 817751 T1363 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 817754 T1363 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> 817754 T1363 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 817757 T1363 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> 817758 T1363 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 817760 T1363 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> 817761 T1363 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 817763 T1363 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> 817764 T1363 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 817766 T1363 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> 817767 T1363 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 817769 T1363 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> 817770 T1363 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 817773 T1363 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> 817773 T1363 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 817776 T1363 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> 817783 T1363 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 817786 T1363 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> 817786 T1363 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 817789 T1363 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 817790 T1363 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 817792 T1374 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@501d7931 
name:ZooKeeperConnection Watcher:127.0.0.1:21171/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 817792 T1363 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 817792 T1363 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 818923 T1363 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 818929 T1363 oejus.SslContextFactory.doStart Enabled Protocols 
[SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, 
TLSv1.1, TLSv1.2]
   [junit4]   2> 818932 T1363 oejs.AbstractConnector.doStart Started 
[email protected]:50893
   [junit4]   2> 818934 T1363 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 818934 T1363 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 818934 T1363 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-21EE9C6F8274E154-001/tempDir-002
   [junit4]   2> 818935 T1363 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-21EE9C6F8274E154-001/tempDir-002/'
   [junit4]   2> 818964 T1363 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-21EE9C6F8274E154-001/tempDir-002/solr.xml
   [junit4]   2> 819017 T1363 oasc.CoreContainer.<init> New CoreContainer 
478856604
   [junit4]   2> 819017 T1363 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-21EE9C6F8274E154-001/tempDir-002/]
   [junit4]   2> 819018 T1363 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 819018 T1363 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 819019 T1363 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 819019 T1363 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 819019 T1363 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 819019 T1363 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 819019 T1363 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 819020 T1363 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 819020 T1363 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 819022 T1363 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 819023 T1363 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 819024 T1363 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 819024 T1363 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 819024 T1363 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:21171/solr
   [junit4]   2> 819024 T1363 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 819025 T1363 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 819025 T1363 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 819027 T1385 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@3cbac3e name:ZooKeeperConnection 
Watcher:127.0.0.1:21171 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 819027 T1363 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 819028 T1363 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 819029 T1363 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 819030 T1387 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@3870b07c 
name:ZooKeeperConnection Watcher:127.0.0.1:21171/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 819031 T1363 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 819032 T1363 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 819035 T1363 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 819037 T1363 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 819040 T1363 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 819042 T1363 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 819046 T1363 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 819047 T1363 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50893_t%2Fi
   [junit4]   2> 819048 T1363 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:50893_t%2Fi
   [junit4]   2> 819050 T1363 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 819052 T1363 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 819054 T1363 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 819056 T1363 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:50893_t%2Fi
   [junit4]   2> 819056 T1363 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 819058 T1363 oasc.Overseer.start Overseer 
(id=92579901746577412-127.0.0.1:50893_t%2Fi-n_0000000000) starting
   [junit4]   2> 819060 T1363 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 819068 T1363 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 819069 T1389 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 819070 T1363 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 819072 T1363 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 819073 T1363 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 819076 T1388 oasc.Overseer$ClusterStateUpdater.run Starting to 
work on the main queue
   [junit4]   2> 819080 T1391 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 819080 T1391 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 819081 T1391 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 819081 T1392 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 819084 T1388 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=1 message={
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "node_name":"127.0.0.1:50893_t%2Fi",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "base_url":"https://127.0.0.1:50893/t/i"}
   [junit4]   2> 819084 T1388 
oasc.Overseer$ClusterStateUpdater.createCollection Create collection 
control_collection with shards [shard1]
   [junit4]   2> 819084 T1388 
oasc.Overseer$ClusterStateUpdater.createCollection state version 
control_collection 1
   [junit4]   2> 819084 T1388 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard1
   [junit4]   2> 819087 T1392 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> 820081 T1391 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 820082 T1391 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 820083 T1391 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 820083 T1391 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 820084 T1391 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 820084 T1391 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-21EE9C6F8274E154-001/tempDir-002/collection1/'
   [junit4]   2> 820086 T1391 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-21EE9C6F8274E154-001/tempDir-002/collection1/lib/classes/'
 to classloader
   [junit4]   2> 820086 T1391 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-21EE9C6F8274E154-001/tempDir-002/collection1/lib/README'
 to classloader
   [junit4]   2> 820087 T1391 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-21EE9C6F8274E154-001/tempDir-002/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 820149 T1391 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
5.0.0
   [junit4]   2> 820194 T1391 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 820195 T1391 oass.IndexSchema.readSchema Reading Solr Schema 
from schema.xml
   [junit4]   2> 820205 T1391 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 820545 T1391 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 820548 T1391 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 820550 T1391 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 820555 T1391 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 820579 T1391 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 820579 T1391 oasc.SolrCore.initDirectoryFactory 
solr.StandardDirectoryFactory
   [junit4]   2> 820654 T1391 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-21EE9C6F8274E154-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-21EE9C6F8274E154-001/tempDir-001/control/data/
   [junit4]   2> 820655 T1391 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2995209a
   [junit4]   2> 820658 T1391 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-21EE9C6F8274E154-001/tempDir-001/control/data
   [junit4]   2> 820659 T1391 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-21EE9C6F8274E154-001/tempDir-001/control/data/index/
   [junit4]   2> 820660 T1391 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-21EE9C6F8274E154-001/tempDir-001/control/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 820661 T1391 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-21EE9C6F8274E154-001/tempDir-001/control/data/index
   [junit4]   2> 820661 T1391 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=21, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=1.7978515625, 
floorSegmentMB=0.66015625, forceMergeDeletesPctAllowed=20.996906622332737, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 820686 T1391 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-21EE9C6F8274E154-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 820686 T1391 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 820691 T1391 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 820691 T1391 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 820691 T1391 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 820691 T1391 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 820692 T1391 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 820692 T1391 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 820692 T1391 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 820693 T1391 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 820693 T1391 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 820694 T1391 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 820694 T1391 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 820694 T1391 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 820695 T1391 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 820695 T1391 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 820696 T1391 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 820696 T1391 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 820696 T1391 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 820697 T1391 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 820697 T1391 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 820697 T1391 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 820721 T1391 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 820723 T1391 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 820725 T1391 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 820728 T1391 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 820731 T1391 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 820732 T1391 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 820733 T1391 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@24aefa14
   [junit4]   2> 820734 T1391 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-21EE9C6F8274E154-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 820734 T1391 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 820735 T1391 oass.SolrIndexSearcher.<init> Opening 
Searcher@21652383[collection1] main
   [junit4]   2> 820735 T1391 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 820736 T1391 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 820736 T1391 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 820737 T1391 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 820737 T1391 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 820737 T1391 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 820738 T1391 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 820738 T1391 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 820739 T1391 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/_rest_managed.json
   [junit4]   2> 820741 T1391 
oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new 
znode /configs/conf1/_rest_managed.json
   [junit4]   2> 820742 T1391 oasr.ManagedResourceStorage$JsonStorage.store 
Saved JSON object to path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 820742 T1391 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 820745 T1393 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@21652383[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 820748 T1391 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 820749 T1396 oasc.ZkController.register Register replica - 
core:collection1 address:https://127.0.0.1:50893/t/i 
collection:control_collection shard:shard1
   [junit4]   2> 820749 T1363 oass.SolrDispatchFilter.init 
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1
   [junit4]   2> 820750 T1363 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 820750 T1396 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 820756 T1363 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 820757 T1396 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard1
   [junit4]   2> 820757 T1363 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 820758 T1398 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@48457952 
name:ZooKeeperConnection Watcher:127.0.0.1:21171/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 820758 T1363 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 820759 T1363 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 820760 T1392 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 820760 T1363 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 820760 T1396 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 820761 T1396 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C462 name=collection1 
org.apache.solr.core.SolrCore@491ca754 
url=https://127.0.0.1:50893/t/i/collection1 node=127.0.0.1:50893_t%2Fi 
C462_STATE=coll:control_collection core:collection1 props:{core=collection1, 
node_name=127.0.0.1:50893_t%2Fi, state=down, 
base_url=https://127.0.0.1:50893/t/i}
   [junit4]   2> 820761 T1396 C462 P50893 oasc.SyncStrategy.sync Sync replicas 
to https://127.0.0.1:50893/t/i/collection1/
   [junit4]   2> 820761 T1396 C462 P50893 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 820761 T1396 C462 P50893 oasc.SyncStrategy.syncToMe 
https://127.0.0.1:50893/t/i/collection1/ has no replicas
   [junit4]   2> 820762 T1396 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: https://127.0.0.1:50893/t/i/collection1/ shard1
   [junit4]   2> 820762 T1396 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 820764 T1363 oasc.ChaosMonkey.monkeyLog monkey: init - expire 
sessions:false cause connection loss:false
   [junit4]   2> 820764 T1363 oasc.AbstractFullDistribZkTestBase.createJettys 
Creating collection1 with stateFormat=2
   [junit4]   2> 820765 T1363 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 820765 T1363 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 820766 T1392 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> 820766 T1401 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> 820767 T1400 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@54c27826 
name:ZooKeeperConnection Watcher:127.0.0.1:21171/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 820767 T1363 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 820768 T1363 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 820770 T1402 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 820776 T1388 oasc.Overseer$ClusterStateUpdater.buildCollection 
building a new collection: collection1
   [junit4]   2> 820776 T1388 
oasc.Overseer$ClusterStateUpdater.createCollection Create collection 
collection1 with shards [shard1]
   [junit4]   2> 820776 T1388 
oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 2
   [junit4]   2> 820778 T1392 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 820779 T1388 oasc.Overseer$ClusterStateUpdater.updateZkStates 
going to create_collection /collections/collection1/state.json
   [junit4]   2> 820780 T1392 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> 820780 T1401 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> 820819 T1396 oasc.ZkController.register We are 
https://127.0.0.1:50893/t/i/collection1/ and leader is 
https://127.0.0.1:50893/t/i/collection1/
   [junit4]   2> 820820 T1396 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=https://127.0.0.1:50893/t/i
   [junit4]   2> 820820 T1396 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 820820 T1396 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 820820 T1396 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 820822 T1392 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 820826 T1388 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=1 message={
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "node_name":"127.0.0.1:50893_t%2Fi",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "base_url":"https://127.0.0.1:50893/t/i"}
   [junit4]   2> 820930 T1392 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> 820930 T1401 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> 822378 T1363 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 822379 T1363 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 822384 T1363 oejus.SslContextFactory.doStart Enabled Protocols 
[SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, 
TLSv1.1, TLSv1.2]
   [junit4]   2> 822386 T1363 oejs.AbstractConnector.doStart Started 
[email protected]:27391
   [junit4]   2> 822389 T1363 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 822389 T1363 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 822390 T1363 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-21EE9C6F8274E154-001/tempDir-003
   [junit4]   2> 822390 T1363 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-21EE9C6F8274E154-001/tempDir-003/'
   [junit4]   2> 822438 T1363 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-21EE9C6F8274E154-001/tempDir-003/solr.xml
   [junit4]   2> 822502 T1363 oasc.CoreContainer.<init> New CoreContainer 
535267175
   [junit4]   2> 822503 T1363 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-21EE9C6F8274E154-001/tempDir-003/]
   [junit4]   2> 822503 T1363 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 822504 T1363 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 822504 T1363 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 822504 T1363 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 822504 T1363 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 822504 T1363 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 822505 T1363 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 822505 T1363 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 822505 T1363 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 822507 T1363 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 822509 T1363 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 822509 T1363 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 822509 T1363 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 822510 T1363 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:21171/solr
   [junit4]   2> 822510 T1363 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 822510 T1363 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 822511 T1363 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 822512 T1413 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@d13c79c name:ZooKeeperConnection 
Watcher:127.0.0.1:21171 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 822513 T1363 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 822513 T1363 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 822515 T1363 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 822516 T1415 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@68b4bb0b 
name:ZooKeeperConnection Watcher:127.0.0.1:21171/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 822516 T1363 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 822522 T1363 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 823528 T1363 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:27391_t%2Fi
   [junit4]   2> 823529 T1363 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:27391_t%2Fi
   [junit4]   2> 823533 T1363 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 823542 T1417 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 823542 T1417 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 823544 T1392 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 823544 T1417 oasc.ZkController.preRegister Registering watch 
for external collection collection1
   [junit4]   2> 823545 T1417 oascc.ZkStateReader.addZkWatch addZkWatch 
collection1
   [junit4]   2> 823545 T1417 oascc.ZkStateReader.addZkWatch Updating 
collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 823547 T1417 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 0 
   [junit4]   2> 823547 T1388 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=1 message={
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "node_name":"127.0.0.1:27391_t%2Fi",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "base_url":"https://127.0.0.1:27391/t/i"}
   [junit4]   2> 823547 T1417 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 823550 T1388 oasc.Overseer$ClusterStateUpdater.updateState 
Collection already exists with numShards=1
   [junit4]   2> 823551 T1388 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard1
   [junit4]   2> 823556 T1388 oasc.Overseer$ClusterStateUpdater.updateZkStates 
going to update_collection /collections/collection1/state.json
   [junit4]   2> 823557 T1416 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 823558 T1416 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 1 
   [junit4]   2> 824547 T1417 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 824548 T1417 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 824549 T1417 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 824549 T1417 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 824550 T1417 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 824550 T1417 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-21EE9C6F8274E154-001/tempDir-003/collection1/'
   [junit4]   2> 824552 T1417 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-21EE9C6F8274E154-001/tempDir-003/collection1/lib/README'
 to classloader
   [junit4]   2> 824552 T1417 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-21EE9C6F8274E154-001/tempDir-003/collection1/lib/classes/'
 to classloader
   [junit4]   2> 824553 T1417 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-21EE9C6F8274E154-001/tempDir-003/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 824616 T1417 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
5.0.0
   [junit4]   2> 824661 T1417 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 824663 T1417 oass.IndexSchema.readSchema Reading Solr Schema 
from schema.xml
   [junit4]   2> 824672 T1417 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 825008 T1417 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 825011 T1417 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 825012 T1417 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 825017 T1417 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 825040 T1417 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 825041 T1417 oasc.SolrCore.initDirectoryFactory 
solr.StandardDirectoryFactory
   [junit4]   2> 825041 T1417 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-21EE9C6F8274E154-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-21EE9C6F8274E154-001/tempDir-001/jetty1/
   [junit4]   2> 825041 T1417 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2995209a
   [junit4]   2> 825043 T1417 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-21EE9C6F8274E154-001/tempDir-001/jetty1
   [junit4]   2> 825044 T1417 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-21EE9C6F8274E154-001/tempDir-001/jetty1/index/
   [junit4]   2> 825044 T1417 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-21EE9C6F8274E154-001/tempDir-001/jetty1/index'
 doesn't exist. Creating new index...
   [junit4]   2> 825045 T1417 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-21EE9C6F8274E154-001/tempDir-001/jetty1/index
   [junit4]   2> 825046 T1417 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=21, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=1.7978515625, 
floorSegmentMB=0.66015625, forceMergeDeletesPctAllowed=20.996906622332737, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 825051 T1417 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-21EE9C6F8274E154-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 825051 T1417 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 825056 T1417 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 825056 T1417 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 825057 T1417 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 825057 T1417 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 825057 T1417 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 825057 T1417 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 825058 T1417 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 825058 T1417 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 825058 T1417 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 825059 T1417 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 825060 T1417 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 825060 T1417 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 825061 T1417 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 825061 T1417 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 825061 T1417 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 825062 T1417 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 825062 T1417 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 825063 T1417 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 825063 T1417 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 825064 T1417 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 825082 T1417 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 825084 T1417 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 825086 T1417 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 825088 T1417 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 825091 T1417 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 825091 T1417 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 825092 T1417 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@4cd52cb
   [junit4]   2> 825094 T1417 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-21EE9C6F8274E154-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 825094 T1417 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 825094 T1417 oass.SolrIndexSearcher.<init> Opening 
Searcher@734bed9d[collection1] main
   [junit4]   2> 825095 T1417 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 825096 T1417 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 825096 T1417 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 825096 T1417 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 825097 T1417 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 825097 T1417 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 825098 T1417 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes 
from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 825098 T1417 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 825098 T1417 oasr.ManagedResource.reloadFromStorage Loaded 
initArgs {} for /rest/managed
   [junit4]   2> 825099 T1417 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 825102 T1418 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@734bed9d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 825106 T1417 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 825106 T1421 oasc.ZkController.register Register replica - 
core:collection1 address:https://127.0.0.1:27391/t/i collection:collection1 
shard:shard1
   [junit4]   2> 825107 T1363 oass.SolrDispatchFilter.init 
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1
   [junit4]   2> 825107 T1363 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 825107 T1421 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard1/election
   [junit4]   2> 825113 T1421 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard1
   [junit4]   2> 825115 T1392 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 825115 T1421 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 825116 T1421 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C463 name=collection1 
org.apache.solr.core.SolrCore@5b7de953 
url=https://127.0.0.1:27391/t/i/collection1 node=127.0.0.1:27391_t%2Fi 
C463_STATE=coll:collection1 core:collection1 props:{core=collection1, 
node_name=127.0.0.1:27391_t%2Fi, state=down, 
base_url=https://127.0.0.1:27391/t/i}
   [junit4]   2> 825116 T1421 C463 P27391 oasc.SyncStrategy.sync Sync replicas 
to https://127.0.0.1:27391/t/i/collection1/
   [junit4]   2> 825116 T1421 C463 P27391 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 825116 T1363 
oasc.AbstractFullDistribZkTestBase.enableAutoSoftCommit Turning on auto soft 
commit: 1000
   [junit4]   2> 825116 T1421 C463 P27391 oasc.SyncStrategy.syncToMe 
https://127.0.0.1:27391/t/i/collection1/ has no replicas
   [junit4]   2> 825117 T1421 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: https://127.0.0.1:27391/t/i/collection1/ shard1
   [junit4]   2> 825117 T1421 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard1
   [junit4]   2> 825122 T1388 oasc.Overseer$ClusterStateUpdater.updateZkStates 
going to update_collection /collections/collection1/state.json
   [junit4]   2> 825123 T1416 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 825124 T1416 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 2 
   [junit4]   2> 825131 T1392 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 825131 T1388 oasc.Overseer$ClusterStateUpdater.updateZkStates 
going to update_collection /collections/collection1/state.json
   [junit4]   2> 825132 T1416 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 825133 T1416 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 3 
   [junit4]   2> 825174 T1421 oasc.ZkController.register We are 
https://127.0.0.1:27391/t/i/collection1/ and leader is 
https://127.0.0.1:27391/t/i/collection1/
   [junit4]   2> 825175 T1421 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=https://127.0.0.1:27391/t/i
   [junit4]   2> 825175 T1421 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 825175 T1421 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 825175 T1421 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 825177 T1392 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 825180 T1421 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 3 
   [junit4]   2> 825180 T1388 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=1 message={
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "node_name":"127.0.0.1:27391_t%2Fi",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "base_url":"https://127.0.0.1:27391/t/i"}
   [junit4]   2> 825185 T1388 oasc.Overseer$ClusterStateUpdater.updateZkStates 
going to update_collection /collections/collection1/state.json
   [junit4]   2> 825186 T1416 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 825187 T1416 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> ASYNC  NEW_CORE C464 name=collection1 
org.apache.solr.core.SolrCore@491ca754 
url=https://127.0.0.1:50893/t/i/collection1 node=127.0.0.1:50893_t%2Fi 
C464_STATE=coll:control_collection core:collection1 props:{core=collection1, 
node_name=127.0.0.1:50893_t%2Fi, state=active, 
base_url=https://127.0.0.1:50893/t/i, leader=true}
   [junit4]   2> 825248 T1378 C464 P50893 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update params={version=2&wt=javabin} 
{deleteByQuery=*:* (-1481278435931193344)} 0 3
   [junit4]   2>  C463_STATE=coll:collection1 core:collection1 
props:{core=collection1, node_name=127.0.0.1:27391_t%2Fi, state=active, 
base_url=https://127.0.0.1:27391/t/i, leader=true}
   [junit4]   2> 825380 T1405 C463 P27391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update params={version=2&wt=javabin} 
{deleteByQuery=*:* (-1481278436070653952)} 0 2
   [junit4]   2> 825386 T1363 oasc.ChaosMonkey.monkeyLog monkey: starting
   [junit4]   2> 825386 T1363 oasc.ChaosMonkey.monkeyLog monkey: Jetty will not 
commit on close
   [junit4]   2> 825395 T1378 C464 P50893 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update 
params={version=2&CONTROL=TRUE&wt=javabin} {add=[0-0 (1481278436085334016)]} 0 4
   [junit4]   2> 825397 T1380 C464 P50893 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update 
params={version=2&CONTROL=TRUE&wt=javabin} {add=[1-0 (1481278436089528320)]} 0 1
   [junit4]   2> 825404 T1405 C463 P27391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update params={version=2&wt=javabin} {add=[0-0 
(1481278436094771200)]} 0 4
   [junit4]   2> 825407 T1406 C463 P27391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update params={version=2&wt=javabin} {add=[1-0 
(1481278436100014080)]} 0 1
   [junit4]   2> 825481 T1380 C464 P50893 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update 
params={version=2&CONTROL=TRUE&wt=javabin} {delete=[0-0 
(-1481278436178657280)]} 0 1
   [junit4]   2> 825483 T1378 C464 P50893 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update 
params={version=2&CONTROL=TRUE&wt=javabin} {delete=[1-0 
(-1481278436180754432)]} 0 0
   [junit4]   2> 825485 T1406 C463 P27391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update params={version=2&wt=javabin} 
{delete=[0-0 (-1481278436182851584)]} 0 0
   [junit4]   2> 825486 T1405 C463 P27391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update params={version=2&wt=javabin} 
{delete=[1-0 (-1481278436183900160)]} 0 0
   [junit4]   2> 825489 T1378 C464 P50893 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update 
params={version=2&CONTROL=TRUE&wt=javabin} {add=[0-1 (1481278436185997312)]} 0 1
   [junit4]   2> 825489 T1380 C464 P50893 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update 
params={version=2&CONTROL=TRUE&wt=javabin} {add=[1-1 (1481278436187045888)]} 0 0
   [junit4]   2> 825493 T1405 C463 P27391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update params={version=2&wt=javabin} {add=[0-1 
(1481278436190191616)]} 0 1
   [junit4]   2> 825493 T1406 C463 P27391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update params={version=2&wt=javabin} {add=[1-1 
(1481278436191240192)]} 0 0
   [junit4]   2> 825583 T1378 C464 P50893 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update 
params={version=2&CONTROL=TRUE&wt=javabin} {add=[1-2 (1481278436284563456)]} 0 1
   [junit4]   2> 825583 T1380 C464 P50893 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update 
params={version=2&CONTROL=TRUE&wt=javabin} {add=[0-2 (1481278436284563457)]} 0 1
   [junit4]   2> 825587 T1406 C463 P27391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update params={version=2&wt=javabin} {add=[1-2 
(1481278436288757760)]} 0 1
   [junit4]   2> 825587 T1405 C463 P27391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update params={version=2&wt=javabin} {add=[0-2 
(1481278436289806336)]} 0 0
   [junit4]   2> 825671 T1380 C464 P50893 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update 
params={version=2&CONTROL=TRUE&wt=javabin} {add=[1-3 (1481278436376838144)]} 0 1
   [junit4]   2> 825671 T1378 C464 P50893 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update 
params={version=2&CONTROL=TRUE&wt=javabin} {add=[0-3 (1481278436377886720)]} 0 0
   [junit4]   2> 825674 T1406 C463 P27391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update params={version=2&wt=javabin} {add=[0-3 
(1481278436381032448)]} 0 0
   [junit4]   2> 825675 T1405 C463 P27391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update params={version=2&wt=javabin} {add=[1-3 
(1481278436381032449)]} 0 1
   [junit4]   2> 825703 T1427 oasc.ChaosMonkey.monkeyLog monkey: only one 
active node in shard - monkey cannot kill :(
   [junit4]   2> 825750 T1378 C464 P50893 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update 
params={version=2&CONTROL=TRUE&wt=javabin} {add=[0-4 (1481278436459675648)]} 0 1
   [junit4]   2> 825750 T1380 C464 P50893 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update 
params={version=2&CONTROL=TRUE&wt=javabin} {add=[1-4 (1481278436460724224)]} 0 0
   [junit4]   2> 825753 T1405 C463 P27391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update params={version=2&wt=javabin} {add=[0-4 
(1481278436463869952)]} 0 0
   [junit4]   2> 825754 T1406 C463 P27391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update params={version=2&wt=javabin} {add=[1-4 
(1481278436464918528)]} 0 0
   [junit4]   2> 825833 T1380 C464 P50893 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update 
params={version=2&CONTROL=TRUE&wt=javabin} {delete=[0-2 
(-1481278436547756032)]} 0 0
   [junit4]   2> 825834 T1378 C464 P50893 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update 
params={version=2&CONTROL=TRUE&wt=javabin} {delete=[1-2 
(-1481278436548804608)]} 0 0
   [junit4]   2> 825837 T1406 C463 P27391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update params={version=2&wt=javabin} 
{delete=[0-2 (-1481278436550901760)]} 0 1
   [junit4]   2> 825838 T1405 C463 P27391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update params={version=2&wt=javabin} 
{delete=[1-2 (-1481278436552998912)]} 0 0
   [junit4]   2> 825841 T1378 C464 P50893 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update 
params={version=2&CONTROL=TRUE&wt=javabin} {add=[0-5 (1481278436555096064)]} 0 1
   [junit4]   2> 825842 T1380 C464 P50893 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update 
params={version=2&CONTROL=TRUE&wt=javabin} {add=[1-5 (1481278436556144640)]} 0 1
   [junit4]   2> 825845 T1405 C463 P27391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update params={version=2&wt=javabin} {add=[0-5 
(1481278436559290368)]} 0 1
   [junit4]   2> 825845 T1406 C463 P27391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update params={version=2&wt=javabin} {add=[1-5 
(1481278436560338944)]} 0 0
   [junit4]   2> 825902 T1380 C464 P50893 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update 
params={version=2&CONTROL=TRUE&wt=javabin} {add=[0-6 (1481278436620107776)]} 0 0
   [junit4]   2> 825903 T1378 C464 P50893 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update 
params={version=2&CONTROL=TRUE&wt=javabin} {add=[1-6 (1481278436621156352)]} 0 0
   [junit4]   2> 825906 T1406 C463 P27391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update params={version=2&wt=javabin} {add=[0-6 
(1481278436624302080)]} 0 0
   [junit4]   2> 825907 T1405 C463 P27391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update params={version=2&wt=javabin} {add=[1-6 
(1481278436625350656)]} 0 0
   [junit4]   2> 825993 T1378 C464 P50893 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update 
params={version=2&CONTROL=TRUE&wt=javabin} {delete=[0-3 
(-1481278436715528192)]} 0 0
   [junit4]   2> 825994 T1380 C464 P50893 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update 
params={version=2&CONTROL=TRUE&wt=javabin} {delete=[1-3 
(-1481278436716576768)]} 0 0
   [junit4]   2> 825997 T1406 C463 P27391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update params={version=2&wt=javabin} 
{delete=[1-3 (-1481278436719722496)]} 0 0
   [junit4]   2> 825997 T1405 C463 P27391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update params={version=2&wt=javabin} 
{delete=[0-3 (-1481278436719722497)]} 0 0
   [junit4]   2> 826002 T1380 C464 P50893 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update 
params={version=2&CONTROL=TRUE&wt=javabin} {add=[1-7 (1481278436723916800)]} 0 1
   [junit4]   2> 826002 T1378 C464 P50893 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update 
params={version=2&CONTROL=TRUE&wt=javabin} {add=[0-7 (1481278436723916801)]} 0 1
   [junit4]   2> 826006 T1406 C463 P27391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update params={version=2&wt=javabin} {add=[0-7 
(1481278436728111105)]} 0 1
   [junit4]   2> 826006 T1405 C463 P27391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update params={version=2&wt=javabin} {add=[1-7 
(1481278436728111104)]} 0 1
   [junit4]   2> 826032 T1378 C464 P50893 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update 
params={version=2&CONTROL=TRUE&wt=javabin} {add=[0-8 (1481278436755374080)]} 0 1
   [junit4]   2> 826033 T1380 C464 P50893 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update 
params={version=2&CONTROL=TRUE&wt=javabin} {add=[1-8 (1481278436756422656)]} 0 1
   [junit4]   2> 826035 T1405 C463 P27391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update params={version=2&wt=javabin} {add=[0-8 
(1481278436759568384)]} 0 0
   [junit4]   2> 826036 T1406 C463 P27391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update params={version=2&wt=javabin} {add=[1-8 
(1481278436760616960)]} 0 0
   [junit4]   2> 826093 T1427 oasc.ChaosMonkey.monkeyLog monkey: only one 
active node in shard - monkey cannot kill :(
   [junit4]   2> 826110 T1380 C464 P50893 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update 
params={version=2&CONTROL=TRUE&wt=javabin} {add=[0-9 (1481278436837163008)]} 0 1
   [junit4]   2> 826111 T1378 C464 P50893 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update 
params={version=2&CONTROL=TRUE&wt=javabin} {add=[1-9 (1481278436838211584)]} 0 1
   [junit4]   2> 826113 T1406 C463 P27391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update params={version=2&wt=javabin} {add=[0-9 
(1481278436841357312)]} 0 0
   [junit4]   2> 826114 T1405 C463 P27391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update params={version=2&wt=javabin} {add=[1-9 
(1481278436842405888)]} 0 0
   [junit4]   2> 826193 T1378 C464 P50893 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update 
params={version=2&CONTROL=TRUE&wt=javabin} {delete=[0-4 
(-1481278436925243392)]} 0 1
   [junit4]   2> 826193 T1380 C464 P50893 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update 
params={version=2&CONTROL=TRUE&wt=javabin} {delete=[1-4 
(-1481278436925243393)]} 0 0
   [junit4]   2> 826196 T1406 C463 P27391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update params={version=2&wt=javabin} 
{delete=[1-4 (-1481278436928389120)]} 0 0
   [junit4]   2> 826196 T1405 C463 P27391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update params={version=2&wt=javabin} 
{delete=[0-4 (-1481278436928389121)]} 0 0
   [junit4]   2> 826200 T1380 C464 P50893 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update 
params={version=2&CONTROL=TRUE&wt=javabin} {add=[1-10 (1481278436931534848)]} 0 
1
   [junit4]   2> 826200 T1378 C464 P50893 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update 
params={version=2&CONTROL=TRUE&wt=javabin} {add=[0-10 (1481278436932583424)]} 0 0
   [junit4]   2> 826203 T1405 C463 P27391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update params={version=2&wt=javabin} {add=[1-10 
(1481278436935729152)]} 0 0
   [junit4]   2> 826204 T1406 C463 P27391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update params={version=2&wt=javabin} {add=[0-10 
(1481278436936777728)]} 0 0
   [junit4]   2> 826218 T1427 oasc.ChaosMonkey.monkeyLog monkey: only one 
active node in shard - monkey cannot kill :(
   [junit4]   2> 826257 T1378 C464 P50893 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update 
params={version=2&CONTROL=TRUE&wt=javabin} {delete=[1-5 
(-1481278436991303680)]} 0 1
   [junit4]   2> 826258 T1380 C464 P50893 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update 
params={version=2&CONTROL=TRUE&wt=javabin} {delete=[0-5 
(-1481278436992352256)]} 0 1
   [junit4]   2> 826260 T1406 C463 P27391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update params={version=2&wt=javabin} 
{delete=[1-5 (-1481278436995497984)]} 0 0
   [junit4]   2> 826261 T1405 C463 P27391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update params={version=2&wt=javabin} 
{delete=[0-5 (-1481278436996546560)]} 0 0
   [junit4]   2> 826264 T1380 C464 P50893 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update 
params={version=2&CONTROL=TRUE&wt=javabin} {add=[1-11 (1481278436998643712)]} 0 
1
   [junit4]   2> 826266 T1378 C464 P50893 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update 
params={version=2&CONTROL=TRUE&wt=javabin} {add=[0-11 (1481278437000740864)]} 0 
1
   [junit4]   2> 826267 T1405 C463 P27391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update params={version=2&wt=javabin} {add=[1-11 
(1481278437002838016)]} 0 0
   [junit4]   2> 826269 T1406 C463 P27391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update params={version=2&wt=javabin} {add=[0-11 
(1481278437004935168)]} 0 0
   [junit4]   2> 826284 T1378 C464 P50893 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update 
params={version=2&CONTROL=TRUE&wt=javabin} {delete=[1-6 
(-1481278437020663808)]} 0 0
   [junit4]   2> 826286 T1380 C464 P50893 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update 
params={version=2&CONTROL=TRUE&wt=javabin} {delete=[0-6 
(-1481278437022760960)]} 0 0
   [junit4]   2> 826287 T1406 C463 P27391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update params={version=2&wt=javabin} 
{delete=[1-6 (-1481278437023809536)]} 0 0
   [junit4]   2> 826290 T1405 C463 P27391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update params={version=2&wt=javabin} 
{delete=[0-6 (-1481278437026955264)]} 0 0
   [junit4]   2> 826291 T1380 C464 P50893 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/t/i path=/update 
params={version=2&CONTROL=TRUE&wt=javabin} {add=[1-12 (1481278437028003840)]} 0 0
   [junit4]   2> 826293 T1378 C464 P50893 oasup.LogUpdateProcessor.finish 
[collec

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

lr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:601)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1640)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1661)
   [junit4]    >        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:1037)
   [junit4]    > Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Could not 
fully create collection: awholynewstresscollection_collection0_1
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:570)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:343)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:304)
   [junit4]    >        ... 6 moreThrowable #6: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=5790, name=Thread-2510, state=RUNNABLE, 
group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    > Caused by: java.lang.RuntimeException: 
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request:[http://127.0.0.1:44541/i_hfa/a, 
http://127.0.0.1:44535/i_hfa/a, http://127.0.0.1:44538/i_hfa/a, 
http://127.0.0.1:44527/i_hfa/a, http://127.0.0.1:44532/i_hfa/a]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([21EE9C6F8274E154]:0)
   [junit4]    >        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:1056)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: 
No live SolrServers available to handle this 
request:[http://127.0.0.1:44541/i_hfa/a, http://127.0.0.1:44535/i_hfa/a, 
http://127.0.0.1:44538/i_hfa/a, http://127.0.0.1:44527/i_hfa/a, 
http://127.0.0.1:44532/i_hfa/a]
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:322)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrServer.sendRequest(CloudSolrServer.java:880)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrServer.requestWithRetryOnStaleState(CloudSolrServer.java:658)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:601)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1640)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1661)
   [junit4]    >        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:1037)
   [junit4]    > Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Could not 
fully create collection: awholynewstresscollection_collection2_1
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:570)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:343)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:304)
   [junit4]    >        ... 6 moreThrowable #7: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=5793, name=Thread-2513, state=RUNNABLE, 
group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    > Caused by: java.lang.RuntimeException: 
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request:[http://127.0.0.1:44541/i_hfa/a, 
http://127.0.0.1:44535/i_hfa/a, http://127.0.0.1:44538/i_hfa/a, 
http://127.0.0.1:44527/i_hfa/a, http://127.0.0.1:44532/i_hfa/a]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([21EE9C6F8274E154]:0)
   [junit4]    >        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:1056)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: 
No live SolrServers available to handle this 
request:[http://127.0.0.1:44541/i_hfa/a, http://127.0.0.1:44535/i_hfa/a, 
http://127.0.0.1:44538/i_hfa/a, http://127.0.0.1:44527/i_hfa/a, 
http://127.0.0.1:44532/i_hfa/a]
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:322)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrServer.sendRequest(CloudSolrServer.java:880)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrServer.requestWithRetryOnStaleState(CloudSolrServer.java:658)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:601)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1640)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1661)
   [junit4]    >        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:1037)
   [junit4]    > Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Could not 
fully create collection: awholynewstresscollection_collection5_1
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:570)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:343)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:304)
   [junit4]    >        ... 6 more
   [junit4]   2> 1933440 T5120 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-21EE9C6F8274E154-001
   [junit4]   2> 1029664 T5119 ccr.ThreadLeakControl.checkThreadLeaks WARNING 
Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=DefaultSimilarity, locale=zh_HK, timezone=Singapore
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65 
(64-bit)/cpus=16,threads=1,free=37238632,total=420478976
   [junit4]   2> NOTE: All tests run in this JVM: [IndexBasedSpellCheckerTest, 
SolrIndexSplitterTest, BadIndexSchemaTest, TestSort, SolrPluginUtilsTest, 
UniqFieldsUpdateProcessorFactoryTest, TestMiniSolrCloudCluster, TestNRTOpen, 
CoreContainerCoreInitFailuresTest, UUIDFieldTest, 
TestDynamicFieldCollectionResource, TestCSVLoader, AtomicUpdatesTest, 
TestCopyFieldCollectionResource, TestDistributedGrouping, SuggesterTest, 
ClusterStateUpdateTest, DeleteInactiveReplicaTest, 
StatelessScriptUpdateProcessorFactoryTest, WordBreakSolrSpellCheckerTest, 
FieldMutatingUpdateProcessorTest, OutputWriterTest, ReplicationFactorTest, 
TestSolrQueryParserDefaultOperatorResource, StandardRequestHandlerTest, 
TestMergePolicyConfig, TestNonNRTOpen, DateRangeFieldTest, HdfsDirectoryTest, 
UnloadDistributedZkTest, CoreAdminHandlerTest, DistributedTermsComponentTest, 
TermVectorComponentTest, SolrTestCaseJ4Test, CustomCollectionTest, 
TestBadConfig, TestDocSet, DistributedFacetPivotLargeTest, 
LeaderFailoverAfterPartitionTest, LoggingHandlerTest, 
TestNonDefinedSimilarityFactory, HdfsRecoveryZkTest, 
CollectionsAPIDistributedZkTest]
   [junit4] Completed on J3 in 1029.95s, 1 test, 1 error <<< FAILURES!

[...truncated 114 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:531:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:472:
 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:496:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1360:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:962:
 There were test failures: 436 suites, 1784 tests, 2 suite-level errors, 1 
error, 1 failure, 854 ignored (6 assumptions)

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